/* begin::Global css */

.sc_divider {
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #eff2f5;
}

.show_passowrd_icon {
    position: absolute;
    display: inline-block;
    right: 20px;
    bottom: 15px;
    cursor: pointer;
}

.export_btn .buttons-collection {
    height: 32px;
    font-size: 12px;
    line-height: 12px;
}

.export_btn .dt-button-collection {
    left: -7rem !important;
}

.export_btn .dropdown-menu {
    min-width: 14rem !important;
}

.export_btn .dropdown-item {
    padding: 0.7rem 1.2rem;
}

/* DGL */

.modal-fullscreen .modal-content {
    max-width: 950px;
    height: auto;
    margin: 0 auto;
    margin-top: 91px;
}

.heding_left {
    float: left;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin-top: 10px;
}

#book_hotel_modal .hotel_prt_reservation_two {
    width: 100%;
    margin-bottom: 30px;
}

#book_hotel_modal .hotel_prt_reservation_two h2 {
    text-align: center !important;
    font-size: 20px;
    border-bottom: 2px solid #bbb;
    padding-bottom: 15px;
    /* padding: 0 50px; */
    margin: 0 25px;
    color: #009ef7;
}

#book_hotel_modal .hotel_prt_reservation_two p {
    text-align: center;
    font-size: 17px;
    margin-top: 16px;
    color: #000000;
}

#book_hotel_modal .total_cost {
    display: block;
}

#book_hotel_modal .total_cost p {
    display: block;
    font-size: 20px;
}

#book_hotel_modal .total_cost p span {
    color: #009ef7;
}

@media all and (max-width: 767px) {
    .export_btn div.dt-buttons {
        margin-bottom: 0 !important;
    }
}

@media all and (max-width: 576px) {
    .export_btn {
        display: block !important;
        text-align: center;
    }
    .export_btn .dataTables_filter input {
        min-width: 200px !important;
    }
    .export_btn div.dt-buttons {
        display: inline-block;
        margin-top: 10px;
    }
    .table_filters .dataTables_length {
        margin-bottom: 5px;
    }
}

.form_fieldset {
    width: 100%;
    border: 1px solid #e2e5ec;
    position: relative;
    padding: 20px 20px 0;
    margin-top: 10px;
    border-radius: 4px;
}

.form_fieldset h3 {
    font-size: 16px;
    margin: 0;
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 12px;
    background: #fff;
    padding: 10px 8px;
    border-radius: 4px;
    text-decoration: underline;
}

.form_fieldset .form-group {
    margin-bottom: 20px;
}

table.dataTable > thead .sorting_asc:after {
    display: none;
}

.select2-container--bootstrap5
    .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) {
    min-height: 42.5px;
}

.export_btn .dataTables_filter {
    padding: 0 !important;
}

.export_btn .dataTables_filter input {
    margin-right: 0.5em;
    margin-left: 0 !important;
    background: #fff;
    border: 1px solid #e4e6ef;
    min-width: 250px;
    min-height: calc(1.4em + 1rem + 2px) !important;
    height: calc(1.4em + 1rem + 2px) !important;
}

.table pre {
    font-family: Poppins, Helvetica, sans-serif;
    margin-bottom: 0;
}

/*.table_parent_card {
    overflow-x: scroll;
    width: 100%;
    min-height: 200px;
}

.table_child_card {
    position: absolute;
    left: 0;
    width: 100%;
}*/

.table {
    text-align: center;
}

/* end::Global css */

/* begin::Spacing css */

.p_bt0 {
    padding-bottom: 0 !important;
}

.p_t0 {
    padding-top: 0 !important;
}

/* end::Spacing css */

/* begin:: Site logo css */

#site-logo a {
    display: block;
    width: 180px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#site-logo a object {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: -1;
}

#site-logo img {
    width: 180px;
}

/* end:: Site logo css */

/* begin:: View Docs css */

.view_doc_block {
    width: 100%;
    text-align: center;
}

.view_doc_block > span {
    border-radius: 0.475rem;
    overflow: hidden;
    height: 175px;
    width: 100%;
    display: block;
}

.view_doc_block > span > img {
    max-width: 100%;
}

.view_doc_block > span > img.pdf {
    max-width: 100%;
}

.view_doc_block > h4 {
    display: block;
}

/* end:: View Docs css */

/* begin::Random css */

.exist_image_holder {
    width: 125px;
    height: 125px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 0.475rem;
}

#exist-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.image_objfit {
    object-fit: cover;
    object-position: top;
}

/* end::Random css */

/* begin:: Responsive css */

@media all and (min-width: 1200px) and (max-width: 1399px) {
    .specific_screen_gutter {
        --bs-gutter-y: 0;
    }
    .specific_screen_blocks {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .large_screen_size {
        max-width: 600px;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .pl_profile_list {
        padding-left: 1.75rem;
    }
}

@media all and (max-width: 991px) {
    .launcher .sidebar,
    #kt_sidebar_toggle {
        display: none !important;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .pl_profile_list {
        padding-left: 1.75rem;
    }
    .pl_profile_list > ul > li {
        display: inline-block;
        margin-right: 1.75rem;
        min-width: 33.33333%;
    }
    .medium_screen_size {
        max-width: 70%;
        margin: 0 auto;
        /*margin-bottom: 0 !important;*/
    }
}

@media all and (min-width: 576px) and (max-width: 767px) {
    .pl_profile_list > ul > li {
        display: inline-block;
        min-width: 48%;
    }
}

@media all and (max-width: 575px) {
    .pl_profile_list > ul > li {
        display: block;
        min-width: 100%;
        text-align: center;
    }
}

@media all and (max-width: 451px) {
    .mobile_align_center {
        align-items: center !important;
    }
}

@media all and (min-width: 320px) and (max-width: 767px) {
    .mobile-column-reverse {
        flex-direction: column-reverse;
    }
}

@media all and (min-width: 320px) and (max-width: 574px) {
    .view-box {
        margin: 0 47px;
    }
}

/*@media all and (min-width: 674px) and (max-width: 991px) {
    .medium-screen-size {
        max-width: 600px;
    }
}*/

@media all and (max-width: 380px) {
    ul.sports_filter_list {
        text-align: center;
    }
    ul.sports_filter_list > li {
        width: 100%;
        margin-right: 0 !important;
    }
    ul.sports_filter_list > li > a {
        display: block;
    }
}

/* end:: Responsive css */

.flatpickr-wrapper {
    width: 100%;
}

.hide {
    display: none !important;
}

.loader-section {
    position: fixed;
    background: #23242466;
    width: 100%;
    height: 100%;
    z-index: 1056;
    text-align: center;
    padding: 20%;
    display: none;
}
