@import '_content/Authentication/Authentication.alxjhpbq7f.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';
@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.g0t05e93zu.bundle.scp.css';
@import '_content/SharedComponent/SharedComponent.8tdlm329fu.bundle.scp.css';

/* _content/ExbiVisionTollPortal.UI/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-3ozvyszjdj] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-3ozvyszjdj] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/ExbiVisionTollPortal.UI/Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar[b-hemur85bep] {
    height: calc(100vh - 80px);
    width: 80px;
    position: fixed;
    top: 80px;
    right: 20px;
    background-color: #007bff;
    transition: width 0.3s ease;
    overflow-x: hidden;
    padding-top: 20px;
    white-space: nowrap;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    z-index: 1000;
}

.sidebar-arrow[b-hemur85bep] {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #0DA67B;
    position: fixed;
    top: 75px;
    right: 48px;
}

.sidebar:hover[b-hemur85bep],
.sidebar.expanded[b-hemur85bep] {
    width: 230px;
}

.sidebar a[b-hemur85bep] {
    padding: 15px 30px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover[b-hemur85bep] {
    background-color: #8BD9C3;
    color: #404040 !important;
}

.sidebar .icon[b-hemur85bep] {
    margin-left: 16px;
}

.icon-text[b-hemur85bep] {
    font-size: 0.8rem;
    display: none;
}

.sidebar:hover .icon-text[b-hemur85bep],
.sidebar.expanded .icon-text[b-hemur85bep] {
    display: inline-block;
}

@media (max-width: 768px) {
    .sidebar[b-hemur85bep] {
        width: 0;
    }

    .sidebar-arrow[b-hemur85bep] {
        display: none;
    }

    .content[b-hemur85bep] {
        margin-right: 0;
    }

    .sidebar.expanded[b-hemur85bep] {
        width: 230px;
    }

    .content.shifted[b-hemur85bep] {
        margin-right: 230px;
    }
}

.toggle[b-hemur85bep] {
    position: fixed;
    top: 20px;
    right: 47px;
}

.toggle-icon[b-hemur85bep] {
    font-size: 25px;
}

.menu-item[b-hemur85bep] {
    color: white;
    cursor: pointer;
}

.menu-header[b-hemur85bep] {
    padding: 15px 30px 15px 15px;
    display: flex;
    align-items: center;
    transition: 0.3s;
    font-size: 20px;
}

.menu-header:hover[b-hemur85bep] {
    background-color: #8BD9C3;
    color: #404040;
}

.submenu-arrow[b-hemur85bep] {
    margin-right: auto;
    transition: transform 0.3s;
    display: none;
}

.sidebar:hover .submenu-arrow[b-hemur85bep],
.sidebar.expanded .submenu-arrow[b-hemur85bep] {
    display: inline-block;
    font-size: 16px;
}

.submenu[b-hemur85bep] {
    display: none;
    background-color: rgba(0, 0, 0, 0.1);
}

.sidebar:hover .submenu-open .submenu[b-hemur85bep] {
    display: block;
}

.submenu a[b-hemur85bep] {
    padding: 10px 72px 10px 0;
    font-size: 0.8rem;
}

.submenu a:hover[b-hemur85bep] {
    background-color: rgba(139, 217, 195, 0.7);
}

.icon-text.sub[b-hemur85bep] {
    padding-right: 6px;
}
/* _content/ExbiVisionTollPortal.UI/Components/Layout/TopNav.razor.rz.scp.css */
.icon[b-h26csxydfd] {
    font-size: 20px;
    color: #1d253b;
    padding: 0 15px;
}

.top-nav[b-h26csxydfd] {
    margin-bottom: 17px;
}
/* _content/ExbiVisionTollPortal.UI/Components/Pages/Home.razor.rz.scp.css */
*[b-joj6gvjo9z] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-joj6gvjo9z] {
    min-height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #f5f9fc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container[b-joj6gvjo9z] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 1rem;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-section[b-joj6gvjo9z] {
    direction: rtl;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 100vh;
    width: 100%;
}

