.VIpgJd-ZVi9od-l4eHX-hSRGPd{
    display: none !important;
}
/* ................ */
.dep_copy_btn{
  background: transparent!important;
  border: 0!important;
  cursor: pointer!important;
}
.copy_btn,.JusHTsgy,.HUhySGtS{
  cursor: pointer!important;
}
.hidden-sm-up {
  display:none !important
}
.tradingview-widget-container > iframe{
    border-radius: var(--bs-border-radius-lg) !important;
}
.w-100{
  width: 100% !important;
}
.pl-2{
  padding-left: 2px;
}
.select_form{
  border: 0 !important;
  border-left: 2px solid white !important;
  border-radius: unset !important;
  color: white !important;
}
.select_form2{
  border: 0 !important;
  border-right: 2px solid white !important;
  border-radius: unset !important;
  color: white !important;
}
.ltv_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.ltv_content.show {
  max-height: 500px; /* Adjust this based on the content height */
}
.markets_section__rcard-selector .f-dropdown.open ul {
  width: 170px !important;
}
.markets_section__rcard-selector .f-dropdown > span {
  width: 175px !important;
}
.l_term{
  border-color: cadetblue !important;
  color: white !important;
}
.aab {
  color: #aab;
}
/* .swiper-wrapper {
  display: flex !important;
}

.swiper-wrapper > div.swiper-slide {
  flex: 1 !important;
} */
@media(max-width:1024px) {
    #language_div{
        z-index: 1900;position: fixed;bottom:  0; padding: 10px;
        left: 10%
    }
    
    .hidden-sm-down {
      display:none!important
    }
    .hidden-sm-up {
        display:block !important
    }
    
}