@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Lexend:wght@100..900&display=swap");
@import '../icomoon/style.css';
.navbar-toggler {
  border: none;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar .nav-logo {
  max-width: 160px;
}
.navbar .nav-link {
  color: var(--nav-gray);
  font-weight: 500;
  font-size: 14px;
}
.navbar .nav-link.active {
  color: var(--nav-gray);
}
.navbar .dropdown-toggle::after {
  content: none;
}
.navbar .dropdown:hover > .dropdown-menu {
  display: block;
}
.navbar .dropdown .dropdown-toggle:active {
  pointer-events: none;
}
.navbar .dropdown .dropdown-menu {
  box-shadow: 0 4px 8px rgba(146, 146, 146, 0.1);
  border-color: #e3e3e3;
  padding: 0.75rem 0.75rem;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
.navbar .dropdown .dropdown-menu .dropdown-item {
  color: var(--nav-gray);
  border-radius: 6px;
  padding: 0.5rem 1rem;
}
.navbar .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: var(--nav-dropdown-item-hover-color);
}
.navbar .dropdown .dropdown-menu .dropdown-item .item-label {
  font-size: 14px;
}
.navbar .dropdown .dropdown-menu .dropdown-item .icon {
  width: 20px;
  height: 20px;
}
.navbar .dropdown .dropdown-menu.type-2 {
  width: 600px;
  padding: 0.25rem;
  background-color: var(--dropdown-bg-color);
}
.navbar .dropdown .dropdown-menu.type-2 .dropdown-menu-list {
  width: 30%;
}
.navbar .dropdown .dropdown-menu.type-2 .dropdown-menu-list li {
  padding: 0.75rem;
  border-radius: 8px;
}
.navbar .dropdown .dropdown-menu.type-2 .dropdown-menu-list li .desc {
  color: var(--card-text-color);
  font-size: 0.75rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.navbar .dropdown .dropdown-menu.type-2 .dropdown-menu-list .dropdown-item-cs {
  cursor: pointer;
}
.navbar .dropdown .dropdown-menu.type-2 .dropdown-menu-list .dropdown-item-cs.active {
  background-color: #ffffff;
  position: relative;
}
.navbar .dropdown .dropdown-menu.type-2 .dropdown-menu-list .dropdown-item-cs.active::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid #ffffff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.navbar .dropdown .dropdown-menu.type-2 .dropdown-menu-list .dropdown-item-cs.active::before {
  content: "";
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid var(--dropdown-bg-color);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.navbar .dropdown .dropdown-menu.type-2 .dropdown-menu-list .dropdown-item-cs .item-label {
  font-size: 14px;
}
.navbar .dropdown .dropdown-menu.type-2 .sub-menu {
  width: 70%;
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 8px;
}
.navbar .dropdown .dropdown-menu.type-2 .sub-menu .submenu-list-group {
  display: none;
  column-count: 2;
  list-style: none;
  padding-left: 0;
}
.navbar .dropdown .dropdown-menu.type-2 .sub-menu .submenu-list-group .submenu-list__item {
  font-size: 14px;
  padding: 0.5rem;
  margin-right: 2rem;
  padding-left: 0;
}
.navbar .dropdown .dropdown-menu.type-2 .sub-menu .submenu-list-group .submenu-list__item .link {
  text-decoration: none;
  color: var(--nav-gray);
  position: relative;
  display: inline-block;
  transition: transform 0.3s ease;
}
.navbar .dropdown .dropdown-menu.type-2 .sub-menu .submenu-list-group .submenu-list__item .link:hover {
  transform: translateX(5px);
}
.navbar .dropdown .dropdown-menu.type-2 .sub-menu .submenu-list-group li::marker {
  font-size: 1.5em;
}
.navbar .dropdown .dropdown-menu.type-2 .sub-menu .submenu-list-group.active {
  display: block;
  background-color: #ffffff;
}
.navbar .dropdown .dropdown-menu.type-3 .dropdown-menu-list {
  column-count: 2;
}
.navbar .dropdown .animate {
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
@keyframes slideIn {
  0% {
    transform: translateX(1rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0rem);
    opacity: 1;
  }
  0% {
    transform: translateX(1rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}
.navbar .navbar-right {
  margin-bottom: 0;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.navbar .navbar-right .rotate {
  animation: rotate 4s linear infinite;
}
.navbar .navbar-right .avatar {
  border: 1px solid #dfe2e8;
}
.navbar #avatarMenu .user-info .user-mail {
  color: #484848;
  font-size: 14px;
  font-weight: 400;
}

.card {
  border-color: var(--base-border-color);
}
.card-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 0;
}
.card-text {
  color: var(--card-text-color);
}
.card-body {
  padding: 1rem;
}
.card-header {
  padding: 0.5rem 1rem;
  border: 0;
  background-color: transparent;
}
.card-bottom .modal-button {
  background: none;
  border: none;
}

#maintenance-screen-tab-pane .card {
  cursor: pointer;
  transition: all 0.2s ease;
}
#maintenance-screen-tab-pane .card .card-title {
  color: #484848;
  font-weight: 400;
  font-size: 1rem;
}
#maintenance-screen-tab-pane .card:hover {
  border-color: #000000;
}

.date-picker {
  border-radius: 8px;
  border: 1px solid var(--base-border-color);
  display: flex;
  gap: 6px;
  padding: 4px 0px 4px 4px;
  overflow: hidden;
}
.date-picker .icon {
  position: relative;
}
.date-picker .icon .icon-calendar {
  position: absolute;
  left: 4px;
}

#datepicker {
  border: none;
  font-size: 14px;
  outline: none;
  padding-left: 16px;
}

.easepick-wrapper {
  position: fixed;
  z-index: 999;
}

