@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100..700&display=swap&subset=latin,latin-ext,cyrillic,cyrillic-ext');

html, body {
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}

body {
  font-family: "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans",
    "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
}

[data-bs-theme="dark"] {
  --bs-body-bg: #12161f;
  --bs-tertiary-bg-rgb: 29, 35, 48;
}

.bg-dark {
  background-color: #12161f !important;
}
.intro-right-bg {
  background: -webkit-linear-gradient(0.41deg, #13c38e 19.48%, #5d69e9 -13.62%, #000000 267.11%);
  background: linear-gradient(0.41deg, #13c38e 19.48%, #5d69e9 -13.62%, #000000 267.11%);
  -webkit-filter: blur(225px);
  filter: blur(225px);
}

.intro-left-bg {
  background: #12161f;
  align-items: center;

}

.top::before {
    content: "\f586";
    font-family: bootstrap-icons !important;
    margin-right: 7px;
    color: gold;
}

/*********************************************************** GENERAL */
/* Sidebar --------------------------------------------------------------------------------------------------------------*/
.sidebar {
  width: 240px;
  transition: transform 0.3s ease;
  z-index: 1040;
}

.sidebar .nav-link {
  border-radius: 8px;
  padding: 10px 15px;
  font-weight: 500;
}

.sidebar .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.sidebar .nav-link.active {
  background-color: #5d69e9;
  color: #fff !important;
}

.main-header .navbar {
  -moz-transition: margin-left 0.3s ease-in-out;
  -o-transition: margin-left 0.3s ease-in-out;
  -webkit-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
  margin-bottom: 0;
  margin-left: 240px;
  min-height: 16px;
  border-radius: 0;
  border-bottom: 0px solid rgba(72, 94, 144, 0.16);
  padding: 0 18px;
  box-shadow: none;
}

.main-header .navbar {
  margin: 0;
}



nav.navbar {
    display: flex;
    justify-content: flex-end;
}
.navbar-toggler {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1D2330;
  font-size: 25px;
  color: #fff;
}

/* ---loader--- ------------------------------------------------------------------------------------------------------------------------*/
.preloader {
  width: 35px;
  height: 35px;
  border: 3px solid #FFF;
  border-radius: 50%;
  border-top-color: transparent;
  animation: spin 1s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.hidden {
  display: none;
}

.box {
  border-radius: 15px;
  padding: 1.1rem;
  margin-bottom: 1.5rem;
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #1D2330;
  box-shadow: -7.829px 11.607px 21px 0px rgba(25, 42, 70, 0.13);
}

.bordered {
  border: 1px solid #ffffff67;
}

.navbar-toggler {
  transition: transform 0.3s ease;
}

.navbar-toggler.rotated {
  transform: rotate(180deg);
}
/* INPUST ------------------------------------------------------------------------------------------------------------------------*/
select.form-control {
  background-color: #282e3b;
  color: #fff;
  border: 0px solid #444;
}

input.form-control {
  background-color: #282e3b;
  color: #fff;
  border: 0px solid #444;
}

/* BUTTONS ------------------------------------------------------------------------------------------------------------------------*/
/* .btn {
  border: none;
} */
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  opacity: 0.3;
}

.btn-primary {
  background: linear-gradient(45deg, #5d69e9, #8585f6);
}

.btn-primary:hover {
  background: linear-gradient(45deg, #8585f6, #5d69e9);
}

.active>.page-link,
.page-link.active {

  background: linear-gradient(45deg, #5d69e9, #8585f6);
  border-color: linear-gradient(45deg, #5d69e9, #8585f6);
}

/* SELECT-2 ---------------------------------------------------------------------------------------------------------------------*/
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
  color: #FFF;
  font-weight: 600;
}

.indicator-pair-wrapper .select2-container--bootstrap-5 .select2-selection {
  background-color: #12161f;
  border: none;
}

.select2-container--bootstrap-5 .select2-selection {
  background-color: #282e3b;
  border: none;
}

.select2-selection__choice {
  color: #FFF;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  color: #FFF;
}
/* .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    color: #fff;
    background-color: #5d69e9;
}

.select2-container--bootstrap-5 .select2-dropdown {
    color: #f2f3f5;
    background-color: #12161f;
    border-color: #282e3b;
} */


/* --DTATA TABLE-- */
html[data-bs-theme=dark] table.dataTable tbody tr>.dtfc-fixed-left,
html[data-bs-theme=dark] table.dataTable tbody tr>.dtfc-fixed-right {
  background-color: #1d2330;
  font-weight: 600;
}

html[data-bs-theme=dark] table.dataTable thead tr>.dtfc-fixed-left,
html[data-bs-theme=dark] table.dataTable thead tr>.dtfc-fixed-right,
html[data-bs-theme=dark] table.dataTable tfoot tr>.dtfc-fixed-left,
html[data-bs-theme=dark] table.dataTable tfoot tr>.dtfc-fixed-right {
    background-color: #1d2330;
}

.dataTables_wrapper th.sorting:before,
.dataTables_wrapper th.sorting:after,
.dataTables_wrapper th.sorting_asc:before,
.dataTables_wrapper th.sorting_asc:after,
.dataTables_wrapper th.sorting_desc:before,
.dataTables_wrapper th.sorting_desc:after {
  display: none !important;
}




/* TABLE */

.table {
  --bs-table-bg: #1D2330;
}

thead tr th {
  color: #5b6578;
  background: #12161f00;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  padding: 10px;
  white-space: nowrap;
}

table.dataTable>tbody>tr {
  vertical-align: middle;
}

.table>:not(caption)>*>* {
  padding: 0;
}

tbody tr td:nth-child(1) {
  padding: 12px 0px;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  height: 45px;
  vertical-align: middle;
}

.disabled-row {
  background: #ffffff17 !important;
  --bs-table-bg: #ffffff00;
  filter: blur(1px);
  opacity: 0.8;
}

/*********************************************************** ANALITYCS PAGE */

#coinTable tbody tr td:nth-child(1) {
  padding: 12px 0px;
}

#coinTable.custom-table tbody td:nth-child(8) {
  background-color: #dd5757;
  text-align: center;
  color: #000000;
}

#coinTable.custom-table tbody td:nth-child(9) {
  background-color: #12161ff7;
  text-align: center;
  color: #ffffff;
}

#coinTableOrder tbody tr td:nth-child(1) {
  padding: 12px 0px;
}



/* VIDGETS */

.timeframe>* {
  margin-left: 10px;
}

/* MARKET COUNTER */
#market-trend-counter {
  display: flex;
  justify-content: space-between;
  height: 15px;
  color: #fff;
  margin-bottom: 10px;
}

