:root {
    --border-style: 1px solid rgb(18 34 53 / 20%);
}

body {
    font-family: 'Poppins', Arial, Helvetica, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.navbar-header {
    height: 90px !important;
}

.topnav {
    margin-top: 90px;
}

.auth-body-bg {
    background: rgb(18 34 53 / 5%) !important;
}

.auth-logo svg {
    width: 120px;
    height: 120px;
    margin: 20px auto;
    display: block;
}

.form-control {
    min-height: 50px;
}

body[data-layout=horizontal] .page-content {
    margin-top: 90px !important;
}

.navbar-header {
    max-width: calc(100%) !important;
}

.w-250 {
    width: 250px;
}

.btn-round {
    border-radius: 50px;
}

.btn-primary-outline {
    border: 1px solid #787878;
    height: 40px;
    color: #000;
    font-weight: 500;
    min-width: 112px;
}

    .btn-primary-outline:hover {
        background: #2a3042 !important;
        color: #FFF !important;
    }

.dropzone {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3F4F5;
    font-weight: 500;
}


/* Hide the default checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* Style the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
}

    .slider:before {
        content: "";
        position: absolute;
        height: 26px;
        width: 26px;
        border-radius: 50%;
        left: 4px;
        bottom: 4px;
        background-color: white;
        transition: 0.4s;
    }

input:checked + .slider {
    background-color: #4CAF50;
}

    input:checked + .slider:before {
        transform: translateX(26px);
    }

span.ft-16 {
    font-size: 16px;
}

.header-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .header-item svg {
        margin-right: 5px;
    }

.statsCard {
    background: #FFF;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    height: 174px;
    border-radius: 8px;
    box-shadow: 6px 6px 54px rgb(0 0 0 / 5%);
    margin-bottom: 20px;
}

.whiteCard {
    padding: 20px;
    background: #FFF;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 6px 6px 54px rgb(0 0 0 / 5%);
    border-radius: 8px;
}

.statsCard .stats {
    font-size: 24px;
    font-weight: 600;
    color: #202224;
}

.statsCard .statsLabel {
    color: hsl(210deg 6% 13% / 60%);
    font-size: 14px;
    font-weight: 500;
}

.btn-settings, .btn-settings:hover, .btn-settings:visited {
    background: #26C1AA !important;
    border: none;
    border-radius: 6px;
}

    .btn-settings svg {
        fill: #FFF;
    }

.bookingTable {
    font-size: 14px;
    ;
}

table.dataTable thead .sorting {
    background-color: #122235 !important;
    color: #FFF;
    font-weight: 500;
    padding: 10px 5px !important;
    font-size: 10px;
    font-size: 12px;
}

table.dataTable tbody tr.even td {
    background: #EDEEEF !important;
    vertical-align: middle;
}

.whiteCard {
    padding: 20px;
    background: #FFF;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 6px 6px 54px rgb(0 0 0 / 5%);
    border-radius: 8px;
}

.dataTable {
    border: var(--border-style) !important;
}

table.dataTable tbody tr td:not(:last-child) {
    border-right: var(--border-style) !important;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 10px;
    font-size: 12px;
    font-weight: 500;
}

table.dataTable tbody td {
    border-color: rgb(18 34 53 / 20%) !important;
    vertical-align: middle;
}

.topnav .navbar-nav .nav-link {
    font-weight: 500;
}

.page-content .container-fluid {
    max-width: 90% !important;
}

h4.card-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #DDD;
    margin-bottom: 10px;
    color: rgb(18 34 53 / 80%);
    font-weight: 500;
}

.ck.ck-editor__main > .ck-editor__editable {
    min-height: 700px;
}

.listBoxHeader {
    background: hsl(213deg 49% 14% / 05%);
    padding: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}

.listBox {
    border: 1px solid #CED4DA;
}

    .listBox .searchField {
        position: relative;
    }

        .listBox .searchField svg {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 10px;
        }

        .listBox .searchField .form-control {
            border-radius: 0;
            border: none;
            border-top: 1px solid #CED4DA;
            border-bottom: 1px solid #CED4DA;
            padding-left: 50px;
        }

ul.listDynamicFields {
    padding: 0;
    margin: 0;
}

    ul.listDynamicFields li {
        display: block;
        padding: 10px 15px;
        color: hsl(0deg 0% 0% / 85%);
        font-size: 13px;
    }

        ul.listDynamicFields li:not(:last-child) {
            border-bottom: 1px solid #CED4DA;
        }

.pac-target-input {
    height: 40px;
    padding: 10px 15px;
    position: absolute;
    z-index: 99;
    top: 10px;
    left: 200px;
    width: 300px;
    border: 1px solid #DDD;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1340px !important;
    }
}

.autocomplete .autocomplete-item {
    padding: 10px 15px;
    font-weight: 400;
    color: #656565;
    cursor: pointer;
}

    .autocomplete .autocomplete-item:hover {
        background: #2a3042;
        color: #FFF;
    }

    .autocomplete .autocomplete-item:not(:last-child) {
        border-bottom: 1px solid #DDD;
    }

.autocomplete {
    border: 1px solid #DDD;
    position: absolute;
    z-index: 9;
    background: #FFF;
    min-width: 360px;
    box-shadow: 0 0 2px 0px rgb(0 0 0 / 10%);
}

.buttons-excel {
    background: #26c1aa !important;
    color: #FFF !important;
    border: none !important;
    font-weight: 600;
    padding: 10px 15px !important;
    line-height: 1;
    min-height: inherit;
}

.mappedHotels {
    height: 200px;
    border: var(--bs-border-width) solid var(--bs-border-color-translucent);
    border-radius: 4px;
    overflow-y: scroll;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 20px
}

.mapped-hotel-item {
    background: rgb(18 34 53 / 80%);
    display: inline-block;
    text-align: center;
    color: #FFF;
    padding: 10px 24px 10px 15px;
    border-radius: 50px;
    position: relative;
    margin-right: 10px;
}
    .mapped-hotel-item .txtHtName {
        padding-right: 20px;
    }
    .mapped-hotel-item button.remove-hotel {
        background: none;
        position: absolute;
        color: #FFF;
        border: none;
        border-radius: 27px;
        cursor: pointer;
        right: 5px;
    }

.loader {
    position: absolute;
    left: 0;
    right: 0;
    background: #000000ad;
    top: 0;
    bottom: 0;
    z-index: 9;
}


    .loader:before {
        width: 100px;
        height: 100px;
        border: 6px solid rgb(255 255 255);
        border-top: 6px solid #0099ff;
        border-radius: 50%;
        animation: spin 1s linear infinite;
        margin: 30px auto;
        position: fixed;
        top: 25%;
        left: 47%;
        content: "";
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.dateComparePlugin {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .dateComparePlugin .rightLabel {
        width: 250px;
        margin-right: 10px;
        text-align: right;
    }

    .dateComparePlugin .form-control.dropdown-toggle svg {
        margin-right: 10px;
    }



    .dateComparePlugin .form-control.dropdown-toggle {
        width: 320px;
        display: flex;
        align-items: center;
        border-radius: 50px;
    }

    .dateComparePlugin .dropdown-menu {
        min-width: 360px;
        padding: 20px;
        right: 0 !important;
        left: inherit !important
    }

ul.datesFilterList {
    padding: 0;
    margin: 0;
}

    ul.datesFilterList li {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

        ul.datesFilterList li label {
            margin: 0;
            margin-left: 10px;
            cursor: pointer;
        }

        ul.datesFilterList li input[type=radio] {
            width: 16px !important;
            height: 16px !important;
        }

ul.uiTabs {
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    border-bottom: 1px solid #DDD;
}

    ul.uiTabs li {
        display: block;
        position: relative;
        min-width: 100px;
    }

        ul.uiTabs li input[type=radio] {
            opacity: 0;
            position: absolute;
        }

            ul.uiTabs li input[type=radio]:checked + label {
                color: #0b57d0;
                font-weight: 600;
                position: relative;
                min-width: 90px;
                cursor: pointer;
            }

            ul.uiTabs li input[type=radio] + label {
            }

            ul.uiTabs li input[type=radio]:checked + label:after {
                position: absolute;
                content: "";
                height: 3px;
                width: 100%;
                background: #0b57d0;
                bottom: -8px;
                left: 0;
            }

button.btn.btn-submit {
    width: 100%;
    background: #122235;
    color: #FFF;
    border-radius: 50px;
}

.ui-widget.ui-widget-content {
    height: 5px !important;
    border: none;
    background: #0b57d0 !important;
    margin: 20px 5px !important;
}

.ui-slider-horizontal .ui-slider-handle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    transform: translateY(-50%);
    top: 50%;
    background: #ffffff;
    padding: 5px;
    border: 3px solid #0b57d0;
}

.ui-slider-horizontal .ui-slider-handle {
    width: 24px !important;
    height: 24px !important;
    top: 50% !important;
}


.h-50 {
    height: 50px !important;
}


#map {
    height: 500px
}

.btn.mr-5 {
    margin-right: 10px;
}

.image-preview {
    margin: 30px 0;
}

.image-container {
    background: #FFF;
    padding: 0.5rem;
    border-radius: 8px;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    width: calc(100%);
    max-width: 880px;
    height: 400px;
}

#cropImageModal .modal-footer {
    padding: 0.75rem
}

#cropImageModal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0, 0.8);
    z-index: 9999 !important;
    height: 100vh;
    display: none;
    align-items: center;
    justify-content: center;
}

    #cropImageModal.active {
        display: flex !important;
    }

.customModalBody {
    background: #FFF;
    max-width: 900px;
    width: calc(100%);
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
}

#cropImageModal .modal-header {
    position: relative;
    padding: 1.5rem 1rem;
    border-bottom: 1px solid #DDD;
}

.image-preview img {
    max-width: calc(100%);
}

.mr-2 {
    margin-right: 10px;
}

.flatpickr-input.active + .flatpickr-calendar {
    position: absolute !important;
    top: 100% !important; /* directly below the dropdown button */
    left: 0 !important;
    display: block !important; /* override any display:none */
    visibility: visible !important;
    opacity: 1 !important; /* override any fading */
    z-index: 1100 !important; /* above the menu itself */
}

