.sidebar .nav .nav-item.nav-profile .nav-link .nav-profile-badge {
    font-size: 1.125rem;
    margin-left: auto;
    position: relative;
    top: -7px;
}

.sidebar .nav.sub-menu .nav-item .nav-link.current {
    color: #333;
    background: transparent;
}

.navbar .navbar-brand-wrapper .navbar-brand {
    width: 3em !important;
}

.flex-create {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.flex-create h4.card-title {
    margin: 0;
    padding: 0;
}

#modal-poper {
    display: none;
}

.flex-between {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}


/* Your existing styles */

table.dataTable thead th {
    background-color: #fff;
    color: #333;
}

table.dataTable tbody td {
    background-color: #fff;
    color: #333;
}

table.dataTable tbody tr:hover {
    background-color: #555;
}


/* Style for select dropdown */

#role-filter {
    margin-bottom: 0px;
    padding: 8px;
    border-radius: 5px;
    background-color: #bbb;
    color: #333;
    border: none;
    outline: none;
    cursor: pointer;
    margin-left: 10px;
}

#download-button-container {
    margin-bottom: 0px;
    padding: 9px;
    border-radius: 5px;
    border: none;
    outline: none;
    cursor: pointer;
    margin-left: 10px;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 2px;
}

.dataTables_wrapper {
    display: initial;
}

.dataTables_length label,
.dataTables_length label select,
.dataTables_filter label,
.dataTables_filter label input,
.dataTables_info {
    color: #333 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #333 !important;
}

.date-table {
    color: #666 !important;
}

.action-sort {
    width: 5px;
    text-align: center;
}

.action-sort {
    width: 1px;
    text-align: center;
}

.btn-table {
    background: none;
    border: none;
    color: #d2b48c;
    z-index: 1;
    position: relative;
}

.btn-table:hover {
    background: none;
    border: none;
}

.dropdown-sort {
    display: none;
    position: absolute;
    top: 5px;
    right: 15px;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    overflow: hidden;
    z-index: 2;
}

.sort-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.dropdown-sort a {
    color: #333;
    padding: 10px 20px;
    display: block;
    text-decoration: none;
}

#download-button-container,
.dt-buttons {
    width: 8em;
}

.filter-blok {
    display: inline-block;
}

.filter-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 30px;
}

button.dt-button {
    width: 100%;
    padding: 7px;
    border: none;
    border-radius: 8px;
    background-color: #ab0b85;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 1px;
}

.link-table {
    color: #333;
}

.select2-container--default .select2-selection__arrow {
    padding-top: 30px;
}

.select2-container--default .select2-selection--single .select2-search__field,
.select2-container--default .select2-selection--single {
    padding: 0px 1.375rem;
}

.select-err small {
    bottom: -8px !important;
}

.input-banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: lime;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

img.img-full-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

img.img-full-contain {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner-botel-left img,
.banner-hotel-box img {
    border-radius: 10px;
}

.group-login {
    background: #fff;
    border-radius: 10px;
    /* padding: 5px 10px; */
    margin-bottom: 20px;
    padding: 0;
    height: 2em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.group-login a.user {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    border-right: 1px solid #bbb;
    padding: 5px 25px;
    /* height: 44px !important;*/
}

.group-login a.user.active {
    background: #c6a244;
    border-radius: 10px 0px 0px 10px;
    color: #fff;
}

.group-login a.mutawif {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    padding: 5px 15px;
}

.group-login a.mutawif.active {
    background: #c6a244;
    border-radius: 0px 10px 10px 0px;
    color: #fff;
}

#transit_wrapper {
    display: none;
}

a.rm-type {
    color: red;
    font-size: 16px;
}

.tag-container {
    border: 1px solid #bbb;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 6em;
    padding: 10px;
    margin-bottom: 30px;
}

.tag-container .tag {
    border: 1px solid #bbb;
    border-radius: 10px;
    padding: 5px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.tag-container .tag span {
    margin-left: 10px;
}

.type_room_wrapper {
    border-radius: 10px;
    padding: 20px 20px;
    border: 1px solid #bbb;
    margin-bottom: 30px;
}

.body-input {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    padding: 80px 25px 50px 25px;
    align-content: flex-start;
}

.input-room {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.input-room:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.tag-wrapper {
    border: 1px solid #bbb;
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    position: relative;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.tag-wrapper p {
    margin-right: 5px !important;
}

.tag-wrapper a {
    text-decoration: none;
    color: #333;
    position: absolute;
    top: 7px;
    right: 5px;
    display: block;
    font-size: 12px;
}

.duration_container {
    border-radius: 10px;
    border: 1px solid #bbb;
    padding: 20px 20px 0px 20px;
    margin-bottom: 20px;
    position: relative;
}

.duration_container a {
    background: #333;
    position: absolute;
    top: 6px;
    right: 6px;
    border-radius: 50%;
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 0px 8px 2px 8px;
}

.flex-center {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.remove-icon {
    cursor: pointer;
}

.upload-container {
    position: relative;
    height: 15em;
    width: 100%;
    background: #bbb;
    margin-bottom: 40px;
}

.select-container {
    border-radius: 10px;
    border: 1px solid #bbb;
    min-height: 7em;
    padding: 10px;
}

.select-container-main {}

.banner-main {
    position: relative;
    min-height: 15em;
}

.banner-main img {
    z-index: 0;
}

.info_banner {
    position: absolute;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.title-banner {
    color: #FFF;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.desc-banner {
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn-explore {
    border: 0.5px solid #A4A4A4;
    background: #000;
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
}