﻿:root {
    --pri-cl: #0A58CA;
    --sec-cl: #E7F1FF;
    --white-cl: #FFFFFF;
    --dark-cl: #525252;
    --text-cl: #212529;
    --neu1-cl: #F3F3F3;
    --neu2-cl: #E0E0E0;
    --neu3-cl: #A8A8A8;
    --neu4-cl: #474747;
    --neu5-cl: #050505;
    --neu6-cl: #B6B6B6;
    --price-cl: #E84E0F;
    --sub-cl: #B7D5FF;
    --sys-red-cl: #FF3B30;
    --sys-orange-cl: #FF9500;
    --sys-yellow-cl: #FFCC00;
    --sys-green-cl: #0E8C35;
    --sys-teal-cl: #5AC8FA;
    --sys-blue-cl: #007AFF;
    --sys-indigo-cl: #5856D6;
    --sys-purple-cl: #AF52DE;
    --light-primary-cl: rgba(53, 119, 241, 0.10);
    --light-blue-cl: #3577F1;
    --medium-bl-cl: #1E1E1E;
    --green-hover-col: #0f6d2c;
    --skin-cl: #FFFCF2;
    --back-red-cl: #900909;
    --bue-black-cl: #36495A;
    --bue2-cl: #08599B;
    --box-radius: 8px;
    --inp-radius: 5px;
    --price-color: orangered;
    --padding: 1rem;
}
body[style*="position: fixed"] {
    position: static !important;
    top: auto !important;
}

a {
    cursor: pointer;
}

.flight_logo img {
    max-width: 40%;
    margin-right: 20px;
}

.table_cb {
    width: 100%;
    table-layout: fixed;
}

.ul_sort {
    padding: 0;
    margin: 0;
}

.left_side_search_heading h5 {
    color: #188d47;
}

.btn-detail {
    padding-top: 2px;
    cursor: pointer;
    margin-top: 2px;
    display: block;
}

.fa-plane {
    color: #27a0f9;
    font-weight: bold;
    padding-top: 20px;
    font-size: 20px;
}

    .fa-plane .p-0 {
        padding: 0 !important;
    }

.table-bordered {
    border: 1px solid #ccc !important;
}

.table-true {
    border-left: 5px solid #188d47 !important;
    background: #fff5d8;
}

.table_cb thead {
    font-weight: bold;
}

    .table_cb thead td {
        color: var(--main-color);
    }

.table_cb td {
    vertical-align: middle;
}

    .table_cb td.center {
        vertical-align: middle;
        text-align: center;
    }

.text-align-right {
    text-align: right;
    color: #AAA;
    font-size: 12px;
}

.border-throught {
    border-top: solid 2px #188d47;
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    top: 10px;
}

.from-to {
    margin: 0 10px;
    width: 100%;
}

.airline-img {
    display: block;
    margin: auto;
    width: 50px;
    margin-bottom: 10px;
}

.airline-div {
    text-align: center;
}

.btn-choose {
    background: transparent;
    cursor: pointer;
}

.left_side_search_heading {
    margin-bottom: 8px;
}

.item-left-detail {
    display: flex;
    align-items: center;
    margin-top: 4px;
}

    .item-left-detail > div {
        display: flex;
        align-items: center;
    }

        .item-left-detail > div span {
            width: 100%;
        }

    .item-left-detail img {
        margin: 0;
        width: 25px;
        margin-right: 8px;
    }

.border-bot {
    border-bottom: dashed 1px #CCC;
    padding-bottom: 4px;
}

.btn-other {
    display: block;
    margin-top: 10px;
}

.main-boxed {
    border: solid 1px #CCC;
    border-radius: 4px;
    margin-bottom: 10px;
}

.detail-item {
    margin-top: 4px;
}

.main-boxed .boxed-main {
    padding: 12px;
    background: #F3F3F3;
}

.main-boxed .boxed-title {
    background: #188d47;
    color: #FFF;
    font-size: 20px;
    padding: 0 12px;
}

.btn-back {
    color: #FFF;
    font-size: 13px;
    float: right;
    cursor: pointer;
}

.dot {
    height: 6px;
    width: 6px;
    background-color: #188d47;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 8px;
}

