/* /Components/CommonUI/Elements_1/LoadingGate.razor.rz.scp.css */
.vt-loading-gate[b-9yy8hf4rax] {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    /* Bottom is intentionally faded to reduce “heavy” feel while loading */
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 1) 52%);
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 1) 52%);
}

.vt-content-wrap[b-9yy8hf4rax] {
    flex: 1 1 auto;
    min-height: 0;
}

.vt-loading-pending[b-9yy8hf4rax] {
    visibility: hidden;
    pointer-events: none;
}

.vt-loading-pending.vt-loading-soft[b-9yy8hf4rax] {
    visibility: visible;
    opacity: var(--vt-soft-placeholder-opacity, 0.22);
}

.vt-loading-pending[b-9yy8hf4rax]  .vt-skeleton::after {
    animation: none !important;
}

.vt-loading-enter[b-9yy8hf4rax] {
    animation: vt-loading-rise-b-9yy8hf4rax 420ms cubic-bezier(0.18, 0.85, 0.2, 1);
    animation-fill-mode: both;
    transform-origin: center bottom;
}

@keyframes vt-loading-rise-b-9yy8hf4rax {
    from {
        opacity: 0;
        transform: translateY(28px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.vt-content-enter[b-9yy8hf4rax] {
    animation: vt-content-reveal-b-9yy8hf4rax 260ms ease-out;
    animation-fill-mode: both;
    will-change: opacity, transform;
}

@keyframes vt-content-reveal-b-9yy8hf4rax {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .vt-loading-enter[b-9yy8hf4rax],
    .vt-content-enter[b-9yy8hf4rax] {
        animation: none;
        transform: none;
    }

    .vt-loading-gate[b-9yy8hf4rax] {
        -webkit-mask-image: none;
        mask-image: none;
    }
}
/* /Components/CommonUI/Elements_1/Skeleton.razor.rz.scp.css */
.vt-skeleton[b-bj16w81py6] {
    position: relative;
    overflow: hidden;
    background: rgba(0, 45, 48, 0.07);
}

.vt-skeleton[b-bj16w81py6]::after {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.00) 0%,
        rgba(255, 255, 255, 0.55) 50%,
        rgba(255, 255, 255, 0.00) 100%
    );
    animation: vt-skeleton-shimmer-b-bj16w81py6 1.1s ease-in-out infinite;
}

@keyframes vt-skeleton-shimmer-b-bj16w81py6 {
    100% {
        transform: translateX(100%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .vt-skeleton[b-bj16w81py6]::after {
        animation: none;
        transform: none;
        opacity: 0.2;
    }
}

/* /Components/CommonUI/Modules_3/ConfirmDialog.razor.rz.scp.css */
:global(.confirm-dialog-backdrop)[b-3oesx0rasm] {
    background-color: rgba(0, 0, 0, 0.35);
}

:global(.mud-dialog.mud-dialog-width-sm.mud-dialog-width-full.my-custom-class)[b-3oesx0rasm] {
    width: 85% !important;
    max-width: 600px;
    border-radius: 16px !important;
    padding: 15px !important;
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2),
        0 24px 38px 3px rgba(0, 0, 0, 0.14),
        0 9px 46px 8px rgba(0, 0, 0, 0.12);
    letter-spacing: 0.14994px;
    background-color: #fff;
    font-family: AmsiPro, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    color: rgb(66, 66, 66);
    overflow: auto;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

:global(.mud-dialog.mud-dialog-width-sm.mud-dialog-width-full.my-custom-class)[b-3oesx0rasm] {
    border-radius: 16px !important;
}

:global(.my-custom-class .mud-dialog-title)[b-3oesx0rasm] {
    padding: 16px 24px;
    display: block !important;
}

:global(.my-custom-class .title)[b-3oesx0rasm],
:global(.my-custom-class .mud-typography-h6)[b-3oesx0rasm] {
    font-family: AmsiProBold;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    color: #000;
}

:global(.my-custom-class .mud-typography-subtitle1)[b-3oesx0rasm],
:global(.my-custom-class .pwa-text)[b-3oesx0rasm] {
    font-size: 13px !important;
    font-family: 'AmsiPro' !important;
    font-weight: 400 !important;
    line-height: 22.75px;
    color: rgb(66, 66, 66);
}

:global(.my-custom-class .mud-dialog-content)[b-3oesx0rasm] {
    margin: 8px 0;
    padding: 0 24px;
    overflow: auto;
}

:global(.my-custom-class .mud-dialog-actions)[b-3oesx0rasm] {
    padding: 8px;
    align-items: center;
}

:global(.my-custom-class .dialog-btn)[b-3oesx0rasm] {
    font-size: 16px;
    font-weight: 600;
    line-height: 14px !important;
    font-family: Nunito;
    padding: 12px 25px !important;
    height: 40px !important;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

:global(.my-custom-class .btn-antgreen.dialog-btn)[b-3oesx0rasm] {
    border-radius: 14px;
    border: 1px solid rgb(3, 255, 63);
}

:global(.my-custom-class .dialog-btn span)[b-3oesx0rasm] {
    font-size: 16px;
    font-weight: 600;
    line-height: 14px;
}

:global(.my-custom-class .mud-button:focus-visible)[b-3oesx0rasm],
:global(.my-custom-class .mud-button:active)[b-3oesx0rasm],
:global(.my-custom-class .dialog-btn:focus-visible)[b-3oesx0rasm],
:global(.my-custom-class .dialog-btn:active)[b-3oesx0rasm] {
    background-color: inherit !important;
    color: inherit !important;
}
/* /Components/CommonUI/Modules_3/NavBarTitle.razor.rz.scp.css */
.nav-bar-title-container[b-qh5w10y1zn] {
    margin-top: 250px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1000;
    margin: 0;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 15px;
}

.nav-bar-title-container p[b-qh5w10y1zn] {
    left: 0;
    right: 0;
    margin-top: 15px;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.nav-bar-title[b-qh5w10y1zn] {
    font-size: clamp(18px, calc(-50px + 18.2vw), 28px);
    font-weight: 300;
    line-height: 1.21;
    letter-spacing: -0.56px;
    text-align: center;
    color: #002D30;
}

.lower-the-second-line[b-qh5w10y1zn]{
    margin-bottom: -20px;
}

.title-text[b-qh5w10y1zn], .subtitle-text[b-qh5w10y1zn] {
    font-family: Nunito-Light, sans-serif;
    font-size: clamp(18px, calc(-50px + 18.2vw), 28px);
    font-weight: 300;
    line-height: 1.21;
    letter-spacing: -0.56px;
    text-align: center;
    color: #002D30;
    width: 100%;
}

.nav-back-link[b-qh5w10y1zn] {
    position: absolute;
    z-index: 2;
    width: 40px;
    min-width: 40px;
    height: 40px;
    background-color: #002d30;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem !important;
    color: #FFFFFF;
    border-radius: 50%;
    top: 20px;
}
/* /Components/CommonUI/Modules_3/PaymentCardAddForm.razor.rz.scp.css */
.credit-card[b-v53yoo6a5h] {
    background-image: url("assets/images/icons/credit-card-bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 192px;
    height: 140px;
    border-radius: 12px;
    position: relative;
}

.mastercard-logo[b-v53yoo6a5h] {
    position: absolute;
    top: 10px;
    right: 16px;
}

.mastercard-logo img[b-v53yoo6a5h] {
    width: 39px;
}

.card-number[b-v53yoo6a5h] {
    position: absolute;
    top: 65px;
    left: 25px;
    font-size: 0.625em;
    font-family: "AmsiPro";
}

.card-details-name[b-v53yoo6a5h] {
    position: absolute;
    top: 80px;
    left: 25px;
    font-size: 0.625em;
    width: 65px;
    height: 30px;
    font-family: "AmsiPro";
}

.card-details-date[b-v53yoo6a5h] {
    position: absolute;
    top: 80px;
    left: 92px;
    font-size: 0.625em;
    width: 25px;
    font-family: "AmsiPro";
}

.parsley-error label[b-v53yoo6a5h] {
    color: #ff5714;
}

.parsley-error input[b-v53yoo6a5h]::placeholder {
    color: #ff5714;
}

.validation-error-message[b-v53yoo6a5h] {
    display: flex;
    gap: 8px;
    align-items: center;
    font-family: "Nunito-Light", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    color: #ff5714;
}

.validation-error-message i[b-v53yoo6a5h] {
    color: #ff5722;
    font-size: 20px;
    margin-top: 5px;
}

.payment-logo[b-v53yoo6a5h] {
    height: 80px;
}

.card-scan-toggle[b-v53yoo6a5h] {
    visibility: hidden;
}

.pr-1[b-v53yoo6a5h] {
    padding-right: 5px;
}

.pl-1[b-v53yoo6a5h] {
    padding-left: 5px;
}
/* /Components/CommonUI/Modules_3/PaymentSavedCards.razor.rz.scp.css */
.payment-card-swiper[b-0flrnhkkt6] {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.payment-card-swiper[b-0flrnhkkt6]::-webkit-scrollbar {
    display: none;
}

.payment-card-swiper[b-0flrnhkkt6] {
    scrollbar-width: none;
}

.payment-card-swiper .swiper-wrapper[b-0flrnhkkt6] {
    display: flex;
    gap: 0;
    width: max-content;
}

.payment-card-swiper .swiper-slide[b-0flrnhkkt6] {
    flex: 0 0 auto;
}
/* /Components/CommonUI/Widgets_2/PageHeader.razor.rz.scp.css */
.MerhabaAlt[b-klzazb4tee] {
    margin: 2px 9px 9px 2px !important;
    font-size: 13px;
    
    &.signup {
        margin: 2px 9px 30px 2px !important;
    }
}

.Merhaba[b-klzazb4tee] {
    margin: 0px 0px 3px 0;
}
/* /Components/Pages/Authentication/ForgotPassword.razor.rz.scp.css */
.forgot-page[b-a4hp1cuxcr] {
    padding-top: 12px;
}

.account-section[b-a4hp1cuxcr] {
    margin-top: 60px;
}

.bottom-btn .logo-img[b-a4hp1cuxcr] {
    max-width: 125px;
    width: 84px;
    height: 107px;
}

.Merhaba[b-a4hp1cuxcr] {
    margin-bottom: 8px;
}

.MerhabaAlt[b-a4hp1cuxcr] {
    margin-bottom: 16px;
}

.help-link[b-a4hp1cuxcr] {
    display: flex;
    justify-content: flex-end;
    margin: 0 6px 8px 0;
}

.help-anchor[b-a4hp1cuxcr] {
    color: #ff5714;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.help-icon[b-a4hp1cuxcr] {
    width: 16px;
    height: 16px;
}
/* /Components/Pages/Authentication/ForgotPasswordUpdate.razor.rz.scp.css */
.forgot-update-page[b-5xdwkuecs2] {
    padding-top: 12px;
}

.account-section[b-5xdwkuecs2] {
    margin-top: 8px;
}
/* /Components/Pages/Authentication/Signin.razor.rz.scp.css */
.remember-me-container[b-8bhltkymgj] {
    margin-top: 22px;
}

.signin-error-state .parsley-success[b-8bhltkymgj] {
    border-color: #002d30 !important;
}

.signin-header[b-8bhltkymgj],
.signin-footer[b-8bhltkymgj] {
    display: none;
}

@media (min-height: 690px) {
    .signin-header[b-8bhltkymgj] {
        display: block;
    }
}

@media (min-height: 860px) {
    .signin-footer[b-8bhltkymgj] {
        display: block;
    }
}
/* /Components/Pages/Authentication/Signup.razor.rz.scp.css */
/* /Components/Pages/Authentication/Verification.razor.rz.scp.css */
.verification-page[b-ekhjb7023s] {
    padding-top: 12px;
}

.verification-row[b-ekhjb7023s] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
}

.verification-input[b-ekhjb7023s] {
    flex: 1 1 60%;
}

.timer-badge[b-ekhjb7023s] {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #3772ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #3772ff;
    background: #fff;
    font-size: 14px;
    margin-top: 16px;
    
    &.time-out {
        border-color: #ff5714 !important;
    }
}

.verification-action[b-ekhjb7023s] {
    flex: 0 0 110px;
    padding-top: 10px;
}

.btn-submit[b-ekhjb7023s] {
    width: 100%;
    min-height: 56px;
    font-size: 0.7rem !important;
}

.resend-btn[b-ekhjb7023s] {
    width: 100%;
    min-height: 56px !important;
    font-size: 14px !important;
    line-height: 1 !important;
    color: #fff;
    background: linear-gradient(263deg, #ff5714 3%, rgb(252, 186, 3) 93%);
    border: none;
    border-radius: 8px !important;
    font-weight: 500 !important;
    min-width: 110px !important;
    padding: 8px 12px !important;
}

.timer-note[b-ekhjb7023s] {
    text-align: center;
    font-size: 12px;
    margin: 1rem 9px 30px 2px;
    font-family: AmsiPro, sans-serif;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -.24px;
    height: 48px;
}

.verification-danger[b-ekhjb7023s] {
    background-color: #fff;
    color: #dc3545;
    font-size: 14px;
    border: 1px solid #dc3545;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.nav-back-link[b-ekhjb7023s] {
    position: absolute;
    z-index: 2;
    width: 40px;
    min-width: 40px;
    height: 40px;
    background-color: #002d30;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem !important;
    color: #FFFFFF;
    border-radius: 50%;
    top: 0;
    left: 0;
}

.consent-list[b-ekhjb7023s] {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.consent-item[b-ekhjb7023s] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #002d30;
    font-size: 14px;
}

.consent-item input[type="checkbox"][b-ekhjb7023s] {
    width: 18px;
    height: 18px;
}

.consent-link[b-ekhjb7023s] {
    color: #002d30;
    text-decoration: underline;
}

.consent-title[b-ekhjb7023s] {
    color: #ff5714;
    font-weight: 700;
}

.consent-iframe[b-ekhjb7023s] {
    width: 100%;
    height: 100%;
    border: none;
}

.bottom-logo[b-ekhjb7023s] {
    margin-top: 32px;
}

.logo-img[b-ekhjb7023s] {
    max-width: 125px;
    width: 84px;
    height: 107px;
}
/* /Components/Pages/Charge/PriceList.razor.rz.scp.css */
.price-list-page[b-3470ab9a35] {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.price-list-content[b-3470ab9a35] {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
}

.banner-section[b-3470ab9a35] {
    background-color: #f0f0f0;
    width: 100%;
    max-width: 358px;
    height: 200px;
    margin: 50px auto 20px auto;
    padding: 20px;
    border-radius: 14px;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    align-items: center;
    justify-content: center;
}

.banner-section h1[b-3470ab9a35] {
    margin: 0 0 12px 0;
    font-size: 1rem;
}

.price-item[b-3470ab9a35] {
    font-size: 1.5rem;
    margin: 0;
}

.voltup-sub-title[b-3470ab9a35] {
    font-size: 11px;
    width: 100%;
    max-width: 358px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    line-height: 1.4;
    padding: 0 15px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}
/* /Components/Pages/Customer/MyAccount.razor.rz.scp.css */
/* Welcome Message */
.welcome-message[b-zfixdf3bk5] {
    text-align: left;
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 0.75rem;
    line-height: 1.25;
}

.welcome-message span[b-zfixdf3bk5] {
    display: block;
    font-weight: 900;
    color: var(--bs-body-color, #002d30);
    font-family: Nunito;
    line-height: 1.05;
    margin-top: -2px;
}

/* Current Car Info Styles */
.current-car-info[b-zfixdf3bk5] {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 15px;
    margin: 15px 0;
    border: 1px solid #e9ecef;
    display: flex;
    align-items: center;
    gap: 15px;
}

.current-car-image[b-zfixdf3bk5] {
    width: 60px;
    height: 40px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.current-car-details[b-zfixdf3bk5] {
    flex: 1;
}

.current-car-plate[b-zfixdf3bk5] {
    font-family: 'AmsiPro-Black', sans-serif;
    font-size: 14px;
    color: #002d30;
    margin: 0 0 4px 0;
}

.current-car-brand[b-zfixdf3bk5] {
    font-family: 'AmsiPro-Regular', sans-serif;
    font-size: 12px;
    color: #666;
    margin: 0;
}

/* Vehicles Section */
.vehicles-section[b-zfixdf3bk5] {
    padding: 0px;
    margin-top: 1.25rem;
    font-family: Arial, sans-serif;
}

.vehicles-header[b-zfixdf3bk5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vehicles-header h3[b-zfixdf3bk5] {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    letter-spacing: normal !important;
}

.view-all[b-zfixdf3bk5] {
    font-size: 0.75rem;
    color: #ff5714;
    cursor: pointer;
    text-decoration: underline;
    font-family: "AmsiProBold";
}

/* Vehicles Container */
.vehicles-container[b-zfixdf3bk5] {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    margin-top: 0px;
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: thin;
}

.vehicles-container.is-loading[b-zfixdf3bk5] {
    overflow: hidden !important;
}

.vehicles-container[b-zfixdf3bk5]::-webkit-scrollbar {
    height: 6px;
}

.vehicles-container[b-zfixdf3bk5]::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}

/* Exit Button */
.exit-button[b-zfixdf3bk5] {
    background-color: #ff5714;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 15px 1.25rem;
    margin-top: 15px;
    cursor: pointer;
}

.exit-button span[b-zfixdf3bk5] {
    font-family: 'AmsiPro', sans-serif;
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    text-align: center;
}

.sub-user-notice[b-zfixdf3bk5] {
    text-align: left;
    font-size: 12px;
    font-weight: 300;
    color: #333;
    margin: 0;
    padding: 0 5% 12px 5%;
}

.sub-user-notice.is-hidden[b-zfixdf3bk5] {
    display: none !important;
}

.sub-user-notice.is-visible[b-zfixdf3bk5] {
    display: block !important;
}

.main-account-content.is-hidden[b-zfixdf3bk5] {
    display: none !important;
}

.main-account-content.is-visible[b-zfixdf3bk5] {
    display: block !important;
}

.my-account-actions.is-hidden[b-zfixdf3bk5] {
    display: none !important;
}

.my-account-actions.is-visible[b-zfixdf3bk5] {
    display: flex !important;
}

/* Action Buttons Container */
.action-buttons-container[b-zfixdf3bk5] {
    overflow-y: auto;
    padding-right: 5px;
    height: 100%;
}

.action-buttons-container.is-loading[b-zfixdf3bk5] {
    padding-right: 0 !important;
}

.action-buttons-container[b-zfixdf3bk5]::-webkit-scrollbar {
    width: 6px;
}

.action-buttons-container[b-zfixdf3bk5]::-webkit-scrollbar-track {
    background: transparent;
}

.action-buttons-container[b-zfixdf3bk5]::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}

.payment-center-shadow[b-zfixdf3bk5]  .action-button-container {
    
}

.my-account-page[b-zfixdf3bk5] {
    height: 100%;
    max-height: none;
    overflow: hidden;
    padding-bottom: calc(var(--voltup-footer-height, 92px) + var(--voltup-footer-overlap, 20px) + env(safe-area-inset-bottom, 0px));
}

.my-account-container[b-zfixdf3bk5] {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.my-account-layout[b-zfixdf3bk5] {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
}

.my-account-top[b-zfixdf3bk5] {
    flex: 0 0 auto;
}

.my-account-actions[b-zfixdf3bk5] {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-top: 15px;
}

.action-buttons-scroll-wrapper[b-zfixdf3bk5] {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
}

.scroll-down-hint[b-zfixdf3bk5] {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 150ms ease, visibility 150ms ease;
    z-index: 2;
}

.scroll-down-hint.is-visible[b-zfixdf3bk5] {
    opacity: 1;
    visibility: visible;
}

.scroll-down-hint .hint-pill[b-zfixdf3bk5] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 999px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.10);
}

.scroll-down-hint svg[b-zfixdf3bk5] {
    width: 16px;
    height: 16px;
    stroke: var(--primary-color, #ff5714);
    stroke-width: 2.5;
    fill: none;
    animation: scroll-hint-bounce-b-zfixdf3bk5 1.25s ease-in-out infinite;
}

@keyframes scroll-hint-bounce-b-zfixdf3bk5 {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(3px);
    }
}
/* /Components/Pages/Customer/MyAccountPreAuth.razor.rz.scp.css */
.my-account-preauth-page[b-fbnsg70388] {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.my-account-preauth-content[b-fbnsg70388] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    padding: 0 15px;
    width: 100%;
    max-width: 358px;
    margin: 0 auto;
}

.my-account-preauth-logo[b-fbnsg70388] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-top: 15px;
    width: 100%;
}

.my-account-preauth-logo-image[b-fbnsg70388] {
    width: 77.4px;
    height: auto;
}

.my-account-preauth-body[b-fbnsg70388] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}

.my-account-preauth-tagline[b-fbnsg70388] {
    width: 291px;
    height: 240px;
    font-family: AmsiPro-☞;
    font-size: 48px;
    font-weight: 300;
    line-height: 0.98;
    letter-spacing: -1.44px;
    text-align: left;
    margin-top: 35px;
}

.my-account-preauth-buttons[b-fbnsg70388] {
    margin-top: 7rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
    width: 100%;
    margin-bottom: 120px;
}

.my-account-preauth-buttons[b-fbnsg70388]  button {
    width: 100%;
    max-width: unset;
}

.my-account-preauth-buttons[b-fbnsg70388]  .my-account-preauth-signin {
    background: linear-gradient(79deg, #fcba03, #ff5714);
    border: none;
    color: #fff;
}

.my-account-preauth-buttons[b-fbnsg70388]  .my-account-preauth-signin:hover,
.my-account-preauth-buttons[b-fbnsg70388]  .my-account-preauth-signin:focus,
.my-account-preauth-buttons[b-fbnsg70388]  .my-account-preauth-signin:active {
    background: linear-gradient(79deg, #fcba03, #ff5714);
    color: #fff;
}
/* /Components/Pages/MyOperations/ChargingReport.razor.rz.scp.css */
.charging-report-page[b-hr97jfkiv1] {
    overflow: hidden;
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.charging-report-content[b-hr97jfkiv1] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.charging-report-container[b-hr97jfkiv1] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
}

.charging-report-tab-panel[b-hr97jfkiv1] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    animation: charging-report-tab-fade-b-hr97jfkiv1 180ms ease;
}

.charging-report-header[b-hr97jfkiv1] {
    flex: 0 0 auto;
}

.charging-report-note[b-hr97jfkiv1] {
    display: flex;
    justify-content: center;
    margin: 16px 0;
    font-size: 10px;
    text-align: center;
}

.charging-report-scroll-wrapper[b-hr97jfkiv1] {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.charging-report-results-wrapper[b-hr97jfkiv1] {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
}

.charging-report-results[b-hr97jfkiv1] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    padding-bottom: calc(var(--voltup-footer-height, 92px) + var(--voltup-footer-overlap, 20px) + env(safe-area-inset-bottom, 0px));
}

.charging-report-content-slot[b-hr97jfkiv1] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 100%;
}

.charging-report-results.is-empty[b-hr97jfkiv1] {
    overflow: hidden;
    height: 100%;
    min-height: 100%;
}

.charging-report-results.is-empty-active[b-hr97jfkiv1] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: calc(var(--voltup-footer-height, 92px) + var(--voltup-footer-overlap, 20px) + env(safe-area-inset-bottom, 0px));
}

.charging-report-results.is-empty-active .charging-report-empty[b-hr97jfkiv1] {
    margin: 0;
}

.charging-report-results.is-empty-past[b-hr97jfkiv1] {
    display: flex;
    flex-direction: column;
    padding-bottom: calc(var(--voltup-footer-height, 92px) + var(--voltup-footer-overlap, 20px) + env(safe-area-inset-bottom, 0px));
}

.charging-report-results.is-empty-past .charging-report-empty-wrapper[b-hr97jfkiv1] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 100%;
}

.charging-report-results.is-empty-past .charging-report-empty-message[b-hr97jfkiv1] {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.charging-report-results.is-empty-past .charging-report-empty-actions[b-hr97jfkiv1] {
    margin-top: auto !important;
}

.charging-report-active-results[b-hr97jfkiv1]  .vt-content-wrap,
.charging-report-results[b-hr97jfkiv1]  .vt-content-wrap {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
}

.charging-report-active-results[b-hr97jfkiv1] {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 4px 24px;
    flex: 1 1 auto;
    min-height: 0;
}

.charging-report-active-results.is-empty[b-hr97jfkiv1]  .vt-content-wrap {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 100%;
    padding-bottom: calc(var(--voltup-footer-height, 92px) + var(--voltup-footer-overlap, 20px) + env(safe-area-inset-bottom, 0px));
}

.charging-report-active-results.is-empty .charging-report-empty[b-hr97jfkiv1] {
    margin: auto 0;
}

.charging-report-filters[b-hr97jfkiv1] {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.4rem;
    margin-top: 10px;
    margin-bottom: 16px;
}

.charging-report-filters .native-select[b-hr97jfkiv1] {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between !important;
    text-align: start !important;
    padding: 0 12px;
    border-radius: 12px;
    min-width: 126px;
    font-size: 10px;
}

.charging-report-sort[b-hr97jfkiv1] {
    width: 13rem;
}

.charging-report-export-button[b-hr97jfkiv1] {
    min-width: 41px !important;
    width: 41px !important;
    height: 41px !important;
    padding: 0 !important;
    border-radius: 8px !important;
    background-color: #ff5714 !important;
    color: #ff5714 !important;
    font-size: 25px !important;
    box-shadow: none !important;
    border: none !important;
    text-transform: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.charging-report-export-button:hover[b-hr97jfkiv1],
.charging-report-export-button:focus[b-hr97jfkiv1],
.charging-report-export-button:active[b-hr97jfkiv1] {
    background-color: #ff5714 !important;
}

.charging-report-excel-error[b-hr97jfkiv1] {
    margin-top: 12px;
}

.dropdown-list[b-hr97jfkiv1] {
    display: flex;
    flex-wrap: wrap;
    background-color: #eaeaea;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.custom-dropdown-item[b-hr97jfkiv1] {
    border-bottom: 0.5px solid grey;
    padding: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.charging-report-active-card[b-hr97jfkiv1] {
    background-color: #eaeaea;
    border-radius: 15px;
    margin: 0 8px 12px;
    padding: 4px 0;
}

.charging-report-active-item[b-hr97jfkiv1] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
}

.charging-report-active-item img[b-hr97jfkiv1] {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.charging-report-active-text[b-hr97jfkiv1] {
    display: flex;
    flex-direction: column;
}

.charging-report-active-label[b-hr97jfkiv1] {
    margin: 0;
    font-weight: 700;
    font-size: 12px;
    font-family: AmsiPro, sans-serif;
}

.charging-report-active-value[b-hr97jfkiv1] {
    margin: 0;
    font-size: 12px;
}

.charging-report-pass-wrap[b-hr97jfkiv1] {
    padding: 0 8px 16px;
}

.pass-charging[b-hr97jfkiv1] {
    background-color: #ff5714 !important;
    color: #ffffff !important;
}

.items-end[b-hr97jfkiv1] {
    justify-items: end;
}

.flex-col[b-hr97jfkiv1] {
    display: flex;
    flex-direction: column;
}

.bottom-decription[b-hr97jfkiv1] {
    font-weight: 100;
    font-size: 11px;
    font-family: AmsiPro, sans-serif;
}

.charging-report-card[b-hr97jfkiv1] {
    padding: 0;
}

.charging-report-card-header[b-hr97jfkiv1] {
    border-bottom: 1px solid #eaeaea;
}

.charging-report-card-column[b-hr97jfkiv1] {
    border-right: 1px solid #eaeaea;
}

.charging-report-card-section[b-hr97jfkiv1] {
    border-bottom: 1px solid #eaeaea;
}

.charging-report-detail[b-hr97jfkiv1] {
    color: #ff5714;
    justify-content: center;
    align-items: center;
}

.charging-report-detail-icon[b-hr97jfkiv1] {
    width: 20px;
}

.charging-report-detail-link[b-hr97jfkiv1] {
    color: #ff5714;
    text-decoration: none;
    margin-top: 0;
}

.charging-report-amount[b-hr97jfkiv1] {
    font-weight: 600;
    font-size: 11px;
}

.charging-report-quantity[b-hr97jfkiv1] {
    font-size: 14px;
    font-weight: 400;
}

.charging-report-load-more[b-hr97jfkiv1] {
    border: 1px solid #ff5714;
    color: #ff5714;
    border-radius: 25px;
    padding: 10px 30px;
    font-weight: 600;
    background: transparent;
}

.charging-report-load-spinner[b-hr97jfkiv1] {
    color: #ff5714 !important;
}

.charging-report-empty-message[b-hr97jfkiv1] {
    font-size: 14px;
    font-family: Nunito, sans-serif;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 1 1 auto;
    padding: 0 35px;
    box-sizing: border-box;
    left: unset !important;
    right: unset !important;
}

.charging-report-skeleton[b-hr97jfkiv1] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.charging-report-empty[b-hr97jfkiv1] {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    padding: 0 35px;
    width: 100%;
    flex: 0 0 auto;
    box-sizing: border-box;
    left: unset !important;
    right: unset !important;
}

.charging-report-empty-wrapper[b-hr97jfkiv1] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    text-align: center;
    width: 100%;
}

.charging-report-results.is-empty[b-hr97jfkiv1]  .vt-content-wrap {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 100%;
}

.charging-report-results.is-empty .charging-report-empty-wrapper[b-hr97jfkiv1] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 100%;
}

.charging-report-results.is-empty .charging-report-empty-message[b-hr97jfkiv1] {
    margin: auto 0;
}

.charging-report-empty-actions[b-hr97jfkiv1] {
    margin-top: auto !important;
    width: 100%;
}

.charging-report-results.is-empty .charging-report-empty-actions[b-hr97jfkiv1] {
    margin-top: 0 !important;
    padding-bottom: calc(var(--voltup-footer-height, 92px) + var(--voltup-footer-overlap, 20px) + env(safe-area-inset-bottom, 0px));
}

.charging-report-results-wrapper .scroll-down-hint[b-hr97jfkiv1] {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 150ms ease, visibility 150ms ease;
    z-index: 2;
}

.charging-report-results-wrapper .scroll-down-hint.is-visible[b-hr97jfkiv1] {
    opacity: 1;
    visibility: visible;
}

.charging-report-results-wrapper .scroll-down-hint .hint-pill[b-hr97jfkiv1] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 999px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.10);
}

.charging-report-results-wrapper .scroll-down-hint svg[b-hr97jfkiv1] {
    width: 16px;
    height: 16px;
    stroke: var(--primary-color, #ff5714);
    stroke-width: 2.5;
    fill: none;
    animation: scroll-hint-bounce-b-hr97jfkiv1 1.25s ease-in-out infinite;
}

@keyframes scroll-hint-bounce-b-hr97jfkiv1 {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(3px);
    }
}

@keyframes charging-report-tab-fade-b-hr97jfkiv1 {
    from {
        opacity: 0;
        transform: translateY(4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* /Components/Pages/MyOperations/ChargingReportPreAuth.razor.rz.scp.css */
.charging-report-preauth-page[b-9hq1epoadz] {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.charging-report-preauth-content[b-9hq1epoadz] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    padding: 0 15px;
    width: 100%;
    max-width: 358px;
    margin: 0 auto;
}

.charging-report-preauth-logo[b-9hq1epoadz] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-top: 15px;
    width: 100%;
}

.charging-report-preauth-logo-image[b-9hq1epoadz] {
    width: 77.4px;
    height: auto;
}

.charging-report-preauth-body[b-9hq1epoadz] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}

.charging-report-preauth-tagline[b-9hq1epoadz] {
    width: 291px;
    height: 240px;
    font-family: AmsiPro-☞;
    font-size: 48px;
    font-weight: 300;
    line-height: 0.98;
    letter-spacing: -1.44px;
    text-align: left;
    margin-top: 35px;
}

.charging-report-preauth-buttons[b-9hq1epoadz] {
    margin-top: 7rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
    width: 100%;
    margin-bottom: 120px;
}

.charging-report-preauth-buttons[b-9hq1epoadz]  button {
    width: 100%;
    max-width: unset;
}
/* /Components/Pages/MyOperations/More.razor.rz.scp.css */
.more-page[b-a51g130v3l] {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.more-content[b-a51g130v3l] {
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
}

.more-logo-section[b-a51g130v3l] {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
}

.more-logo-section img[b-a51g130v3l] {
    padding: 15px 90px 10px 90px;
    margin-top: 30px;
    max-width: 265px;
    width: 100%;
    height: auto;
}

.more-buttons-section[b-a51g130v3l] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 120px;
}

.more-buttons-section .btn[b-a51g130v3l] {
    text-transform: unset !important;
}

.more-buttons-section .btn-ant-full-line[b-a51g130v3l] {
    max-width: unset !important;
}

.more-buttons-section[b-a51g130v3l]  .btn.btn-outline-primary.btn-ant-full-line,
.more-buttons-section[b-a51g130v3l]  .btn.btn-outline-primary.btn-ant-full-line:hover,
.more-buttons-section[b-a51g130v3l]  .btn.btn-outline-primary.btn-ant-full-line:focus,
.more-buttons-section[b-a51g130v3l]  .btn.btn-outline-primary.btn-ant-full-line:active,
.more-buttons-section[b-a51g130v3l]  .btn.btn-outline-primary.btn-ant-full-line:active:focus,
.more-buttons-section[b-a51g130v3l]  .btn.btn-outline-primary.btn-ant-full-line:active:hover {
    border-color: #001f3f !important;
    color: #001f3f !important;
    background-color: transparent !important;
}

.more-button[b-a51g130v3l] {
    width: 100%;
}
/* /Components/Pages/MyOperations/MorePreAuth.razor.rz.scp.css */
.more-preauth-content[b-husy6db6ve] {
    padding: 0 16px;
}

.more-preauth-logo-section[b-husy6db6ve] {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
}

.more-preauth-logo-section img[b-husy6db6ve] {
    padding: 15px 90px 10px 90px;
    margin-top: 30px;
    max-width: 260px;
    width: 100%;
    height: auto;
}

.more-preauth-buttons-section[b-husy6db6ve] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 120px;
}

.more-preauth-buttons-section[b-husy6db6ve]  .btn {
    text-transform: unset !important;
}

.more-preauth-buttons-section[b-husy6db6ve]  .btn-ant-full-line {
    max-width: unset !important;
}

.more-preauth-buttons-section[b-husy6db6ve]  .btn-ant-full-line:hover {
    color: inherit;
}

.more-preauth-buttons-section[b-husy6db6ve]  .btn.btn-outline-primary.btn-ant-full-line,
.more-preauth-buttons-section[b-husy6db6ve]  .btn.btn-outline-primary.btn-ant-full-line:hover,
.more-preauth-buttons-section[b-husy6db6ve]  .btn.btn-outline-primary.btn-ant-full-line:focus,
.more-preauth-buttons-section[b-husy6db6ve]  .btn.btn-outline-primary.btn-ant-full-line:active,
.more-preauth-buttons-section[b-husy6db6ve]  .btn.btn-outline-primary.btn-ant-full-line:active:focus,
.more-preauth-buttons-section[b-husy6db6ve]  .btn.btn-outline-primary.btn-ant-full-line:active:hover {
    border-color: #001f3f !important;
    color: #001f3f !important;
    background-color: transparent !important;
}

.more-preauth-button[b-husy6db6ve] {
    width: 100%;
}
/* /Components/Pages/Shared/Support.razor.rz.scp.css */
.header[b-2loq1msye1] {
    display: none !important;
}

.support-wrapper[b-2loq1msye1] {
    padding-top: 24px;
}

.support-card[b-2loq1msye1] {
    margin-top: 12px;
    border-radius: 16px;
    background: #ffffff;
}

.support-badge[b-2loq1msye1] {
    display: inline-block;
    color: #ff5714;
    font-weight: 700;
    font-size: 14px;
}

.support-row[b-2loq1msye1] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.support-input[b-2loq1msye1] {
    flex: 1 1 100%;
}

.support-action[b-2loq1msye1] {
    flex: 0 0 auto;
    display: flex;
    align-items: flex-start;
    margin-top: 0.6rem;
}
