@import '_content/Girmanators.Shared/Girmanators.Shared.27l7okarp7.bundle.scp.css';
@import '_content/Havit.Blazor.Components.Web.Bootstrap/Havit.Blazor.Components.Web.Bootstrap.mm3aqpuyun.bundle.scp.css';

/* _content/Girmanators.Server/Components/StatusMessage.razor.rz.scp.css */
/* StatusMessage component styles */
/* Currently no custom styles - using Bootstrap classes */

/* _content/Girmanators.Server/Pages/Account/ForgotPassword.razor.rz.scp.css */
/* ForgotPassword page styling */

/* Card styling with blue accent bar */
.card[b-dbihzqhgkz] {
    position: relative;
    overflow: hidden;
}

.card[b-dbihzqhgkz]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #334a7f, #223356);
}

/* Form floating styles for cleaner inputs */
.form-floating[b-dbihzqhgkz] {
    position: relative;
}

.form-floating label[b-dbihzqhgkz] {
    color: #6c757d;
    font-weight: 500;
}

.form-floating .form-control[b-dbihzqhgkz] {
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-floating .form-control:focus[b-dbihzqhgkz] {
    border-color: #334a7f;
    box-shadow: 0 0 0 0.2rem rgba(51, 74, 127, 0.25);
}

.text-danger[b-dbihzqhgkz] {
    color: #e53e3e !important;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.text-primary[b-dbihzqhgkz] {
    color: #334a7f !important;
}

.text-primary:hover[b-dbihzqhgkz] {
    color: #223356 !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .d-flex.flex-column.flex-md-row[b-dbihzqhgkz] {
        flex-direction: column !important;
    }
    
    .d-flex.flex-column.flex-md-row .btn[b-dbihzqhgkz] {
        width: 100%;
    }
}
/* _content/Girmanators.Server/Pages/Account/ForgotPasswordConfirmation.razor.rz.scp.css */
/* ForgotPasswordConfirmation page styling */

.confirmation-icon[b-0isxsp5000] {
    animation: pulse-b-0isxsp5000 2s infinite;
}

@keyframes pulse-b-0isxsp5000 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

/* Card styling with blue accent bar */
.card[b-0isxsp5000] {
    position: relative;
    overflow: hidden;
}

.card[b-0isxsp5000]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #334a7f, #223356);
}

.text-primary[b-0isxsp5000] {
    color: #334a7f !important;
}

.text-primary:hover[b-0isxsp5000] {
    color: #223356 !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .d-flex.flex-column.flex-md-row[b-0isxsp5000] {
        flex-direction: column !important;
    }
    
    .d-flex.flex-column.flex-md-row .btn[b-0isxsp5000] {
        width: 100%;
    }
}
/* _content/Girmanators.Server/Pages/Account/Login.razor.rz.scp.css */
/* Minimal custom CSS for login page - keeping blue accent bar */
.login-page[b-2v6vya665h] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

/* Login card with blue accent bar */
.login-card[b-2v6vya665h] {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 450px;
    position: relative;
    overflow: hidden;
    padding: 2.5rem;
}

.login-card[b-2v6vya665h]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #334a7f, #223356);
}

/* Tab navigation */
.login-tabs[b-2v6vya665h] {
    display: flex;
    margin-bottom: 2rem;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 4px;
}

.tab-button[b-2v6vya665h] {
    flex: 1;
    background: none;
    border: none;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-weight: 600;
    color: #6c757d;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
}

.tab-button:hover[b-2v6vya665h] {
    color: #334a7f;
    background: rgba(51, 74, 127, 0.1);
    text-decoration: none;
}

.tab-button.active[b-2v6vya665h] {
    background: white;
    color: #334a7f;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.tab-content-container[b-2v6vya665h] {
    min-height: 400px;
    display: flex;
    flex-direction: column;
}

/* Form floating styles for cleaner inputs */
.form-floating[b-2v6vya665h] {
    position: relative;
}

.form-floating label[b-2v6vya665h] {
    color: #6c757d;
    font-weight: 500;
}