.dot-left {
    left: 0
}

.dot-right {
    right: 0
}

.text-right {
    text-align: right;
}

.cnv-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.required {
    color: red;
}

.item-passenger {
    margin-bottom: 16px;
}

    .item-passenger .form-group {
        margin-bottom: 4px;
    }

.box-bordered {
    border: solid 1px var(--main-color);
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
}

    .box-bordered h5 {
        font-weight: bold;
    }

.box-detail-item {
    margin-top: 10px;
}

.ul_sort li {
    position: relative;
}

.ul_sort a {
    position: absolute;
    left: 0;
    padding-left: 20px;
    cursor: pointer;
}

.input-code {
    border: none;
    text-align: center;
    outline: none;
    margin: auto;
    display: block;
    font-size: 52px;
    width: 100%;
    color: var(--main-color);
}

.btn-secondary {
    color: #5e5e5e;
    background-color: #ffffff;
    border-color: #dbdbdb;
}

.result-header {
    padding-left: 100px;
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: -45px;
}

.color-primary {
    color: rgb(24, 141, 71);
}

.color_star {
    color: rgb(233 218 12);
}

.cruise_content_bottom_left ul li {
    margin-bottom: 5px;
}

.filter-price-range input {
    border: solid 1px #CCC;
    padding: 2px;
    margin-bottom: 6px;
    outline: none;
    border-radius: 4px;
    text-align: center;
}

.noUi-tooltip {
    display: none;
}

.left_side_search_boxed {
    overflow: hidden;
}

.cruise_content_top_left {
    margin-right: 20px;
    padding-right: 20px;
    border-right: solid 1px #efe8e8;
}

.cruise_content_bottom_right {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

    .cruise_content_bottom_right a {
        padding: 6px 0;
        width: 100%;
    }

.cruise_item_inner_content {
    display: flex;
    height: 100%;
}

.cruise_content_top_wrapper {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 75% 25%;
    width: 100%;
}

.cruise_item_img {
    border-radius: 4px;
    overflow: hidden;
    margin: 10px;
}

.cart-filter {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

    .cart-filter .item {
        width: 25%;
        display: inline-block;
        display: flex;
        align-items: center;
    }

.item label.r {
    width: 120px;
}

.room-info-item {
    padding: 2px 0;
}

    .room-info-item span {
        color: #999;
        font-size: 12px;
        margin-right: 8px;
    }

body.md-default-theme, body, html.md-default-theme, html {
    background: #FFF !important;
}

.modal#statusSuccessModal .modal-content,
.modal#statusErrorsModal .modal-content {
    border-radius: 30px;
}

    .modal#statusSuccessModal .modal-content svg,
    .modal#statusErrorsModal .modal-content svg {
        width: 40px;
        display: block;
        margin: 0 auto;
    }

    .modal#statusSuccessModal .modal-content .path,
    .modal#statusErrorsModal .modal-content .path {
        stroke-dasharray: 1000;
        stroke-dashoffset: 0;
    }

        .modal#statusSuccessModal .modal-content .path.circle,
        .modal#statusErrorsModal .modal-content .path.circle {
            -webkit-animation: dash 0.9s ease-in-out;
            animation: dash 0.9s ease-in-out;
        }

        .modal#statusSuccessModal .modal-content .path.line,
        .modal#statusErrorsModal .modal-content .path.line {
            stroke-dashoffset: 1000;
            -webkit-animation: dash 0.95s 0.35s ease-in-out forwards;
            animation: dash 0.95s 0.35s ease-in-out forwards;
        }

        .modal#statusSuccessModal .modal-content .path.check,
        .modal#statusErrorsModal .modal-content .path.check {
            stroke-dashoffset: -100;
            -webkit-animation: dash-check 0.95s 0.35s ease-in-out forwards;
            animation: dash-check 0.95s 0.35s ease-in-out forwards;
        }

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

.box00 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.label-select-btn em {
    font-size: 11px;
    font-weight: 300;
    font-style: normal;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn, a.disabled, a:disabled {
    pointer-events: none;
    opacity: .65;
}

.bd-loading-modal-lg .modal-dialog {
    display: table;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 24px);
}

    .bd-loading-modal-lg .modal-dialog .modal-content {
        background-color: transparent;
        border: none;
    }

