html, body {
    /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    /*font-family: system-ui, -apple-system, Arial;*/
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

a, .btn-link {
    color: #006bb7;
}

/*.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}*/

.bg-image {
    /*background-image: url(image/tripdetails_bg.png);*/
    background: linear-gradient(24deg, var(--bs-primary) 35.59%, var(--bs-primary-yellow) 119.28%);
    background-size: cover;
    border-radius: var(--bs-border-radius) !important;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

:root {
    --bs-blue-100: #B4D2FE !important;
    --bs-blue-200: #9EC5FE !important;
    --bs-primary: #FD571E !important;
    --bs-primary-light: #ffeee9 !important;
    --bs-btn-primary-hover-bg: #e54e1b !important;
    --bs-btn-primary-hover-border-color: #FD571E !important;
    --bs-primary-yellow: #FBBC04 !important;
    /*--bs-link-color: #0d6efd !important;
    --bs-focus-ring-color: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), .25) !important;
    --bs-btn-primary-dark: #004fa7;*/
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.btn-primary {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-btn-primary-hover-border-color) !important;
}

    .btn-primary:hover {
        background-color: var( --bs-btn-primary-hover-bg) !important;
        border-color: var(--bs-btn-primary-hover-border-color) !important;
    }

.progress {
    --bs-progress-bar-bg: var(--bs-primary) !important;
}

input[type="radio"]:focus {
    border-color: var(--bs-primary);
    box-shadow: none;
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: none !important;
}

.form-check-input:checked {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}

.dropdown-menu .dropdown-item:focus {
    background-color: var(--bs-primary) !important;
}

.label-color {
    color: #7A8186;
}

.cursor-pointer {
    cursor: pointer;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    border-bottom: 2px solid var(--bs-primary);
    color: var(--bs-primary);
}

.navbar-toggler {
    border: none !important;
}

    .navbar-toggler:focus {
        box-shadow: none;
    }

.collapse-animation {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.15s ease;
}

    .collapse-animation.show {
        max-height: 1000px;
        transition: max-height 0.25s ease-in;
    }

.text-white.active {
    border-bottom: 2px solid white !important;
}

/*.nav-tabs-booking > .nav-item {
    background-color: transparent !important;
    color: black;
}*/

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--bs-primary) !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    color: var(--bs-primary) !important;
}

.form-control:focus, .form-select:focus, .btn:focus {
    border-color: var(--bs-primary) !important;
    box-shadow: var(--bs-focus-ring-color) !important;
}

.form-control-lg {
    font-size: 1rem !important;
}

.btn-lg {
    --bs-btn-font-size: 1rem !important;
}

.form-input-passengers {
    display: block;
    width: 100%;
    /*padding: .375rem .75rem;*/
    padding: .5rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: pointer;
}

.dropdown-pax-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.modal-title {
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.modal {
    --bs-modal-header-border-width: 0.5px;
    --bs-modal-footer-border-width: 0.5px;
}

.position-center-object {
    display: block;
    margin: 0 auto;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-header {
    height: 38px !important;
}

.img-footer {
    height: 50px !important;
}

.nav-item-change {
    white-space: nowrap;
}

.ap-otp-input {
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    min-width: 36px;
    max-width: 90px;
    height: 56px;
    margin: 4px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    flex: 1 1 36px;
}

    .ap-otp-input:focus {
        outline: none !important;
        border: 1px solid var(--bs-primary);
        transition: 0.12s ease-in;
    }

.otp-input {
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    width: 64px;
    height: 52px;
    margin: 0 5px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

    .otp-input:focus {
        outline: none !important;
        border: 1px solid var(--bs-primary);
        transition: 0.12s ease-in;
    }

.wrapper-account-left {
    width: 35%;
}

.wrapper-account-right {
    width: 65%;
}

.avatar {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-blue-100) !important;
}

.avatar-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-blue-100) !important;
}

    .avatar-btn:focus {
        border-color: var(--bs-blue-100) !important;
        background-color: var(--bs-blue-100) !important;
    }

    .avatar-btn:hover {
        background-color: var(--bs-blue-200) !important;
    }

.list-item-sidebar {
    cursor: pointer;
}

    .list-item-sidebar:hover {
        background-color: #e7e7e7;
    }

.modal-validate {
    min-height: 120px;
    max-height: 220px;
    transition: min-height 0.5s ease;
}

.modal-signin {
    min-height: 200px;
    max-height: 250px;
    transition: min-height 0.5s ease, max-height 0.5s ease;
}