.form-floating .form-control[b-2v6vya665h] {
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-floating .form-control:focus[b-2v6vya665h] {
    border-color: #334a7f;
    box-shadow: 0 0 0 0.2rem rgba(51, 74, 127, 0.25);
}

/* Feature icons */
.feature-icon[b-2v6vya665h] {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #334a7f 0%, #223356 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.feature-icon i[b-2v6vya665h] {
    font-size: 2rem;
    color: white;
}

/* CTA section styles */
.cta-section[b-2v6vya665h] {
    margin: 4rem 0;
}

.cta-card[b-2v6vya665h] {
    background: linear-gradient(135deg, #334a7f 0%, #223356 100%);
    border-radius: 20px;
    padding: 3rem 2rem;
    color: white;
    text-align: center;
    box-shadow: 0 20px 40px rgba(51, 74, 127, 0.3);
    position: relative;
    overflow: visible;
}

.cta-header[b-2v6vya665h] {
    margin-bottom: 2.5rem;
}

.cta-title[b-2v6vya665h] {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.cta-description[b-2v6vya665h] {
    font-size: 1.1rem;
    line-height: 1.6;
    opacity: 0.95;
    margin-bottom: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.cta-benefits[b-2v6vya665h] {
    margin-bottom: 2.5rem;
}

.benefit-card[b-2v6vya665h] {
    /*background: rgba(255, 255, 255, 0.15);*/
    border-radius: 15px;
    padding: 1.5rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
}

/*.benefit-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}*/

.benefit-icon[b-2v6vya665h] {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    position: relative;
}

.benefit-icon i[b-2v6vya665h] {
    font-size: 1.5rem;
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.benefit-card h5[b-2v6vya665h] {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.benefit-card p[b-2v6vya665h] {
    font-size: 0.9rem;
    opacity: 0.9;
    margin: 0;
    line-height: 1.4;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.cta-action[b-2v6vya665h] {
    margin-top: 2rem;
}

.cta-button[b-2v6vya665h] {
    background: rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 15px;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
   /* box-shadow: 0 8px 20px rgba(40, 167, 69, 0.3);*/
    margin-bottom: 1rem;
}

.cta-button:hover[b-2v6vya665h] {
    background: #0c7122;
    transform: translateY(-1px);
   /* box-shadow: 0 10px 10px rgba(40, 167, 69, 0.4);*/
    color: white;
    text-decoration: none;
}

.cta-guarantee[b-2v6vya665h] {
    font-size: 0.95rem;
    opacity: 0.9;
    margin: 0;
    color: white;
}

/* Custom primary color override */
.text-primary[b-2v6vya665h] {
    color: #334a7f !important;
}

.text-primary:hover[b-2v6vya665h] {
    color: #223356 !important;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .hero-content[b-2v6vya665h] {
        text-align: center;
        margin-bottom: 2rem;
    }
}

@media (max-width: 576px) {
    .login-card[b-2v6vya665h] {
        margin: 0.5rem;
        border-radius: 15px;
        padding: 1.5rem;
    }
    
    .benefits-list[b-2v6vya665h] {
        align-items: center;
        gap: 1rem;
    }
    
    .benefit-item[b-2v6vya665h] {
        flex-direction: column;
        text-align: center;
    }
    
    .benefit-item i[b-2v6vya665h] {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
    
    .app-brand[b-2v6vya665h] {
        justify-content: center;
    }
}
/* _content/Girmanators.Server/Pages/Account/Register.razor.rz.scp.css */
/* Minimal custom CSS - relying on Bootstrap classes */
.register-page[b-yiqx7s7bxj] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

/* Registration card with blue accent bar */
.registration-card[b-yiqx7s7bxj] {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 500px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: 2.5rem;
}

.registration-card[b-yiqx7s7bxj]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #334a7f, #223356);
}

/* Only essential custom styles for form inputs */
.form-floating .form-control[b-yiqx7s7bxj] {
    border: 2px solid #e2e8f0;
    border-radius: 12px;
}

.form-floating .form-control:focus[b-yiqx7s7bxj] {
    border-color: #334a7f;
    box-shadow: 0 0 0 0.2rem rgba(51, 74, 127, 0.25);
}

/* Custom primary color override */
.text-primary[b-yiqx7s7bxj] {
    color: #334a7f !important;
}

.text-primary:hover[b-yiqx7s7bxj] {
    color: #223356 !important;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .hero-content[b-yiqx7s7bxj] {
        text-align: center;
        margin-bottom: 2rem;
    }
}

@media (max-width: 576px) {
    .registration-card[b-yiqx7s7bxj] {
        margin: 0.5rem;
        border-radius: 15px;
        padding: 1.5rem;
    }
    
    .benefits-list[b-yiqx7s7bxj] {
        align-items: center;
        gap: 1rem;
    }
    
    .benefit-item[b-yiqx7s7bxj] {
        flex-direction: column;
        text-align: center;
    }
    
    .benefit-item i[b-yiqx7s7bxj] {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
    
    .app-brand[b-yiqx7s7bxj] {
        justify-content: center;
    }
}
/* _content/Girmanators.Server/Pages/Account/RegisterConfirmation.razor.rz.scp.css */
/* RegisterConfirmation page styling */
.confirmation-icon[b-16611mrjnr] {
    animation: pulse-b-16611mrjnr 2s infinite;
}

@keyframes pulse-b-16611mrjnr {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.feature-icon-small[b-16611mrjnr] {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #334a7f 0%, #223356 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.feature-icon-small i[b-16611mrjnr] {
    font-size: 1.5rem;
    color: white;
}

/* Card styling with blue accent bar */
.card[b-16611mrjnr] {
    position: relative;
    overflow: hidden;
}

.card[b-16611mrjnr]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #334a7f, #223356);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .feature-icon-small[b-16611mrjnr] {
        width: 50px;
        height: 50px;
    }
    
    .feature-icon-small i[b-16611mrjnr] {
        font-size: 1.25rem;
    }
}
/* _content/Girmanators.Server/Pages/Account/ResendEmailConfirmation.razor.rz.scp.css */
/* ResendEmailConfirmation page styling */

/* Card styling with blue accent bar */
.card[b-4bnmy75kix] {
    position: relative;
    overflow: hidden;
}

.card[b-4bnmy75kix]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #334a7f, #223356);
}

/* Form floating styles for cleaner inputs */
.form-floating[b-4bnmy75kix] {
    position: relative;
}

.form-floating label[b-4bnmy75kix] {
    color: #6c757d;
    font-weight: 500;
}

.form-floating .form-control[b-4bnmy75kix] {
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-floating .form-control:focus[b-4bnmy75kix] {
    border-color: #334a7f;
    box-shadow: 0 0 0 0.2rem rgba(51, 74, 127, 0.25);
}

.text-danger[b-4bnmy75kix] {
    color: #e53e3e !important;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.text-primary[b-4bnmy75kix] {
    color: #334a7f !important;
}

.text-primary:hover[b-4bnmy75kix] {
    color: #223356 !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .d-flex.flex-column.flex-md-row[b-4bnmy75kix] {
        flex-direction: column !important;
    }
    
    .d-flex.flex-column.flex-md-row .btn[b-4bnmy75kix] {
        width: 100%;
    }
}