.hotelMappingGroup .accordion-item {
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 0 2px 2px hsl(0deg 0% 61.35% / 5%);
}

    .hotelMappingGroup .accordion-item .accordion-button {
        display: flex;
        align-items: center;
    }

        .hotelMappingGroup .accordion-item .accordion-button ._text strong {
            display: block;
            font-weight: 600;
            margin-bottom: 5px;
        }

        .hotelMappingGroup .accordion-item .accordion-button ._icon svg {
            width: 36px;
            height: 36px;
        }

        .hotelMappingGroup .accordion-item .accordion-button ._icon {
            width: 60px;
        }

.hotelMappingGroup .accordion-button:not(.collapsed) {
    background: #FFF
}

.hotelInfoName span {
    font-size: 24px;
    font-weight: 600;
}

.h-50 {
    height: 50px
}

.checkBoxList .checkListItem input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.checkBoxList .checkListItem {
    font-weight: 500;
    font-size: 15px;
}

    .checkBoxList .checkListItem .d-flex {
        align-items: center;
    }

.checkBoxList {
    display: flex;
    flex-wrap: wrap;
}

    .checkBoxList .checkListItem {
        width: calc(100% / 2);
        margin-bottom: 10px;
    }

img.roomThumImage {
    width: 80px;
    height: 50px;
    object-fit: scale-down;
}