@media only screen and (min-width: 992px) {
  .modal.addnewRowModal .modal-dialog {
    max-width: 65%;
  }
}
.modal.custom-modal {
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  color: #111111;
  border-radius: 8px;
  font-size: 14px;
  position: absolute;
  box-shadow: 0 8px 16px rgba(146, 146, 146, 0.1);
  padding: 0.5rem;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal.custom-modal .modal-title {
  font-size: 20px;
}
.modal.custom-modal .modal-dialog {
  transform: none;
  max-width: 100%;
  margin: 0;
  border: none;
}
.modal.custom-modal .modal-content {
  border: none;
}
.modal.custom-modal .modal-content .table-row-title {
  padding: 0.25rem 1rem 0rem 1rem;
  border-radius: 0.5rem;
  width: 30%;
  border: 1px solid #e3e3e3;
  padding-bottom: 8px;
  box-shadow: rgba(227, 227, 227, 0.4) 0px 1px 2px 0px;
}
.modal.custom-modal.show {
  display: flex;
  z-index: 9999;
}
.modal.custom-modal.moreMenu-modal {
  top: 18%;
  transform: none;
}
.modal.custom-modal.table-modal {
  overflow: auto;
  overflow-x: hidden;
  position: fixed;
  width: 90%;
  height: 90vh;
}
.modal.custom-modal.table-modal .btn-save {
  font-size: 20px;
}
.modal.custom-modal.table-modal::-webkit-scrollbar {
  width: 8px;
}
.modal.custom-modal.table-modal::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 0.25rem;
}
.modal.custom-modal.table-modal::-webkit-scrollbar-thumb {
  background: #c0c0c0;
  border-radius: 10px;
}
.modal.custom-modal.table-modal::-webkit-scrollbar-thumb:hover {
  background: #888;
}
.modal.custom-modal .item {
  padding: 0.35rem;
  border-radius: 6px;
}
.modal.custom-modal .item:hover {
  background-color: var(--nav-dropdown-item-hover-color);
}
.modal.custom-modal ul {
  padding-left: 0;
  margin-bottom: 0;
  width: 100%;
}
.modal.custom-modal.reservation-modal {
  left: 45%;
  top: 40px;
  width: 90%;
  transform: none;
  overflow: hidden;
  height: auto;
}
.modal.custom-modal.moreMenu-modal {
  right: -17px;
  width: fit-content;
  height: fit-content;
  min-width: 150px;
  left: unset;
  right: 0;
}
.modal.custom-modal .modal-header {
  justify-content: space-between;
  margin-bottom: 1rem;
}
.modal.custom-modal .modal-header .top-buttons {
  white-space: nowrap;
}
.modal.custom-modal .modal-sub-title {
  font-size: 16px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.modal.custom-modal .accordion-item {
  border: none;
  border-bottom: 1px solid #e3e3e3;
  border-radius: 0;
}
.modal.custom-modal .accordion-item .accordion-body {
  padding: 0;
}
@media only screen and (max-width: 600px) {
  .modal.custom-modal .accordion-item .accordion-body {
    font-size: 12px;
  }
}
.modal.custom-modal .accordion .accordion-button {
  background-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding: 1rem 0rem;
}
.modal .subTab-wrapper .subTab-buttons i.icon-chevron-right {
  right: -15px;
}
.modal .subTab-wrapper .subTab-buttons i.icon-chevron-left {
  left: -15px;
}
.modal .subTab-wrapper .subTab-buttons i {
  padding: 5px;
  top: 12px !important;
}
@media only screen and (min-width: 992px) {
  .modal .subTab-wrapper .subTab-buttons i {
    display: none;
  }
  .modal .modal-content {
    max-height: 92vh;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
  }
  .modal .modal-content .icon-check {
    font-size: 20px;
  }
}
.modal .upload-files-container.selected .drag-file-area {
  display: none;
}
.modal#roomsModal .modal-dialog {
  min-height: 600px;
  height: -webkit-fill-available;
  max-height: 88vh;
}
.modal#roomsModal .modal-dialog .modal-content {
  height: 100%;
}
.modal#cancelRulesTabModal .modal-body {
  padding-left: 1.5rem;
}
.modal.settingSideModal .modal-dialog {
  margin-left: auto;
  margin-right: 0;
  height: 100%;
  margin-top: 0;
  position: fixed;
  right: 0;
  top: 0;
  max-width: 300px;
  min-width: 300px;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
.modal.settingSideModal .modal-dialog .modal-content {
  max-height: 100%;
  height: 100%;
}
.modal.settingSideModal .modal-dialog .modal-content ul li {
  border: 1px solid #e3e3e3;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
}
.modal.settingSideModal .modal-dialog .modal-content ul li a {
  text-decoration: none;
  display: inline-block;
  color: #111111;
  font-weight: 500;
  padding: 0.75rem 0.5rem;
  width: 100%;
}
.modal.settingSideModal .modal-dialog .modal-content ul li:hover {
  border-color: #000000;
  box-shadow: 0 0 0 0.05rem rgb(0, 0, 0);
}
.modal.settingSideModal.show .modal-dialog {
  transform: translateX(0);
}
.modal.posSideModal .modal-dialog {
    margin-left: auto;
    margin-right: 0;
    height: 100%;
    margin-top: 0;
    position: fixed;
    right: 0;
    top: 0;
    max-width: 300px;
    min-width: 300px;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
}
.modal.posSideModal .modal-dialog .modal-content {
    max-height: 100%;
    height: 100%;
}
.modal.posSideModal .modal-dialog .modal-content ul li {
    border: 1px solid #e3e3e3;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
}
.modal.posSideModal .modal-dialog .modal-content ul li a {
    text-decoration: none;
    display: inline-block;
    color: #111111;
    font-weight: 500;
    padding: 0.75rem 0.5rem;
    width: 100%;
}
.modal.posSideModal .modal-dialog .modal-content ul li:hover {
    border-color: #000000;
    box-shadow: 0 0 0 0.05rem rgb(0, 0, 0);
}
.modal.posSideModal.show .modal-dialog {
    transform: translateX(0);
}
.posMenuList .posMenuManager{
    display: none !important;
}
.modal .modal-header {
  position: relative;
}
.modal .modal-footer {
  z-index: 10;
}
.modal-backdrop.show {
  opacity: 0.5 !important;
}

.modal-backdrop + .modal-backdrop {
  opacity: 0 !important;
}

input[type=checkbox] {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 4px;
  border: 1px solid var(--base-border-color);
  cursor: pointer;
}

input[type=checkbox]:checked {
  appearance: auto;
  accent-color: #000000 !important;
}

input.form-control {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
input.form-control:focus {
  border-color: #000000;
  box-shadow: 0 0 0 0.05rem rgb(0, 0, 0);
}
input.form-control:disabled {
  background-color: transparent;
  color: #bfbfbf;
}

.form-label {
  white-space: nowrap;
  color: #666666;
  font-size: 14px;
}

#tableSearchInput,
.tableSearchInput {
  padding: 0.375rem 0.75rem 0.375rem 1.75rem;
}

.input-container {
  position: relative;
  margin-top: 1rem;
}
.input-container .form-label {
  position: absolute;
  top: 8px;
  transition: all 0.2s ease;
  pointer-events: none;
  padding-left: 0.75rem;
}
.input-container .form-control:focus + .form-label,
.input-container .form-control:not(:placeholder-shown) + .form-label {
  top: -1.5rem;
  left: 0;
  padding-left: 0;
}

.tooltip-container {
  position: relative;
}
.tooltip-container .form-label {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%;
}
@media (max-width: 1024px) {
  .tooltip-container .form-label {
    max-width: 100%;
  }
}
.tooltip-container input {
  margin-top: -5px;
}

.switch-wrapper {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.switch-wrapper .switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 28px;
  border: 1px solid #e3e3e3;
  border-radius: 15px;
  flex-shrink: 0;
}
.switch-wrapper .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch-wrapper .switch input:checked + .slider {
  background-color: #000000;
}
.switch-wrapper .switch input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}
.switch-wrapper .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e3e3e3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch-wrapper .switch .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch-wrapper .switch .slider.round {
  border-radius: 34px;
  width: 40px;
  height: 24px;
  left: 2px;
  top: 1px;
}
.switch-wrapper .switch .slider.round:before {
  border-radius: 50%;
}

.form-check-input {
  font-size: 20px;
  position: relative;
  top: -3px;
}

.form-check-input:checked {
  background-color: #333;
  color: #333;
  border-color: #333;
  position: relative;
}

.input-autocomplete:has(+ .input-autocomplete-menu-is-open) {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.input-autocomplete-wrapper {
  position: relative;
}
.input-autocomplete-menu {
  position: absolute;
}
.input-autocomplete-menu-is-open {
  max-height: 150px;
  overflow: auto;
  width: 100%;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: var(--bs-border-radius);
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  z-index: 99;
  box-shadow: 0 0 0 0.05rem rgb(0, 0, 0);
}
.input-autocomplete-menu-is-open::-webkit-scrollbar {
  width: 8px;
}
.input-autocomplete-menu-is-open::-webkit-scrollbar-track {
  background: transparent;
}
.input-autocomplete-menu-is-open::-webkit-scrollbar-thumb {
  background: #c0c0c0;
  border-radius: 10px;
}
.input-autocomplete-menu-is-open::-webkit-scrollbar-thumb:hover {
  background: #888;
}
.input-autocomplete-menu ul {
  margin: 0;
  padding: 0 2px;
}
.input-autocomplete-menu ul li {
  padding: 0 12px;
}
.input-autocomplete-selected {
  background-color: #333;
  color: #fff;
}
.input-autocomplete-highlighted {
  background-color: #666666;
  color: #fff;
}

.ck-content {
  min-height: 100px !important;
}

.card-input-wrapper {
  position: relative;
}
.card-input-wrapper a {
  text-decoration: none;
  color: #111;
}
.card-input-wrapper .modal-field {
  position: absolute;
  right: 26px;
  bottom: 7px;
}
.card-input-wrapper .modal-field i {
  cursor: pointer;
}
.card-input-wrapper .modal-field .icon-ellipsis-vertical {
  transform: rotate(90deg);
  display: inline-block;
  padding: 4px;
}
.card-input-wrapper .modal-field .icon-edit {
  padding: 4px;
}
.card-input-wrapper .select2-selection__clear {
  font-size: 16px;
}
.card-input-wrapper .select2-selection__arrow {
  display: none;
}
.card-input-wrapper .select2-selection__rendered {
  padding-right: 8px !important;
}

.searchBox {
  position: relative;
  display: flex;
  align-items: center;
}
.searchBox .searchButton {
  color: white;
  float: right;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2f3640;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.4s, color 0.4s;
}
.searchBox #searchInput {
  border: none;
  background: none;
  outline: none;
  float: left;
  padding: 0;
  color: #000000;
  font-size: 16px;
  transition: 0.4s;
  line-height: 40px;
  width: 0px;
  background: transparent;
  transition: width 0.6s ease, padding 0.6s ease;
}
.searchBox #searchInput.expanded {
  width: 240px;
  padding: 0 6px;
}
@media screen and (max-width: 620px) {
  .searchBox #searchInput.expanded {
    width: 150px;
  }
}
.searchBox.expanded #searchButton {
  position: absolute;
  right: 2px;
  color: #000000;
  background: transparent;
  border-color: transparent;
  padding: 8px 12px;
}
.searchBox.expanded .search-input-wrapper {
  border: 1px solid #bfbfbf;
  border-radius: 0.5rem;
}
.searchBox.expanded #searchInput {
  width: 240px;
  padding: 0 6px;
}
@media screen and (max-width: 620px) {
  .searchBox.expanded #searchInput {
    width: 150px;
  }
}