.others-options ul li a {
    color: #08C;
}

.others-options ul li {
}

.others-option-for-responsive .container .container.active {
    padding: 4px;
}

.others-options ul {
    padding: 0;
    margin: 0;
}

@media only screen and (max-width: 414px) {
    .heading_left_area h2 {
        font-size: 28px;
    }

    #theme_search_form {
        margin-top: 12px;
    }

    .others-option-for-responsive .dot-menu {
        top: -30px;
    }

    .mean-container .mean-bar {
        top: 0px;
    }

    .navbar-area {
        padding: 8px 0;
    }

    .logo img {
        width: 100px;
    }

    .section_padding {
        padding: 12px 0;
    }

    #common_banner {
        display: none;
    }

    .others-options li {
        text-align: left;
    }

    .others-options ul li:first-child {
        border-bottom: solid 1px #EEE;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    .others-options li a {
        color: #333 !important;
    }
}

.footer_inquery_area {
    border-left: none;
}

#footer_area {
    padding: 40px 0;
}

.main-navbar .navbar .navbar-brand {
    z-index: 1;
}

.md-default-theme .md-datepicker-input-container, .md-datepicker-input-container {
    border-bottom-color: rgba(0, 0, 0, 0.12);
    border: none !important;
}

body .jq-toast-wrap {
    z-index: 99999 !important;
    width: 360px !important;
}

h2.jq-toast-heading {
    font-size: 18px !important;
}

body .jq-toast-wrap .jq-toast-single {
    font-size: 15px;
    line-height: 22px;
    word-wrap: break-word !important;
}

.modal-header.success {
    background: var(--main-color);
    color: #FFF;
}

.select2-container .select2-selection--single {
    height: 32px !important;
}

.k-grid tr td {
    font-size: 14px !important;
    border-color: #f1f1f1 !important;
}

.k-header {
    background: #f7f7f7 !important;
}

.k-grid-content-locked {
    border-color: #f3f6fd !important;
}

.k-alt, .k-pivot-layout > tbody > tr:first-child > td:first-child, .k-resource.k-alt, .k-separator {
    background-color: #f3f6fd !important;
}

.k-autocomplete, .k-block, .k-button-group .k-tool, .k-content, .k-dropdown-wrap, .k-dropzone-active, .k-editable-area, .k-filter-row > th, .k-footer-template td, .k-grid td, .k-grid td.k-state-selected, .k-grid-content-locked, .k-grid-footer, .k-grid-footer-locked, .k-grid-footer-wrap, .k-grid-header, .k-grid-header-locked, .k-grid-header-wrap, .k-group, .k-group-footer td, .k-grouping-header, .k-grouping-header .k-group-indicator, .k-header, .k-input, .k-pager-refresh, .k-pager-wrap, .k-pager-wrap .k-link, .k-panel > .k-item > .k-link, .k-panelbar .k-content, .k-panelbar .k-panel, .k-panelbar > .k-item > .k-link, .k-popup.k-align .k-list .k-item:last-child, .k-separator, .k-slider-track, .k-splitbar, .k-state-default, .k-state-default .k-select, .k-state-disabled, .k-textbox, .k-textbox > input, .k-tiles, .k-toolbar, .k-tooltip, .k-treemap-tile, .k-upload-files, .k-widget {
    border-color: #EEE !important;
}

.k-widget {
    box-shadow: none !important;
}

h3.box_title {
    margin-bottom: 5px;
}

.dashboard_common_table h3 {
    border-bottom: none;
}

.nav-item .badge {
    position: absolute;
    top: -5px;
    right: -17px;
    background: red;
    padding: 4px;
    color: #FFF;
}

.room-info {
    margin-top: 6px;
}

.grid-2 {
    display: grid;
    grid-template-columns: 50% 50%;
}

    .grid-2 h5 {
        text-decoration: underline;
    }

.room-detail {
    font-size: 14px;
    color: #1856CD;
    font-weight: bold;
    text-decoration: underline;
}

.room-price {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
}

    .room-price .price {
        font-size: 25px;
    }

    .room-price .price-note {
        font-size: 12px;
    }

