/*CSS HANDLER */
#scroll_btns {
  border-radius: 10px;
  border: 2px solid #ffffff6f;
  display: none;
  float: left;
  width: 35px;
  height: 18px;
  position: absolute;
  left: 1%;
  bottom: 5px;
  margin: 4px;
  margin-bottom: 5px;
}

#scroll_btns .toggleCoupon {
  border-radius: 10px;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
}

#scroll_btns .toggleCoupon::after {
  background: #ffffff9f;
  border-radius: 10px;
  content: "";
  font-size: 9px;
  font-weight: 400;
  line-height: 6px;
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%);
}

#scroll_btns #enable_scroll.toggleCoupon::after {
  /* content: "OFF"; */
  left: 2px;
  text-indent: 10px;
}

#scroll_btns #disable_scroll.toggleCoupon::after {
  /* content: "ON"; */
  right: 2px;
  text-indent: -30px;
}

#enable_scroll.toggleCoupon {
  background: transparent;
}

#disable_scroll.toggleCoupon::after {
  background: var(--table_header_3);
}
.theme1 #disable_scroll.toggleCoupon::after {
  background: var(--textColor7);
}

.has_btns #scroll_btns {
  display: inline-block;
}

.has_btns #disable_scroll {
  display: none;
}

.has_btns.is_scrolling #enable_scroll {
  display: none;
}

.has_btns.is_scrolling #disable_scroll {
  display: inline-block;
}

.nano > .nano-pane {
  z-index: 99999;
}

#ctable:empty {
  height: 0;
  padding: 0;
}

.overflowing .scrollable {
  overflow: auto;
}

.is_scrolling .scrollable {
  overflow: auto;
  max-height: 370px !important;
}
#couponcontainer ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

#couponcontainer ::-webkit-scrollbar-track {
  border-radius: 10px;
}

#couponcontainer ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--table_header);
}

@media screen and (max-width: 990px) {
  .theme1 #disable_scroll.toggleCoupon::after {
    background: var(--textColor7);
  }
}
