* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.spot-title-container {
  margin-top: 2px;
  border-left: 0 !important;
  float: left;
}

.spot-title-container h3 {
  white-space: nowrap;
}

.selected-img-lang {
  width: 20px;
  height: 20px;
}

.search-box {
  width: 225px;
}

.fav-button {
  border-color: transparent;
  background-color: transparent;
}

.btn-submit {
  background-color: #0184b5;
  color: #ffffff;
  font-family: "Poppins", sans-serif !important;
}

.border-r-20 {
  border-radius: 20px;
}

.btn-submit:hover {
  background-color: #0184b5 !important;
  background: #0184b5 !important;
  color: #ffffff !important;
  font-family: "Poppins", sans-serif !important;
}

.btn-success {
  background-color: #18b182 !important;
}

.btn-danger {
  background-color: #e14b4b !important;
}

.btn-send-sms-pin {
  padding: 10px;
  background-color: #e1f7ff !important;
  color: #0184b5 !important;
}

.btn-send-sms-pin:disabled {
  background-color: #cccccc !important;
  color: #ffffff !important;
}
.btn-success-2 {
  background-color: #18b182;
  color: #ffffff;
  border: #18b182;
}

.btn-danger-2 {
  background-color: #ffffff;
  color: #e14b4b;
  border: 1px solid #e14b4b;
}
/* TEXT */
.txt-capitalize {
  text-transform: capitalize !important;
}

.font-w-600 {
  font-weight: 600 !important;
}
.big-title {
  font-size: 18px;
  font-weight: 700;
}

.font-idx-primary {
  color: #0184b5 !important;
}

.font-w-700 {
  font-weight: 700;
}

.notice-popup {
  display: grid;
  place-items: center;
}
.range-container input {
  outline: none;
  -webkit-appearance: none;
  background-color: #eee;
  height: 3px;
  width: 100%;
  margin: 10px auto;
}

.range-container input::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background-color: #5bc0de;
  border-radius: 50%;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.range-container input::-moz-range-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background-color: #5bc0de;
  border-radius: 50%;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.range-container input::-ms-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background-color: #5bc0de;
  border-radius: 50%;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.range-step {
  position: relative;
}

.range-max {
  float: right;
}
.range-step input::-webkit-slider-thumb {
  background: transparent;
}
.range-step input::-moz-range-thumb {
  background: transparent;
  border: none;
}
.range-step input::-ms-thumb {
  background: transparent;
}
.range-step datalist {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: auto;
  bottom: 16px;
  /* disable text selection */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
  /* disable click events */
  pointer-events: none;
}
.range-step datalist option {
  width: 10px;
  height: 10px;
  min-height: 10px;
  border-radius: 100px;
  /* hide text */
  white-space: nowrap;
  padding: 0;
  line-height: 40px;
  padding-top: 5px;
}

.range-step div {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: auto;
  bottom: 16px;
  /* disable text selection */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
  /* disable click events */
  pointer-events: none;
}
.range-step div span {
  width: 10px;
  height: 10px;
  min-height: 10px;
  border-radius: 100px;
  /* hide text */
  white-space: nowrap;
  padding: 0;
  line-height: 40px;
  padding-top: 5px;
  position: relative;
}
/* .range-step div span::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  border-radius: 100%;
  top: 0;
  transform: translateX(-20px);
} */

.range-step-popup output {
  position: absolute;
  background-color: #5bc0de;
  width: 30px;
  height: 30px;
  text-align: center;
  color: white;
  border-radius: 100px;
  display: inline-block;
  font-size: 12px;
  bottom: 100%;
  left: 0;
  vertical-align: middle;
  line-height: 30px;
}
.range-step-popup .__range-output-square {
  padding: 0 5px;
  min-width: 25px;
  width: auto !important;
  border-radius: 5px !important;
}
.range-step-popup output:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #5bc0de;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 90%;
  left: 50%;
  margin-left: -10px;
  margin-top: -1px;
}
.range-step-popup datalist {
  overflow: hidden;
}
.range-step {
  margin: 0;
}
.range-step-popup {
  margin: 40px 40px;
  height: 100%;
  margin: 0 auto;
}

/*DEPOSIT*/
.depo-accordion {
  background-color: transparent;
  color: #444;
  cursor: pointer;
  padding: 8px 8px 8px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  font-weight: 600;
}

.depo-accordion-active {
  color: #0184b5;
}

.depo-accordion:after {
  content: "\25be";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.depo-accordion-active:after {
  content: "\25b4";
  color: #0184b5;
}

.depo-accordion-panel {
  padding: 0 8px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.deposit_info .deposit_info_tooltip {
  visibility: hidden;
  width: 320px;
  background-color: #555555 !important;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  font-weight: 400;
  font-size: 12px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 30%;
  margin-left: -57px;
}

.deposit_info .deposit_info_tooltip::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 20%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555555 transparent;
}

.deposit_info:hover .deposit_info_tooltip {
  visibility: visible;
}
.deposit_info:hover {
  background: url("../images/info_black.png");
}
.deposit_icon {
  background: url("../images/ic-tooltip.svg") no-repeat;
  width: 16px;
  height: 16px;
}
.deposit_icon:hover {
  width: 16px;
  height: 16px;
  background: url("../images/ic-tooltip-hover.svg") no-repeat;
}

/* --TEXT-- */
@media screen and (max-width: 360px) {
  .search-box {
    width: 200px;
  }
}

@media screen and (max-width: 347px) {
  .search-box {
    width: 100%;
  }

  .btn-group-saldo {
    display: none;
  }
}

@media screen and (max-width: 1048px) {
  .spot-stat-container {
    margin-top: 10px !important;
    float: none !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 0;
  }
}

#sell_orders tr:first-child th,
#buy_orders tr:first-child th,
#my_last_trades tr:first-child th,
#last_trades tr:first-child th {
  border: none;
}

#sell_orders tr,
#buy_orders tr,
#my_last_trades tr,
#last_trades tr {
  position: relative;
}

td.text-buy {
  color: #18b182;
}

td.text-sell {
  color: #e14b4b;
}

.market-book-buy::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(24, 177, 130, 0.125);
  width: var(--data-width);
}

.market-book-sell::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(225, 75, 75, 0.125);
  width: var(--data-width);
}