#resdateInput {
  max-width: 200px;
}

textarea {
  resize: none;
}

.form-floating .form-control {
  height: 40px;
  min-height: 40px !important;
}
.form-floating .form-control:focus, .form-floating .form-control:not(:placeholder-shown) {
  padding-top: 1rem;
  padding-bottom: 0.625rem;
}
.form-floating .form-label {
  position: absolute;
  top: -10px;
  transition: all 0.2s ease;
}
.form-floating .form-label:focus {
  top: -20px;
}

.did-floating-label-content {
  position: relative;
  margin-bottom: 3px;
}
.did-floating-label-content .select2-container--default .select2-selection--single {
  height: 38px;
}
.did-floating-label-content .select2-selection__rendered {
  padding-top: 2px;
  font-size: 13px;
}

#exampleModal .select2-results__option {
  font-size: 13px;
}

.did-floating-label {
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 8px;
  top: -8px;
  font-size: 13px;
  padding: 0 5px;
  background: #fff;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  z-index: 9;
}

.input-group .did-floating-input {
  border-radius: 0.375rem !important;
}

.did-floating-input,
.did-floating-select {
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 0.375rem;
  box-sizing: border-box;
  height: 38px;
  font-size: 13px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.did-floating-input:focus,
.did-floating-select:focus {
  outline: none;
}
.did-floating-input:focus ~ .did-floating-label,
.did-floating-select:focus ~ .did-floating-label {
  top: -8px;
}

select.did-floating-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.did-floating-select::-ms-expand {
  display: none;
}

.did-floating-input:not(:placeholder-shown) ~ .did-floating-label {
  top: -8px;
}

.did-floating-select:not([value=""]):valid ~ .did-floating-label {
  top: -8px;
}

.did-floating-select[value=""]:focus ~ .did-floating-label {
  top: 11px;
}

.input-group {
  display: flex;
}
.input-group .did-floating-input {
  border-radius: 0 4px 4px 0;
  border-left: 0;
  padding-left: 0;
}

.input-group-append {
  display: flex;
  align-items: center;
}

.input-group-text {
  display: flex;
  align-items: center;
  font-weight: 400;
  padding: 0 5px 0 20px;
  text-align: center;
  white-space: nowrap;
  border-right: none;
}

.subTab-wrapper select {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  font-size: 14px !important;
  padding: 0.475rem 0.75rem;
}

.list-select-wrapper {
  position: relative;
}
.list-select-wrapper i.icon-ellipsis-vertical {
  position: absolute;
  right: 34px;
  cursor: pointer;
  top: 12px;
  transform: rotate(90deg);
}

.card-input-wrapper .select2-container {
  width: 100% !important;
  display: inline-block;
}

.searchable-select-wrapper .searchable-select-box {
  background-color: #fff;
  padding: 0.47rem 0.75rem;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  border: 1px solid #e3e3e3;
}
.searchable-select-wrapper .searchable-select-box.opened {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.searchable-select-wrapper .searchable-select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.searchable-select-wrapper .search-input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 0.25rem;
  border-color: #111;
  padding: 0.15rem 0.5rem;
}
.searchable-select-wrapper .ss-input-wrapper {
  padding: 0.15rem;
  border: 1px solid #e3e3e3;
}
.searchable-select-wrapper .dropdown-options {
  max-height: 200px;
  overflow-y: auto;
  position: absolute;
  z-index: 1000;
  background-color: white;
  border: 1px solid #ced4da;
  width: 100%;
  padding: 0.15rem;
}
.searchable-select-wrapper .dropdown-options .dropdown-item {
  padding: 0.375rem 0.75rem !important;
}
.searchable-select-wrapper .dropdown-options .dropdown-item.selected {
  background-color: #111111;
  color: #ffffff;
}
.searchable-select-wrapper .dropdown-options div {
  cursor: pointer;
}
.searchable-select-wrapper .dropdown-options div:hover {
  background-color: #f1f1f1;
}
.searchable-select-wrapper .hidden {
  display: none;
}

.main-buttons-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #ffffff;
  z-index: 999;
}
.main-buttons-wrapper i {
  padding: 10px;
  cursor: pointer;
  max-width: 34px;
  font-size: 14px;
  color: #666666;
}
.main-buttons-wrapper i.icon-chevron-left {
  position: absolute;
  left: -34px;
}
.main-buttons-wrapper i.icon-chevron-right {
  position: absolute;
  right: -34px;
}
.main-buttons-wrapper .main-buttons {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}
.main-buttons-wrapper .main-buttons .nav-tabs {
  border: none;
  gap: 6px;
  overflow: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  padding: 16px 0;
}
.main-buttons-wrapper .main-buttons .nav-tabs::-webkit-scrollbar {
  display: none;
}
.main-buttons-wrapper .main-buttons .nav-tabs .nav-link {
  font-size: 14px;
  font-weight: 600;
  color: #b0b0b0;
  border: 1px solid #dad4d4;
  border-radius: 8px;
  font-family: var(--font-lexend);
  padding: 0.5rem 0.5rem;
}
.main-buttons-wrapper .main-buttons .nav-tabs .nav-link.active {
  background-color: #111111;
  color: #fff;
  font-weight: 600;
}