.modal-signup {
    min-height: 240px;
    max-height: 420px;
    transition: min-height 0.5s ease, max-height 0.5s ease;
}

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

.visibility-eyes {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
    background-color: transparent;
    border: none;
}

.card-select {
    cursor: pointer;
    border: solid 1px transparent;
    transition: .25s ease-in-out;
}

    .card-select:hover {
        border: 1px solid var(--bs-primary) !important;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    }

    .card-select:focus {
        border: 2px solid var(--bs-primary) !important;
        background-color: var(--bs-blue-100) !important;
    }

.wrapper-trip-time {
    min-width: 122px;
    display: flex;
    flex-direction: column-reverse;
}

.wrapper-badge-step {
    background-color: var(--bs-gray-300) !important;
    border-radius: 16px;
    padding: 12px;
    font-size: 14px;
    width: fit-content;
}

.vl {
    border-left: 1px solid;
    border-color: var(--bs-gray-300) !important;
}

.hl {
    border-bottom: 1px solid;
    border-color: var(--bs-gray-300) !important;
}

.modal-header .btn-back {
    padding: calc(var(--bs-modal-header-padding-y)* .5) calc(var(--bs-modal-header-padding-x)* .5);
    margin: calc(-.5* var(--bs-modal-header-padding-y)) calc(-.5* var(--bs-modal-header-padding-x)) calc(-.5* var(--bs-modal-header-padding-y)) auto;
}

.btn-back {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    border: 0;
    border-radius: .375rem;
    opacity: .6;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #fff;
}

    .btn-back:hover {
        opacity: 1;
    }

.placeholder-user {
    border-radius: 50%;
    height: 39px;
    width: 39px;
}

.placeholder-summary-title {
    width: 220px;
    height: 35px;
}

.placeholder-summary-height {
    height: 250px;
}

.placeholder-package-title {
    height: 250px;
}

.placeholder-package-content {
    height: 450px;
}