.login-main[b-joj6gvjo9z] {
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 32px rgba(74, 111, 220, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.logo-container[b-joj6gvjo9z] {
    align-content: center;
    text-align: center;
}

.app-name[b-joj6gvjo9z] {
    color: #4A6FDC;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 20px;
    text-align: center;
}

.logo[b-joj6gvjo9z] {
    width: 100px;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
}

.site-logo[b-joj6gvjo9z] {
    max-width: 100px;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.site-logo:hover[b-joj6gvjo9z] {
    transform: scale(1.05);
}

.app-slogan[b-joj6gvjo9z] {
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.toll-portal-section[b-joj6gvjo9z],
.toll-info-container[b-joj6gvjo9z] {
    height: 100%;
    display: flex;
    align-items: stretch;
    flex: 1;
}

.main-content[b-joj6gvjo9z],
.toll-info-box[b-joj6gvjo9z] {
    width: 100%;
    padding: 20px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.header-section[b-joj6gvjo9z] {
    position: relative;
}

.page-title[b-joj6gvjo9z] {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    overflow-wrap: break-word;
    hyphens: auto;
}

@media (max-width: 576px) {
    .page-title[b-joj6gvjo9z] {
        font-size: 1rem;
        max-width: 65%;
    }
}

.icon-container[b-joj6gvjo9z] {
    width: 44px;
    height: 44px;
    background-color: rgba(74, 111, 220, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.back-button[b-joj6gvjo9z] {
    background: transparent;
    border: none;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.description-text[b-joj6gvjo9z] {
    color: #666;
    font-size: 0.9rem;
}

.plate-container[b-joj6gvjo9z] {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.toll-info-section[b-joj6gvjo9z] {
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 12px;
    border-left: 4px solid transparent;
}

.toll-info-section:hover[b-joj6gvjo9z] {
    background-color: #e9ecef !important;
    border-left: 4px solid #198754;
    transform: translateX(-2px);
}

.user-account-section[b-joj6gvjo9z] {
    border-radius: 12px;
}

.user-account-section .alert[b-joj6gvjo9z] {
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.toll-info-box[b-joj6gvjo9z] {
    width: 100%;
    border-radius: 16px;
    border-right: 4px solid #198754;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
}

.toll-info-box:hover[b-joj6gvjo9z] {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(25, 135, 84, 0.15);
}

.toll-image[b-joj6gvjo9z] {
    max-height: 200px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    border-radius: 12px;
}

.toll-image:hover[b-joj6gvjo9z] {
    transform: scale(1.02);
}

.feature-item[b-joj6gvjo9z] {
    transition: all 0.3s ease;
    padding: 8px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.feature-item:hover[b-joj6gvjo9z] {
    background-color: rgba(25, 135, 84, 0.05);
    transform: translateX(-5px);
}

.feature-icon[b-joj6gvjo9z] {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: rgba(74, 111, 220, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.feature-item:hover .feature-icon[b-joj6gvjo9z] {
    background-color: rgba(74, 111, 220, 0.2);
}

.toll-features[b-joj6gvjo9z] {
    flex-grow: 1;
}

.deadline-info[b-joj6gvjo9z] {
    transition: all 0.3s ease;
}

.deadline-info:hover[b-joj6gvjo9z] {
    background-color: rgba(255, 193, 7, 0.2) !important;
    transform: translateX(-5px);
}

.row[b-joj6gvjo9z] {
    min-height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: auto;
}

.col-lg-6[b-joj6gvjo9z] {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: calc(50% - 0.5rem);
}

@media (max-width: 1200px) {
    .container[b-joj6gvjo9z] {
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .toll-info-container[b-joj6gvjo9z], 
    .toll-portal-section[b-joj6gvjo9z] {
        margin-bottom: 15px;
        height: auto;
    }
    
    .row[b-joj6gvjo9z] {
        display: flex;
        flex-direction: column-reverse;
        min-height: auto;
        gap: 1rem;
    }
    
    .col-lg-6[b-joj6gvjo9z] {
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    
    .container[b-joj6gvjo9z] {
        padding-top: 1rem;
        padding-bottom: 1rem;
        height: auto;
        min-height: auto;
        margin: 1rem auto;
    }
    
    .main-content[b-joj6gvjo9z],
    .toll-info-box[b-joj6gvjo9z] {
        height: auto;
    }
}

@media (max-width: 768px) {
    .container[b-joj6gvjo9z] {
        align-items: flex-start;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    
    .toll-portal-section[b-joj6gvjo9z] {
        align-items: flex-start;
    }
    
    .toll-info-container[b-joj6gvjo9z] {
        align-items: flex-start;
    }
    
    .toll-info-box[b-joj6gvjo9z] {
        margin-bottom: 1.5rem;
        border-right: none;
        border-bottom: 4px solid #198754;
        padding: 20px;
    }
    
    .main-content[b-joj6gvjo9z],
    .toll-info-box[b-joj6gvjo9z] {
        border-radius: 12px;
        padding: 20px;
    }
    
    .toll-image-container[b-joj6gvjo9z] {
        margin-top: 1.5rem;
    }
    
    .header-section[b-joj6gvjo9z] {
        margin-bottom: 15px !important;
    }
}

@media (max-width: 576px) {
    .toll-portal-section[b-joj6gvjo9z],
    .toll-info-container[b-joj6gvjo9z] {
        padding: 10px 0;
    }
    
    .main-content[b-joj6gvjo9z], 
    .toll-info-box[b-joj6gvjo9z] {
        padding: 15px;
    }
    
    .plate-container[b-joj6gvjo9z] {
        padding: 0.75rem !important;
    }
    
    .info-text[b-joj6gvjo9z] {
        font-size: 0.9rem;
    }
    
    .toll-image[b-joj6gvjo9z] {
        max-height: 180px;
    }
    
    .page-title[b-joj6gvjo9z] {
        font-size: 0.95rem;
    }
    
    .site-logo[b-joj6gvjo9z] {
        max-width: 80px;
    }
    
    .deadline-info[b-joj6gvjo9z] {
        padding: 10px !important;
    }
    
    .deadline-info h4[b-joj6gvjo9z] {
        font-size: 0.9rem !important;
    }
    
    .deadline-info p[b-joj6gvjo9z] {
        font-size: 0.8rem !important;
        line-height: 1.4;
    }
    
    .action-buttons .btn[b-joj6gvjo9z] {
        width: 90% !important;
        font-size: 0.85rem !important;
        padding: 8px !important;
    }
    
    .toll-features .row[b-joj6gvjo9z] {
        row-gap: 0.5rem !important;
    }
    
    .feature-item[b-joj6gvjo9z] {
        margin-bottom: 0;
    }
}

.action-buttons[b-joj6gvjo9z] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.action-buttons .btn[b-joj6gvjo9z] {
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(25, 135, 84, 0.2);
}

.action-buttons .btn:hover[b-joj6gvjo9z] {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(25, 135, 84, 0.3);
}

.action-buttons .btn:active[b-joj6gvjo9z] {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(25, 135, 84, 0.2);
}

.g-6[b-joj6gvjo9z] {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.g-6 > *[b-joj6gvjo9z] {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.feature-container[b-joj6gvjo9z] {
    width: 100%;
}

.feature-row[b-joj6gvjo9z] {
    display: flex;
    margin-bottom: 15px;
}

.feature-col[b-joj6gvjo9z] {
    flex: 1;
    padding: 0 5px;
}

@media (max-width: 768px) {
    .feature-row[b-joj6gvjo9z] {
        flex-direction: column;
    }
    
    .feature-col[b-joj6gvjo9z] {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* Verification Code Styles */
.verification-container[b-joj6gvjo9z] {
    padding: 10px;
}

.otp-input[b-joj6gvjo9z] {
    font-size: 20px;
    letter-spacing: 4px;
    width: 160px;
    text-align: center;
    font-weight: bold;
    transition: all 0.3s;
    border: 2px solid #ced4da;
}

.otp-input:focus[b-joj6gvjo9z] {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.otp-input.is-invalid[b-joj6gvjo9z] {
    border-color: #dc3545;
}

.timer-container[b-joj6gvjo9z] {
    color: #666;
    font-size: 0.9rem;
    font-weight: bold;
}

.resend-container[b-joj6gvjo9z] {
    margin-top: 10px;
}

.resend-container .btn-link[b-joj6gvjo9z] {
    color: #198754;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s;
}

.resend-container .btn-link:hover[b-joj6gvjo9z] {
    color: #146c43;
    text-decoration: underline;
}

.max-height-60[b-joj6gvjo9z] {
    max-height: 60px;
}
/* _content/ExbiVisionTollPortal.UI/Components/Pages/Toll.razor.rz.scp.css */
.container[b-gcpbjt0tu0] {
    min-height: 100vh;
    width: 100%;
    margin: 0 auto;
    padding: 1rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.page-title[b-gcpbjt0tu0] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    color: #333;
}

.site-logo[b-gcpbjt0tu0] {
    height: 50px;
    width: auto;
}

.back-button[b-gcpbjt0tu0] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #6c757d;
    transition: all 0.3s;
}

.back-button:hover[b-gcpbjt0tu0] {
    background-color: #e9ecef;
    color: #343a40;
}

.icon-container[b-gcpbjt0tu0] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(13, 110, 253, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.toll-portal-section[b-gcpbjt0tu0] {
    width: 100%;
    height: 100%;
}

.main-content[b-gcpbjt0tu0] {
    background-color: #fff;
    border-radius: 15px;
    height: 100%;
    width: 100%;
}

.toll-info-container[b-gcpbjt0tu0] {
    height: 100%;
    width: 100%;
}

.toll-info-box[b-gcpbjt0tu0] {
    height: 100%;
    width: 100%;
}

.wallet-balance-section .card[b-gcpbjt0tu0] {
    transition: all 0.3s ease;
}

.wallet-balance-section .card:hover[b-gcpbjt0tu0] {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.license-plate-item[b-gcpbjt0tu0] {
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}

.license-plate-item:hover[b-gcpbjt0tu0] {
    border-left-color: #0d6efd;
    background-color: #f8f9fa !important;
    transform: translateX(-5px);
}

.plate-preview[b-gcpbjt0tu0] {
    max-width: 310px;
}

.plate-dropdown[b-gcpbjt0tu0] {
    z-index: 9999 !important;
    position: absolute;
    min-width: 10rem;
    margin: 0;
}

.dropdown-item[b-gcpbjt0tu0] {
    cursor: pointer;
    padding: 0.5rem 1rem;
    transition: background-color 0.2s;
}

.dropdown-item:hover[b-gcpbjt0tu0] {
    background-color: #f8f9fa;
}

.license-plate-item[b-gcpbjt0tu0] {
    position: relative;
}

.plate-actions[b-gcpbjt0tu0] {
    position: relative;
}

.empty-state[b-gcpbjt0tu0] {
    transition: all 0.3s ease;
}

.empty-icon[b-gcpbjt0tu0] {
    opacity: 0.6;
}

.toll-payment-item[b-gcpbjt0tu0] {
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.toll-payment-item:hover[b-gcpbjt0tu0] {
    border-left-color: #198754;
    transform: translateX(-3px);
}

.quick-amounts .btn[b-gcpbjt0tu0] {
    flex: 1;
    margin: 0 5px;
    border-radius: 10px;
    transition: all 0.3s;
}

.quick-amounts .btn:hover[b-gcpbjt0tu0] {
    background-color: #0d6efd;
    color: white;
}

@media (max-width: 992px) {
    .plate-preview[b-gcpbjt0tu0] {
        max-width: 180px;
    }
}

@media (max-width: 768px) {
    .container[b-gcpbjt0tu0] {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .toll-info-box[b-gcpbjt0tu0] {
        margin-bottom: 1.5rem;
    }

    .main-content[b-gcpbjt0tu0],
    .toll-info-box[b-gcpbjt0tu0] {
        border-radius: 12px;
        padding: 20px;
    }
}

.ltr[b-gcpbjt0tu0] {
    direction: ltr !important;
}

.debt-label[b-gcpbjt0tu0] {
    color: #6c757d;
}

.debt-amount[b-gcpbjt0tu0] {
    color: #0d6efd;
}

.debt-currency[b-gcpbjt0tu0] {
    color: #28a745;
}
/* _content/ExbiVisionTollPortal.UI/Components/Profile.razor.rz.scp.css */
.profile-container[b-q40rso8zsn] {
    position: relative;
    display: inline-block;
}

.profile-image[b-q40rso8zsn] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    cursor: pointer;
}

.profile-box[b-q40rso8zsn] {
    position: absolute;
    top: 30px;
    left: 0px;
    width: 200px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.profile-header[b-q40rso8zsn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.exit-button[b-q40rso8zsn] {
    border: none;
    background: none;
    font-size: 18px;
    cursor: pointer;
    color: #333;
}

.exit-button:hover[b-q40rso8zsn] {
    color: #f00;
}

.img-profile[b-q40rso8zsn] {
    cursor: pointer;
}