.subTab-wrapper {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  position: relative;
}
.subTab-wrapper .subTab-buttons {
  z-index: 999;
  background-color: #ffffff;
}
.subTab-wrapper .subTab-buttons i {
  padding: 10px;
  cursor: pointer;
  max-width: 34px;
}
.subTab-wrapper .subTab-buttons i.icon-chevron-left {
  position: absolute;
  left: -34px;
  top: 8px;
}
.subTab-wrapper .subTab-buttons i.icon-chevron-right {
  position: absolute;
  right: -34px;
  top: 8px;
}
.subTab-wrapper .tab-content:focus-visible {
  outline: none !important;
}
.subTab-wrapper .tab-content:not(.notBlock) > .tab-pane {
  display: block;
  opacity: 1 !important;
  margin: 2rem 0;
  padding-bottom: 2rem;
  border-bottom: 1px dashed #e3e3e3;
  outline: none !important;
}
.subTab-wrapper .tab-content:not(.notBlock) > .tab-pane:last-child {
  border-bottom: none;
}
.subTab-wrapper .tab-content:not(.notBlock) > .tab-pane .galery-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.subTab-wrapper .tab-content:not(.notBlock) > .tab-pane .galery-wrapper .item {
  position: relative;
  display: inline-block;
}
.subTab-wrapper .tab-content:not(.notBlock) > .tab-pane .galery-wrapper .item img {
  display: block;
  width: 100%;
  transition: opacity 0.3s ease;
}
.subTab-wrapper .tab-content:not(.notBlock) > .tab-pane .galery-wrapper .item .close-btn {
  position: absolute;
  top: 2px;
  right: 5px;
  border: none;
  font-size: 24px;
  background-color: transparent;
  cursor: pointer;
  padding: 0 5px;
  width: 30px;
  height: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.subTab-wrapper .tab-content:not(.notBlock) > .tab-pane .galery-wrapper .item:hover .close-btn {
  opacity: 1;
  visibility: visible;
}
.subTab-wrapper .tab-content:not(.notBlock) > .tab-pane .galery-wrapper .item:hover img {
  opacity: 0.6;
}
.subTab-wrapper .tab-content .calender-input {
  position: relative;
}
.subTab-wrapper .tab-content .calender-input .icon-calendar {
  position: absolute;
  top: 40px;
  right: 8px;
}
.subTab-wrapper .tab-content .tab-content-sub-title {
  font-size: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.subTab-wrapper .tab-content#configurationTabContent .search-wrapper {
  position: relative;
}
.subTab-wrapper .tab-content#configurationTabContent .search-wrapper i {
  font-size: 16px;
  position: absolute;
  top: 10px;
  left: 8px;
}
.subTab-wrapper .tab-content .maintenance-screen-wrapper {
  border-radius: 1rem;
}
.subTab-wrapper .tab-content .maintenance-screen-wrapper .icon-question-circle {
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  padding: 0.5rem;
}
.subTab-wrapper .tab-content .maintenance-screen-wrapper .card-title {
  font-size: 1rem;
}
.subTab-wrapper .nav-tabs {
  flex-wrap: nowrap;
  overflow: auto;
  overflow-y: hidden;
  white-space: nowrap;
  width: 100%;
}
.subTab-wrapper .nav-tabs::-webkit-scrollbar {
  display: none;
}
.subTab-wrapper .nav-tabs .nav-item {
  padding-right: 28px;
}
.subTab-wrapper .nav-tabs .nav-item .nav-link {
  padding: 12px 0;
  color: #b0b0b0;
  font-family: var(--font-lexend);
  font-weight: 500;
}
.subTab-wrapper .nav-tabs .nav-item .nav-link.active {
  color: #111111;
  font-weight: 600;
}
.subTab-wrapper .row {
  --bs-gutter-x: .5rem;
}

.tab-pane {
  outline: none !important;
}
.tab-pane:focus-visible {
  outline: none !important;
}
.tab-pane a {
  text-decoration: none;
}

.tab-content .tab-content-title {
  color: #111111;
  font-family: var(--font-lexend);
}

.tab-content-footer {
  z-index: 99;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: right;
  padding: 0.75rem;
  background-color: #ffffff;
  border-top: 1px solid #e3e3e3;
}
.tab-content-footer button {
  margin-right: 1rem;
  height: 38px;
  width: 84px;
  border-radius: 8px;
  border-color: #e3e3e3;
  font-size: 14px;
}
.tab-content-footer .saveButton {
  background-color: #111111;
  margin-right: 2rem;
}
.tab-content-footer .clearButton {
  background-color: #ffffff;
  color: #111111;
}

.special-tab-menu .tab-content > div {
  display: none;
}
.special-tab-menu .tab-content > div.active {
  display: block;
}

.upload-files-container {
  border-radius: 20px;
}
.upload-files-container .drag-file-area {
  border: 1px dashed #e3e3e3;
  border-radius: 0.75rem;
  width: 100%;
  padding: 1rem;
  text-align: center;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.upload-files-container .drag-file-area #hotelPhoto {
  position: absolute;
  height: 100%;
  display: flex;
  top: 0;
  width: 100%;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.upload-files-container .drag-file-area #preview {
  display: none;
  width: 100%;
  max-height: 250px;
  object-fit: cover;
  border-radius: 20px;
}
.upload-files-container .drag-file-area .upload-buttons {
  display: none;
}
.upload-files-container .drag-file-area .file-area {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4px;
}
.upload-files-container .drag-file-area .file-area .dynamic-message {
  margin: 0;
}
.upload-files-container .preview-container {
  display: none;
  border-radius: 0.75rem;
  background-color: #fafafa;
  margin-top: 1rem;
  position: relative;
}
.upload-files-container .preview-container img {
  height: 200px;
  max-width: 100%;
}
.upload-files-container.selected .drag-file-area {
  justify-content: space-between;
}
.upload-files-container.selected .drag-file-area .file-area {
  flex-direction: row;
  height: 80px;
}
.upload-files-container.selected .drag-file-area .upload-buttons {
  display: flex;
}
.upload-files-container.selected .drag-file-area .upload-buttons span {
  padding: 10px 4px;
  width: 100px;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  margin-left: 16px;
}
.upload-files-container.selected .drag-file-area .upload-buttons span.upload {
  background-color: #000000;
  color: #ffffff;
}
.upload-files-container.selected .preview-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload-files-container.selected .preview-container .remove-file {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1px;
  background-color: rgba(51, 51, 51, 0.3019607843);
  right: 0px;
  padding: 5px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  color: #ffffff;
  transition: all ease 0.3s;
}
.upload-files-container.selected .preview-container .remove-file i {
  font-size: 16px;
}
.upload-files-container.selected .preview-container .remove-file:hover {
  background-color: #c50000;
}

.breadcrumb .breadcrumb-item {
  position: relative;
  color: #333333;
  font-size: 14px;
}
.breadcrumb .breadcrumb-item a {
  text-decoration: none;
  color: #333333;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "•";
  margin: 0 6px;
  color: #e0e0e0;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #666 !important;
}
table thead tr {
  background-color: #f1f1f1;
}
table thead th {
  font-weight: 600;
  background-color: #f1f1f1 !important;
  color: #666 !important;
}
table thead th:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
table thead th:last-child {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
table th,
table td {
  padding: 10px;
  text-align: left;
  min-width: 100px;
}
table th {
  white-space: nowrap;
}
table tr {
  position: relative;
}
table tr:first-child td {
  padding-top: 15px;
}
table tbody tr:hover {
  background-color: #bdc3c2 !important;
}
table tbody tr td .interaction {
  padding: 8px;
  cursor: pointer;
}
table tbody tr.selected {
  background-color: #fafafa !important;
}
table.dataTable thead tr th,
table.dataTable thead tr td {
  border-bottom: transparent !important;
}
table.dataTable thead tr th.dt-orderable-asc span.dt-column-order, table.dataTable thead tr th.dt-orderable-desc span.dt-column-order, table.dataTable thead tr th.dt-ordering-asc span.dt-column-order,
table.dataTable thead tr td.dt-orderable-asc span.dt-column-order,
table.dataTable thead tr td.dt-orderable-desc span.dt-column-order,
table.dataTable thead tr td.dt-ordering-asc span.dt-column-order {
  position: relative !important;
  left: 12px !important;
}
table.dataTable thead tr th:hover,
table.dataTable thead tr td:hover {
  outline: none !important;
}
table.dataTable thead tr th.actions,
table.dataTable thead tr td.actions {
  text-align: right;
  opacity: 0;
}
table.dataTable tbody tr.selected > * {
  box-shadow: none !important;
  color: inherit !important;
}
table.dataTable tbody tr:last-child > * {
  border-bottom: none !important;
}
table.dataTable tbody tr:first-child > td {
  padding-top: 12px;
}
table.dataTable tbody tr td.actions {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
table.dataTable tbody tr td.actions a {
  text-decoration: none;
}
table.dataTable tbody tr td.actions a:focus-visible {
  outline: none;
  border: none;
}
table.dataTable tbody tr td.actions span:hover {
  color: #333;
  border: 1px solid #e3e3e3;
  border-radius: 0.5rem;
}
table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
  text-align: left !important;
}

.table-wrapper {
  position: relative;
  padding-bottom: 0.5rem;
}
.table-wrapper .table-top {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.table-wrapper .table-top .edit,
.table-wrapper .table-top .delete,
.table-wrapper .table-top .addNewRow,
.table-wrapper .table-top .excel,
.table-wrapper .table-top .refresh {
  width: 36px;
  height: 32px;
  margin-bottom: 8px;
  padding: 8px;
}
.table-wrapper .table-top .edit i,
.table-wrapper .table-top .delete i,
.table-wrapper .table-top .addNewRow i,
.table-wrapper .table-top .excel i,
.table-wrapper .table-top .refresh i {
  font-size: 18px;
}
.table-wrapper .table-top .addNewRow {
  border: 1px solid #e3e3e3;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.25rem;
}
.table-wrapper table {
  margin-bottom: 1rem;
}
.table-wrapper .table-container {
  overflow: auto hidden;
  font-size: 14px;
}
.table-wrapper .table-container::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
.table-wrapper .table-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.table-wrapper .table-container::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 8px;
}
.table-wrapper .table-container::-webkit-scrollbar-thumb:hover {
  background: #c1c1c1;
}
.table-wrapper .dt-container .dt-layout-cell.dt-layout-full {
  overflow: auto hidden;
  font-size: 14px;
}
.table-wrapper .dt-container .dt-layout-cell.dt-layout-full::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
.table-wrapper .dt-container .dt-layout-cell.dt-layout-full::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.table-wrapper .dt-container .dt-layout-cell.dt-layout-full::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 8px;
}
.table-wrapper .dt-container .dt-layout-cell.dt-layout-full::-webkit-scrollbar-thumb:hover {
  background: #c1c1c1;
}
@media screen and (max-width: 767px) {
  .table-wrapper .dt-container .dt-layout-row:not(.dt-layout-table) {
    display: flex !important;
  }
  .table-wrapper .dt-container .dt-search input {
    max-width: 150px !important;
  }
}
.table-wrapper .dt-container .dt-layout-row:last-child {
  border-top: 1px solid #e3e3e3;
  padding-top: 0.75rem;
}