.progress-bar {
  background-color: #2fcc71;
}

#supertrend.progress {
  width: 100%;
  height: 4px;
}

.progress {
  background-color: #e74b3c;
}

/* ORDER COUNTER */
.order-counter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.order-counter-item {
  display: flex;
  max-height: 30px;
  width: 100px;
  margin-right: 15px;
}

.order-counter-item span {
  margin-right: 10px;
}

.order-counter-item i {
  margin-right: 10px;
}

.order-counter-item p {
  color: #fff;
}

/* MARKET SPREDS */
.market-spreds-counter-wrapper {
  display: flex;
  justify-content: space-between;
  max-height: 30px;
}

.market-spreds-item {
  display: flex;
}

.market-spreds-item i {
  margin-right: 10px;
}

.atr-spreds-wrapper {
  display: flex;
  justify-content: space-between;
}

.market-divergence-counter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-height: 30px;
}

.market-divergence-item i {
  margin-right: 10px;
}

.market-divergence-item {
  display: flex;
}

/*********************************************************** SEEDER PAGE */
/* #seederCoinTable.custom-table tbody td:nth-child(6) {
  border-left: 1px solid;
} */
#btc-usdt-text {
    color: #e3b259;
}
#alt-usdt-text {
    color: #8891fe;
}
.dt-seeder-search {
    display: flex;
    justify-content: end;
}
/* #seederCoinTable.custom-table tbody td:nth-child(9) {
  border-right: 1px solid;
} */

#trama {
    display: flex;
    align-items: baseline;
}

#trama img{
  margin-right: 5px;
}
/*********************************************************** INDICATORS PAGE */
div#positions {
    display: flex;
    justify-content: flex-end;
    font-size: 13px;
    color: #fff;
}
.position-wrapper span {
      margin-right: 5px;
}
.btcdom-vidget-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.btcdom-header {
    display: flex;
    justify-content: space-between;
}
/* #signal {
    position: absolute;
    top: 0;
} */
/*INDICATORs */
a.btn.active {
  background: #ffffff14;
  border: 0;
}
a.btn:hover {
    background: #ffffff14;
}

.toolbar {
  border-bottom: 1px solid #ffffff14;
}

.indicator-pair-wrapper {
  align-items: center;
  display: flex;
  border-right: 1px solid #ffffff14;
  padding-right: 15px;
  width: 134px;
}

.indicator-tools-wrapper {
    /* width: 60%; */
}
#indicator-tools {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 38px;
  /* border-right: 1px solid #ffffff14; */
  padding-right: 15px;
}

#indicator-tools .form-switch {
  margin-right: 10px;
  background: #12161f;
  padding: 4p;
  border-radius: 10px;
  padding: 10px 0px 10px 40px;
}

.indicator-timeframe-wrapper {
  /* display: flex;
  align-items: center;
  border-right: 1px solid #ffffff14;
  padding-right: 15px;
  width: 30%; */
  
}
  .indicator-timeframe-wrapper {
    display: flex;
    align-items: center;
    border-right: none;
    padding-right: 15px;
  }


