body {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .rc-handle, .rc-handle-container {
    overflow: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 400px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    --bs-modal-width: 900px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1240px;
  }
}
.modal-body {
  padding: 30px !important;
}

.fade.modal.show {
  background-color: rgba(24, 28, 50, 0.2549019608) !important;
}

.page-footer {
  margin-top: 20px;
}

.input-group.s2-input-group {
  flex-wrap: nowrap !important;
}

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

.swal2-popup > .select2,
.swal2-toast > .select2,
.swal2-show > .select2 {
  display: none !important;
}

.apexcharts-menu {
  background-color: var(--bs-menu-dropdown-bg-color) !important;
  box-shadow: var(--bs-menu-dropdown-box-shadow) !important;
}

.bootstrap-dialog-message {
  font-size: 1.075rem !important;
}

.action-footer {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 100;
  pointer-events: none;
}
.action-footer.footer-content-right {
  justify-content: end;
}
.action-footer .btn {
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1) !important;
}

.action-footer label,
.action-footer a,
.action-footer button {
  pointer-events: auto;
}

#kt_app_content_container, .page-content, form {
  height: 100%;
}

.page-content, form {
  display: flex;
  flex-direction: column;
}

.container-fluid {
  flex-grow: 1;
}
.container-fluid > form {
  height: auto !important;
}

@media (min-width: 992px) {
  .app-content {
    padding-bottom: 25px;
  }
}
.am5exporting-icon {
  background: var(--bs-text-gray-400) !important;
}

.am5exporting-list {
  background-color: var(--bs-menu-dropdown-bg-color) !important;
  box-shadow: var(--bs-menu-dropdown-box-shadow) !important;
}

.am5exporting-item {
  color: var(--bs-text-gray-800) !important;
}
.am5exporting-item:hover {
  background: var(--bs-text-gray-300) !important;
}

.am5exporting-item a:hover {
  background: var(--bs-text-gray-300) !important;
}

h2.fc-toolbar-title:first-letter {
  text-transform: uppercase;
}

.fc .fc-popover {
  z-index: 250 !important;
}

.input-group.s2-input-group .select2 {
  width: calc(100% - 42px) !important;
}

.bootstrap-tagsinput {
  background-color: var(--bs-menu-dropdown-bg-color) !important;
  box-shadow: var(--bs-menu-dropdown-box-shadow) !important;
  border: none !important;
}

.twitter-typeahead > input.tt-hint {
  background-color: var(--bs-input-solid-bg) !important;
  border-color: var(--bs-input-solid-bg) !important;
  color: var(--bs-input-solid-color) !important;
}
.twitter-typeahead > input.tt-hint:active, .twitter-typeahead > input.tt-hint.active, .twitter-typeahead > input.tt-hint:focus, .twitter-typeahead > input.tt-hint.focus {
  background-color: var(--bs-input-solid-bg-focus) !important;
  border-color: var(--bs-input-solid-bg-focus) !important;
  color: var(--bs-input-solid-color) !important;
  box-shadow: none !important;
}

input.tt-input:active, input.tt-input.active, input.tt-input:focus, input.tt-input.focus {
  box-shadow: none !important;
}

.twitter-typeahead > .tt-menu {
  background-color: var(--bs-menu-dropdown-bg-color) !important;
  border-color: var(--bs-input-solid-bg) !important;
  color: var(--bs-input-solid-color) !important;
  box-shadow: var(--bs-menu-dropdown-box-shadow) !important;
  border-radius: 0.75rem;
}
.twitter-typeahead > .tt-menu .tt-dataset:hover {
  background-color: var(--bs-gray-300) !important;
}
.twitter-typeahead > .tt-menu .tt-suggestion,
.twitter-typeahead > .tt-menu .tt-suggestion.tt-cursor,
.twitter-typeahead > .tt-menu .tt-suggestion.tt-selectable {
  background-color: var(--bs-menu-dropdown-bg-color) !important;
  color: var(--bs-input-solid-color) !important;
}
.twitter-typeahead > .tt-menu .tt-suggestion:hover,
.twitter-typeahead > .tt-menu .tt-suggestion.tt-cursor:hover,
.twitter-typeahead > .tt-menu .tt-suggestion.tt-selectable:hover {
  background-color: var(--bs-gray-300) !important;
}

.has-success .twitter-typeahead .tt-input, .has-success .twitter-typeahead .tt-hint {
  border-color: var(--bs-input-solid-bg) !important;
}
.has-success .twitter-typeahead .tt-input:active, .has-success .twitter-typeahead .tt-input.active, .has-success .twitter-typeahead .tt-input:focus, .has-success .twitter-typeahead .tt-input.focus, .has-success .twitter-typeahead .tt-hint:active, .has-success .twitter-typeahead .tt-hint.active, .has-success .twitter-typeahead .tt-hint:focus, .has-success .twitter-typeahead .tt-hint.focus {
  border-color: var(--bs-input-solid-bg-focus) !important;
}

.select2-container--disabled > .selection > .form-select {
  cursor: not-allowed !important;
}
.select2-container--disabled > .selection > .form-select .select2-search > textarea {
  cursor: not-allowed !important;
}