.btn.btn-primary {
  background-color: #111;
  border-color: #111;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 14px;
  font-weight: 600;
}
.btn.btn-secondary {
  background-color: transparent;
  border: 1px solid #e3e3e3;
  color: #111111;
  font-size: 14px;
  padding: 0.5rem 1rem;
}
.btn.btn-purple {
  border: 1px solid #e3e3e3;
  color: #fff;
  font-size: 14px;
  background: #7928ca;
}

.edit-row-btn, .delete-row-btn {
  background-color: transparent;
  border: 0;
  padding: 0.375rem 0.75rem;
  min-height: 36px;
  color: #000000;
  display: inline-block;
  font-size: 16px;
}

.edit-row-btn::before {
  font-family: "icomoon";
  content: "\e92f";
}

.delete-row-btn::before {
  font-family: "icomoon";
  content: "\e92b";
}

.delete-row-btn:hover, .edit-row-btn:hover {
  border: 1px solid #e3e3e3;
  border-radius: 0.5rem;
}

.alert.alert-dark {
  width: 400px;
  position: absolute;
  right: 1rem;
  top: 5rem;
  z-index: 999;
  background-color: #1b1718;
  color: #f1f1f1;
  border-radius: 0.5rem;
}
.alert.alert-dark .btn-close {
  --bs-btn-close-bg:none;
  top: -3px;
  color: #f1f1f1;
  opacity: 0.8;
}
.alert.alert-dark .btn-close:focus {
  box-shadow: none;
}

.accordion-content-sub-title {
  font-size: 16px;
  margin-bottom: 1rem;
}

.accordion-button {
  padding: 0.75rem 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: var(--nav-gray) !important;
  font-weight: 500;
}
.accordion-button::after {
  color: var(--nav-gray) !important;
}
.accordion-button:not(.collapsed)::after {
  color: var(--nav-gray) !important;
}
.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: var(--card-header-color);
}

.accordion-body {
  padding: 1rem;
}

#hizli-posting-accordion {
  border: 1px solid #111111;
  border-radius: 0.5rem;
}
#hizli-posting-accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
}
#hizli-posting-accordion .accordion-item:first-of-type {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
#hizli-posting-accordion .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed, #hizli-posting-accordion .accordion-item:last-of-type {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
#hizli-posting-accordion .accordion-body a {
  font-size: 14px;
}

.dt-container .dt-paging {
  color: #ffffff !important;
}
.dt-container .dt-paging .dt-paging-button {
  padding: 0.2rem 0.65rem !important;
  border-radius: 0.375rem !important;
}
.dt-container .dt-paging .dt-paging-button.current {
  background: #111111 !important;
  color: #ffffff !important;
}
.dt-container select.dt-input {
  border-color: #e3e3e3 !important;
}
.dt-container .dt-search input {
  border-radius: 5px !important;
  border-color: #e3e3e3 !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) !important;
}
.dt-container .dt-search input:focus-visible {
  outline: none;
}
.dt-container .dt-length label {
  display: none;
}

:root {
  --white: #ffffff;
  --white-50: #fafafa;
  --nav-gray: #111111;
  --nav-dropdown-item-hover-color: #f1f1f1;
  --base-border-color: #e3e3e3;
  --card-text-color: #666666;
  --card-header-color: #f1f1f1;
  --dropdown-bg-color: #f1f1f1;
  --base-card-title-color: #212529;
  --pills-link-active-bg: #000000;
  --bs-border-color: var(--base-border-color) !important;
  --font-lexend: "Lexend", sans-serif;
  --font-inter: "Inter", sans-serif;
  --tw-shadow-color: rgba(146, 146, 146, 0.1);
  --bs-dropdown-spacer: .5rem !important;
  --bs-accordion-active-color: #111111 !important;
  --bs-accordion-btn-icon-width: 1rem;
}

body {
  font-family: var(--font-inter);
}

ul {
  list-style: none;
}

.custom-container {
  padding: 0 2rem;
}

#goTpButton {
  display: flex;
  background-color: rgba(0, 0, 0, 0.9);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 65px;
  right: 2px;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 8;
  color: #fff;
  align-items: center;
  justify-content: center;
}
#goTpButton i {
  position: relative;
  top: -2px;
  font-size: 14px;
}
#goTpButton.show-active {
  opacity: 1;
  visibility: visible;
}

.nav-pills .nav-link {
  color: #000000;
}
.nav-pills .nav-link.active {
  background-color: var(--pills-link-active-bg);
}

.nav-tabs .nav-link {
  border: none;
  color: #000000;
}
.nav-tabs .nav-link.active {
  border-bottom: 2px solid #000000;
}
.nav-tabs .nav-link:focus-visible {
  outline: 0;
  box-shadow: none;
}

.scroll-button {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 10px;
}

.scroll-button:hover {
  background-color: #e0e0e0;
}

.content-wrapper {
  border-radius: 8px;
  padding: 0 8px;
  background-color: #ffffff;
}

.page-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  font-family: var(--font-lexend);
}

.desktop-filter-area::-webkit-scrollbar {
  width: 8px;
}

.desktop-filter-area::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.desktop-filter-area::-webkit-scrollbar-thumb {
  background: #c0c0c0;
  border-radius: 10px;
}

.desktop-filter-area::-webkit-scrollbar-thumb:hover {
  background: #888;
}

