.select-full .select2-container {
  width: 100% !important;
}

.modal,
.notyf {
  z-index: 100001;
}

/* .modal-backdrop {
  z-index: 100000;
} */

@media (min-width: 992px) {
  .mod-extra-price-col {
    height: 25px;
  }
}

.active-wrapper .active.active {
  background-color: #ffd966;
}

.active-wrapper .active.inactive {
  background-color: #ea9895;
  color: #fff;
}

.underline {
  text-decoration: underline;
}

.sidebar-nav .active {
  background-color: transparent !important;
}

.optional-class-tag {
  color: #85888d;
  margin-left: 5px;
}

.select-preview {
  margin-top: 5px;
}

.inp-hidden {
  visibility: hidden;
  opacity: 0;
  width: 0.01px;
  height: 0.01px;
  position: absolute;
  z-index: -999;
}

.dim.custom-control-label::before {
  top: 1px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  top: 2px;
}

/*************** Website Integration *****************/
.eatsbee--table-code-wrap {
  border: 1px solid #c2c1c5;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.039);
  border-radius: 3px;
  font-weight: 600;
  font-size: 12px;
  margin: 2px;
}

.eatsbee--table-code-wrap table {
  width: 100%;
}

.eatsbee--table-code-wrap td:first-of-type {
  padding: 0 16px;
}

.eatsbee--table-code-wrap td:first-of-type {
  position: relative;
  vertical-align: top;
  text-align: right;
  background-color: #faf9f7;
  border-right: 1px solid #e8e8e6;
  color: #a4a6ae;
}

.eatsbee--table-code-wrap td:last-of-type {
  padding: 0 20px;
  position: relative;
}

.eatsbee--table-code-select {
  z-index: 100;
  background-color: #fff;
  left: 0;
  padding: 15px 0px;
}

.eatsbee--table-code-wrap .code-comment {
  color: #a4a6ae;
}

.eatsbee--table-code-wrap .code-tag {
  color: #4a6fbf;
}

.eatsbee--table-code-wrap .code-class {
  color: #2a762b;
}

.eatsbee--table-code-wrap .code-attr {
  color: #f18934;
}

.modal-loadingbox {
  max-width: 200px;
  margin: auto;
  text-align: center;
  font-size: 13px;
}

.glf-button {
  background: #4e105f !important;
  font-weight: 500 !important;
  border-radius: 0.45rem !important;
  padding: 12px !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  font-size: 13px !important;
}

.color-pallets-input + label {
  border: 1px solid transparent;
  transition: all 0.1s ease-in-out;
  max-width: 110px;
}

.color-pallets-input:checked + label,
.color-pallets-input + label:hover {
  border-color: #4e105f;
  box-shadow: 0 0 0 5px rgba(78, 16, 95, 0.1);
}

.Unavailable {
  color: #fff;
  background-color: #6c757d;
}

/*************** Leaflet *****************/
.leaflet-map-wrap .leaflet-bar-part {
  display: none !important;
}

.leaflet-dropdown-menu {
  overflow: hidden;
}

.leaflet-dropdown-menu .dropdown-item {
  white-space: normal;
}

.leaflet-map-wrap__spinner {
  position: absolute;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  user-select: none;
}

/*************** Time Picker *****************/
.timepicker-popover .btn.chevron-btn {
  padding: 0px;
}

.timepicker-popover .keyboard-input {
  margin-bottom: 10px;
}

.easy_time_picker-wrapper {
  gap: 0 10px;
}

.easy_time_picker-wrapper__sep {
  margin-top: 17px;
}

.easy_time_picker-wrapper .easy_time_picker {
  padding: 1.3rem 0.75rem !important;
}

/***************  HELP AND DOCUMENTATION *****************/

.help-doc-btn {
  outline: none !important;
  border: none !important;
  background: none;
  padding: 0;
}

.help-doc-btn .help-doc-btn__icon {
  font-size: 20px;
}

.help-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.help-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.help-modal-container {
  background: #ffffff;
  overflow-y: auto;
  width: 100%;
  max-width: 90%;
  display: flex;
  max-height: 100%;
  height: 100%;
  z-index: 100000;
  position: relative;
}

@media (min-width: 1536px) {
  .help-modal-container {
    max-width: 1476px;
  }
}

.help-modal-container__sidebar {
  width: 320px;
  background: #384988;
  padding: 20px;
  color: #ffffff;
  max-height: 100%;
  overflow-y: auto;
}