.img-profileimage {
    max-height: 370px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.img-imagegallery {
    height: 181px;
    width: 100%;
    object-fit: cover;
}

.img-package {
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.title-description {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.description-package {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

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

/*#region responsive mobile*/
.navbar-mobile {
    position: static;
}

.close-navbar {
    visibility: hidden;
}

.navbar {
    height: 4.5rem;
}

.main-mobile {
    padding-top: 4.5rem;
    padding-bottom: 0;
}

.margin-footer-mobile {
    padding-bottom: 0;
}

.background-mobile {
    background-color: none;
}

.footer-link, .nav-link-footer {
    color: grey !important;
    text-decoration: none;
}

    .footer-link.active {
        color: var(--bs-primary) !important;
    }

.footer-mobile {
    display: none;
}

.nav-link-footer:hover {
    color: var(--bs-primary) !important;
}

.nav-link-footer-bottom:hover {
    color: lightgray !important;
}

.wrapper-footer-mobile {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 3px 8px grey;
    z-index: 2;
}

.items-footer-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px 0 8px;
    width: 90px;
    height: 64px;
    flex-grow: 1;
    text-decoration: none;
    text-align: center !important;
}
/*#endregion RegionName*/

.small-icon {
    font-size: 9px;
}

.empty-state-booking {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

.img-empty-state {
    width: auto;
    height: 120px;
}

/* CSS to limit the description to 5 lines */
.description-collapsed {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

/* CSS to show full description */
.description-expanded {
    display: block;
}

/* Shadow */
.shadow-1 {
    box-shadow: 4px 4px 8px 0px rgba(56, 100, 157, 0.03);
}


.shadow-2 {
    box-shadow: 15px 20px 20px 0px rgba(0, 0, 0, 0.06);
}

.btn-white {
    --bs-btn-bg: #FFF !important;
}

.title-message {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.6px;
}

.desc-message {
    color: #7A8186;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.title-message-medium {
    color: #484C4F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
}

.desc-message-medium {
    color: #121212;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
}

.card-detail-border-danger, .card-detail-border-primary {
    padding: 8px 16px;
    border-radius: 8px;
}

.card-detail-border-danger {
    border: 1px solid #DC3545;
}

.card-detail-border-primary {
    border: 1px solid #0D6EFD;
}

.text-bg-grey {
    color: #000 !important;
    background-color: #D9DDE1;
}

.fs-all-10-px * {
    font-size: 10px !important;
}

.fs-all-12-px * {
    font-size: 12px !important;
}

.fs-all-14-px * {
    font-size: 14px !important;
}

.fs-all-16-px * {
    font-size: 16px !important;
}

.fs-all-18-px * {
    font-size: 18px !important;
}

.fs-all-20-px * {
    font-size: 20px !important;
}

@media (max-width: 1199.98px) {
    /*#region Modal xl*/
    /* this class for modal full width but height auto of content in bottom */
    .modal-fitcontent-xl-down {
        width: 100vw;
        max-width: none;
        margin: 0;
        height: auto !important;
        position: absolute !important;
        bottom: 0 !important;
        min-height: auto !important;
        display: block !important;
    }

        .modal-fitcontent-xl-down .modal-content {
            max-height: 100vh !important;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

    .navbar-mobile-header {
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-mobile-title {
        width: 100%;
        text-align: center;
        font-weight: 600;
        margin-bottom: 0;
        line-height: 1.5;
    }

    .navbar-mobile {
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: white;
        padding: 1rem;
        width: 100%;
        z-index: 1051;
        border-top-left-radius: calc(0.5rem - 1px);
        border-top-right-radius: calc(0.5rem - 1px);
    }

        .navbar-mobile.show .close-navbar {
            visibility: visible;
        }

    .navbar-backdrop {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
    }

        .navbar-backdrop.show {
            position: fixed;
            bottom: 0;
            left: 0;
            z-index: 1050;
            width: 100vw;
            height: 100vh;
            background-color: #000;
            opacity: 0.5;
        }

    .nav-link-mobile {
        padding: 8px 16px;
    }

        .nav-link-mobile.active {
            border: none !important;
        }
    /*#endregion RegionName*/
}

@media (max-width: 991.98px) {
    .wrapper-account-left {
        width: 100% !important;
    }

    .wrapper-account-right {
        width: 100% !important;
    }

    .wrapper-trip-time {
        min-width: 100px;
        display: flex;
        flex-direction: row;
        gap: 0.5rem;
    }

    /*#region Modal lg*/
    /* this class for modal full width but height auto of content in bottom */
    .modal-fitcontent-lg-down {
        width: 100vw;
        max-width: none;
        margin: 0;
        height: auto !important;
        position: absolute !important;
        bottom: 0 !important;
        min-height: auto !important;
        display: block !important;
    }

        .modal-fitcontent-lg-down .modal-content {
            max-height: 100vh !important;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }
    /*#endregion RegionName*/

    /*#region responsive mobile*/
    .main-mobile {
        padding-top: 0;
        padding-bottom: 64px !important;
    }

    .margin-footer-mobile {
        padding-bottom: 64px !important;
    }

    .background-mobile {
        background-color: white;
    }

    .footer-mobile {
        display: block !important;
    }
    /*#endregion RegionName*/
}

@media (max-width: 767.98px) {
    .otp-input {
        width: 70px;
        height: 60px;
    }

    /*#region Modal md*/
    /* this class for modal full width but height auto of content in bottom */
    .modal-fitcontent-md-down {
        width: 100vw;
        max-width: none;
        margin: 0;
        height: auto !important;
        position: absolute !important;
        bottom: 0 !important;
        min-height: auto !important;
        display: block !important;
    }

        .modal-fitcontent-md-down .modal-content {
            max-height: 100vh !important;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }
    /*#endregion RegionName*/

    .img-header {
        height: 38px !important;
    }

    .img-footer {
        height: 24px !important;
    }
}

@media (min-width: 575.98px) {
    .modal-md {
        --bs-modal-width: 600px;
    }
}

@media (max-width: 575.98px) {
    .otp-input {
        width: 50px;
        height: 50px;
    }

    .wrapper-trip-time {
        min-width: auto;
    }

    /*#region Modal sm*/
    /* this class for modal full width but height auto of content in bottom */
    .modal-fitcontent-sm-down {
        width: 100vw;
        max-width: none;
        margin: 0;
        height: auto !important;
        position: absolute !important;
        bottom: 0 !important;
        min-height: auto !important;
        display: block !important;
    }

        .modal-fitcontent-sm-down .modal-content {
            max-height: 100vh !important;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }
    /*#endregion RegionName*/
}

/* this media just for form input otp */
@media (max-width: 435px) {
    .otp-input {
        width: 40px;
        height: 40px;
    }

    .title-tab-myaccount {
        font-size: 13px !important;
    }
}