.desktop-filter-area {
  top: 0px;
  z-index: 99;
  width: 300px;
  padding-right: 8px;
  overflow: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 150px);
}
.desktop-filter-area .search-wrapper {
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  padding: 2px 10px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.desktop-filter-area .search-wrapper input {
  border: none;
  outline: none;
  width: 100%;
  padding: 3px 0;
  font-size: 14px;
}
.desktop-filter-area .group {
  margin-bottom: 1rem;
}
.desktop-filter-area .group .filter-block {
  margin-bottom: 8px;
  border-bottom: 1px solid #e3e3e3;
}
.desktop-filter-area .group .filter-block:last-child {
  border-bottom: none;
}
.desktop-filter-area .group .filter-checkbox {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 4px;
  border: 1px solid var(--base-border-color);
  cursor: pointer;
}
.desktop-filter-area .group input[type=checkbox]:checked {
  appearance: auto;
  accent-color: #000000 !important;
}
.desktop-filter-area .group .facet-item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.right-room-list {
  width: calc(100% - 300px);
  margin-left: 1.5rem;
}
.right-room-list .view-mode .view-type {
  display: flex;
  align-items: center;
}
.right-room-list .view-mode .view-type.active i {
  background-color: #ebebeb;
  color: #b0b0b0;
}
.right-room-list .view-mode .view-type i {
  font-size: 24px;
  margin-left: 4px;
  cursor: pointer;
  padding: 3px 4px;
  border-radius: 0.5rem;
}
.right-room-list .view-mode .view-type .icon-grid-6 {
  position: relative;
  top: 1px;
}
.right-room-list .room-card-wrapper {
  display: grid;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
    .right-room-list .room-card-wrapper {
        display: block;
    }
    .room-card{
        margin-bottom: 10px;
    }
}
.grid-8 .card-header {
  display: none;
}
.right-room-list .room-card-wrapper.grid-8 .card-body .room-status {
  display: none;
}
.right-room-list .room-card-wrapper.grid-8 .card-body .bed-type {
  display: none;
}
.right-room-list .room-card-wrapper.grid-8 .card-body .info {
  display: none;
}
.right-room-list .room-card-wrapper.grid-8 .card-bottom {
  display: none !important;
}

.room-card .room-no {
  font-size: 22px;
}
.room-card .moreMenu {
  cursor: pointer;
}
.room-card.full {
  background-color: #d0d0d0;
  border-color: #f1f1f1;
}
.room-card.full .form-select {
  background-color: #f1f1f1;
}
.room-card .card-body .room-status {
  position: absolute;
  top: 48px;
  color: #c50000;
  font-size: 20px;
}
.room-card .card-bottom {
  height: 54px;
  gap: 2px;
  position: relative;
}
.room-card .card-bottom .room-info {
  font-size: 10px;
}
.room-card .card-bottom .guest {
  font-size: 12px;
}
.room-card .card-bottom .room-type {
  font-size: 10px;
}
.room-card.unclean .room-no {
  color: orange;
}
.room-card:not(.full).unclean {
  border-color: orange;
}
.room-card:not(.full).waitfor-service {
  border-color: #c50000;
}
.room-card.approved {
  border-color: #11843c;
}
.room-card.approved .room-no {
  color: #11843c;
}
.room-card .room-checkbox {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 4px;
  border: 1px solid var(--base-border-color);
  cursor: pointer;
}
.room-card input[type=checkbox]:checked {
  appearance: auto;
  accent-color: #000000 !important;
}
.room-card .form-select {
  border: none;
  font-size: 0.925rem;
  line-height: 1.75rem;
  color: var(--base-card-title-color);
  font-weight: 500;
}
.room-card .form-select:focus {
  box-shadow: none;
}
.room-card .icon-plus {
  font-size: 22px;
}

.room-rack-color-page .room-card {
  pointer-events: none;
  max-width: 225px;
}

.custom-color-picker {
  display: flex;
  flex-direction: column;
  width: min-content;
}
.custom-color-picker .hidden-color-picker {
  border: none;
  background: none;
  opacity: 0;
  height: 5px;
}
.custom-color-picker .color-display {
  position: relative;
  width: 90px;
  height: 36px;
  font-size: 14px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border: 2px solid #ccc;
  cursor: pointer;
  border-radius: 5px;
}

body.auth-page {
  background-color: #fafafa;
}
body.auth-page .card {
  max-width: 500px;
  border-color: rgba(227, 227, 227, 0.4);
  margin-top: 3.5rem;
}
body.auth-page .card input {
  padding: 0.65rem;
}
body.auth-page .card label {
  font-size: 16px;
  font-weight: 500;
}

.loginPage {
  color: #484848;
}
.loginPage .card {
  max-width: 500px;
  border-color: rgba(227, 227, 227, 0.4);
}
.loginPage .login-page-title {
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}
.loginPage input {
  padding: 0.75rem;
}
.loginPage label {
  font-size: 16px;
  font-weight: 500;
}
.loginPage .loginPassword-input {
  position: relative;
}
.loginPage i.icon-eye-close, .loginPage i.icon-eye {
  position: absolute;
  right: 0.5rem;
  bottom: 10px;
  color: #000;
  padding: 6px;
  font-size: 16px;
  cursor: pointer;
}
.loginPage .remember-forget {
  display: flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: space-between;
  align-items: center;
}
.loginPage .remember-forget .remember-me {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.loginPage .remember-forget .forget-pass {
  position: relative;
}
.loginPage .remember-forget .forget-pass a {
  color: #333333;
}
.loginPage .remember-forget label {
  font-size: 14px;
}

.wrap {
  width: 300px;
  position: relative;
  margin: 10px;
  float: left;
}
.wrap .select {
  display: none;
  background-color: #fff;
  width: calc(100% - 22px);
  padding: 10px;
  border: 1px solid #ccc;
}
.wrap label {
  display: block;
  cursor: pointer;
  margin-bottom: 10px;
}
.wrap button {
  /* Block */
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  position: relative;
  /* Style */
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  /* Text */
  text-align: left;
  line-height: 1.42857;
  color: #555;
}

.static-content {
  border-bottom: 1px dashed #cccccc;
  margin-bottom: 1rem;
}

.cancel-button {
  position: absolute;
  right: 1.25rem;
  top: 80px;
}
.cancel-button .btn:hover {
  border: 1px solid #000000;
}
.cancel-button .btn:active {
  background-color: transparent !important;
  color: #111111 !important;
}

.dashboard .room-status-cards .card {
  padding: 0.75rem;
  color: #111111;
  border: 1px solid #e3e3e3;
  background-color: #ffffff;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  border-radius: 1rem;
}
@media only screen and (min-width: 768px) {
  .dashboard .room-status-cards .card.room-status {
    height: 418px;
  }
}
@media only screen and (max-width: 600px) {
  .dashboard .room-status-cards .card .card-body {
    padding: 0rem;
  }
}
.dashboard .room-status-cards .card .title {
  font-size: 18px;
}
.dashboard .room-status-cards .card .center-area {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.dashboard .room-status-cards .card .center-area .number {
  font-size: 40px;
  color: #3872fa;
}
.dashboard .room-status-cards .card .center-area .text {
  position: relative;
  top: 4px;
}
.dashboard .room-status-cards .card span {
  color: #666666;
}
.dashboard .room-status-cards .card ul {
  padding-inline-start: 0;
  display: flex;
  gap: 8px;
}
.dashboard .room-status-cards .card ul li {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #484848;
}
.dashboard .room-status-cards .card .bottom {
  font-size: 14px;
}
.dashboard .room-status-cards .card table thead,
.dashboard .room-status-cards .card table tr,
.dashboard .room-status-cards .card table th,
.dashboard .room-status-cards .card table td {
  background-color: transparent !important;
  white-space: nowrap;
  text-align: right;
  font-size: 14px;
}
@media only screen and (max-width: 600px) {
  .dashboard .room-status-cards .card table thead,
  .dashboard .room-status-cards .card table tr,
  .dashboard .room-status-cards .card table th,
  .dashboard .room-status-cards .card table td {
    white-space: normal;
  }
}
.dashboard .room-status-cards .card table td,
.dashboard .room-status-cards .card table th {
  min-width: 70px;
}
.dashboard .room-status-cards .card table tbody tr td:first-child {
  text-align: left;
}
.dashboard .room-status-cards .card .chart {
  padding: 1rem;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  border-radius: 1rem;
  margin-bottom: 1rem;
}
.dashboard .room-status-cards .card .chart table thead th:first-child {
  border-radius: 0;
}
.dashboard .room-status-cards .card .chart table tfoot {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 6px 0px;
  font-weight: 500;
}
.dashboard .room-status-cards .title {
  font-size: 18px;
  font-weight: 600;
  color: #111111;
}
.dashboard .widgetCards {
  color: #333;
  font-size: 14px;
}
.dashboard .widgetCards .content div {
  border-bottom: 1px dashed #e3e3e3;
}

.dashboard-top {
  width: 100%;
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 600px) {
  .dashboard-top {
    font-size: 14px;
  }
}
.dashboard-top p {
  margin: 0;
}
.dashboard-top .right {
  display: flex;
  gap: 1rem;
}

.extra-request-area {
  margin-bottom: 0;
}
.extra-request-area::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.extra-request-area::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.extra-request-area::-webkit-scrollbar-thumb {
  background: #c0c0c0;
  border-radius: 10px;
}
.extra-request-area::-webkit-scrollbar-thumb:hover {
  background: #888;
}
.extra-request-area li {
  border-bottom: 1px solid #e3e3e3;
}
.extra-request-area li .icon-edit {
  cursor: pointer;
}
.extra-request-area li .label {
  white-space: nowrap;
}

.pos-items {
  margin-top: 1rem;
}
.pos-items .card {
  border: none;
  margin-bottom: 1.5rem;
}
.pos-items .card .card-img-top {
  border-radius: 0.75rem;
}
.pos-items .card .card-body {
  padding: 0.25rem 0;
}
.pos-items .card .card-body .card-title {
  font-size: 1rem;
}
.pos-items .card .card-body .card-text {
  font-size: 14px;
}
.pos-items .card .card-body .price {
  display: flex;
  gap: 8px;
  font-size: 14px;
  margin-top: 0.5rem;
}
.pos-items .card .card-body .price .price-new {
  font-weight: bold;
}
.pos-items .card .card-body .price .price-prev {
  color: #666666;
  text-decoration: line-through;
}
.pos-items .card .card-body button {
  margin-top: 0.5rem;
  width: 100%;
}
.pos-items .card .card-body button:hover {
  border-color: #111111;
}
@media (min-width: 1400px) {
  .pos-items .custom-col-xxl {
    width: 20%;
  }
}

.rez-register-form-wrapper .section-1,
.rez-register-form-wrapper .section-2 {
  border: 1px solid #e3e3e3;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
}

.rez-register-form-wrapper .guest,
.rez-register-form-wrapper .contact-information {
  font-weight: 600;
}

.basket-card .checkInOut {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4px;
}

.basket-card {
  padding: 1rem;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 0.5rem;
  height: fit-content;
  max-height: 500px;
  color: #111111;
}

.basket-card .checkInOut > div {
  padding: 1rem;
  background-color: #f1f1f1;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.basket-card .checkInOut > div .day {
  font-size: 2rem;
}

.basket-card .checkInOut .giris,
.basket-card .checkInOut .cikis {
  position: relative;
}

.basket-card .checkInOut .tarih .time {
  position: absolute;
  right: 8px;
  top: 4px;
}

.havaleSection {
  background-color: #f1f1f1;
  border-radius: 0.5rem;
}

.payment-options {
  font-size: 14px;
}

.payment-options label {
  font-size: 14px;
  font-weight: 600;
}

.basket-card .room-title {
  font-size: 18px;
  font-weight: 600;
}

.basket-card {
  font-size: 14px;
}

.basket-card .price-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.basket-card .info {
  font-size: 13px;
  margin-top: 0.75rem;
}

.basket-card .total-price .price {
  font-weight: 600;
  font-size: 20px;
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper .swiper-slide > div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.doluluk-oran-sayısal .data-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}
.doluluk-oran-sayısal .label {
  font-weight: bold;
  color: #666;
}
.doluluk-oran-sayısal .value {
  color: #333;
}
.doluluk-oran-sayısal .card {
  height: 100%;
}

.langBar {
  position: relative;
  cursor: pointer;
}

.lang-list {
  position: absolute;
  left: 0;
  top: 2rem;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 0.75rem;
  padding-inline: 0;
  padding: 0.5rem 0.25rem;
  z-index: 99;
}

.lang-list li {
  padding: 0.25rem 0.75rem;
  border-radius: 0.5rem;
  cursor: pointer;
}

.lang-list li:hover {
  background-color: #e3e3e3;
}

.galery img {
  height: 100%;
  object-fit: cover;
}

.social-medias {
  display: flex;
  gap: 12px;
  font-size: 24px;
}

.social-medias a {
  color: #666666;
}

.avaibility-search-field {
  padding: 0.75rem 2rem;
  background: #fff;
  margin-bottom: 1rem;
  border-radius: 0.75rem;
  border: 1px solid #e3e3e3;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.available-rooms {
  font-size: 12px;
}
.available-rooms .detay-link {
  text-decoration: underline !important;
}
.available-rooms .icons .plus-property {
  color: #11843c;
}
.available-rooms .rezervasyon-btn {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .available-rooms {
    font-size: 12px;
  }
  .available-rooms img {
    max-width: 44%;
  }
}

.available-rooms-calendar .vis-timeline {
  border-radius: 0.75rem;
}

.rooms-guests {
  position: relative;
}
.rooms-guests .room-card {
  position: absolute;
  z-index: 99;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  padding: 0.75rem;
  border-radius: 0.5rem;
  margin-top: 5px;
}
.rooms-guests .room-card .room input {
  width: 40px;
  text-align: center;
  border: none;
  padding-inline-start: 8px;
  padding-inline-end: 0px;
}
.rooms-guests .room-card .room .btn-secondary {
  height: 30px;
  width: 30px;
  padding: 0;
}
.rooms-guests .form-select {
  border: 1px solid #bfbfbf;
}

.avaibility-search-field #toggle-room-card {
  text-align: left;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.otel-info .desc {
  margin-top: 1rem;
  font-size: 14px;
}
.otel-info .phone,
.otel-info .email {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .otel-info .content {
    color: #666666;
  }
}

#konaklama-yeri-ozellikler {
  font-weight: 400;
  font-size: 14px;
  color: #111111;
}
#konaklama-yeri-ozellikler ul,
#konaklama-yeri-ozellikler .list-style-disc {
  list-style-type: disc;
  padding-left: 30px;
}
#konaklama-yeri-ozellikler h6 {
  font-weight: 600;
}