.nav-tabs-custom .nav-item .nav-link {
    font-size: 16px;
}

.form-label {
    font-size: 14px;
}

.table.bg-drak th, .table.bg-drak thead td {
    background: #000 !important;
    color: #FFF;
}

.checkBoxList .form-control:read-only {
    background-color: #f8f9fa; /* light gray background */
    border: 1px solid #ced4da; /* standard Bootstrap border */
    color: #6c757d; /* muted text color */
    cursor: not-allowed; /* indicate it's not editable */
}

.dropzone .dz-preview .dz-image img {
    height: 120px;
    width: 120px;
    object-fit: cover;
}

.thumb, .dz-preview {
    position: relative;
    display: inline-block;
    margin: 5px;
}

.dropzone.dz-clickable {
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.thumb img, .dz-preview img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.thumb .remove-btn {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #dc3545;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 18px;
    cursor: pointer;
    font-size: 12px;
}

.dz-preview .select-overlay, .dz-preview .remove-overlay {
    position: absolute;
    font-size: 1.5em;
    color: rgba(255,255,255,0.9);
    text-shadow: 0 0 4px rgba(0,0,0,0.6);
    cursor: pointer;
}

.dz-preview .select-overlay {
    top: 4px;
    right: 4px;
}

.dz-preview .remove-overlay {
    top: 4px;
    left: 4px;
}

.dz-preview.selected .select-overlay {
    color: #00ce08;
}

.dz-preview.selected img {
    outline: 3px solid #00ce08;
}

.dz-preview .select-overlay svg, .dz-preview .remove-overlay svg {
    width: 24px;
    height: 24px;
}

.dz-preview .remove-overlay svg {
    fill: #FFF
}

.dz-preview .select-overlay svg {
    fill: #FFF
}

.dz-preview.selected .select-overlay svg {
    fill: #00ce08
}

#largeModal .modal-body {
    height: 530px;
    overflow-y: scroll;
}

