.room-container .cancel-btn {
    display: flex;
    align-items: center;
    position: absolute;
    left: -4px;
    top: -8px;
    background: #EA0000;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    justify-content: center;
    color: #fff;
}


.room-container {
    position: relative;
    isolation: isolate;
    display: inline-block;
    min-width: 100px;
    text-align: center;
}

.room-container .cancel-btn i {
    margin: 0;
    display: inline-block;
}

button[disabled] {
    opacity: 0.8;
    cursor: not-allowed !important;
    pointer-events: initial !important;
}

.custom--label {
    display: inline-block;
    width: 24px;
    height: 18px;
    border-radius: .2rem;
}

.f-size--18 {
    font-size: 18px;
}

.btn--xs {
    padding: 0.1rem 0.3rem;
    font-size: 12px !important;
    border-radius: 0.3rem;
}



/* Table Dropdown Solve Css End */

.navbar-wrapper {
    gap: 15px;
}

.breadcrumb-plugins:has(form) .btn {
    height: 45px;
    line-height: 2.4;
}

.fw-500 {
    font-weight: 500;
}

.body-wrapper:has(.neom_hospital_section) {
    background-image: url('/assets/images/frontend/banner/neom_hospital.webp');
    background-size: contain;
    background-position: top;
    background-repeat: repeat;
}

.custom_bg_white {
    background-color: #ffffffe6;
}

.custom_rounded {
    border-radius: 12px !important;
}

.hero-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2d3748;
    background: linear-gradient(135deg, #0a175f, #071251);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-title-main {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2d3748;
    background: linear-gradient(135deg, #0a175f, #071251);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.custom_blue_text {
    color: #4634FF;
}

.custom_dark_blue_text {
    color: #071251;
}

.light_gradient_blue_bg {
    background: #dde7ff;
    border-radius: 50px;
}

.custom_rounded_button {
    padding: 8px 12px;
    border-radius: 50px;
}

.gradient_badge {
    display: inline-block;
    background: linear-gradient(135deg, #4634FF, #071251);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.neom-a-logo {
    top: -16px;
    left: 0;
}

.custom_vw_text {
    font-size: 1vw !important;
}
.sidebar__menu .sidebar-menu-item > a{
        flex-wrap: nowrap;
}
/* .custom_vw_text{
    font-size: 1vw !important;
} */