.notification-popup {
    width: 400px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    transition: all 0.3s ease;
    padding-top: 5px !important;
}

/* Header */
.notification-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
}

    .notification-header h2 {
        font-size: 16px;
        margin: 0;
        line-height: 35px;
    }

.mark-all-read {
    font-size: 14px;
    cursor: pointer;
}

/* Notification List */
.notification-list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 400px;
    overflow-y: hidden; /* Hide scrollbar initially */
    transition: overflow-y 0.3s ease; /* Smooth transition for overflow */
    overflow-x: hidden;
    padding-right: 12px;
    margin-right: -6px;
    border-bottom: 1px solid #e0e0e0;
}

.notification-popup:hover .notification-list {
    overflow-y: auto; /* Show scrollbar when hovering */
    padding-right: 6px;
}

/* Custom slim scrollbar */
.notification-list::-webkit-scrollbar {
    width: 6px;
    transition: all 0.5s ease;
}

.notification-list::-webkit-scrollbar-thumb {
    background-color: rgba(136, 136, 136, 0); /* Start invisible */
    border-radius: 10px;
    transition: background-color 0.5s ease; /* Smooth fade effect */
}

.notification-popup:hover .notification-list::-webkit-scrollbar-thumb {
    background-color: #CECECE !important; /* Fully visible on hover */
    opacity: 0.5 !important;
    transition: all 0.5s ease;
}

.notification-list li {
    padding: 12px 0; /* Increased padding for better spacing */
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

    .notification-list li:last-child {
        border-bottom: none;
    }

    .notification-list li .info {
        font-size: 14px;
        color: #333;
        line-height: 1.4; /* Better readability */
    }

    .notification-list li .time {
        font-size: 12px;
        color: #999;
    }

    /* Unread notification status circle */
    .notification-list li .status {
        width: 10px;
        height: 10px;
        background-color: #188D47;
        border-radius: 50%;
        flex-shrink: 0;
    }

.notification-footer {
    text-align: center;
    padding-top: 10px;
}


    .notification-footer a {
        text-align: center;
        margin: auto;
        display: block;
        font-size: 14px;
        color: var(--main-color) !important;
        text-decoration: none;
        cursor: pointer;
    }

.notification-option > button {
    background: transparent !important;
    color: #FFF;
    border: none !important;
}

    .notification-option > button::after {
        display: none !important;
    }

#collapseNotification.dropdown-menu {
    padding: 0;
    border: none;
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.8); /* Màu nền mờ */
    z-index: 1000; /* Đảm bảo overlay hiển thị trên cùng */
}

    /* Ẩn overlay khi không cần */
    .loading-overlay.hidden {
        display: none;
    }

.slick-next, .slick-prev {
    z-index: 1040 !important;
}

.slick-prev {
    left: 10px !important;
    z-index: 999;
}

.slick-next {
    right: 10px !important;
    z-index: 999;
}

.notification-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

a.btn-tab {
    color: #333;
    padding: 5px 0;
    transition: none !important;
}

.btn-tab.active {
    border-bottom: solid 1px var(--main-color);
    color: var(--main-color);
    font-weight: bold;
}

.k-grid tbody .k-button {
    min-width: 32px !important;
}

.form-control-sm {
    height: auto !important;
}

.notification-list li .status.readed {
    background-color: #DDD !important;
}

.breadcrumb {
    margin: 0;
    padding: 20px 0;
}

.ul-disc li {
    list-style: disc !important;
}
.modal-dialog p{
    font-size: 15px;
    color: #333;
}
.status-success-blue {
    color: #1a73e8; /* Xanh dương */
}

.status-fail-purple {
    color: #8e24aa; /* Tím đậm */
}

.status-void {
    color: #444; /* Màu xám đậm */
}

.status-success-green {
    color: #2e7d32; /* Xanh lá */
}

.status-warning-orange {
    color: #f57c00; /* Cam cảnh báo */
}

.status-pending-red {
    color: #b71c1c; /* Đỏ nâu */
}

.status-refunded {
    color: #444; /* Màu xám */
}
.btns a{
    margin-right: 6px;
    font-size: 16px;
    font-weight: bold;
}
.selected-flight-card{
    margin-bottom: 10px;
}