.mt-m {
    margin-top: 1.8rem
}

.stat-card {
    border-radius: 10px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.05);
    transition: all 0.3s ease-in-out;
}

h4.card-title em {
    font-size: 20px;
    font-style: normal;
    display: block;
    font-weight: 600;
}

    h4.card-title em + small {
        font-size: 16px;
        display: block;
        margin-top: 5px;
        font-weight: 400;
    }

.stat-card .icon {
    font-size: 28px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-card h5 {
    font-size: 30px;
}

.stat-card small {
    font-size: 16px;
    font-weight: 500;
    color: #000 !important;
}

.stat-card .icon svg {
    width: 36px;
    height: 36px;
}


.m-15-neg {
    margin: 0 -15px
}

.hotel-card {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 10px;
    margin-bottom: 0px;
}

    .hotel-card .card-body {
        padding: 1.5rem 1.25rem;
    }

.hotel-actions button {
    margin-right: 8px;
}

.bg-danger {
    background: red !important;
}

.pagination-container {
    margin-top: 30px;
}

.hotel-card h5.card-title {
    font-size: 20px;
}

.starRating {
    display: flex;
    align-items: center;
}

    .starRating svg {
        width: 16px;
        fill: #ff7b00;
    }

.hotelStatus span {
    color: #FFF;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 27px;
    font-weight: 500;
}

.hotel-actions {
    display: flex;
}

    .hotel-actions .btn.btn-primary {
        flex: 1;
    }

    .hotel-actions .btn.btn-sm svg {
        width: 16px;
        height: 16px;
        color: #000;
    }

    .hotel-actions .btn.btn-sm {
        width: 48px;
        background: #FFF !important;
        border: 1px solid #DDD !important;
    }

.lastUpdatedDate svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.lastUpdatedDate {
    display: flex;
    align-items: center;
}

.compactTabs .nav-tabs {
    border: none;
    background-color: #e9ecef;
    padding: 15px;
    border-radius: 0;
}

    .compactTabs .nav-tabs .nav-link {
        border: none;
        color: #000;
        font-weight: 500;
        border-radius: 2px;
        font-size: 14px;
        background: #FFF;
        margin: 0 5px;
        box-shadow: 1px 1px 4px 2px #0000000d;
    }

        .compactTabs .nav-tabs .nav-link.active {
            background-color: #000;
            color: #FFF;
            font-weight: 500;
        }

.compactTabs .tab-content {
    padding: 20px;
    border: 1px solid #e2e8f0;
    border-top: none;
    border-radius: 0 0 8px 8px;
    background-color: #fff;
}

.amenity-box {
    border: 1px solid #dce0e5;
    border-radius: 8px;
    padding: 10px 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f8f9fa;
}


.section-divider {
    margin: 30px 0 10px;
    font-weight: 500;
    text-transform: uppercase;
    color: #666;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.form-check-input:checked {
    background-color: #4CAF50;
    border-color: #4CAF50;
}

.amenityList {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    gap: 10px; /* spacing between boxes */
}

.amenity-box {
    padding: 10px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
}

.form-switch .form-check-input {
    width: 60px;
    height: 30px;
}

.image-card {
    position: relative;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 10px;
    background-color: #f8f9fa;
}

    .image-card input[type="checkbox"] {
        position: absolute;
        top: 8px;
        right: 8px;
        transform: scale(1.3);
    }

    .image-card .image-preview {
        width: 100% !important;
        height: 150px !important;
        object-fit: cover;
        background: #e9ecef;
        border-radius: 4px;
        margin: 0;
    }

.upload-label {
    font-weight: 500;
    margin-top: 8px;
}

.add-image-box {
    border: 2px dashed #6c757d;
    text-align: center;
    padding: 40px 10px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
    background-color: #fafafa;
}

    .add-image-box:hover {
        background-color: #f1f1f1;
    }

.image-card .switch {
    position: absolute;
    top: 20px;
    right: 20px;
}

.attraction-item {
    padding: 6px 10px 0;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}


    button.remove-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFF;
        background: red;
        border: none;
        padding: 5px 10px;
        border-radius: 4px;
        font-weight: 500;
        font-size: 14px;
    }

    button.remove-btn svg {
        width: 18px;
        color: #FFF;
        margin-right: 5px;
    }

.attractionsGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

ul.languageTabs {
    margin: 0;
    padding: 0;
}

    ul.languageTabs li {
        display: block;
        padding: 0;
        position: relative;
    }

        ul.languageTabs li input[type='radio'] {
            position: absolute;
            opacity: 0;
        }

            ul.languageTabs li input[type='radio'] + label {
                background: #FFF;
                display: block;
                border: 1px solid #DDD;
                padding: 10px;
                border-radius: 8px;
            }

                ul.languageTabs li input[type='radio'] + label ._row {
                    display: flex;
                    justify-content: space-between;
                }

                    ul.languageTabs li input[type='radio'] + label ._row small {
                        font-size: 14px;
                        margin-right: 5px;
                    }

                    ul.languageTabs li input[type='radio'] + label ._row span {
                        font-size: 18px;
                    }

                        ul.languageTabs li input[type='radio'] + label ._row span em {
                            font-size: 12px;
                            border-radius: 40px;
                            padding: 4px 10px;
                            line-height: 1;
                            font-style: normal;
                            color: #FFF;
                        }


                ul.languageTabs li input[type='radio'] + label ._percentage {
                    display: flex;
                    justify-content: space-between;
                    margin-top: 10px;
                }



                ul.languageTabs li input[type='radio'] + label .progress {
                    display: block;
                    margin-top: 5px;
                    height: 10px;
                    background: #DDD;
                }

                    ul.languageTabs li input[type='radio'] + label .progress .progress-bar {
                        display: block !important;
                        height: 46px;
                        border-radius: 6px;
                        margin: 0;
                    }


.bg-success {
    background: #4CAF50 !important;
}

ul.languageTabs li input[type='radio']:checked + label {
    border: 1px solid #3b82f6;
    background: hsl(217deg 91% 60% / 10%);
}

.whiteSideBox {
    background: #FFF;
    padding: 10px;
    box-shadow: 6px 6px 54px rgb(0 0 0 / 5%);
    border-radius: 8px;
}

    .whiteSideBox h4.card-title {
        font-weight: 600;
        font-size: 18px;
    }

.roomAmenities {
    font-size: 12px;
    color: #5a5a5a;
}

.amenity-badge {
    display: inline-block;
    background-color: #f3f6fb;
    color: #000;
    padding: 6px 12px;
    margin: 4px 4px 4px 0;
    border-radius: 999px;
    font-weight: 500;
    font-size: 12px;
}

