/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.wrapper-auth[b-hbil1vwm6c] {
    padding: 70px;
    height: 100vh;
    width: 100%;
    background-color: #F7F8F9;
    display: flex;
    justify-content: space-around;
    overflow: auto;
    align-items: center;
}

.content-auth[b-hbil1vwm6c] {
    display: flex;
    height: 700px;
    max-height: 700px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 1000px;
    border-radius: 20px;
}

.content-left[b-hbil1vwm6c] {
    border-radius: 20px 0 0 20px;
    padding: 50px;
    background-color: var(--primary-color);
    width: 50%;
    display: flex;
    flex-direction: column;
}

.content-right[b-hbil1vwm6c] {
    border-radius: 0 20px 20px 0;
    padding: 50px;
    background-color: #FFF;
    width: 50%;
}

.auth-title[b-hbil1vwm6c] {
    font-size: 28px;
    color: #FFF;
    font-weight: 700;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.84px;
}

.auth-subtitle[b-hbil1vwm6c] {
    font-size: 16px;
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.auth-description[b-hbil1vwm6c] {
    font-size: 14px;
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

@media (max-height: 840px) {
    .content-auth[b-hbil1vwm6c] {
        height: max-content;
        min-height: 100%;
        margin-top: auto;
    }
}

@media (max-width: 767.98px) {
    .wrapper-auth[b-hbil1vwm6c] {
        padding: 40px;
    }

    .content-left[b-hbil1vwm6c] {
        display: none;
    }

    .content-right[b-hbil1vwm6c] {
        border-radius: 20px;
        width: 100%;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-t1afs5zc4z] {
    position: relative;
    display: flex;
    flex-direction: row;
}

main[b-t1afs5zc4z] {
    height:100vh;
    flex: 1;
    background: #F7F8F9;
    overflow: hidden;
}

.content-header[b-t1afs5zc4z] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.customer-info[b-t1afs5zc4z] {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex-grow: 1;
    padding-right: 1rem;
}

.customer-details[b-t1afs5zc4z] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.settings[b-t1afs5zc4z] {
    background: none;
    border: none;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.cx-navbar-toggle[b-t1afs5zc4z] {
    display: none;
}

.sidebar[b-t1afs5zc4z] {
    width: 250px;
    background-color: white;
    border-right: 0.5px solid #DBDBDB;
    height: 100vh;
    z-index: 7;
}

.txt-travel-agent[b-t1afs5zc4z] {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #707070;
}

.txt-travel-agent-name[b-t1afs5zc4z] {
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    text-align: left;
}

.txt-travel-agent[b-t1afs5zc4z], .txt-travel-agent-name[b-t1afs5zc4z] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wrapper-header[b-t1afs5zc4z] {
    padding: 12px 20px 12px 20px;
    background: white;
    box-shadow: 0px 0px 12px 0px #0000000D;
    border-bottom: 0.5px solid #E7E7E7;
    height: 62px;
}

.bg-close-content[b-t1afs5zc4z] {

}

.side-bar-hide[b-t1afs5zc4z] {

}

@media (max-width: 641px) {

    .sidebar[b-t1afs5zc4z] {
        position: absolute;
        left: 0;
    }

    .cx-navbar-toggle[b-t1afs5zc4z] {
        display: block !important;
        align-content: center;
        margin-right: 1rem;
    }

    .bg-close-content[b-t1afs5zc4z] {
        background: rgba(0, 0, 0, 0.5);
        opacity: .5;
        width: 100%;
        height: 100%;
        position: fixed;
        display: flex;
        left: 0;
        right: 0;
        z-index: 6;
    }

    .side-bar-hide[b-t1afs5zc4z] {
        display: none;
    }
}

#blazor-error-ui[b-t1afs5zc4z] {
    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-t1afs5zc4z] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavAccount.razor.rz.scp.css */
.title-content[b-1tpa6okkab] {
    margin-bottom: 20px;
}

.title-account[b-1tpa6okkab] {
    color: #121212;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 20px;
}

.wrapper-content[b-1tpa6okkab] {
    display: flex;
    padding: 20px;
    border-radius: 12px;
    background-color: #FFF;
    gap: 20px;
}

.navbar-account-mobile[b-1tpa6okkab] {
    display: none;
    padding: 20px 20px 0;
}

.navbar-account[b-1tpa6okkab] {
    min-width: 210px;
}

.header-account[b-1tpa6okkab] {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.content-account[b-1tpa6okkab] {
    flex-grow: 1;
}

.list-item-sidebar[b-1tpa6okkab] {
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 12px;
    padding: 8px 12px;
    border: unset;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.48px;
}

.list-item-sidebar.active[b-1tpa6okkab] {
    background-color: #FEEEE9;
    color: var(--primary-color);
    font-weight: 700;
}

.list-item-sidebar:not(.active):hover[b-1tpa6okkab] {
    background-color: #FAFAFA;
    color: var(--primary-color);
}

.separate-content-account[b-1tpa6okkab] {
    display: block;
}

.nav-item-menu[b-1tpa6okkab] {
    font-size: 0.9rem;
    padding-bottom: 0.25rem;
}

.nav-item-menu .nav-link-menu[b-1tpa6okkab] {
    font-weight: 500;
    font-size: 14px;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 18px;
    width: 100%;
    padding: .5rem 1rem !important;
    text-decoration: none !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out !important;
}

.nav-link-menu.sign-out[b-1tpa6okkab] {
    color: #EA4236 !important;
}

.nav-item-menu[b-1tpa6okkab]  .nav-link-menu {
    font-weight: 500;
    font-size: 14px;
    color: #585858;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 18px;
    width: 100%;
    padding: .5rem 1rem !important;
    text-decoration: none !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out !important;
}

.nav-item-menu[b-1tpa6okkab]  a.active {
    border-radius: 12px !important;
    padding: 8px 16px 8px 16px;
    background: var(--primary-light-color) !important;
    color: var(--primary-color) !important;
}

.nav-item-menu[b-1tpa6okkab]  .nav-link-menu:hover {
    border-radius: 12px !important;
    padding: 8px 16px 8px 16px;
    background-color: #FAFAFA;
    color: var(--primary-color) !important;
}

@media (max-width: 767.98px) {
    .padding-account[b-1tpa6okkab] {
        padding: 0 !important;
    }

    .title-content[b-1tpa6okkab] {
        display: none;
    }

    .wrapper-content[b-1tpa6okkab] {
        flex-direction: column;
        border-radius: unset;
        border-top: 1px solid #E7E7E7;
        padding: 0;
        gap: 0;
    }

    .navbar-account-mobile[b-1tpa6okkab] {
        display: block;
    }

    .navbar-account[b-1tpa6okkab] {
        display: none;
    }

    .content-account[b-1tpa6okkab] {
        padding: 20px;
    }

    .separate-content-account[b-1tpa6okkab] {
        display: none;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.txt-welcome[b-tzjtzwo7bq] {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #707070;
}

.txt-welcome-name[b-tzjtzwo7bq] {
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    text-align: left;
}

.card-welcome[b-tzjtzwo7bq] {
    width: 36px;
    height: 36px;
    border-radius: 100px;
}

.card-welcome-content[b-tzjtzwo7bq] {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: white;
}

.top-row[b-tzjtzwo7bq] {
    height: 63px;
    background: white;
}

.nav-item[b-tzjtzwo7bq] {
    font-size: 0.9rem;
    padding-bottom: 0.25rem;
}

    .nav-item:first-of-type[b-tzjtzwo7bq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-tzjtzwo7bq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-tzjtzwo7bq]  .nav-link {
        font-weight: 500;
        font-size: 14px;
        color: #585858;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 18px;
        width: 100%;
    }

    .nav-item[b-tzjtzwo7bq]  a.active {
        border-radius: 12px !important;
        padding: 8px 16px 8px 16px;
        background: var(--primary-light-color) !important;
        color: var(--primary-color) !important;
    }

    .nav-item[b-tzjtzwo7bq]  .nav-link:hover {
        border-radius: 12px !important;
        padding: 8px 16px 8px 16px;
        background-color: #FAFAFA;
        color: var(--primary-color) !important;
    }

.nav-link.active span .svg-home path[b-tzjtzwo7bq] {
    opacity: unset !important;
}

.nav-link.active span .svg-calendar .path-1[b-tzjtzwo7bq] {
    opacity: 0 !important;
}
.nav-link.active span .svg-calendar .path-2[b-tzjtzwo7bq] {
    opacity: unset !important;
    fill: currentColor !important;
}
.nav-link.active span .svg-calendar .path-dot[b-tzjtzwo7bq] {
    fill: white !important;
}

.nav-link.active span .svg-list .path-1[b-tzjtzwo7bq] {
    fill: currentColor !important;
}
.nav-link.active span .svg-list .path-2[b-tzjtzwo7bq] {
    opacity: unset !important;
}
.nav-link.active span .svg-list .path-dot-list[b-tzjtzwo7bq] {
    fill: white !important;
}

.nav-link.active span .svg-ticket path[b-tzjtzwo7bq] {
    opacity: unset !important;
}

.nav-link.active span .svg-scroll .path-1[b-tzjtzwo7bq] {
    opacity: unset !important;
}
.nav-link.active span .svg-scroll .path-list[b-tzjtzwo7bq] {
    fill: white !important;
}

/* /Components/Pages/Account/SecuritySetting.razor.rz.scp.css */
.title-desc-security[b-bw9te3vzgl] {
    color: #121212;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.subtitle-desc-security[b-bw9te3vzgl] {
    color: #7A8186;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.icon-withbg[b-bw9te3vzgl] {
    display: flex;
    align-items: center;
    padding: 0 12px;
    background-color: #f6f6f6;
    width: 44px;
    height: 40px;
}

.title-setting[b-bw9te3vzgl] {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.64px;
}

.subtitle-setting[b-bw9te3vzgl] {
    color: #7A8186;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.box-auth[b-bw9te3vzgl] {
    border: 1px solid #e7e7e7;
    padding: 8px;
    border-radius: 8px;
    min-width: -webkit-fill-available;
}

.resend-otp[b-bw9te3vzgl] {
    font-size: 14px;
    text-decoration: none;
    color: var(--primary-color) !important;
}

.resend-otp:hover[b-bw9te3vzgl], .resend-otp:focus[b-bw9te3vzgl] {
    color: var(--primary-color) !important;
    text-decoration: underline;
}
/* /Components/Pages/Authentication/ForgotPassword.razor.rz.scp.css */
.title-send-email[b-rry7iydf61] {
	color: #121212 ;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
}

.subtitle-send-email[b-rry7iydf61] {
	color: #707070;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
}
/* /Components/Pages/Authentication/Login.razor.rz.scp.css */
.title-login[b-2w1f6mu392] {
    color: #121212;
    font-size: 28px;
    font-weight: 700;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.84px;
}

.text-footer[b-2w1f6mu392] {
    color: #8E8E8E;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
/* /Components/Pages/Authentication/ResetPassword.razor.rz.scp.css */
.desc-reset-password[b-b6dbn7jhyp] {
    color: #707070;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.desc-email[b-b6dbn7jhyp] {
    color: #585858 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
}
/* /Components/Pages/Booking/BookingItinerary.razor.rz.scp.css */
.card-itinerary-header[b-ockelkkbdt] {
    padding: 12px 20px 12px 20px;
    border-bottom: 0.5px solid #DBDBDB;
    border-top: 0.5px solid #DBDBDB;
    background: #FFFFFF;
}


.txt-port[b-ockelkkbdt] {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
}
/* /Components/Pages/Booking/BookingList.razor.rz.scp.css */
.text-booking-list[b-280gk0ivq3] {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.4px;
}

.txt-total-booking[b-280gk0ivq3] {
    font-size: 14px;
    font-style: normal;
    line-height: 18px;
}
/* /Components/Pages/Booking/Component/AdditionalServices.razor.rz.scp.css */
.box-icon-services[b-xvyhchu07a] {
    width: 32px;
    height: 32px;
    border-radius: 9.85px;
    background-color: #FF7262;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #A65FFF;
}

.card-additional-service[b-xvyhchu07a] {
    padding: 8px 0px 8px 0px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #E7E7E7;
    display: flex;
    align-items: center;
    gap: 10px;
}

.card-service-image[b-xvyhchu07a] {
    height: 40px;
    width: 40px;
    border-radius: 4px;
    background-color: #D9D9D9;
}

.txt-title-service[b-xvyhchu07a] {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #484C4F;
}

.txt-price-service[b-xvyhchu07a] {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: var(--primary-color);
}

.box-qty[b-xvyhchu07a] {
    padding: 8px 16px;
    border: 1px solid #DBDBDB;
    border-radius: 8px;
}

.txt-qty[b-xvyhchu07a] {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.10000000149011612px;
    text-align: left;
}
/* /Components/Pages/Booking/Component/BookingDetailComponent.razor.rz.scp.css */
.card-booking-header[b-wi6b6wpj8a] {
    padding: 12px 20px 12px 20px;
    border-top: 0.5px solid #DBDBDB;
    background: #FFFFFF;
    display: flex;
    background: #FFFFFF;
}

.card-summary[b-wi6b6wpj8a] {
    height: calc(100vh - 62px);
    background: #FFFFFF;
    border: 0.5px solid #E7E7E7;
    box-shadow: 0px 4px 12px 0px #00255B0D;
    overflow:auto;
}

.box-confirm-payment[b-wi6b6wpj8a] {
    width: -webkit-fill-available;
    position: fixed;
    bottom: 0;
}

.card-confirm-payment[b-wi6b6wpj8a] {
    padding: 16px 20px 16px 20px;
    border-radius: 8px;
    background-color: var(--primary-color);
    border-bottom: 1px solid #0000001A;
    box-shadow: 5px 10px 15px 0px #00000014;
}

.txt-gross-amount[b-wi6b6wpj8a] {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.54px;
    text-align: left;
    color: #FFFFFF;
}

.lbl-gross-amount[b-wi6b6wpj8a] {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #FFFFFF;
}

.nav[b-wi6b6wpj8a] {
    flex-wrap: nowrap;
    overflow:auto;
}

.txt-booking-no[b-wi6b6wpj8a] {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
}

.txt-booking-code[b-wi6b6wpj8a] {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: var(--primary-color);
}




/* /Components/Pages/Booking/Component/BookingSchedule.razor.rz.scp.css */
.card-trip-header[b-u2qggosx5r] {
    padding: 12px 20px 12px 20px;
    border-bottom: 0.5px solid #DBDBDB;
    border-top: 0.5px solid #DBDBDB;
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
}

.card-header-depart[b-u2qggosx5r] {
    padding: 20px;
    box-shadow: 0px 4px 12px 0px #00255B0D;
    background: #FFFFFF;
}

.card-header-return[b-u2qggosx5r] {
    padding: 20px;
    border-left: 1px solid #E7E7E7;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px 0px #00255B0D;
}

.card-lbl-trip[b-u2qggosx5r] {
    padding: 0px 8px 0px 8px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: -0.04em;
    text-align: left;
    align-self: center;
    background: #E7E7E7;
}

.txt-trip-date[b-u2qggosx5r] {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.04em;
    text-align: left;
}

.txt-trip-port[b-u2qggosx5r] {
    font-weight: 700;
    font-size: 14px;
    line-height: 18.23px;
    text-align: left;
}

.txt-trip-type[b-u2qggosx5r] {
    font-weight: 700;
    font-size: 16px;
    line-height: 20.83px;
    text-align: left;
}

.card-active[b-u2qggosx5r] {
    border: 1px solid #F6744B !important;
    box-shadow: 0px 4px 12px 0px #F6744B33 !important;
}

.list-trip[b-u2qggosx5r] {
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

    .list-trip.any[b-u2qggosx5r] {
        opacity: 1;
    }

.card-body-trip[b-u2qggosx5r] {
    border-radius: 12px;
    background: #FFFFFF;
    border: 0.5px solid #E7E7E7;
    box-shadow: 0px 4px 12px 0px #00255B0D;
    cursor: pointer;
    max-width: 500px;
    width: 100%;
}

    .card-body-trip.card-active .header-body-trip[b-u2qggosx5r] {
        background: #F6744B !important;
    }

    .card-body-trip.card-active .card-time[b-u2qggosx5r] {
        background: #DE4A1B !important;
        color: #FFFFFF !important;
    }

    .card-body-trip.card-active .txt-seat-class[b-u2qggosx5r] {
        color: #FFFFFF !important;
    }

    .card-body-trip.card-active .wrapper-ferry-available-capacity[b-u2qggosx5r] {
        color: #FFFFFF !important;
    }


    .card-body-trip.card-active .txt-fare-type[b-u2qggosx5r] {
        color: #FEEEE9 !important;
    }

    .card-body-trip.card-active .txt-nationalities[b-u2qggosx5r] {
        color: #FEEEE9 !important;
    }

    .card-body-trip.card-disable[b-u2qggosx5r] {
        opacity: 0.4;
        pointer-events: none;
    }

.header-body-trip[b-u2qggosx5r] {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    display: flex;
    padding: 12px 16px 12px 16px;
    gap: 16px;
    background: #FFFFFF;
}

.body-body-trip[b-u2qggosx5r] {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    display: flex;
    flex-direction: column;
    border: 1px;
    background: #FAFAFA;
}

.card-time[b-u2qggosx5r] {
    padding: 8px;
    gap: 4px;
    border-radius: 12px;
    background: #FAFAFA;
    font-weight: 700;
    font-size: 14px;
    line-height: 18.23px;
    letter-spacing: -0.04em;
    text-align: left;
}

.txt-seat-class[b-u2qggosx5r] {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #121212;
}

.txt-fare-type[b-u2qggosx5r] {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #585858;
}

.txt-nationalities[b-u2qggosx5r] {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #969696;
}

.txt-price[b-u2qggosx5r] {
    font-weight: 500;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #F6744B;
}

.txt-price-promo[b-u2qggosx5r] {
    font-weight: 500;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #EA4236;
}

.wrapper-ferry-available-capacity[b-u2qggosx5r] {
    align-items: center;
    display: flex;
    font-weight: 500;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.04em;
    justify-content: end;
}

.select-filter-search-trip[b-u2qggosx5r] {
    max-width: 206px;
    width: 100%;
}
/* /Components/Pages/Booking/Component/BookingSummary.razor.rz.scp.css */
.card-summary[b-ewg6umgvu0] {
    height:100%;

}

.txt-summary-age[b-ewg6umgvu0] {
    font-family: Helvetica Neue;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #707070;
}

.card-trip[b-ewg6umgvu0] {
    padding: 12px;
    border-radius: 12px;
    background-color: var(--primary-light-color);
}

.card-lbl-trip[b-ewg6umgvu0] {
    padding: 0px 8px 0px 8px;
    border-radius: 4px;
    background-color: var(--primary-color);
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #FFFFFF;
    height:100%;
}

.txt-trip[b-ewg6umgvu0] {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: var(--primary-color);
}

.txt-trip-port[b-ewg6umgvu0] {
    font-size: 14px;
    font-weight: 700;
    line-height: 17.09px;
    text-align: left;
}

.card-summary-detail[b-ewg6umgvu0] {
    padding: 16px;
    background-color: #FAFAFA;
    border-radius: 12px;
}

.title-summary-detail[b-ewg6umgvu0] {
    font-size: 14px;
    font-weight: 700;
    line-height: 17.09px;
    text-align: left;
    color: #585858;
}

.lbl-summary-detail[b-ewg6umgvu0] {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #585858;
}

.txt-summary-detail[b-ewg6umgvu0] {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #121212;
}

.badge-summary-detail[b-ewg6umgvu0] {
    padding: 0px 8px 0px 8px;
    border-radius: 4px;
    background-color: #E7E7E7;
}

.lbl-summary-service[b-ewg6umgvu0] {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #969696;
}
/* /Components/Pages/Booking/Component/BookingSummaryDetail.razor.rz.scp.css */
.card-summary[b-j3a5ekbctv] {
    height: 100%;
}

.txt-summary-age[b-j3a5ekbctv] {
    font-family: Helvetica Neue;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #707070;
}

.card-trip[b-j3a5ekbctv] {
    padding: 12px;
    border-radius: 12px;
    background-color: var(--primary-light-color);
}

.card-lbl-trip[b-j3a5ekbctv] {
    padding: 0px 8px 0px 8px;
    border-radius: 4px;
    background-color: var(--primary-color);
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #FFFFFF;
    height: 100%;
}

.txt-trip[b-j3a5ekbctv] {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: var(--primary-color);
}

.txt-trip-port[b-j3a5ekbctv] {
    font-size: 14px;
    font-weight: 700;
    line-height: 17.09px;
    text-align: left;
}

.card-summary-detail[b-j3a5ekbctv] {
    padding: 16px;
    background-color: #FAFAFA;
    border-radius: 12px;
}

.title-summary-detail[b-j3a5ekbctv] {
    font-size: 14px;
    font-weight: 700;
    line-height: 17.09px;
    text-align: left;
    color: #585858;
}

.lbl-summary-detail[b-j3a5ekbctv] {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #585858;
}

.txt-summary-detail[b-j3a5ekbctv] {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #121212;
}

.badge-summary-detail[b-j3a5ekbctv] {
    padding: 0px 8px 0px 8px;
    border-radius: 4px;
    background-color: #E7E7E7;
}

.lbl-summary-service[b-j3a5ekbctv] {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #969696;
}
/* /Components/Pages/Booking/Component/ContactPerson.razor.rz.scp.css */
.box-icon-cp[b-6dfqb4cl6o] {
    width: 32px;
    height: 32px;
    border-radius: 9.85px;
    background-color: #0ACF83;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* /Components/Pages/Booking/Component/Insurance.razor.rz.scp.css */
.box-icon-insurance[b-v3wimgcz12] {
    width: 32px;
    height: 32px;
    border-radius: 9.85px;
    background-color: #1ABCFE;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-insurance[b-v3wimgcz12] {
    padding: 8px 0px 8px 0px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #E7E7E7;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .card-insurance.disabled[b-v3wimgcz12]{
        opacity:35%;
    }

    .card-insurance-image[b-v3wimgcz12] {
        height: 40px;
        width: 40px;
        border-radius: 4px;
        background-color: #D9D9D9;
    }

.txt-title-insurance[b-v3wimgcz12] {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #484C4F;
}

.txt-price-insurance[b-v3wimgcz12] {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: var(--primary-color);
}
/* /Components/Pages/Booking/Component/Passengers.razor.rz.scp.css */
.box-icon-p[b-vjoplo4f38] {
    width: 32px;
    height: 32px;
    border-radius: 9.85px;
    background-color: #FF7262;
    display: flex;
    justify-content: center;
    align-items: center;
}

td.passengers-action[b-vjoplo4f38] {
    text-align: center;
    width: 67px;
}
/* /Components/Pages/Booking/Component/SearchSchedule.razor.rz.scp.css */
.txt-search-trip[b-3j7812bdhj] {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
}

.wrapper__qty-pax[b-3j7812bdhj] {
    left: unset !important;
    width: 100%;
    padding: 0 !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.text-field__input-pax-small[b-3j7812bdhj] {
    height: 36px !important;
    display: flex;
    width: 100%;
    padding: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.38);
    border-radius: 8px !important;
    border-color: rgba(0, 0, 0, 0.12);
    outline: none;
    align-items: center;
}

    .text-field__input-pax-small:hover[b-3j7812bdhj] {
        border: 1px solid;
        border-radius: 8px 0 0 8px;
    }

    .text-field__input-pax-small:active[b-3j7812bdhj] {
        border: 2px solid #1b73e8;
        border-radius: 8px 0 0 8px;
    }
/* /Components/Pages/Booking/Component/SearchScheduleEFast.razor.rz.scp.css */
.txt-search-trip[b-qjtuocmwn7] {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
}

.wrapper__qty-pax[b-qjtuocmwn7] {
    left: unset !important;
    width: 100%;
    padding: 0 !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.text-field__input-pax-small[b-qjtuocmwn7] {
    height: 36px !important;
    display: flex;
    width: 100%;
    padding: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.38);
    border-radius: 8px !important;
    border-color: rgba(0, 0, 0, 0.12);
    outline: none;
    align-items: center;
}

    .text-field__input-pax-small:hover[b-qjtuocmwn7] {
        border: 1px solid;
        border-radius: 8px 0 0 8px;
    }

    .text-field__input-pax-small:active[b-qjtuocmwn7] {
        border: 2px solid #1b73e8;
        border-radius: 8px 0 0 8px;
    }
/* /Components/Pages/Booking/Component/TripSummary.razor.rz.scp.css */
.card-summary[b-4g01rqaicf] {
    height: 100%;
}

.txt-summary-age[b-4g01rqaicf] {
    font-family: Helvetica Neue;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #707070;
}

.card-trip[b-4g01rqaicf] {
    padding: 12px;
    border-radius: 12px;
    background-color: var(--primary-light-color);
}

.card-lbl-trip[b-4g01rqaicf] {
    padding: 0px 8px 0px 8px;
    border-radius: 4px;
    background-color: var(--primary-color);
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #FFFFFF;
    height: 100%;
}

.txt-trip[b-4g01rqaicf] {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: var(--primary-color);
}

.txt-trip-port[b-4g01rqaicf] {
    font-size: 14px;
    font-weight: 700;
    line-height: 17.09px;
    text-align: left;
}

.card-summary-detail[b-4g01rqaicf] {
    padding: 16px;
    background-color: #FAFAFA;
    border-radius: 12px;
}

.title-summary-detail[b-4g01rqaicf] {
    font-size: 14px;
    font-weight: 700;
    line-height: 17.09px;
    text-align: left;
    color: #585858;
}

.lbl-summary-detail[b-4g01rqaicf] {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #585858;
}

.txt-summary-detail[b-4g01rqaicf] {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #121212;
}

.badge-summary-detail[b-4g01rqaicf] {
    padding: 0px 8px 0px 8px;
    border-radius: 4px;
    background-color: #E7E7E7;
}

.lbl-summary-service[b-4g01rqaicf] {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #969696;
}
/* /Components/Pages/Booking/CreateBooking.razor.rz.scp.css */
.wrapper-search[b-v4bo07j014] {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.card-booking-header[b-v4bo07j014] {
    padding: 20px;
    border-top: 0.5px solid #DBDBDB;
    background: #FFFFFF;
    display: flex;
    background: #FFFFFF;
}

.card-summary[b-v4bo07j014] {
    height: calc(100vh - 62px);
    background: #FFFFFF;
    border: 0.5px solid #E7E7E7;
    box-shadow: 0px 4px 12px 0px #00255B0D;
}

.card-total-payment[b-v4bo07j014] {
    display: flex;
    padding: 16px;
    border-radius: 12px;
    justify-content: space-between;
    background-color: #FAFAFA;
}

.box-confirm-payment[b-v4bo07j014] {
    width: -webkit-fill-available;
    position: fixed;
    bottom: 0;
}

.card-confirm-payment[b-v4bo07j014] {
    padding: 16px 20px 16px 20px;
    border-radius: 8px;
    background-color: var(--primary-color);
    border-bottom: 1px solid #0000001A;
    box-shadow: 5px 10px 15px 0px #00000014;
}

.txt-gross-amount[b-v4bo07j014] {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.54px;
    text-align: left;
    color: #FFFFFF;
}

.lbl-gross-amount[b-v4bo07j014] {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #FFFFFF;
}

.box-icon-al[b-v4bo07j014] {
    width: 32px;
    height: 32px;
    border-radius: 9.85px;
    background-color: #34A853;
    display: flex;
    justify-content: center;
    align-items: center;
}

.txt-al[b-v4bo07j014] {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
}

.txt-total-payment[b-v4bo07j014] {
    font-size: 14px;
    font-weight: 700;
    line-height: 17.09px;
    text-align: left;
    color: #585858;
}

.txt-total[b-v4bo07j014] {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: right;
    color: var(--primary-color);
}

/* /Components/Pages/Home.razor.rz.scp.css */
.txt-good[b-w9xltvoa0q] {
    color: #121212;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.lbl-txt[b-w9xltvoa0q] {
    color: #121212;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.txt-limit[b-w9xltvoa0q] {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.txt-total[b-w9xltvoa0q] {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.txt-title[b-w9xltvoa0q] {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.txt-total-booking[b-w9xltvoa0q] {
    font-size: 14px;
    font-style: normal;
    line-height: 18px;
}

.card-prepaid-balance[b-w9xltvoa0q] {
    background: #1ABCFE;
}

.card-total-booking[b-w9xltvoa0q] {
    background: #34A853;
}

.card-booking-cancelled[b-w9xltvoa0q] {
    background: #EA4236;
}

.card-prepaid-balance[b-w9xltvoa0q], .card-total-booking[b-w9xltvoa0q], .card-booking-cancelled[b-w9xltvoa0q] {
    width: 54px;
    height: 54px;
    padding: 8px;
    border-radius: 12px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.card-lbl-increase[b-w9xltvoa0q] {
    padding: 0px 8px 0px 8px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: -0.04em;
    text-align: left;
    align-self: center;
    background: #EBF6EE;
    color: #34A853;
    width: max-content;
}

.card-lbl-decrease[b-w9xltvoa0q] {
    padding: 0px 8px 0px 8px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: -0.04em;
    text-align: left;
    align-self: center;
    background: #FFEEED;
    color: #FF5449;
    width: max-content;
}

.hovering-card-prepaid:hover[b-w9xltvoa0q] {
    box-shadow: 0px 4px 12px 0px #0000001A;
    border-radius: 12px;
}
/* /Components/Pages/Report/SalesReport.razor.rz.scp.css */
.text-sales-report[b-75xbcc13fb] {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.4px;
}

.txt-download[b-75xbcc13fb] {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #585858;
}
/* /Components/Pages/Ticket/GenerateTicket.razor.rz.scp.css */
.desc-box[b-o7c26jdt9q] {
    padding: 12px;
    border-radius: 12px;
    background: #FAFAFA;
}

.content-detail-amount[b-o7c26jdt9q] {
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    padding: 0;
    color: #F4511E;
}

.content-detail-txt[b-o7c26jdt9q] {
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    padding: 0;
}

.route-badge-detail[b-o7c26jdt9q] {
    width: max-content;
    padding: 0px 8px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    border-radius: 4px;
    background: #E7E7E7;
    display: flex;
}

.route-txt-detail[b-o7c26jdt9q] {
    color: #585858;
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.4px;
}

.modal-body-wrapper[b-o7c26jdt9q] {
    display: flex;
    padding: 8px 20px 20px 20px;
    flex-direction: column;
    gap: 20px;
    align-self: stretch;
}

.badge-owner[b-o7c26jdt9q] {
    background-color: #E7E7E7;
    color: #585858;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.4px;
    border-radius: 0px 12px 0px 12px;
    display: flex;
    padding: 0px 8px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    position: absolute;
    transform: translate(18%, -65%);
}
.card-summary[b-o7c26jdt9q] {
    height: calc(100vh - 62px);
    background: #FFFFFF;
    border: 0.5px solid #E7E7E7;
    box-shadow: 0px 4px 12px 0px #00255B0D;
} 
/* /Components/Pages/Ticket/TicketList.razor.rz.scp.css */
.wrapper-group[b-va4qmdckwj] {
    display: flex;
    flex-direction: column;
    
}

    .wrapper-group .border-top:last-of-type[b-va4qmdckwj] {
        display: none !important;
    }

.td-group[b-va4qmdckwj] {
    align-content:center;
    padding: 0 .5rem 0 .5rem;
    height: 45px;

}

.tab__fare-header-item a[b-va4qmdckwj] {
    border-bottom: 2px solid #fff;
    color: #969696;
    display: inline-flex;
    align-items: center;
    height: 46px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none !important;
}

    .tab__fare-header-item a:hover[b-va4qmdckwj],
    .tab__fare-header-item a:focus[b-va4qmdckwj] {
        cursor: pointer !important;
        text-decoration: none !important;
        color: #F4511E !important;
    }

    .tab__fare-header-item a.active[b-va4qmdckwj] {
        font-weight: 600 !important;
        color: #F4511E !important;
        border-color: #F4511E !important;
    }

.content-detail-txt[b-va4qmdckwj] {
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    padding: 0;
}

.route-badge-detail[b-va4qmdckwj] {
    width: max-content;
    padding: 0px 8px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    border-radius: 4px;
    background: #E7E7E7;
    display: flex;
}

.route-txt-detail[b-va4qmdckwj] {
    color: #585858;
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.4px;
}

.modal-body-wrapper[b-va4qmdckwj] {
    display: flex;
    padding: 8px 20px 20px 20px;
    flex-direction: column;
    gap: 20px;
    align-self: stretch;
}

.badge-owner[b-va4qmdckwj] {
    background-color: #E7E7E7;
    color: #585858;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.4px;
    border-radius: 0px 12px 0px 12px;
    display: flex;
    padding: 0px 8px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    position: absolute;
    transform: translate(18%, -65%);
}

.masking-font[b-va4qmdckwj] {
    font-feature-settings: "calt" 0, "kern" 0;
    letter-spacing: 0.05em;
}
/* /Components/Pages/TransactionHistory.razor.rz.scp.css */
.card-prepaid-balance[b-1flfzjufvd] {
    background: #1ABCFE;
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 12px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.txt-total-transaction[b-1flfzjufvd] {
    font-size: 14px;
    font-style: normal;
    line-height: 18px;
}

.label-text[b-1flfzjufvd] {
    color: #121212;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.text-limit[b-1flfzjufvd] {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.label-information-text[b-1flfzjufvd] {
    color: #969696;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.label-detail-text[b-1flfzjufvd] {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.card-credit-available[b-1flfzjufvd], .card-credit-usage[b-1flfzjufvd], .card-credit-limit-warning[b-1flfzjufvd] {
    display: flex;
    width: 39px;
    height: 39px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}

.card-credit-available[b-1flfzjufvd] {
    background: #FF7262;
}

.card-credit-usage[b-1flfzjufvd] {
    background: #0ACF83;
}

.card-credit-limit-warning[b-1flfzjufvd] {
    background: #A65FFF;
}
/* /Components/Shared/Card/Card16P.razor.rz.scp.css */
.card-16[b-2giwd508ob] {
    padding: 16px;
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px #0000000D;
}
/* /Components/Shared/Card/Card20P.razor.rz.scp.css */
.card-20[b-qk9l2mm14j] {
    padding: 20px;
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px #0000000D;
}
/* /Components/Shared/Card/Card24P.razor.rz.scp.css */
.card-24[b-98wxxoltww] {
    padding: 24px;
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px #0000000D;
}
/* /Components/Shared/EmptyState/EmptyStateBookingItinerary.razor.rz.scp.css */
.p-es-booking-itinerary[b-mw7ehe23qv] {
    padding: 40px;
}

.tes-booking-itinerary[b-mw7ehe23qv] {
    color: #585858;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.tes-desc-booking-itinerary[b-mw7ehe23qv] {
    color: #969696;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
/* /Components/Shared/EmptyState/EmptyStateFirstLoadOverview.razor.rz.scp.css */
.p-es-load-overview[b-ith3z5iqbu] {
    padding: 40px;
}

.tes-load-overview[b-ith3z5iqbu] {
    color: #585858;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.txt-sub-empty[b-ith3z5iqbu] {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    color: #969696;
}
/* /Components/Shared/EmptyState/EmptyStateFirstLoadReport.razor.rz.scp.css */
.p-es-load-report[b-i2fpb10zsh] {
    padding: 40px;
}

.tes-load-report[b-i2fpb10zsh] {
    color: #585858;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
/* /Components/Shared/EmptyState/EmptyStateNotFound.razor.rz.scp.css */
.p-es-not-found[b-1te6kfcfi2] {
    padding: 40px;
}

.tes-not-found[b-1te6kfcfi2] {
    color: #585858;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.tes-desc-not-found[b-1te6kfcfi2] {
    color: #969696;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
/* /Components/Shared/EmptyState/EmptyStateNotFoundTopUp.razor.rz.scp.css */
.p-es-load-no-transaction[b-z7co9hk0br] {
    padding: 40px;
}

.tes-load-no-transaction[b-z7co9hk0br] {
    color: #585858;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
/* /Components/Shared/EmptyState/EmptyStateSearchTrip.razor.rz.scp.css */
.txt-title-not-found[b-chrju0xfrt] {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    text-align: left;
    color: #000000;
}

.txt-sub-not-found[b-chrju0xfrt] {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #707070;
}
/* /Components/Shared/Loading/LoadingSpinnerFullPage.razor.rz.scp.css */
.full-page[b-x8cwvwyjpc] {
    background: rgba(255,255,255,0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
}

.full-page-content[b-x8cwvwyjpc] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
/* /Components/Shared/Loading/ShimmerLoading.razor.rz.scp.css */
.animation__shimmer[b-2hzwxdzmee] {
    background: #f6f7f8;
    background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    background-size: 800px 104px;
    display: inline-block;
    position: relative;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeholderShimmer;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes placeholderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}
/* /Components/Shared/Progress/CircularProgressBar.razor.rz.scp.css */
.skill[b-y1tz8dd7il] {
    width: 54px;
    height: 54px;
    position: relative;
}

.outer[b-y1tz8dd7il] {
    width: 54px;
    height: 54px;
    padding: 9px;
    /*box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.15), -6px -6px 10px -1px rgba(255, 255, 255, 0.7);*/
    border-radius: 50%;
    background-color: #D9D9D9;
}

.inner[b-y1tz8dd7il] {
    width: 36px;
    height: 36px;
    background-color: white;
    /*box-shadow: inset 4px 4px 6px -1px rgba(0,0,0,0.2), inset -4px -4px 6px -1px rgba(255,255,255,0.7),
        -0.5px -0.5px 0px rgba(255,255,255,1), 
        0.5px 0.5px 0px rgba(0,0,0,0.15), 
        0px 12px 10px -10px rgba(0,0,0,0.005);*/
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#number[b-y1tz8dd7il] {
    font-family: DMSans-700;
    color: #555;
    font-size: 11px;
}

circle[b-y1tz8dd7il] {
    fill: none;
    stroke: var(--bs-primary);
    stroke-width: 9px;
    stroke-dasharray: 450;
    stroke-dashoffset: 450;
    transition: all 1s;
}


.skill svg[b-y1tz8dd7il] {
    position: absolute;
    top: 0;
    left: 0;
}
/* /Components/Shared/Select/DefaultSelect.razor.rz.scp.css */
.cx-select-box[b-cjvaue3n8x] {
    width: 100%;
    height: 36px;
    padding: 8px;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #DBDBDB;
    cursor: pointer;
    background-color: #FAFAFA;
}

.cx-select-label[b-cjvaue3n8x] {
    font-size: 14px;
    font-family: DMSans-500;
    line-height: 18px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #707070;
}

.cx-select-value[b-cjvaue3n8x] {
    font-size: 14px;
    font-family: DMSans-500;
    line-height: 18px;
    letter-spacing: -0.04em;
    text-align: left;
}

.cx-select-menu[b-cjvaue3n8x] {
    top: 0;
    width: 100%;
    margin-top: 3px;
    position: absolute;
    border-radius: 8px;
    border: 1px solid lightgrey;
    background-color: #fff;
    box-shadow: 0px 4px 40px 0px #0000001A;
    max-height: 200px;
    overflow: auto;
}

.cx-select-item[b-cjvaue3n8x] {
    padding: 5px 0px 5px 0px;
    font-size: 14px;
    font-family: DMSans-500;
    line-height: 18px;
    letter-spacing: -0.04em;
    text-align: left;
    cursor: pointer;
}

    .cx-select-item.active[b-cjvaue3n8x] {
        color: #1b73e8;
    }

.cx-select-item-title[b-cjvaue3n8x] {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.04em;
    text-align: left;
}
/* /Components/Shared/Table/DefaultTable.razor.rz.scp.css */
table > thead > tr[b-9a3y8xpp58] {
    background-color: rgba(0, 0, 0, 0.09) !important;
}

.table-bordered[b-9a3y8xpp58] {
    border: 2px solid #E7E7E7 !important;
}

.table-striped tbody tr:nth-of-type(odd)[b-9a3y8xpp58] {
    --bs-table-accent-bg: transparent;
    background-color: rgba(0, 0, 0, .02) !important;
}

.table-responsive[b-9a3y8xpp58] {
    border-radius: 4px;
}


/* /Components/Shared/Table/DefaultTableTH.razor.rz.scp.css */
.sorting[b-xx6kznftbw] {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

    .sorting:hover[b-xx6kznftbw] {
        border-radius: 50%;
        background-color: rgba(0, 0, 0, .08);
    }
.th-content[b-xx6kznftbw] {
    font-weight:500;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    width: max-content;
}
