@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Views/Components/Search.razor.rz.scp.css */
.input-wrapper[b-nd2v5roqpf] {
    position: relative;
}

.search-icon[b-nd2v5roqpf] {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.search-results[b-nd2v5roqpf] {
    position: absolute;
    z-index: 999;
    background-color: #ffffff;
    color: #000000;
    padding: 10px 15px;
    border: 1px solid #000000;
}

.loading-icon[b-nd2v5roqpf] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
/* /Views/Pages/Auth/Callback.razor.rz.scp.css */
.callback-container[b-1bjpnxcgrk] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f8f9fa;
}

.callback-card[b-1bjpnxcgrk] {
    background: white;
    padding: 3rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 400px;
    width: 100%;
}

.loading-spinner[b-1bjpnxcgrk] {
    padding: 2rem 0;
}

.error-message[b-1bjpnxcgrk], .success-message[b-1bjpnxcgrk] {
    padding: 2rem 0;
}

.error-message h4[b-1bjpnxcgrk] {
    color: #dc3545;
    margin-bottom: 1rem;
}

.success-message h4[b-1bjpnxcgrk] {
    color: #28a745;
    margin-bottom: 1rem;
}

.btn[b-1bjpnxcgrk] {
    padding: 0.5rem 2rem;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-weight: 500;
}

.btn-primary[b-1bjpnxcgrk] {
    background-color: #007bff;
    color: white;
}

.btn-primary:hover[b-1bjpnxcgrk] {
    background-color: #0056b3;
}
/* /Views/Pages/Auth/Login.razor.rz.scp.css */
.login-container[b-hq7px1ejke] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
}

.login-card[b-hq7px1ejke] {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
}

.email-display[b-hq7px1ejke] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 4px;
    margin-bottom: 20px;
}

.suggested-provider[b-hq7px1ejke] {
    margin-bottom: 15px;
    padding: 10px;
    background-color: #e7f3ff;
    border-radius: 4px;
    border-left: 4px solid #007bff;
}

.providers-list[b-hq7px1ejke] {
    margin-bottom: 20px;
}

.provider-button[b-hq7px1ejke] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 12px 16px;
    margin-bottom: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: white;
    cursor: pointer;
    transition: all 0.2s;
}

    .provider-button:hover[b-hq7px1ejke] {
        border-color: #007bff;
        background-color: #f8f9fa;
    }

    .provider-button.default[b-hq7px1ejke] {
        border-color: #007bff;
        background-color: #e7f3ff;
    }

.provider-info[b-hq7px1ejke] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.provider-name[b-hq7px1ejke] {
    font-weight: 500;
    color: #333;
}

.provider-type[b-hq7px1ejke] {
    font-size: 0.875rem;
    color: #666;
}

.local-login-form[b-hq7px1ejke] {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.form-group[b-hq7px1ejke] {
    margin-bottom: 1rem;
}

.form-control[b-hq7px1ejke] {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.btn-primary[b-hq7px1ejke] {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    width: 100%;
}

    .btn-primary:disabled[b-hq7px1ejke] {
        opacity: 0.6;
        cursor: not-allowed;
    }

.btn-link[b-hq7px1ejke] {
    background: none;
    border: none;
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
}