.context-menu {
  width: 260px;
  border: 1px solid #e3e3e3;
  font-size: 14px;
  border-radius: 0.1rem;
  max-height: 600px;
  overflow-y: scroll;
  display: none;
  position: absolute;
  z-index: 99;
  background-color: #ffffff;
}
.context-menu .context-menu-list {
  padding: 0.2rem;
}
.context-menu .context-menu-list .context-menu-item {
  padding: 0.75rem;
  border-radius: 0.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.context-menu .context-menu-list .context-menu-item:hover {
  background-color: #fafafa;
}
.context-menu .context-menu-list .context-menu-item i {
  font-size: 18px;
  color: #666666 !important;
}
.context-menu .context-menu-list .context-menu-item i.icon-tv-solid {
  font-size: 14px;
}

.blok-title {
  color: #111111;
  font-weight: 600;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.create-wrapper,
.content-wrapper {
  padding-bottom: 4rem !important;
}

.chat-list .nav-pills {
  font-size: 14px;
  color: #111;
  border: 1px solid #e3e3e3;
  border-radius: 0.5rem;
  padding: 0.25rem 0px;
  overflow: auto;
  height: calc(100vh - 150px);
  flex-wrap: nowrap;
}
.chat-list .nav-pills .nav-link {
  border-bottom: 1px solid #e3e3e3;
  border-radius: 0;
  text-align: left;
}
.chat-list .nav-pills .nav-link:last-child {
  border-bottom: 0;
}
.chat-list .nav-pills .nav-link.active {
  background-color: transparent;
  color: #111;
  border-right: 3px solid #111111;
}
.chat-list .nav-pills .nav-link .content {
  color: #666666;
}

.chat-box {
  font-size: 14px;
}
.chat-box .tab-content {
  border: 1px solid #e3e3e3;
  border-radius: 0.5rem;
  height: 100%;
  padding: 0rem 1rem 1rem 1rem;
  height: calc(100vh - 150px);
}
.chat-box .tab-content .content {
  height: calc(100vh - 285px);
  overflow-y: auto;
}
.chat-box .tab-content .top {
  padding: 1rem 0;
  border-bottom: 1px solid #e3e3e3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.chat-box .tab-content .top ul {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
}
.chat-box .tab-content .top ul li {
  font-size: 14px;
}
.chat-box .tab-content .bottom {
  position: relative;
  display: flex;
}
.chat-box .tab-content .bottom span {
  font-size: 12px;
  font-weight: 600;
}
.chat-box .tab-content .bottom input {
  padding: 0.75rem;
  padding-right: 5rem;
}
.chat-box .tab-content .bottom button {
  position: absolute;
  right: 0.5rem;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.chat-box .chat-bubble {
  padding: 10px 15px;
  border-radius: 15px;
  margin: 5px 0;
  max-width: 75%;
}
.chat-box .chat-recipient {
  background-color: #f1f1f1;
  align-self: flex-start;
  border-top-left-radius: 0;
  margin-right: auto;
}
.chat-box .chat-sender {
  background-color: #3872fa;
  color: #fff;
  align-self: flex-end;
  border-top-right-radius: 0;
  margin-left: auto;
}

.row {
  --bs-gutter-x: .5rem;
}

.row.g-3 {
  --bs-gutter-x: 1.5rem;
}

.row.g-2 {
  --bs-gutter-x: 1rem;
}

.guest-cards .card {
  color: #111111;
  border: 1px solid #e3e3e3;
  background-color: #ffffff;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  border-radius: 1rem;
}
.guest-cards .card .title {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
}
.guest-cards .card .bottom {
  font-size: 14px;
  color: #666666;
}

.custom-mini-card {
  border: 1px solid #e3e3e3;
  color: #111111;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
.custom-mini-card .title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin: 0;
}
.custom-mini-card .bg-blue {
  background-color: #2465ff;
}
.custom-mini-card .bg-yellow {
  background-color: #f5a623;
}
.custom-mini-card .icon-user-file {
  color: #ffffff;
  font-size: 20px;
}
.custom-mini-card i {
  font-size: 20px;
}
.custom-mini-card .icon-user-setting {
  font-size: 18px;
}
.custom-mini-card .icon-wrap {
  border-radius: 0.375rem;
}
.custom-mini-card .text {
  color: #666666;
  font-size: 14px;
}

.custom-grid {
  display: grid;
  gap: 10px;
}

.custom-grid {
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 768px) {
  .custom-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .custom-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .custom-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1600px) {
  .custom-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
.add-new-button {
  position: absolute;
  right: 1rem;
  top: 5.5rem;
}

.input-wrapper .right-absolute-icon {
  position: absolute;
  right: 1rem;
  top: 4px;
  cursor: pointer;
}

.avatars-wrapper > img:not(:first-child) {
  margin-left: -4px;
}

.role-item {
  border-bottom: 1px solid #e3e3e3;
  padding: 0.75rem 0;
  color: #333333;
}
.role-item .role-item-label {
  font-weight: 500;
}

.permission-buttons {
  display: flex;
  /* gap: 10px; */
}
.permission-buttons .permission-button {
  position: relative;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 100%; */
  font-size: 14px;
  border-width: 2px !important;
  box-shadow: none;
  padding: 0.5rem;
}
.permission-buttons .permission-button .icon-check {
  display: none;
  font-size: 14px;
}
.permission-buttons .permission-button .hidden-checkbox {
  opacity: 0;
  position: absolute;
}
.permission-buttons .permission-button .hidden-checkbox:checked + .icon-check {
  display: inline-block;
  margin-right: 5px;
}
.permission-buttons .permission-button .hidden-checkbox:checked + span {
  color: #fff;
}
.permission-buttons .permission-button.checked {
  border: 2px solid black;
}
.permission-buttons .permission-button.btn:first-child:active {
  background-color: none !important;
}

.modal#editRole {
  --bs-modal-width: 700px;
  color: #111111;
}
.modal#editRole .title {
  font-weight: 600;
}

.table-top i.icon-bolt {
  font-size: 22px;
}

.custom-modal-width {
  max-width: 90%;
  margin: 0 auto;
  margin-top: 80px;
}

.icon-business-card-id {
  font-size: 18px;
}

.spa-container .menus {
  margin-right: 1rem;
}
.spa-container .menus button {
  line-height: 1;
  border-width: 2px;
  width: 144px;
  white-space: nowrap;
}
.spa-container .menus .label {
  font-size: 12px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .spa-container .menus button {
    padding: 0.5rem;
  }
  .spa-container .menus button i {
    font-size: 14px !important;
  }
}
.spa-container .calendar {
  width: 100%;
}
.spa-container .calendar input {
  padding-left: 32px;
}
.spa-container .calendar .vis-timeline {
  border-radius: 0;
  border-bottom: 1px solid #bfbfbf;
}

.w-32 {
  width: 32%;
}

@media only screen and (min-width: 768px) {
  .w-md-32 {
    width: 32%;
  }
}

.w-48 {
  width: 48%;
}

.autocomplete-container {
  position: relative;
}
.autocomplete-container #suggestions,
.autocomplete-container [id^=edit-suggestions-] {
  display: none;
  border: 1px solid #bfbfbf;
  border-top: none;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding: 0.5rem 0.25rem;
  padding-top: 0.25rem;
  position: absolute;
  box-shadow: 0 0 0 0.05rem #bfbfbf;
  width: 100%;
  z-index: 9;
  background-color: #ffffff;
}
.autocomplete-container #suggestions .suggestion-item,
.autocomplete-container [id^=edit-suggestions-] .suggestion-item {
  padding: 0.5rem;
  cursor: pointer;
}
.autocomplete-container #suggestions .suggestion-item:hover,
.autocomplete-container [id^=edit-suggestions-] .suggestion-item:hover {
  background: #f1f1f1;
  border-radius: 0.25rem;
}
.autocomplete-container.suggest input.form-control:focus {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.delete-tooltip {
  position: absolute;
  right: 32px;
  z-index: 99;
  top: -64px;
}
.delete-tooltip .delete-tooltip-inner {
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  border: 1px solid #e3e3e3;
  width: 282px;
  font-size: 14px;
  border-radius: 0.5rem;
  padding: 0.85rem;
  position: relative;
  background-color: #fff;
}
.delete-tooltip .delete-tooltip-inner button {
  height: fit-content;
  padding: 4px 8px !important;
  font-weight: 500 !important;
  font-size: 12px !important;
}
.delete-tooltip .delete-tooltip-inner button.btn-secondary {
  color: #484848;
}
.delete-tooltip .delete-tooltip-inner p {
  color: #666;
  font-weight: 400;
  text-align: start;
  font-size: 12px;
}
.delete-tooltip .delete-tooltip-inner h6 {
  font-size: 14px;
  font-weight: 700;
}
.delete-tooltip .delete-tooltip-inner:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 16px;
  top: 64px;
  right: -5px;
  z-index: 5;
  background: #fff;
  transform: rotate(45deg);
}
.delete-tooltip .delete-tooltip-inner:before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  height: 14px;
  top: 64px;
  right: -7px;
  z-index: -1;
  border: 1px solid #e3e3e3;
}

.hizli-pos-basket table tr td,
.hizli-pos-basket .table-striped tr td {
  background-color: transparent;
  font-size: 14px;
}
.hizli-pos-basket table .selected,
.hizli-pos-basket .table-striped .selected {
  background-color: transparent !important;
}
.hizli-pos-basket table tbody tr:hover,
.hizli-pos-basket .table-striped tbody tr:hover {
  background-color: transparent !important;
}
.hizli-pos-basket .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-bg-type: transparent;
}
.hizli-pos-basket .order-items .order-item input {
  width: 35px;
  border: none;
  outline: none;
  text-align: center;
}
.hizli-pos-basket .order-items .order-item .increment,
.hizli-pos-basket .order-items .order-item .decrement {
  width: 24px;
  border: none;
  background: #fafafa;
  border-radius: 50%;
  height: 24px;
  line-height: 21px;
}

/*# sourceMappingURL=output.css.map */

.filtersidemenu{
    min-width: 20%;
}

@media (max-width: 768px) {
    .filtersidemenu{
        min-width: initial;
    }
}