.amenities-label {
    font-weight: 500;
    margin-right: 8px;
}

.editRoomModal .modal-body {
    max-height: 540px;
    overflow-y: scroll;
}

.custom-select {
    position: relative;
    width: 250px;
}

    .custom-select select {
        width: 100%;
        padding: 10px 40px 10px 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: white;
        font-size: 16px;
        cursor: pointer;
        background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='10'%20height='7'%3E%3Cpath%20fill='black'%20d='M0%200l5%207%205-7z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 12px center;
        background-size: 10px 7px;
    }

.h-45 {
    height: 45px !important
}

.mr-3 {
    margin-right: 15px !important
}

.flex-1 { flex:1 !important}

.mr-1 {
    margin-right: 5px !important
}

.image-card .amadeusImg {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #FFF;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .image-card .amadeusImg img {
        width: 25px;
    }

.image-card .delete-icon {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 25px;
    height: 25px;
    background: red;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .image-card .delete-icon svg {
        color: #FFF;
        width: 16px;
    }


.facilities-checkboxes {
    columns: 3;
}


    .facilities-checkboxes .form-check {
        break-inside: avoid;
        font-size: 15px;
        margin-bottom: 10px;
    }

.profile-image-box {
    position: relative;
    width: 150px;
    height: 150px;
    border: 2px dashed #ccc;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f8f9fa;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .profile-image-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.delete-icon {
    position: absolute;
    top: 4px;
    right: 4px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    padding: 4px;
    cursor: pointer;
    z-index: 2;
}

    .delete-icon:hover {
        background: rgba(255, 0, 0, 0.8);
        color: white;
    }

.profile-upload-label {
    cursor: pointer;
    color: #007bff;
    margin-top: 0.5rem;
    display: inline-block;
}

.profile-image-box span#deleteImage {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: red;
    color: #FFF;
    line-height: 1;
    font-size: 16px;
}


.header-profile-user {
    height: 36px;
    width: 36px;
    background-color: var(--bs-tertiary-bg);
    padding: 3px;
    object-fit:cover;
}

button.edit-hotel {
    background: none;
    border: none;
    cursor: pointer;
}

    button.edit-hotel svg {
        width: 18px;
        height: 18px;
    }

.delete-attraction {
    margin-left: 15px;
    height: 35px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -3px;
}

th.sorting_disabled {
    background: #122135;
    color: #FFF;
    font-weight: 500 !important;
    border-left: 1px solid #ffffff !important;
}

.no-rooms-card {
    max-width: 740px;
    margin: 60px auto;
    padding: 40px 20px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
    text-align: center;
    color: #444;
}

.no-rooms-icon {
    font-size: 50px;
    color: #2c3e50;
    margin-bottom: 15px;
}

.no-rooms-card h3 {
    margin: 10px 0;
    font-size: 22px;
    font-weight: 600;
}

.no-rooms-card p {
    font-size: 15px;
    color: #777;
    margin-bottom: 20px;
}

.btn-sync {
    padding: 10px 20px;
    background: #1a2a3a;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s;
}

    .btn-sync:hover {
        background: #0f1925;
    }


.selected-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
    border: var(--bs-border-width) solid var(--bs-border-color-translucent);
    padding: 10px 15px;
    border-radius: 5px;
    min-height:80px
}

.tag-item {
    background: #000000;
    color: #fff;
    padding: 4px 22px;
    border-radius: 37px;
    display: flex;
    align-items: center;
    font-size: 13px;
    flex-grow: 0;
    height: 36px;
}

    .tag-item .remove-tag {
        cursor: pointer;
        margin-left: 6px;
        font-weight: bold;
    }

.autocomplete-box {
    position: absolute;
    z-index: 999;
    background: #fff;
    border: 1px solid #ddd;
    width: 100%;
    display: none;
}

.autocomplete-item {
    padding: 8px 10px;
    cursor: pointer;
}

    .autocomplete-item:hover {
        background: #f0f0f0;
    }
