iframe.goog-te-banner-frame {
  display: none !important;
}
iframe.skiptranslate {
  display: none !important;
}
body {
  position: static !important;
  top: 0px !important;
}

.box-auth-pass {
  position: relative;
}

.show-pass,
.show-pass2 {
  position: absolute;
  right: 16px;
  top: 9px;
  cursor: pointer;
}
.show-pass .icon-view,
.show-pass2 .icon-view {
  display: none;
}
.show-pass i,
.show-pass2 i {
  font-size: 14px;
  color: var(--white);
}
.show-pass.active .icon-view,
.show-pass2.active .icon-view {
  display: inline-block;
}
.show-pass.active .icon-view-hide,
.show-pass2.active .icon-view-hide {
  display: none;
}

.modal-body-scroll {
  max-height: 300px; /* Adjust based on your modal size */
  overflow-y: auto;
}

.Send-Box {
  height: 100px;
}

.send-chat-btn {
  border: none;
  cursor: pointer;
}

.live-icon {
  width: 10px;
  height: 10px;
  background: green;
  position: absolute;
  border-radius: 50%;
}

.message-input {
  width: 90%;
  border: 1px solid #081131;
  outline: none;
  padding: 14px;
  background: transparent;
  color: #fff;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.send-button {
  padding: 14px;
  outline: none;
  border: none;
  width: 60px;
  display: inline-block;
  margin-bottom: -40px;
  background: #081131;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.send-button-icon {
  color: orange;
  font-size: 24px;
}

.btn-special {
  border: none;
  outline: none;
  background: transparent;
}
@media (min-width: 300px) {
  .btn-special {
    border: none;
    outline: none;
    margin-right: 30px;
    background: transparent;
  }

  .message-input {
    width: 77%;
  }
}

.card-gradient {
  background: rgb(2, 0, 36);
  background: linear-gradient(
    150deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(9, 30, 62, 1) 39%,
    rgba(51, 58, 53, 1) 66%,
    rgba(238, 219, 12, 0.6250875350140056) 84%,
    rgba(255, 193, 7, 0.4206057422969187) 100%
  );
}

.login-bg-new {
  width: 100%;
  height: 100vh;
  position: absolute;
  background-position: center;
  background: url(img/carousel-2.gif) no-repeat;
}

.tradingview-widget-copyright {
  display: none !important;
}

form option {
  color: #ffff;
}

@media (max-width: 500px) {
}

.action-icons {
  font-weight: 600;
  font-size: 22px;
}