.indicator-rsi-progress-bar-wrapper {
    position: absolute;
    bottom: 70px;
    left: 15px;
}
.col-12.col-md-10.chart-wrapper {
    padding: 0;
}

/* RSI PROB INDICATOR */
#rsiProb {
  padding-top: 10px;
}

.rsi-progress-bar {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 15px;

}

.rsi-progress-bar .progress {
  width: 200px;
  height: 12px;
  position: relative;
  border-radius: 4px;
  /* margin: 1rem; */
  text-align: center;
  border-radius: 0 !important;
}

.gradient-bk {
  background: rgb(0, 211, 56);
  background: linear-gradient(to right, rgb(38 255 0 / 79%) 1%, rgb(0 92 0) 30%, rgba(252, 252, 0, 1) 55%, rgba(252, 252, 0, 1) 55%, rgba(252, 252, 0, 1) 62%, rgb(255 129 101) 68%, rgb(255 0 0) 100%);
}

.progress span {
  color: #f6f7f8;
  font-size: 10px;
  /* font-weight: 600; */
  position: absolute;
}

.range {
  background: #12161f;
  width: 50%;
}

.progress .incomplete {
  position: absolute;
  width: 100%;
  float: right;
  background-color: #12161f !important;
  top: 0px;
  right: -1px;
  height: 12px;
}

.progress-min {
  content: '';
  height: 10px;
  width: 2px;
  background: rgb(38 255 0 / 79%);
  position: absolute;
  left: 30%;
}

.progress-max {
  content: '';
  height: 10px;
  width: 2px;
  background: rgb(255 0 0);
  position: absolute;
  left: 70%;
  z-index: 1;
}

#chart-wrapper {
  position: relative;
  min-height: 615px;
}

#pair {
  width: 185px;
}

div#dayStatCollapse {
    overflow: scroll;
}
div#atrDays {
  display: flex;
  padding-left: 1.4%;
  padding-right: 4%;
}
#atrDays td {
  font-size: 12px;
}

div#atrDays .card {
  text-align: center;
  width: 10%;
  margin: 0px 0.7%;
}

.symbol-table {
  display: flex;
  align-items: center;
}

.symbol-table img {
  width: 24px;
  margin-right: 6px;
}

.live-calc {
  display: flex;

  flex-direction: column;
}

.live-calc div {
  display: flex;
}

span#atrPoints,
span#points {
  min-width: 75px;
  margin-left: 10px;
}

/*--------------------MOBILE------------------- */
/* Mobile collapse */
@media (max-width: 991px) {
  .sidebar {
    transform: translateX(-100%);
  }

  .sidebar.show {
    transform: translateX(0);
  }

  .main-header .navbar {
    margin: 0;
    min-height: 80px;
  }
  .intro-left-bg {
    align-items: end;
  }
  
}

/* Shift content when sidebar visible on desktop */
@media (min-width: 992px) {
  .content-wrapper {
    margin-left: 240px;
  }
}

@media (min-width: 769px) {
  .tv-chart {
    position: fixed;
    width: 23%;
  }
}

@media only screen and (max-width: 600px) {

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-right: calc(var(--bs-gutter-x) * .7);
    padding-left: calc(var(--bs-gutter-x) * 0.7);
  }

    .indicator-live-calc-wrapper {
        position: absolute;
        bottom: -100px;
        right: 20px;
        z-index: 2;
    }
  .indicator-pair-wrapper {
    border-right: none;
    width: 100%;
  }

  .toolbar {
    border: none;
    position: relative;
  }

  #indicatorPair .select2-container--bootstrap-5 .select2-selection {
      font-size: 20px;
      padding-left: 0;
  }
  .indicator-timeframe-wrapper {
    border-right: none;
  }



  #indicator-tools {
    border: none;
  }

  .tv-chart {
    display: none;
  }

  div#timeframe {
    width: 100%;
  }
.indicator-timeframe-wrapper {
    padding-right: 0;
}
  #indicator-tools {
    /* margin: 8px 0px; */
    overflow: scroll;
    /* width: 350px; */
    width: calc(100vw - 40px);
  }

  .indicator-card {
    width: 100%;
    margin-right: 0;
  }

  table.dataTable {
    font-size: 14px;
  }

  table.dataTable>tbody>tr.child ul.dtr-details {
    width: 100%;
  }

  .preloader {
    left: 44%;
    top: 36%;
  }

  #coinTable tbody tr td:nth-child(1) a {
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #coinTable thead tr th:nth-child(1) {
    width: 45px !important;
  }

  #coinTable thead tr th:nth-child(3) {}

  #coinTable thead tr th {
    white-space: nowrap;
    font-size: 8px;
  }

  #coinTableBody {
    font-size: 10px;
  }

  .dataTables_wrapper div.dataTables_filter input {
    margin-left: .5em;
    display: inline-block;
    width: auto;
    font-size: 16px;
  }

  /* .table>:not(caption)>*>* {
    font-size: 13px;
  } */
}