

.font-weight-bolder, .font-weight-bold {font-weight: bold;}
.setstareu {background-color: red;color: #fff;padding: 5px 10px;font-size: 12px;border-radius: 24px;}
.mr-4 {
    margin-right: 1rem !important;
}
.mr-2 {
    margin-right: 0.5rem !important;
}
.ml-4 {
    margin-left: 1rem !important;
}
.ml-2 {
    margin-left: 0.5rem !important;
}
.symbol.symbol-lg-120 > img {
    width: 100%;
    max-width: 120px;
    height: 120px;
}

.menu-submenu li a {padding: 4px 12px 4px 42px!important;}
#footer-menu-toggle {background-color: var(--left-menu-item-bg);}
.menu-section h6 {color: #878787;text-transform: uppercase;font-size: 11px;letter-spacing: 2px;font-weight: bold;}
.menu-section {padding: 10px 12px;}
.sethr {border-bottom: 1px solid var(--border-color);margin-top: 10px;margin-bottom: 15px;}
.btn {font-size: 14px;padding: 5px 15px;}
.filterCategory.btn:hover {background-color: var(--primary);}
.room-card {
    transition: transform 0.2s, box-shadow 0.2s;
}

.room-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.left-menu.collapsed .left-menu-item .user-online-status small {display: none;}


.search-input {
  padding-left: 38px;
  height: 38px;
  background: rgba(0,0,0,0.05);
  border-radius: 50px;
  border: 1px solid #ccc;
  transition: all 0.2s ease;
  font-size: 14px;
  border-color: var(--border-color);
}

.search-input:focus {
  outline: none;
  border-color: #6c5ce7;
  box-shadow: 0 0 0 2px rgba(108, 92, 231, 0.4);
}

.search-input::placeholder {
  color: #666;
}

/* icon placement */
.search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #555;
  pointer-events: none;
}


/* .left-menu.collapsed .menu-item span, .left-menu.collapsed .menu-item span + i {
    display: none;
} */

.left-menu.collapsed .menu-section {display: none;}

.cusotm-mt-icon35 {font-size: 2.5rem !important}
.bg-gray {background-color: #f3f3f3;}
.form-group {
    margin-bottom: 18px;
}
.bullet.bullet-bar {
    width: 8px;
    height: auto;
}
.bullet {
    display: inline-block;
    background-color: #E4E6EF;
    width: 10px;
    height: 2px;
    border-radius: 2rem;
}
.btn.btn-default {background-color: #f3f3f3;}
.active-status {color: #1BC5BD;background-color: #C9F7F5;border-radius: 0.42rem;padding: 2px 15px;}
.inactive-status {color: #F64E60;background-color: #FFE2E5;border-radius: 0.42rem;padding: 2px 15px;}
.pending-status {color: #F6AA00;background-color: #f7e1af;border-radius: 0.42rem;padding: 2px 15px;}
form .button-area {text-align: right;padding-top: 20px;border-top: 1px solid #EBEDF3;} 
.brand-logo img {width: 100%;}

.file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: contents;
    padding: 0 10px;
    color: #000;
}
.file-upload .file-select .file-select-button {
    background: var(--bs-primary);
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}
.file-upload .file-select {
    display: block;
    border: 2px solid var(--bs-primary);
    color: #fff;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.aside-menu .menu-nav > .menu-item > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item > .menu-link .menu-text {font-size: 16px;}

.ecust {width: 100%;justify-content: center;display: flex;align-items: center;height: 200px;}
.ecust i {font-size: 35px;}



/*****ratingcustm********/
.ratingcustm {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 50px;
}

.ratingcustm label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.ratingcustm label:last-child {
  position: static;
}

.ratingcustm label:nth-child(1) {
  z-index: 5;
}

.ratingcustm label:nth-child(2) {
  z-index: 4;
}

.ratingcustm label:nth-child(3) {
  z-index: 3;
}

.ratingcustm label:nth-child(4) {
  z-index: 2;
}

.ratingcustm label:nth-child(5) {
  z-index: 1;
}

.ratingcustm label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.ratingcustm label .icon {
  float: left;
  color: transparent;
  font-size: 40px;
}

.ratingcustm label:last-child .icon {
  color: #000;
}

.ratingcustm:not(:hover) label input:checked ~ .icon,
.ratingcustm:hover label:hover input ~ .icon {
  color: #FFA800;
}

.ratingcustm label input:focus:not(:checked) ~ .icon:last-child {
  color: #000;
  text-shadow: 0 0 5px #FFA800;
}
/*******end ratingcustm */ 

.dshome .timeline.timeline-6 .timeline-item .timeline-label {width: 90px;}
.dshome .timeline.timeline-6:before {content: "";position: absolute;left: 91px;width: 3px;top: 0;bottom: 0;background-color: #EBEDF3;}
.dexserit {font-weight: bolder;font-size: 35px;}
.card-toolbar a.btn svg circle, .card-toolbar a.btn svg path {fill: #ffffff!important;}

.btn .la {font-size: 20px;}
table.dataTable.no-footer {border-bottom: none;min-height: 150px;}
form .box-body .row .form-group {margin-bottom: 16px;}
form .form-group .btn {justify-content: center;display: flex;align-items: center;}
.dlab-demo-panel .dlab-demo-trigger {display: none;}
.tab-pane .form-group .col-sm-12 {margin-bottom: 15px;}



.login-wrapper {
    background-image: url('../images/login-bg-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    background-position: left;
    position: relative;
}
.black-wrapper {
    /* background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; */
}
.login-box {
    /* background-color: #ffffff; */
    padding: 40px 30px;
    position: fixed;
    width: 350px;
    box-shadow: 0 0 15px rgb(0 0 0 / 70%);
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 1);
}
.login-box img {
    display: block;
    margin: 0 auto 30px;
    max-width: 148px;
}
.direct-chat-messages {
    height: auto;
    background: #f5f5f5;
    padding: 30px !important;
}
.direct-chat-msg {
    margin-bottom: 10px;
}
.direct-chat-msg, .direct-chat-text {
    display: block;
}
.direct-chat-info {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
}
.direct-chat-img {
    border-radius: 50%;
    float: left;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    width: 50px;
    background-color: #3EA3D2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    /* margin: 5px 0 0 0; */
    text-transform: uppercase;
}
.direct-chat-text {
    margin: 5px 0 0 75px;
    word-break: break-all;
}

.direct-chat-text {
    max-width: 700px;
    background: #fff;
    border: 1px solid #fff;
    width: fit-content;
    box-shadow: none;
    border-radius: 0px 10px 10px 10px;
    padding: 15px;
    color: #444;
    box-shadow: 5px 5px 25px rgb(0 0 0 / 10%);
    position: relative;
}


.direct-chat-text:after, .direct-chat-text:before {
    position: absolute;
    right: 100%;
    top: 15px;
    border: solid transparent;
    border-right-color: #d2d6de;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
}
.direct-chat-text:after, .direct-chat-text:before {
    border-right-color: #fff;
    border-top-color: #fff;
}
.direct-chat-text:before {
    border-width: 7px;
}
.direct-chat-text:after, .direct-chat-text:before {
    top: 0px;
}
.right .direct-chat-text {
    margin-right: 35px;
}
.right .direct-chat-text {
    float: right;
    background: #3db554;
    box-shadow: 5px 5px 25px rgb(0 0 0 / 10%);
    border-radius: 10px 0px 10px 10px;
    color: #fff;
    border: 0;
}
.right .direct-chat-img {
    float: right;
}
.pull-right {
    float: right!important;
}
.direct-chat-timestamp.pull-right {
    margin-right: 10px;
}
.direct-chat-timestamp {
    color: #999;
}
.right .direct-chat-text:after, .right .direct-chat-text:before {
    right: auto;
    left: 100%;
    border-right-color: transparent;
    border-left-color: #d2d6de;
}
.right .direct-chat-text:after, .right .direct-chat-text:before {
    border-left-color: #3db554;
    border-top-color: #3db554;
    top: 0px;
}


.direct-chat-msg.right {position: relative;float: left;width: 100%;}
.direct-chat-messages.p-0 {position: relative;float: left;width: 100%;}


.chatmoe .table thead>tr>th {
    font-weight: 600;
    background: #061309;
    color: #fff;
    text-transform: uppercase;
}


.green-attach {
    float: right;
    margin-right: 10px;
}
.seshew img {border-radius: 10px;border: 1px solid #cdcdcd;box-shadow: 3px 3px 3px #cdcdcd;}
.seshew {position: relative;}

.cliskeedit {position: absolute;top: 8px;right: 23px;background-color: #fff;padding: 2px 6px;border-radius: 50%;font-size: 16px;box-shadow: 0px 0px 4px #877e7e;}
.cliskeedit:hover {box-shadow: 0px 0px 4px #403c3c;}
.remvoeroomnum {padding: 2px 2px 0px;line-height: 13px;}
.remvoeroomnum .la {font-size: 12px;}
.input-group .parsley-errors-list {display: block;width: 100%;padding: 5px;}
.input-group .parsley-error {border-radius: 0 0.625rem 0.625rem 0!important;}
.input-group .divshowerrro {display: block;width: 100%;}
.input-group .dropdown-toggle {border-radius: 0 0.625rem 0.625rem 0!important;}
.checkinout .input-group .input-group-text {padding: 9px 11px;min-width: auto;}
.box-room {position: relative;padding: 15px 15px 0px 15px;border: 1px solid #eee;box-shadow: 0px 0px 6px #eee;border-radius: 10px;}
.roombottom {background-color: #f9f9f9;padding-top: 13px;}
.box-room .remroom {position: absolute;right: -6px;top: -8px;background-color: #fff;transition: transform 0.3s ease, box-shadow 0.3s ease;}
.box-room .remroom:hover {box-shadow: 0px 0px 6px #ddd;transform: translateY(-5px);}
.romstatus {text-align: center;
    font-size: 14px;
    width: 100%;
        padding: 10px;
    box-shadow: 0px 1px 6px #ddd;
    cursor: pointer;}
.romstatus:hover {box-shadow: 0px 1px 15px #ddd;}

.selehotel {position: relative;width: 192px;margin-right: 15px;}
.selehotel .stedroe {margin-right: 20px;background-color: #fff;border: 1px solid #DDDDDD;border-radius: 8px;}
.viewhot {}

.mtil {font-family: 'Material Icons';font-style: normal;-webkit-font-feature-settings: 'liga';-webkit-font-smoothing: antialiased;font-weight: normal;}
.mtil {font-size: 1.3rem;display: inline-block;vertical-align: middle;position: relative;top: 0;height: auto;width: auto;text-align: center;margin-right: 0.75rem;border-radius: 0.125rem;line-height: 1;border-radius: 0.125rem;}

.selehotel .select2-container--default .select2-selection--single {padding-left: 30px;}
.selehotel .mtil {position: absolute;z-index: 1;top: 19%;left: 5%;font-size: 26px;}


.right .direct-chat-text .green-attach {color: #fff;}

.poss .sideicon{
        
        color: #fff;
        /* padding: 10px; */
        border-radius: 100%;
        font-size: 28px;
        width: 50px;
        height: 50px;
        margin: 0px auto 20px;
    }
.poss .sideicon.avtive {background-color: rgba(255, 255, 255, 0.25);}
.poss .sidebar .card-body {padding: 0px;padding-top: 28px;}
.poss #productshow .card-body {padding: 3px;}
.poss #productshow {overflow: auto;max-height: calc(100vh - 156px)}
.poss .produt {background-color: #f9f9f9;border-radius: 13px;border: 1px solid #f5f5f5;padding: 8px 5px;}
.poss .produt .img-fluid {padding: 0px;border-radius: 100%;box-shadow: 1px 1px 4px #ddd;max-width: 40px;}

.poss .produt input {width: 35px;padding: 0;text-align: center;line-height: 34px;margin-right: 5px;margin-left: 5px;}
.poss .productadd {height: calc(100vh - 384px);overflow: hidden;overflow-y: auto;}
.poss .product-block {cursor: pointer;}
.poss .emptycart i {font-size: 30px;}
.poss .emptycart {color: #f5f5f5;text-align: center;font-size: 20px;}
.text-align-right {text-align: right;}
.ecust-simple {
    width: 100%;
    justify-content: right;
    display: flex;
    align-items: center;
    height: auto;
    padding-right: 10px;
}
.ecust-simple i {
    font-size: 22px;
}

.poss .sidebar{height: calc(100vh - 45px);}

.chsleitees {border: 1px solid #ddd;
    padding: 10px;
    border-radius: 12px;}
.dlabnav .metismenu > li > a {padding: 5px 10px!important;}




.select2-container .dropdown-wrapper {
    content: "";
    right: 9px;
    position: absolute;
    width: 7px;
    height: 7px;
    border-style: solid;
    border-color: #000;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
    top: 15px;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px; /* room for the icon */
  /* simple neutral caret SVG (dark gray) */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6"><path fill="%23666" d="M0 0 L5 6 L10 0 Z"/></svg>');
  background-size: 10px 6px;
  font-size: 14px;
}
.select2 .dropdown-wrapper {display: none!important;}
.select2-container--default .select2-selection--single {height: 34px;padding-top: 2px;border: 1px solid rgba(0, 0, 0, 0.1);}
.menu-item  a {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    color: var(--left-menu-text);
    text-decoration: none;
    border-radius: 0.25rem;
}
.menu-item a span {
    margin-left: 10px;
}

.material-symbols-outlined {font-size: 18px;font-weight: 300!important;}
.table-responsive .dt-length {display: none;}
.table-responsive .dt-search {display: none;}
.table-responsive div.mt-2 {margin-top: 0 !important;}
.table tr .btn-icon {color: var(--table-text-color)!important;}
.left-menu-dropdown-box {box-shadow: 0px 0px 12px #ddd;}

.sheoffiser .badge {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    align-items: center;font-size: 14px;
    font-weight: normal;
  }

/* Pagination container */
.dt-paging {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

/* Page buttons */
.dt-paging .pagination .page-item .page-link {
  border: 1px solid #ddd;
  padding: 3px 9px;
  margin: 10px 4px 0px;
  border-radius: 6px;
  color: #333;
  font-size: 14px;
  transition: 0.2s ease;
}

.dt-paging .pagination .page-item .page-link:hover {
  background: #eaeaea;
  border-color: #c9c9c9;
}

/* Active button */
.dt-paging .pagination .page-item.active .page-link {
  background: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #fff;
}

/* Disabled buttons */
.dt-paging .pagination .page-item.disabled .page-link {
  background: #f5f5f5;
  cursor: not-allowed;
  color: #999;
}

/* First / Last icons */
.page-link.first, .page-link.last,
.page-link.previous, .page-link.next {
  font-weight: bold;
}

.chatbox.active {
    right: 0;
}


.chatbox {
    width: 21.25rem;
    height: 100vh;
    position: fixed;
    right: -31.25rem;
    top: 0;
    z-index: 1004;
    background: #fff;
    box-shadow: 0rem 0rem 1.875rem 0rem rgba(82, 63, 105, 0.15);
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.chatbox.active .chatbox-close {
    width: 100vw;
} 
.chatbox .chatbox-close {
    position: absolute;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    width: 0;
    height: 100%;
    right: 21.25rem;
    background: #000;
    z-index: 1;
    opacity: 0.1;
    cursor: pointer;
}

.chatbox .nav {
    padding: 1rem 1rem 0 1rem;
    background: #efefef;
    border: 0;
    justify-content: flex-start;
}
.offcanvas-close {position: absolute;left: -42px;top: 5px;}
.offcanvas-close a {background-color: #d3d3d3;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;}

.spin {
  display: inline-block;
  animation: spin 1s linear infinite;
}

.mm-active a {color: var(--primary);font-weight: bold;}
.menu-item-open .menu-item-active {color: var(--primary);font-weight: bold;}
.btn-flat {border-radius: 0;}
.input-group-btn .btn-flat {justify-content: center;align-items: center;display: flex;height: 100%;}
.line-height-0 {line-height: 0!important;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: var(--primary);
}
.nav-link {color: var(--text-color);}

.popover.clockpicker-popover {position: absolute;}
.minicolors-theme-default.minicolors {width: 100%!important;}
.minicolors-theme-default .minicolors-input {height: 100%!important;width: 100%!important;}
.minicolors-theme-default .minicolors-swatch {top: 10px !important;}
.card-header.flex-wrap {display: flex;justify-content: space-between;}
.btn-outline-primary {color: var(--bs-primary);border-color: var(--bs-primary);}
.btn-outline-primary:hover {background-color: var(--bs-primary);color: #fff;  border-color: var(--bs-primary);} 
#filterbydate .input-group-text {height: 100%;}
.icon-cards-box i {
    font-size: 38px;
    line-height: 66px;
    color: var(--text-color);
}
.setfullheight {height: 100%;}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.card {margin-bottom: 20px;}
.poss #sidebox .card-body p i {font-size: 24px;}
.poss #sidebox .card-body p {display: flex;justify-content: center;align-items: center;}
#roomnubershow .badge {font-size: 16px;}
tfoot tr th {border-bottom: none;} 
.noprinte {display: flex;justify-content: center;align-items: center;gap: 5px;font-size: 14px;}
.badge {font-weight: normal;font-size: 14px;}
.mobilelogo img {width: 148px;}
.mobilelogo {display: flex;justify-content: center;align-items: center;padding-bottom: 10px;}

.left-menu .logoicon {display: none!important;}
.left-menu.collapsed .logoicon {display: block!important;}

html body .left-menu.collapsed .logoorg {display: none!important;}
.left-menu .logoorg {display: block!important;}

/* Select2 container */
[data-theme="dark"] .select2-container .select2-selection--single {
    background-color: #1e1e1e;
    border: 1px solid #444;
    color: #fff;
}

/* Text inside selection */
[data-theme="dark"] .select2-container .select2-selection__rendered {
    color: #fff;
}

/* Arrow icon */
[data-theme="dark"] .select2-container .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

/* Dropdown menu */
[data-theme="dark"]  .select2-container--open .select2-dropdown {
    background-color: #1e1e1e;
    border-color: #444;
}

/* Search box */
[data-theme="dark"]  .select2-container--open .select2-search__field {
    background-color: #2a2a2a;
    color: #fff;
    border: 1px solid #555;
}

/* Results list */
[data-theme="dark"]  .select2-results__option {
    padding: 8px 12px;
    color: #ccc;
    background-color: #1e1e1e;
}

/* Hover */
[data-theme="dark"]  .select2-results__option--highlighted {
    background-color: #333 !important;
    color: #fff !important;
}

/* Selected option */
[data-theme="dark"]  .select2-results__option[aria-selected="true"] {
    background-color: #444 !important;
    color: #fff !important;
}

[data-theme="dark"] input[disabled],
[data-theme="dark"] input:disabled,
[data-theme="dark"] .form-control:disabled {
    background-color: #2a2a2a !important;
    color: #999 !important;
    border: 1px solid #444 !important;
    cursor: not-allowed;
    opacity: 1;
}

/* Placeholder color for disabled input */
[data-theme="dark"] input[disabled]::placeholder {
    color: #777;
}

[data-theme="dark"] .roombottom {
    background-color: #414040;
}

[data-theme="dark"] .box-room {
    border: 1px solid #414040;
    box-shadow: 0px 0px 6px #414040;
}

[data-theme="dark"] .text-dark {
    color: #f1f1f1!important;
}
[data-theme="dark"] #footer-menu-toggle .user-online-status .bg-white {
    background-color: #212529!important;
}
[data-theme="dark"] .border-dark {
    border-color: #f1f1f1!important;
}
[data-theme="dark"] .chatbox {background: #303030;}
[data-theme="dark"] .chatbox .nav {background: #262626;}
[data-theme="dark"] .chatbox .card-body {color: #fff;}
[data-theme="dark"] .poss .produt {border: 1px solid #414040;background-color: #414040;}

/* DARK MODE FOR DATERANGEPICKER */
[data-theme="dark"] .daterangepicker {
    background: #1e1e1e !important;
    border-color: #333 !important;
    color: #e0e0e0 !important;
}

[data-theme="dark"] .daterangepicker .calendar-table {
    background: #1e1e1e !important;
    border-color: #333 !important;
    color: #ddd !important;
}

[data-theme="dark"] .daterangepicker td,
[data-theme="dark"] .daterangepicker th {
    color: #e0e0e0 !important;
    background: #1e1e1e !important;
}

[data-theme="dark"] .daterangepicker td.available:hover,
[data-theme="dark"] .daterangepicker th.available:hover {
    background: #333 !important;
    color: #fff !important;
}

[data-theme="dark"] .daterangepicker td.active,
[data-theme="dark"] .daterangepicker td.active:hover {
    background: #0d6efd !important; /* bootstrap primary */
    color: #fff !important;
}

[data-theme="dark"] .daterangepicker td.in-range {
    background: #2d2d2d !important;
    color: #fff !important;
}

[data-theme="dark"] .daterangepicker .drp-buttons {
    background: #1e1e1e !important;
    border-top: 1px solid #333 !important;
}

[data-theme="dark"] .daterangepicker .drp-buttons .btn {
    color: #fff !important;
}

/* Input box itself */
[data-theme="dark"] .daterangepicker-input,
[data-theme="dark"] input.daterangepicker-input {
    background: #222 !important;
    color: #eee !important;
    border-color: #444 !important;
}

[data-theme="dark"] .direct-chat-messages {background: #414040;}
[data-theme="dark"] .cliskeedit {background-color: #414040;}

/* DARK MODE FOR CKEDITOR 5 */
[data-theme="dark"] .ck-editor__editable,
[data-theme="dark"] .ck-editor__editable_inline {
    background-color: #1e1e1e !important;
    color: #eee !important;
}

[data-theme="dark"] .ck.ck-toolbar {
    background: #2a2a2a !important;
    border-color: #444 !important;
}

[data-theme="dark"] .ck.ck-button {
    color: #ccc !important;
}

[data-theme="dark"] .ck.ck-button:hover,
[data-theme="dark"] .ck.ck-button.ck-on {
    background: #444 !important;
}

[data-theme="dark"] .ck.ck-dropdown__panel {
    background: #1e1e1e !important;
    border-color: #555 !important;
}

[data-theme="dark"] .ck.ck-list__item {
    color: #fff !important;
}

[data-theme="dark"] .ck.ck-list__item:hover {
    background: #333 !important;
}

[data-theme="dark"] .ck.ck-input {
    background: #222 !important;
    color: #fff !important;
    border-color: #555 !important;
}

[data-theme="dark"] .select2-container--default .select2-selection--multiple {
    background-color: #1e1e1e !important;
    border: 1px solid #444 !important;
    color: #fff !important;
}

[data-theme="dark"] .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #333 !important;
    border: 1px solid #555 !important;
    color: #fff !important;
}

[data-theme="dark"] .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #bbb !important;
}

[data-theme="dark"] .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff !important;
}

[data-theme="dark"] .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #666 !important;
}

/* Dropdown Panel */
[data-theme="dark"] .select2-container--default .select2-results > .select2-results__options {
    background-color: #1e1e1e !important;
    color: #eee !important;
}

[data-theme="dark"] .select2-container--default .select2-results__option--highlighted {
    background-color: #444 !important;
    color: #fff !important;
}

[data-theme="dark"] .select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #333 !important;
    color: #fff !important;
}

/* Search box inside dropdown */
[data-theme="dark"] .select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: #222 !important;
    border: 1px solid #555 !important;
    color: #fff !important;
}

/* Single select dark mode too */
[data-theme="dark"] .select2-container--default .select2-selection--single {
    background-color: #1e1e1e !important;
    border: 1px solid #444 !important;
    color: #fff !important;
}

[data-theme="dark"] .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
}

[data-theme="dark"] .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #aaa !important;
}

[data-theme="dark"] .left-menu-items a .lightlogo {display: block!important;}
[data-theme="dark"] .left-menu-items a .darklogo {display: none!important;}

[data-theme="light"] .left-menu-items a .lightlogo {display: none!important;}
[data-theme="light"] .left-menu-items a .darklogo {display: block!important;}

.remove-gallery-image {height: 20px;width: 20px;justify-content: center;display: flex;padding: 0;align-items: center;}
.remove-gallery-image .material-symbols-outlined {font-size: 14px;}
.sortingoption {background: var(--bg-color);border-left: 4px solid var(--bs-primary);cursor: move;border-radius: 6px;box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px;transition: 0.2s;transform: translateX(0px);}
.setbadgesize {font-size: 11px;}
.user-online-status {display: flex;justify-content: space-between;width: 100%;align-items: center;gap: 5px;}
.user-online-status .setrolec {font-size: 12px;}
.price-box {
    background: #fff;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 40px -20px rgb(0 0 0 / 30%);
    padding: 30px 0;
}
.price-p {
    padding: 0 20px;
}
.price-box {
    margin-top: 50px;
}
.price-box h2 {
    font-weight: 700;
    font-size: 40px;
    color: #155298;
    margin: 0;
}
.price-box h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    color: #3cb371;
    margin-bottom: 0 !important;
    margin: 0;
}
.price-box span {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #155298;
}
.border-bottom {
    border-bottom: 1px solid #e8e8e8;
}
.price-box .common-list {
    padding: 20px 0 0 20px;
}
.price-box .common-list li {
    padding-left: 5px;
    font-size: 14px;
    line-height: 30px;
    color: #155298;
    position: relative;
}
.common-list li::after {
    top: 12px;
}
.common-list li::before {
    content: none;
}
.border-btn {
    background-color: transparent;
    border-color: 1px solid #3cb371;
    color: #3cb371;
}
.border-btn:hover {
    background: transparent !important;
    color: #000000;
}
.price-box .border-btn {
    margin: 15px 0 10px;
}
.common-list {
    padding: 30px 0 0 30px;
    list-style: none;
    margin: 0;
}
.common-list li {
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 42px;
    position: relative;
    padding-left: 20px;
}
.common-list li::before {
    content: "";
    background-color: #eff8f5;
    position: absolute;
    display: block;
    top: 5px;
    left: -29px;
    border-radius: 20px;
    z-index: -1;
    width: 30px;
    height: 30px;
}
.common-list li::after {
    content: "";
    background-image: url("../images/check.png");
    width: 15px;
    height: 11px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    left: -20px;
    top: 16px;
}


.left-menu-items.left-main-menu {
    overflow-y: auto;
    scrollbar-width: none;            /* Firefox */
    -ms-overflow-style: none;         /* IE / Edge */
}

/* Hide scrollbar by default (Chrome / Safari) */
.left-menu-items.left-main-menu::-webkit-scrollbar {
    width: 0;
}

/* Show scrollbar on hover */
.left-menu-items.left-main-menu:hover {
    scrollbar-width: thin;            /* Firefox */
}

.left-menu-items.left-main-menu:hover::-webkit-scrollbar {
    width: 6px;
}

.left-menu-items.left-main-menu::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 10px;
}

.left-menu-items.left-main-menu:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
}

/* .left-menu-items {
  overflow-y: hidden;
}
.left-menu-items:hover {
  overflow-y: auto;
} */

.border-btn {
    background-color: transparent;
    border-color: 1px solid #3cb371;
    color: #3cb371;
}
.green-btn {
    background: #3cb371;
    border: 1px solid #3cb371;
    border-radius: 4px;
    padding: 8px 24px;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
}
.hrightli {
    justify-content: center;
    align-items: center;
    margin: 0;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding: 9px 0;
    color: #000000;
    cursor: pointer;
}

.selectedlink {
    background-color: #e8eded;
}
.hrightli .radiobe {
    width: 19px;
    height: 19px;
    margin-right: 10px;
}
.hrightli .pricestysmall {
    font-size: 14px;
    color: #3cb371;
}
.green-btn.subButtonDisabled {background: #dc3545;border: 1px solid #dc3545;}
.select2-container {width: 100% !important;}
.form-control:disabled{
    background-color: #eef3f7;
    color: #495057;
    border-color: #adb5bd;
    opacity: 1; /* remove Bootstrap default fade */
}


@media (min-width: 1025px){

.header-profile2 {padding: 0px;}
[data-container="wide"] .nav-header {height: 57px;}
[data-header-position="fixed"] .content-body {padding-top: 4rem;}
.dlabnav {top: 57px;}
.nav-header .brand-logo {justify-content: center;}
.me-2.dark-logo {width: 54%!important;}
.me-2.light-logo {width: 54%!important;}
.header .header-content {height: 57px;}
.card-header {padding: 10px 26px;}
.card-header .card-label {font-weight: normal;margin-bottom: 0;}
.card-custom .card-body {padding: 15px;}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {margin-bottom: 5px;}
#kt_quick_panel .tab-content {padding: 25px;}



}

@media (max-width: 1024px){
  .poss .setdatew {flex-direction: column;} 
  .poss .sidebar {height: auto;width: 100%;}
  .poss .sidebar .card-body {display: flex;justify-content: start;align-items: center;padding-top: 0;}
  .poss .sidebar .card-body p {margin: 15px 15px 15px;}
  #ajaxdata {width: 100%;}
  #ajaxdata .col-7 {width: 100%;}
  #ajaxdata #productshow {display: grid;grid-template-columns: repeat(4, 1fr);height: calc(100vh - 40vh);overflow: hidden;overflow-y: scroll;}
  #ajaxdata #productshow .product-block {width: 100%;}
  .setmobieview .col-5 {width: 100%;}
  .poss .productadd {height: auto;min-height: 100px;}
  .set-mobile-mt-3 {margin-top: 1rem !important;}
  .righbarheader {gap: 2px!important;}
  .righbarheader #full-screen {display: none;}
  .righbarheader .posnv span {display: none;}
  .page-title h1 {font-size: 22px;}

}



@media (max-width: 768px){
  .selehotel {width: 160px;margin-right: 7px;} 
  .nav-header .nav-control {left: 3px;right: auto;}
  .nav-header .brand-logo {display: none;}
  #filterbydate {max-width: 100%!important;}
  #ajaxdata #productshow {grid-template-columns: repeat(2, 1fr);height: calc(100vh - 50vh);}
  .page-title h1 {font-size: 18px;}
}

@media (max-height: 410px){
  .login-box {
    padding: 10px 30px !important;
  }  

}