.help-modal-container__sidebar__h {
  font-size: 24px;
  font-weight: 900;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.help-modal-container__sidebar .siderbar-menu ul li.active {
  border-right: none;
}

.help-modal-container__sidebar .siderbar-menu ul .sidebar-nav-sub-menu li {
  border-left-color: #fff;
}

.help-modal-container__sidebar .siderbar-menu {
  padding: 0;
}

.help-modal-container__sidebar .siderbar-menu ul li a {
  color: #ffffff;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
}

.help-modal-container__sidebar .siderbar-menu li > a:not(:only-child):after {
  right: 0;
}

.sidebar-nav__btn {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 0;
  width: 100%;
  text-align: left;
}

.help-modal-container__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.help-modal-container__content__tabs {
  padding: 8px;
  min-height: 47px;
}

.help-modal-container__content__tabs__close i {
  font-size: 20px;
}

.help-modal-container__content__tabs__empty_span {
  min-height: 30px;
}

.help-modal-container__content__tab {
  background: transparent;
  border: none !important;
  outline: none !important;
  padding: 5px 12px;
  margin: 0 3px;
  border-radius: 5px;
  color: #5c5353;
  transition: all 0.2s;
}

.help-modal-container__content__tabs,
.help-modal-container__content__body {
  border-bottom: 1px solid #e0e0e0;
}

.help-modal-container__content__footer {
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.help-modal-container__content__tab--active,
.help-modal-container__content__tab:hover {
  background: #d6e2fe;
  color: #000;
}

.help-modal-container__content__body {
  flex: 1;
  overflow-y: auto;
  padding: 1rem;
}

.help-modal-container__content__body > div {
  transform: translateZ(0);
}

.help-modal .note-editor.note-frame,
.help-modal .note-editing-area,
.help-modal .note-editable {
  height: 100% !important;
  min-height: 250px;
}

.help-modal-container__content__footer_control-btns,
.help-modal-container__content__footer_btns {
  display: flex;
  align-items: center;
}

.help-modal-container__content__footer_btns {
  column-gap: 7px;
}

.help-modal-container__content__footer_control-btns {
  column-gap: 2px;
}

.help-modal-container__content__footer_control-btns button,
.help-modal-container__content__footer_btns button {
  outline: none !important;
  border-color: transparent !important;
  padding: 5px 10px;
}

.help-modal-container__content__footer_control-btns button {
  background: #eee;
  color: #000;
}

.help-modal-container__content__footer_control-btns__active,
.help-modal-container__content__footer_control-btns button:hover,
.help-modal-container__content__footer_btns button:hover {
  background: #4e105f !important;
  color: #fff !important;
}

.help-modal-container__content__footer_btns button {
  width: 80px;
}

.help-modal-container__content__create-btn {
  width: 100px;
  padding: 10px;
}

.help-modal .modal {
  z-index: 100004;
}

.multi_locations {
  top: -10px;
  position: relative;
}
tr.multi_locations td {
  border: 0px;
}
.multi_locations_detail {
  width: 96%;
  margin-left: 45px;
}

.help-documentation {
  width: 17px;
  height: 17px;
}




/* report builder*/


 .report-builder-container {
   /*display: flex;*/
   justify-content: space-between;
   gap: 40px;
   margin-bottom: 20px;
 }

.column-list {
  /*width: 45%;*/
}

ul.connectedSortable {
  border: 1px solid #ccc;
  min-height: 200px;
  padding: 10px;
  list-style: none;
}

ul.connectedSortable li {
  margin: 5px;
  padding: 8px;
  background: #f7f7f7;
  border: 1px solid #ddd;
  cursor: move;
}

.ui-state-highlight {
  height: 2em;
  line-height: 1.2em;
  background-color: #f0f0f0;
  border: dashed 1px #ccc;
}

.report-output {
  margin-top: 30px;
  border-top: 1px solid #ccc;
  padding-top: 15px;
}

.tab-active{display: block}
.tab-in-active{display: none}


.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: #507fd7 url(images/ui-bg_glass_20_507fd7_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #fff;
}

.row-as-ftr {
  position: relative;
  top: 2px;
  left: 15px;
  z-index: 1000;
}
.div-as-th {
  color: #5080d2;
  background: #e6e6e6;
  border: 1px solid #dfdfdf;
  padding: 5px 0px;
  font-weight: 500;
  border-top-left-radius: 5px;
  border-top-right-radius: 4px;
}

.table-container {
  max-height: 250px;
  overflow: auto;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 4px;
  border: 1px solid #dfdfdf;
  padding: 0px 5px;
}


 .connectedSortable { max-height: 400px; border: 1px solid #ccc; padding: 10px; list-style: none;overflow: auto }
.connectedSortable li { padding: 5px; margin: 2px; background: #f0f0f0; cursor: move; }

.connectedSortable::-webkit-scrollbar {
  -webkit-appearance: none;
}

.connectedSortable::-webkit-scrollbar:vertical {
  width: 11px;
}

.connectedSortable::-webkit-scrollbar:horizontal {
  height: 11px;
}

.connectedSortable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white; /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, .5);
}



 .report-builder-container {
   /*display: flex;*/
   justify-content: space-between;
   gap: 40px;
   margin-bottom: 20px;
 }

.column-list {
  /*width: 45%;*/
}

ul.connectedSortable {
  border: 1px solid #ccc;
  min-height: 200px;
  padding: 10px;
  list-style: none;
}

ul.connectedSortable li {
  margin: 5px;
  padding: 8px;
  background: #f7f7f7;
  border: 1px solid #ddd;
  cursor: move;
}

.ui-state-highlight {
  height: 2em;
  line-height: 1.2em;
  background-color: #f0f0f0;
  border: dashed 1px #ccc;
}

.report-output {
  margin-top: 30px;
  border-top: 1px solid #ccc;
  padding-top: 15px;
}

.tab-active{display: block}
.tab-in-active{display: none}


.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: #507fd7 url(images/ui-bg_glass_20_507fd7_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #fff;
}

.row-as-ftr {
  position: relative;
  top: 2px;
  left: 15px;
  z-index: 1000;
}
.div-as-th {
  color: #5080d2;
  background: #e6e6e6;
  border: 1px solid #dfdfdf;
  padding: 5px 0px;
  font-weight: 500;
  border-top-left-radius: 5px;
  border-top-right-radius: 4px;
}

.table-container {
  max-height: 250px;
  overflow: auto;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 4px;
  border: 1px solid #dfdfdf;
  padding: 0px 5px;
}

 .connectedSortable { max-height: 400px; border: 1px solid #ccc; padding: 10px; list-style: none;overflow: auto }
.connectedSortable li { padding: 5px; margin: 2px; background: #f0f0f0; cursor: move; }

.connectedSortable::-webkit-scrollbar {
  -webkit-appearance: none;
}

.connectedSortable::-webkit-scrollbar:vertical {
  width: 11px;
}

.connectedSortable::-webkit-scrollbar:horizontal {
  height: 11px;
}

.connectedSortable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white; /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, .5);
}