
:root {
  --body-bg: #111928;
  --bg-primary: #1C64F2; 
  --bg-surface: #1F2A37;
  --border-surface: #374151;
  --bg-surface-strong: #374151;
  --text-color: #9CA3AF;
  --text-color-strong: #fff;
}

.theme_no_2 {
  --bg-primary: #B79C55; 
}

.theme_no_3 {
  --bg-primary: #61C6B2; 
}

.light {
  --body-bg: #fff;
  --bg-surface: #F3F4F6;
  --border-surface: #E5E7EB;
  --bg-surface-strong: #E5E7EB;
  --text-color: #1F2A37;
  --text-color-strong: #111928;
}

.btn.btn-primary {
  background-color: var(--bg-primary);
  border-color: var(--bg-primary);
  min-width: 150px;
}

.light button.btn.buyorder-action, .dark button.btn.buyorder-action {
  color: #fff;
}
.light button.btn.sellorder-action, .dark button.btn.sellorder-action {
  color: #fff;
}

.increase-coin-base, .increase-coin-price {
  color: var(--text-color-strong);
}
.coin-card .base-quote, .coin-card .volume {
  color: var(--text-color-strong);
}
.light .coin-card button.dropdown-item:hover .base-quote {
  color: #fff;
}
.light .coin-card button.dropdown-item:hover .volume {
  color: #fff;
}

/*
  ############################################################
    This file created by NOVEMBROS.
  ############################################################
*/


.trade-head-title {
  color: #fff;
}
.order-book-title {
  color: #fff;
}

.light .trade-head-title {
  color: #000;
}
.light .order-book-title {
  color: #000;
}

.border-trade-header {
  border-color: #353B47;
}
.light .border-trade-header {
  border-color: transparent;
}

.trade-header-dropdown .coin-name {
  color: #fff;
}
.light .trade-header-dropdown .coin-name {
  color: #000;
}

.light .custom-border-color.border-secondary {
  border-color: #e5e7eb!important;
}

.trade-forms-container {
  background-color: #121928;
  color: #fff;
}
.light .trade-forms-container {
  background-color: var(--bg-surface-strong);
  color: #000;
}

.light .trade-forms-container input.buyorder-input {
  background-color: var(--bg-surface);
  border: 0;
  color: #000;
}
.light .trade-forms-container input.sellorder-input {
  background-color: var(--bg-surface);
  border: 0;
  color: #000;
}

.trade-forms-container button {
  color: #fff;
}
.light .trade-forms-container button {
  color: #000;
}

div.buyorder-dropdown > button, div.sellorder-dropdown > button {
  background-color: var(--bg-surface);  
  border: 0;
  color: #fff;
  border-radius: 8px;
  height: 39px;
  margin-top: 10px;
  width: 100%;
}

.dark div.buyorder-dropdown > button, .dark div.sellorder-dropdown > button {
  border: 1px solid #4B5563;
  background-color: #374151;
}

ul.buyorder-options button, ul.sellorder-options button {
  background-color: var(--bg-surface);
  border: 0;
}

.dark .add-bank-modal .form-control, .dark .add-api-modal .form-control {
  background-color: #121928;
}
.dark .add-bank-modal .form-control:focus, .dark .add-api-modal .form-control:focus {
  background-color: #121928;
}

.light .add-bank-modal .form-control, .light .add-api-modal .form-control {
  background-color: var(--bg-surface);
  color: var(--text-color-strong);
}
.light .add-bank-modal .form-control:focus, .light .add-api-modal .form-control:focus {
  background-color: var(--bg-surface);
  color: var(--text-color-strong);
}

.add-bank-modal .modal-title {
  color: var(--text-color-strong);
}

.light ul.buyorder-options {
  border: 0;
}
.light ul.sellorder-options {
  border: 0;
}

.dark .table-order-book {
  color: #fff;
}
.dark .table-recent-trades-wrapper table {
  color: #fff;
}
.dark .recent-trades-title {
  color: #fff;
}

.light ul.buyorder-options button:hover {
  background-color: var(--bg-surface-strong);
}
.light ul.sellorder-options button:hover {
  background-color: var(--bg-surface-strong);
}

.light div.guest-warn {
  background-color: var(--bg-surface);
  color: #000;
}

.guest-warn a {
  color: var(--bg-primary);
}

.dark ul.buyorder-options button, .dark ul.sellorder-options button {
  background-color: #374151;
}

.light .custom-border-color-dark.border-secondary {
  border-color: #d9d9d9!important;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mt0 {
  margin-top: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pg-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pg-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pg-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

input:focus,
textarea:focus,
select:focus,
button:focus,
div:focus {
  outline: none;
}

html,
body {
  width: 100%;
  background: var(--body-bg);
}

body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.hidden {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: var(--bg-primary);
}
a:hover {
  text-decoration: none;
  color: var(--bg-primary);
}

input:invalid {
  border-color: red;
}

form:invalid button[type=submit] {
  cursor: not-allowed;
  pointer-events: none;
}

@media (min-width: 1440px) {
  .container {
    max-width: 1380px;
  }
}
.hover01 {
  transition: all ease-in-out 300ms;
}
.hover01:hover {
  box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
  transform: translate(0px, -4px) scale(1.01);
}

.hover02 {
  transition: all ease-in-out 300ms;
}
.hover02:hover {
  box-shadow: 0px 17px 30px -8px rgba(0, 0, 0, 0.2);
  transform: translate(0px, -1px) scale(1.02);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track::before {
  display: table;
  content: "";
}
.slick-track::after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
}
.slick-dots li div {
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
  background: #8e99a3;
  margin: 0 5px;
  cursor: pointer;
}
.slick-dots .slick-active div {
  border: none;
  background: #2f80ed;
}

.slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 1px solid #000;
  font-size: 30px;
  border-radius: 50%;
  cursor: pointer;
}
.slick-arrow.slick-prev {
  left: 30px;
}
.slick-arrow.slick-next {
  right: 30px;
}

.login {
  background-color: #111928;
  padding: 60px 0 120px;
  min-height: calc(100vh);
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .login {
    padding-top: 30px;
  }
}
.login::before {
  content: "";
  background: #3F83F8;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  filter: blur(200px);
  position: absolute;
  top: -20%;
  left: -15%;
  z-index: -1;
}
.login::after {
  content: "";
  background: #9061F9;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  filter: blur(200px);
  position: absolute;
  bottom: -20%;
  left: -15%;
  z-index: -1;
}
@media (max-width: 992px) {
  .login .row {
    flex-direction: column-reverse;
  }
}
.login .row-reset {
  margin: 0;
}
.login .row-reset .col-lg-4, .login .row-reset .col-lg-6 {
  padding: 0;
}
.login .row-reset form {
  border-radius: 0 8px 8px 0;
}
.login form {
  height: 100%;
  padding: 32px;
  border-radius: 8px;
  background-color: var(--bg-surface);
  /*background-color: #1F2A37; */
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .login form {
    margin-bottom: 30px;
  }
}
.login form.sign-up {
  padding: 60px;
}
@media (max-width: 992px) {
  .login form.sign-up {
    padding: 20px;
    border-radius: 8px;
  }
}
.login form h4 {
  color: var(--text-color-strong);
  font-size: 24px;
  font-weight: 900px;
  margin-bottom: 20px;
}
.login form h3 {
  color: var(--text-color-strong);
  font-size: 38px;
  font-weight: 700px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .login form h3 {
    font-size: 24px;
  }
}
.login form .input-container {
  margin-bottom: 20px;
  position: relative;
}
.login form .input-container label {
  display: block;
  font-size: 14px;
  line-height: 21px;
  color: var(--text-color-strong);
  font-weight: 500;
  margin-bottom: 8px;
}
.login form .input-container input {
  border-radius: 8px;
  padding: 12px 16px;
  border: 1px solid transparent;
  background: var(--bg-surface-strong);
  width: 100%;
  color: var(--text-color-strong);
}
.login form .input-container input::placeholder {
  color: #9CA3AF;
}
.login form .input-container select {
  border-radius: 8px;
  padding: 12px 42px 12px;
  border: 1px solid transparent;
  width: 100%;
  color: #9CA3AF;
  background: url("../images/icons/down-arrow.svg") no-repeat right var(--bg-surface-strong);
  -webkit-appearance: none;
  background-position-x: calc(100% - 10px);
}
.login form .input-container select::placeholder {
  color: #9CA3AF;
}
.login form .input-container svg {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.login form .checkbox {
  margin-bottom: 16px;
}
.login form .checkbox input {
  display: none;
}
.login form .checkbox input:checked + label::after {
  transform: rotate(45deg) scale(1);
}
.login form .checkbox label {
  display: flex;
  position: relative;
  margin-bottom: 0;
}
.login form .checkbox label::before {
  content: "";
  border-radius: 4px;
  border: 0.5px solid transparent;
  background: var(--bg-surface-strong);
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 8px;
}
.login form .checkbox label::after {
  content: "";
  width: 7px;
  height: 14px;
  border-right: 1px solid #9CA3AF;
  border-bottom: 1px solid #9CA3AF;
  position: absolute;
  top: 2px;
  left: 7px;
  transform: rotate(45deg) scale(0);
  transition: all ease-in-out 300ms;
}
.login form .checkbox label p {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  line-height: 150%;
  color: #9CA3AF;
  flex: 1;
}
.login form .checkbox label p a {
  color: var(--bg-primary);
}
.login form .button-style-01 {
  width: 100%;
  padding: 10px 20px;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  background-color: var(--bg-primary);
  margin-bottom: 0px;
}
.login form .link {
  font-size: 14px;
  font-weight: 500;
  display: block;
  text-align: center;
  margin-top: 16px;
  color: var(--bg-primary);
}
.login form .login-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color-strong);
  margin-top: 20px;
}
.login form .login-link a {
  color: var(--bg-primary);
}
.login .countdown {
  font-size: 12px;
  font-weight: 400;
  color: #9CA3AF;
  display: flex;
  margin-bottom: 20px;
}
.login .countdown #countdown {
  margin-left: 5px;
}
.login .text ul li:not(:last-child) {
  margin-bottom: 24px;
}
.login .text ul li img {
  filter: invert(40%) sepia(89%) saturate(500%) hue-rotate(180deg);
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.login .text ul li h5 {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .login .text ul li h5 {
    font-size: 16px;
    line-height: 16px;
  }
}
.login .text ul li p {
  padding-left: 30px;
  color: #9CA3AF;
  font-size: 16px;
}
@media (max-width: 992px) {
  .login .text ul li p {
    font-size: 12px;
  }
}
.login .picture {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .login .picture {
    display: none;
  }
}
.login .picture .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px 0 0 8px;
}
.login .picture .logo {
  position: absolute;
  left: 60px;
  bottom: 20px;
  transform: rotate(-90deg);
  transform-origin: 0%;
  height: 50px;
}

.dark .form-control.address-input {
  background-color: #121928;
}
.dark .form-control.address-input:focus {
  background-color: #121928;
}
.light .form-control.address-input {
  background-color: #f3f4f6;
  color: #000;
}
.light .form-control.address-input:focus {
  background-color: #f3f4f6;
  color: #000;
}

.dark .address-modal .modal-title {
  color: #ddd;
}

.swiper {
  margin-top: 35px;
}
.swiper .swiper-slide .row {
  background-color: var(--bg-surface);
  border-radius: 8px;
  overflow: hidden;
  margin: 0;
  position: relative;
}
.swiper .swiper-slide .row .col-lg-7, .swiper .swiper-slide .row .col-lg-5 {
  padding: 0;
}
.swiper .swiper-slide .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .swiper .swiper-slide .bg {
    position: absolute;
    top: 0;
  }
}
.swiper .swiper-slide .text {
  padding: 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .swiper .swiper-slide .text {
    background-color: rgba(31, 42, 55, 0.9);
  }
}
.swiper .swiper-slide .text span {
  color: var(--text-color);
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}
.swiper .swiper-slide .text h2 {
  color: var(--text-color-strong);
  font-size: 30px;
  font-weight: 800;
  line-height: 150%;
  margin-bottom: 20px;
}
.swiper .swiper-slide .text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: var(--text-color);
  margin-bottom: 25px;
}
.swiper .swiper-slide .text a {
  color: var(--bg-primary);
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
}
.swiper .swiper-slide .text a img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  margin-left: 8px;
}
.swiper .swiper-button-prev, .swiper .swiper-button-next {
  width: 38px;
  height: 38px;
}
@media (max-width: 992px) {
  .swiper .swiper-button-prev, .swiper .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
.swiper .swiper-button-prev::after, .swiper .swiper-button-next::after {
  display: none;
}

.marquee {
  padding: 14px 0;
  background: var(--bg-surface-strong);
}
.marquee ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.marquee ul::-webkit-scrollbar {
  display: none;
}
.marquee ul li {
  width: auto !important;
  padding: 0 16px;
}
.marquee ul li a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
}
.light .marquee ul li a {
  color: #111928;
}
.marquee ul li a span {
  border: 1px solid #1F2A37;
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  padding: 2px 10px;
  border-radius: 3px;
  margin-left: 8px;
}
.marquee ul li a span.up {
  border-color: #31C48D;
  color: #31C48D;
}
.marquee ul li a span.down {
  border-color: #F98080;
  color: #F98080;
}

.frame-container {
  background-color: var(--bg-surface);
  margin-top: 30px;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 60px;
}
.frame-container .row {
  margin: 0 -5px;
}
@media (max-width: 992px) {
  .frame-container .row.row-reverse {
    flex-direction: column-reverse;
  }
}
.frame-container .row .col-xl-4 {
  padding: 0 5px;
}
.frame-container .table-responsive {
  border: 1px solid var(--bg-surface-strong);
  border-radius: 8px;
  margin-top: 26px;
}
.frame-container .table-responsive .table {
  border: none;
  border-radius: 8px;
}
@media (max-width: 992px) {
  .frame-container .table-responsive .table {
    min-width: 1200px;
  }
}
.frame-container .table-responsive .table thead tr th {
  background-color: var(--bg-surface-strong);
  color: var(--text-color);
  font-size: 12px;
  font-weight: 600;
  padding: 16px;
  border: none;
}
.frame-container .table-responsive .table tbody tr td {
  padding: 16px;
  border-right: 2px solid var(--bg-surface-strong);
  border-bottom: none;
  vertical-align: middle !important;
  color: var(--text-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
.frame-container .table-responsive .table tbody tr td:last-child {
  border: none;
}
.frame-container .table-responsive .table tbody tr td svg {
  margin: 0 auto;
  display: block;
}
.frame-container .table-responsive .table tbody tr td .pair {
  display: flex;
  align-items: center;
  font-weight: 400;
}
.frame-container .table-responsive .table tbody tr td .pair img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-right: 6px;
}
.frame-container .table-responsive .table tbody tr td .price span {
  color: #4B5563;
  margin-left: 10px;
}
.frame-container .table-responsive .table tbody tr td .up {
  background-color: #0E9F6E;
  color: #fff;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 8px;
  width: 80px;
  text-align: center;
}
.frame-container .table-responsive .table tbody tr td .down {
  background-color: #F05252;
  color: #fff;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 8px;
  width: 80px;
  text-align: center;
}
.frame-container .pagination {
  display: inline-flex;
  border: 1px solid #374151;
  border-radius: 6px;
  margin-top: 16px;
}
.frame-container .pagination li {
  color: #9CA3AF;
  font-size: 14px;
  transform: all ease-in-out 300ms;
}
.frame-container .pagination li:hover {
  background-color: #374151;
}
.frame-container .pagination li:not(:last-child) {
  border-right: 1px solid #374151;
}
.frame-container .pagination li a {
  color: #9CA3AF;
  font-size: 14px;
  display: block;
  padding: 6px 12px;
}
.frame-container .tabList {
  display: flex;
  margin-bottom: 20px;
}
.frame-container .tabList li {
  border: 1px solid var(--bg-primary);
  color: var(--bg-primary);
  font-size: 12px;
  line-height: 150%;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 8px;
  margin-right: 16px;
  transition: all ease-in-out 300ms;
  cursor: pointer;
}
.frame-container .tabList li:hover {
  background: var(--bg-surface-strong);
}
.frame-container .tabList li.fav {
  color: #FACA15;
  border-color: #FACA15;
}
.frame-container .tabList li.selected {
  background: var(--bg-primary);
  color: #fff;
}
.frame-container .min-table {
  background-color: var(--body-bg);
  border-radius: 6px;
  overflow: hidden;
  padding: 10px 0;
  margin-bottom: 12px;
}
.frame-container .min-table table {
  width: 100%;
}
.frame-container .min-table table th {
  background-color: var(--body-bg);
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  color: var(--text-color);
  border-bottom: 1px solid var(--bg-surface);
}
.frame-container .min-table table td {
  font-size: 12px;
  color: var(--text-color);
  font-weight: 500;
  padding: 6px 12px;
  vertical-align: middle !important;
}
.frame-container .min-table table td .pair img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  margin-right: 6px;
}
.frame-container .min-table table td .up {
  background-color: #0E9F6E;
  color: #fff;
  display: inline-block;
  padding: 4px 4px;
  border-radius: 8px;
  width: 60px;
  text-align: center;
}
.frame-container .min-table table td .down {
  background-color: #F05252;
  color: #fff;
  display: inline-block;
  padding: 4px 4px;
  border-radius: 8px;
  width: 60px;
  text-align: center;
}
.frame-container .search {
  display: flex;
  align-items: center;
  background-color: var(--bg-surface);
  border: 1px solid var(--bg-surface-strong);
  padding: 12px 16px;
  border-radius: 8px;
}
.frame-container .search input {
  flex: 1;
  background: transparent;
  border: none;
  padding: 0 8px;
  font-size: 14px;
  color: #fff;
}
.frame-container .search input::placeholder {
  color: #9CA3AF;
}
.frame-container .coin-box {
  padding: 20px;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .frame-container .coin-box {
    margin-bottom: 16px;
  }
}
.frame-container .coin-box .coin-name {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
}
.frame-container .coin-box .coin-name img {
  width: 50px;
  height: 50px;
  display: block;
  margin-bottom: 6px;
}
.frame-container .coin-box .price {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 8px;
}
.frame-container .coin-box ul {
  display: flex;
  align-items: center;
}
.frame-container .coin-box ul li {
  margin-right: 10px;
}
.frame-container .coin-box ul li span {
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  color: #fff;
  opacity: 0.7;
}
.frame-container .coin-box ul li .bb {
  background-color: #fff;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 150%;
}
.frame-container .coin-box .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}

.trade-card {
  max-width: 550px;
  width: 100%;
  background-color: #1F2A37;
  border-radius: 20px;
  padding: 20px;
  margin: 30px auto;
}
.light .trade-card {
  background-color: var(--bg-surface-strong);
}

.trade-card .head {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  /* 36px */
  letter-spacing: -0.24px;
  text-align: center;
  color: var(--text-color-strong);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.trade-card .head img {
  width: 28px;
  height: 28px;
  margin-right: 4px;
  object-fit: contain;
}
.trade-card .you-have {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.trade-card .you-have .tt {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: var(--text-color-strong);
  margin-right: 10px;
}
.trade-card .you-have ul {
  display: flex;
  flex-wrap: wrap;
}
.trade-card .you-have ul li {
  padding: 8px 12px;
  border: 1px solid #4B5563;
  color: #9CA3AF;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  margin: 6px;
}
.light .trade-card .you-have ul li {
  background-color: var(--bg-surface);
  border: 1px solid #e5e7eb;
}
.trade-card .price {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .trade-card .price {
    font-size: 20px;
  }
}
.trade-card .price .v01 {
  color: var(--text-color-strong);

}
.trade-card .price .v02 {
  color: #9CA3AF;
}
.trade-card h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: var(--text-color-strong);
  text-align: center;
  margin-bottom: 8px;
}
.trade-card .ratio-btn {
  background-color: #DEF7EC;
  border-radius: 6px;
  padding: 2px 10px;
  font-size: 12px;
  line-height: 150%;
  font-weight: 500;
  display: table;
  margin: 0 auto 20px;
}
.trade-card .item {
  margin-bottom: 20px;
}
.trade-card .item h2 {
  color: var(--text-color-strong);
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .trade-card .item h2 {
    font-size: 18px;
  }
}
.trade-card .item .list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.trade-card .item .list li {
  color: #9CA3AF;
  border: 1px solid #e5e7eb;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  cursor: pointer;
  background-color: var(--bg-surface);
}
@media (max-width: 992px) {
  .trade-card .item .list li {
    font-size: 10px;
    padding: 8px;
  }
}
.trade-card .item .list li.selected {
  background-color: var(--bg-primary);
  border-color: var(--bg-primary);
  color: #fff;
}
.trade-card .item .coin-input {
  display: flex;
}
.trade-card .item .coin-input input {
  flex: 1;
  border: 1px solid #4B5563;
  border-left: 0;
  background: #374151;
  padding: 12px;
  border-radius: 0 8px 8px 0;
}
.light .trade-card .coin-input input {
  background-color: var(--bg-surface);
  border-color: var(--bg-surface);
  color: var(--text-color-strong);
}


.dropdown-item.active, .dropdown-item:active {
  background-color: var(--bg-primary);
}

.trade-card .item .coin-input .dropdown button {
  height: 100%;
  border: 1px solid #4B5563;
  background-color: #4B5563;
  color: #fff;
  border-right: 0;
  border-radius: 8px 0 0 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  padding: 0 20px;
  position: relative;
}
.trade-card .item .coin-input .dropdown button::after {
  content: "";
  border: none !important;
  background: url("../images/icons/down-arrow.svg") no-repeat;
  filter: brightness(0) invert(1);
  width: 9px;
  height: 6px;
}
.trade-card .item .coin-input .dropdown button img {
  margin-right: 8px;
}
.trade-card .item p {
  color: var(--text-color-strong);
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .trade-card .item p {
    font-size: 12px;
  }
}
.trade-card .button {
  background-color: var(--bg-primary);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  padding: 14px 24px;
  border-radius: 8px;
  width: 100%;
  border: none;
  margin-top: 15px;
  transition: all ease-in-out 300ms;
}
@media (max-width: 992px) {
  .trade-card .button {
    font-size: 14px;
    padding: 12px;
  }
}
.trade-card .button:hover {
  box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
  transform: translate(0px, -4px) scale(1.01);
}

.main-page.exchange-token .content-box {
  color: rgb(238, 238, 238);
}
.light .main-page.exchange-token .content-box {
  color: #000;
}

.main-page {
  display: flex;
}
@media (max-width: 992px) {
  .main-page {
    flex-wrap: wrap;
  }
}
.main-page .sidebar {
  background-color: #1F2A37;
  border: 1px solid #374151;
  width: 250px;
  height: 100%;
  border-radius: 0 0 8px 8px;
  padding: 16px 12px;
  border-top: 0;
}
.light .main-page .sidebar {
  background-color: var(--bg-surface);
  border: 1px solid #e5e7eb;
}
@media (max-width: 992px) {
  .main-page .sidebar {
    width: 100%;
    padding: 12px 12px 0;
  }
}
.main-page .sidebar .item {
  margin-bottom: 10px;
}
.light .main-page .sidebar .item .head path {
  fill: #a6a6a6;
}
.dark .main-page .sidebar .item .head path {
  fill: #fff;
}
.main-page .sidebar .item.selected .head {
  background-color: #374151;
  border-radius: 8px;
}
.light .main-page .sidebar .item.selected .head {
  background-color: #fff;
  color: var(--bg-primary);
}
.light .main-page .sidebar .item.selected .head span {
  color: var(--bg-primary);
}
.light .main-page .sidebar .item.selected .head path {
  fill: var(--bg-primary);
}
.main-page .sidebar .item.selected .head .arrow {
  transform: rotate(180deg);
}
.main-page .sidebar .item.selected .content {
  display: block;
}
.main-page .sidebar .item .head {
  padding: 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.main-page .sidebar .item .head svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.main-page .sidebar .item .head img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.main-page .sidebar .item .head .arrow {
  transition: all ease-in-out 300ms;
  width: 28px;
  height: 28px;
}
.main-page .sidebar .item .head span {
  margin-left: 8px;
  margin-right: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #fff;
}
.light .main-page .sidebar .item .head span {
  color: #000;
}
.main-page .sidebar .item.selected .head span {
  color: #fff;
}
.main-page .sidebar .item .content {
  display: none;
}
.main-page .sidebar .item .content ul {
  padding: 10px 0;
}
.main-page .sidebar .item .content ul li {
  padding-left: 32px;
}
.main-page .sidebar .item .content ul li:hover a {
  color: #374151;
}
.main-page .sidebar .item .content ul li.active a {
  color: var(--bg-primary);
  border-color: var(--bg-primary);
}
.main-page .sidebar .item .content ul li a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
  padding: 9px 0;
  display: block;
  transition: all ease-in-out 300ms;
  border-bottom: 1px solid transparent;
}
.dark .main-page .sidebar .item .content ul li a:hover {
  color: var(--text-color-strong);
}

.light .main-page .sidebar .item .content ul li a {
  color: #000;
}
.main-page .main-content {
  flex: 1;
  padding: 26px;
}
@media (max-width: 992px) {
  .main-page .main-content {
    padding: 12px;
    width: 100%;
    flex: inherit;
  }
}
.main-page .main-content h4.title {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 36px */
  letter-spacing: -0.24px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.light .main-page .main-content h4.title {
  color: #000;
}
@media (max-width: 992px) {
  .main-page .main-content h4.title {
    font-size: 20px;
  }
}
.main-page .main-content h4.title svg {
  margin-right: 8px;
}
.main-page .main-content .balance {
  margin-bottom: 30px;
  border-radius: 8px;
  padding: 20px;
  background: var(--primary-900, #233876);
  /* shadow */
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.main-page .main-content .balance h4 {
  display: flex;
  align-self: center;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.main-page .main-content .balance h4 .eye {
  background: transparent;
  border: none;
  margin-left: 10px;
}
.main-page .main-content .balance h4 .eye img {
  object-fit: contain;
  width: 24px;
  height: 24px;
  margin-top: -2px;
}
.main-page .main-content .balance .price {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .main-page .main-content .balance .price {
    font-size: 20px;
  }
}
.main-page .main-content .balance .price .v01 {
  color: #fff;
  display: flex;
  align-items: center;
}
.main-page .main-content .balance .price .v02 {
  color: #9CA3AF;
  margin-left: 8px;
}
.main-page .main-content .balance .price .down {
  padding: 4px;
  border-radius: 4px;
  border: 1px solid var(--gray-600, #4B5563);
  background: var(--gray-700, #374151);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.main-page .main-content .balance p {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.main-page .main-content .radios {
  display: flex;
  margin-bottom: 22px;
}
.main-page .main-content .radios .item {
  margin-right: 16px;
}
.main-page .main-content .radios .item input {
  display: none;
}
.main-page .main-content .radios .item input:checked + label::before {
  background-color: var(--bg-primary);
}
.main-page .main-content .radios .item input:checked + label::after {
  transform: scale(1);
}
.main-page .main-content .radios .item label {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  color: #fff;
  cursor: pointer;
}
.main-page .main-content .radios .item label::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  margin-right: 10px;
}
.main-page .main-content .radios .item label::after {
  content: "";
  background: url("../images/icons/check.svg");
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  left: 2px;
  top: 5px;
  transform: scale(0);
  transition: all ease-in-out 300ms;
}
.main-page .main-content .tab-flex {
  display: flex;
}
@media (max-width: 992px) {
  .main-page .main-content .tab-flex {
    flex-direction: column;
  }
}
.main-page .main-content .tab-flex .dropdown {
  margin-left: auto;
}
@media (max-width: 992px) {
  .main-page .main-content .tab-flex .dropdown {
    margin: 0 0 15px;
  }
}
.main-page .main-content .tab-flex .dropdown button {
  background: var(--bg-primary);
  border: none;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 6px;
}
.main-page .main-content .tab-flex .dropdown button::after {
  content: "";
  border: none !important;
  background: url("../images/icons/down-arrow.svg") no-repeat;
  width: 9px;
  height: 6px;
  filter: brightness(0) invert(1);
}
.main-page .main-content .tab-flex .dropdown button img {
  width: 20px;
  margin-right: 8px;
}
.main-page .main-content .tab-flex .dropdown .dropdown-menu {
  background-color: #1F2A37;
}
.main-page .main-content .tab-flex .dropdown .dropdown-menu li a {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}
.main-page .main-content .tab-flex .dropdown .dropdown-menu li a:hover {
  background: #111928;
}
.main-page .main-content .tab-flex .dropdown .dropdown-menu li a img {
  width: 20px;
  margin-right: 8px;
}
.main-page .main-content .tabList {
  display: flex;
  margin-bottom: 20px;
}
.main-page .main-content .tabList li {
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  line-height: 150%;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 8px;
  margin-right: 16px;
  transition: all ease-in-out 300ms;
  cursor: pointer;
}
.main-page .main-content .tabList li:hover {
  background: #374151;
}
.main-page .main-content .tabList li.selected {
  background: #fff;
  color: #1F2A37;
}
.main-page .main-content .content-box {
  background-color: #1F2A37;
  padding: 20px;
  border-radius: 8px;
  margin-top: 16px;
  position: relative;
}
.light .main-page .main-content .content-box {
  background-color: var(--bg-surface);
}
@media (max-width: 992px) {
  .main-page .main-content .content-box {
    padding: 12px;
  }
}
.main-page .main-content .content-box .tt {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  /* 36px */
  letter-spacing: -0.24px;
  margin-bottom: 15px;
}
.light .main-page .main-content .content-box .tt {
  color: #000;
}
@media (max-width: 992px) {
  .main-page .main-content .content-box .tt {
    font-size: 20px;
  }
}
.main-page .main-content .table-responsive {
  border: 1px solid #374151;
  border-radius: 8px;
  width: 100%;
}
.light .main-page .main-content .table-responsive{
  border: 1px solid #e5e7eb;
}

.main-page .main-content .table-responsive .table {
  border: none;
  border-radius: 8px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .main-page .main-content .table-responsive .table {
    min-width: 1200px;
  }
}
.main-page .main-content .table-responsive .table thead tr th {
  background-color: #374151;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 16px;
  border: none;
}
.light .main-content .table-responsive .table thead tr th {
  background-color: #fff;
  color: #000;
  border-bottom: 1px solid #e5e7eb;
}
.main-page .main-content .table-responsive .table tbody tr td {
  padding: 16px;
  border-right: 2px solid #374151;
  border-bottom: none;
  vertical-align: middle !important;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
.light .main-page .main-content .table-responsive .table tbody tr td  {
  border-right: 1px solid #e5e7eb;
  color: #000;
}
.main-page .main-content .table-responsive .table tbody tr td:last-child {
  border: none;
}
.main-page .main-content .table-responsive .table tbody tr td svg {
  margin: 0 auto;
  display: block;
}
.main-page .main-content .table-responsive .table tbody tr td .pair {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
}
.main-page .main-content .table-responsive .table tbody tr td .pair img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-right: 6px;
}
.main-page .main-content .table-responsive .table tbody tr td .price span, .main-page .main-content .table-responsive .table tbody tr td .date span {
  color: #4B5563;
  margin-left: 10px;
}
.main-page .main-content .table-responsive .table tbody tr td .up {
  background-color: #0E9F6E;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 8px;
  width: 80px;
  text-align: center;
}
.main-page .main-content .table-responsive .table tbody tr td .down {
  background-color: #F05252;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 8px;
  width: 80px;
  text-align: center;
}
.main-page .main-content .table-responsive .table tbody tr td .deposit {
  background-color: #DEF7EC;
  color: #03543F;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  padding: 2px 8px;
}
.main-page .main-content .table-responsive .table tbody tr td .withdraw {
  background-color: #E1EFFE;
  color: #1E429F;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  padding: 2px 8px;
}
.main-page .main-content .table-responsive .table tbody tr td .button-danger {
  background-color: #F05252;
  width: 150px;
  border-radius: 8px;
  padding: 8px 12px;
  display: flex;
  border: none;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  transition: all ease-in-out 300ms;
}
.main-page .main-content .table-responsive .table tbody tr td .button-danger:hover {
  box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
  transform: translate(0px, -4px) scale(1.01);
}
.main-page .main-content .table-responsive .table tbody tr td .button-danger svg {
  margin-right: 8px;
  margin-left: 0;
}
.main-page .main-content .table-responsive .table tbody tr td .actions {
  width: inherit;
}
.main-page .main-content .table-responsive .table tbody tr td .actions ul {
  display: inline-flex;
  align-items: center;
}
.main-page .main-content .table-responsive .table tbody tr td .actions ul li {
  margin-right: 8px;
}
.main-page .main-content .table-responsive .table tbody tr td .actions .stn-btn {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 18px */
  color: #fff;
  display: flex;
  align-items: center;
  background-color: #374151;
  border-radius: 8px;
  padding: 8px 12px;
}
.main-page .main-content .table-responsive .table tbody tr td .actions .stn-btn svg {
  margin-right: 8px;
}
.main-page .main-content .table-responsive .table tbody tr td .actions .trade-btn {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 18px */
  color: #fff;
  display: flex;
  align-items: center;
  background-color: var(--bg-primary);
  border-radius: 8px;
  padding: 8px 12px;
}
.main-page .main-content .table-responsive .table tbody tr td .actions .trade-btn svg {
  margin-right: 8px;
}
.main-page .main-content .pagination {
  display: inline-flex;
  border: 1px solid #374151;
  border-radius: 6px;
  margin-top: 16px;
}
.main-page .main-content .pagination li {
  color: #9CA3AF;
  font-size: 14px;
  transform: all ease-in-out 300ms;
}
.main-page .main-content .pagination li:hover {
  background-color: #374151;
}
.main-page .main-content .pagination li:not(:last-child) {
  border-right: 1px solid #374151;
}
.main-page .main-content .pagination li a {
  color: #9CA3AF;
  font-size: 14px;
  display: block;
  padding: 6px 12px;
}
.main-page .main-content .box-item {
  border-radius: 8px;
  border: 1px solid var(--gray-700, #374151);
  background: var(--gray-800, #1F2A37);
  padding: 24px;
  /* shadow-md */
  margin-bottom: 16px;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.05), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.light .main-page .main-content .box-item {
  background-color: var(--bg-surface);
  border: 1px solid var(--bg-surface);
}
.light .main-page .main-content .box-item .text h4 {
  color: #000;
}
@media (max-width: 992px) {
  .main-page .main-content .box-item {
    padding: 12px;
  }
}
.main-page .main-content .box-item .text {
  max-width: 790px;
}
.main-page .main-content .box-item .text h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  color: #fff;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .main-page .main-content .box-item .text h4 {
    font-size: 20px;
  }
}
.main-page .main-content .box-item .text .btn-danger {
  color: #9B1C1C;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  background-color: #FDE8E8;
  border-radius: 6px;
  padding: 2px 10px;
  display: inline-block;
}
.main-page .main-content .box-item .text .tt {
  background-color: #DEF7EC;
  border-radius: 6px;
  padding: 2px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  display: inline-block;
  margin-bottom: 10px;
}
.main-page .main-content .box-item .text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #9CA3AF;
}
@media (max-width: 992px) {
  .main-page .main-content .box-item .text p {
    font-size: 14px;
  }
}
.main-page .main-content .box-item .text p a {
  color: var(--bg-primary);
  text-decoration-line: underline;
}
.main-page .main-content .box-item .google-authenticator img {
  width: 200px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .main-page .main-content .box-item .google-authenticator img {
    width: 150px;
  }
}
.main-page .main-content .box-item .google-authenticator h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  /* 36px */
  letter-spacing: -0.24px;
  margin-bottom: 16px;
}
.light .main-page .main-content .box-item .google-authenticator h4, .light .main-page .main-content .box-item .google-authenticator p {
  color: #000;
}
@media (max-width: 992px) {
  .main-page .main-content .box-item .google-authenticator h4 {
    font-size: 20px;
  }
}
.main-page .main-content .box-item .google-authenticator p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .main-page .main-content .box-item .google-authenticator p {
    font-size: 14px;
  }
}
.main-page .main-content .box-item .google-authenticator .copy {
  border-radius: 8px;
  border: 1px solid var(--gray-600, #4B5563);
  background: var(--gray-700, #374151);
  padding: 14px 16px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.main-page .main-content .box-item .google-authenticator .copy input {
  flex: 1;
  height: 100%;
  background-color: transparent;
  color: #fff;
  padding: 14px 0;
  border: none;
  pointer-events: none;
}
@media (max-width: 992px) {
  .main-page .main-content .box-item .google-authenticator .copy input {
    font-size: 14px;
  }
}
.main-page .main-content .box-item .google-authenticator .copy button {
  background-color: var(--bg-primary);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  padding: 14px 24px;
  border: none;
  border-radius: 8px;
}
.main-page .main-content .box-item .authenticator-code {
  display: flex;
  margin-bottom: 30px;
  width: 100%;
}
.main-page .main-content .box-item .authenticator-code input {
  width: 55px;
  background: transparent;
  color: #fff;
  border: none;
  border-bottom: 1px solid #374151;
  margin-right: 12px;
  padding: 12px 0;
  text-align: center;
}
@media (max-width: 992px) {
  .main-page .main-content .box-item .authenticator-code input {
    flex: 1;
    width: inherit;
  }
}
.main-page .main-content .box-item .button {
  background-color: var(--bg-primary);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  padding: 14px 24px;
  width: 100%;
  border: none;
  border-radius: 8px;
}
.main-page .main-content .box-item .add-ip {
  background-color: var(--bg-primary);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
}
.main-page .main-content .box-item .add-ip svg {
  margin-right: 8px;
}
.main-page .main-content .box-item .copy-v2 {
  border-radius: 8px;
  background: var(--gray-700, #111928);
  padding: 4px 8px 6px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  position: relative;
}
.light .main-page .main-content .box-item .copy-v2 {
  background-color: var(--bg-surface-strong);
}
.light .main-page .main-content .box-item .copy-v2 span {
  color: #000;
}
.light .main-page .main-content .box-item .copy-v2 input {
  color: #000;
}
.main-page .main-content .box-item .copy-v2 span {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  font-weight: 700;
  margin-right: 4px;
}
.main-page .main-content .box-item .copy-v2 input {
  flex: 1;
  height: 100%;
  background-color: transparent;
  color: #fff;
  padding: 14px 0;
  font-size: 12px;
  border: none;
  pointer-events: none;
}
@media (max-width: 992px) {
  .main-page .main-content .box-item .copy-v2 input {
    font-size: 14px;
  }
}
.main-page .main-content .box-item .copy-v2 button {
  background-color: var(--bg-primary);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  padding: 8px 12px;
  border: none;
  display: flex;
  align-items: center;
  border-radius: 8px;
}
.main-page .main-content .box-item .copy-v2 button svg {
  margin-right: 8px;
}
.main-page .main-content .box-item .tt {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 36px */
  letter-spacing: -0.24px;
  margin-bottom: 20px;
}
.light .main-page .main-content .box-item .tt {
  color: #000;
}
.main-page .main-content .box-item .earnings-list {
  display: flex;
  width: 95%;
  margin: 0 -10px;
}
.main-page .main-content .box-item .earnings-list li {
  min-height: 175px;
  padding: 20px;
  border-radius: 10px;
  flex: 1;
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.main-page .main-content .box-item .earnings-list li:nth-child(1) {
  background-color: var(--bg-primary);
}
.main-page .main-content .box-item .earnings-list li:nth-child(2) {
  background-color: #0c4ecf;
}
.main-page .main-content .box-item .earnings-list li:nth-child(3) {
  background-color: #0a45b7;
}
.main-page .main-content .box-item .earnings-list li:nth-child(4) {
  background-color: #093c9f;
}
.main-page .main-content .box-item .earnings-list li h5 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 36px */
  letter-spacing: -0.24px;
  margin: 0;
}
.main-page .main-content .box-item .earnings-list li p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}
.main-page .main-content .box-item .tooltip-box {
  position: absolute;
  right: -20px;
  top: 0;
  transform: translateX(100%);
  max-width: 255px;
  border: 1px solid #374151;
  border-radius: 6px;
  background-color: #1F2A37;
}
.main-page .main-content .box-item .tooltip-box .hh {
  color: #fff;
  background: #374151;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  padding: 6px 12px;
  position: relative;
}
.light .main-content .box-item .tooltip-box { 
  background-color: var(--bg-surface-strong);
  color: #000;
}
.light .main-page .main-content .box-item .tooltip-box p {
  color: #000;
}
.light .main-content .box-item .tooltip-box .hh { 
  background-color: var(--bg-surface-strong);
  color: #000;
}
.light .main-page .main-content .box-item .tooltip-box .hh::after {
  border: 1px solid var(--bg-surface-strong);
  background-color: var(--bg-surface);
}
.light .main-page .main-content .box-item .tooltip-box  {
  border: 1px solid var(--bg-surface-strong);
}
.main-page .main-content .box-item .tooltip-box .hh::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #1F2A37;
  border: 1px solid #374151;
  border-top: none;
  border-right: none;
  position: absolute;
  left: -6px;
  bottom: -24px;
  transform: rotate(45deg);
}
.main-page .main-content .box-item .tooltip-box p {
  padding: 10px;
  margin: 0;
  color: #9CA3AF;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
.main-page .main-content .box-item .hh-accordion {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-page .main-content .box-item .hh-accordion h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  /* 36px */
  letter-spacing: -0.24px;
  margin: 0;
}
.light .main-page .main-content .box-item .hh-accordion h4 {
  color: #000;
}
.main-page .main-content .box-item .api-key p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #9CA3AF;
  margin: 0;
}
.main-page .main-content .box-item .null-box {
  text-align: center;
  padding: 30px 0 60px;
}
.main-page .main-content .box-item .null-box .text {
  margin: 15px auto 30px;
  max-width: 620px;
}
.main-page .main-content .box-item .null-box .text h5 {
  color: var(--text-color-strong);
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}
.main-page .main-content .box-item .form {
  max-width: 500px;
  margin: 30px auto;
}
.main-page .main-content .box-item .form h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 150%;
  color: #fff;
  margin-bottom: 20px;
}
.main-page .main-content .box-item .form p {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  line-height: 150%;
}
.main-page .main-content .box-item .form .input-container {
  margin-bottom: 25px;
  position: relative;
}
.main-page .main-content .box-item .form .input-container label {
  display: block;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 8px;
}
.main-page .main-content .box-item .form .input-container input {
  border-radius: 8px;
  padding: 12px 16px;
  border: 1px solid #4B5563;
  background: #374151;
  width: 100%;
  color: #fff;
}
.main-page .main-content .box-item .form .input-container input::placeholder {
  color: #9CA3AF;
}
.main-page .main-content .box-item .form .input-container select {
  border-radius: 8px;
  padding: 12px 42px 12px;
  border: 1px solid #4B5563;
  width: 100%;
  color: #9CA3AF;
  background: url("../images/icons/down-arrow.svg") no-repeat right #374151;
  -webkit-appearance: none;
  background-position-x: calc(100% - 10px);
}
.main-page .main-content .box-item .form .input-container select::placeholder {
  color: #9CA3AF;
}
.main-page .main-content .box-item .form .input-container svg {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.main-page .main-content .box-item .form .button-2 {
  background-color: transparent;
  border: 1px solid var(--bg-primary);
  color: var(--bg-primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  padding: 14px 24px;
  width: 100%;
  border-radius: 8px;
}
.main-page .main-content .search {
  display: flex;
  align-items: center;
  background-color: #374151;
  border: 1px solid #4B5563;
  padding: 12px 16px;
  border-radius: 8px;
}
.light .main-page .main-content .search {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  color: #000;
}
.light .main-page .main-content .search input {
  color: #000;
}
@media (max-width: 992px) {
  .main-page .main-content .search {
    margin-bottom: 16px;
  }
}
.main-page .main-content .search input {
  flex: 1;
  background: transparent;
  border: none;
  padding: 0 8px;
  font-size: 14px;
  color: #fff;
}
.main-page .main-content .search input::placeholder {
  color: #9CA3AF;
}
.main-page .main-content .form-flex {
  display: flex;
  align-items: center;
}
.main-page .main-content .form-flex .search {
  flex: 1;
}
.main-page .main-content .form-flex .dropdown {
  margin-left: 12px;
}
.main-page .main-content .form-flex .dropdown button {
  background: var(--bg-primary);
  border: none;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 6px;
}
.main-page .main-content .form-flex .dropdown button::after {
  content: "";
  border: none !important;
  background: url("../images/icons/down-arrow.svg") no-repeat;
  width: 9px;
  height: 6px;
  filter: brightness(0) invert(1);
}
.main-page .main-content .form-flex .dropdown button img {
  width: 20px;
  margin-right: 8px;
}
.main-page .main-content .form-flex .dropdown .dropdown-menu {
  background-color: #1F2A37;
}
.main-page .main-content .form-flex .dropdown .dropdown-menu li a {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}
.main-page .main-content .form-flex .dropdown .dropdown-menu li a:hover {
  background: #111928;
}
.main-page .main-content .form-flex .dropdown .dropdown-menu li a img {
  width: 20px;
  margin-right: 8px;
}
.main-page .main-content .form-flex select {
  border-radius: 8px;
  padding: 7px 25px 7px 12px;
  border: 1px solid #fff;
  color: #9CA3AF;
  text-align: left;
  background: url("../images/icons/down-arrow.svg") no-repeat right transparent;
  -webkit-appearance: none;
  background-position-x: calc(100% - 10px);
  margin-right: 10px;
}
.main-page .main-content .form-flex select::placeholder {
  color: #9CA3AF;
}
.main-page .avatar-box {
  background-color: #111928;
  border: 1px solid #1F2A37;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 32px;
  display: flex;
  height: 100%;
}
.light .main-page .avatar-box {
  background-color: var(--bg-surface);
  border: 1px solid var(--bg-surface);
}
.light .main-page .avatar-box .text h3 {
  color: #000;
}
.light .main-page .avatar-box .text p {
  color: #000;
}
@media (max-width: 992px) {
  .main-page .avatar-box {
    margin-bottom: 16px;
    flex-wrap: wrap;
    padding: 12px;
    height: inherit;
    flex-direction: column;
  }
}
.main-page .avatar-box .picture img {
  width: 112px;
  height: 112px;
  border-radius: 6px;
}
.main-page .avatar-box .text {
  margin-left: 16px;
}
@media (max-width: 992px) {
  .main-page .avatar-box .text {
    margin-left: 0;
    margin-top: 12px;
  }
}
.main-page .avatar-box .text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  /* 36px */
  letter-spacing: -0.24px;
  margin-bottom: 4px;
}
.main-page .avatar-box .text h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #9CA3AF;
  margin-bottom: 18px;
}
.main-page .avatar-box .text ul {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .main-page .avatar-box .text ul {
    flex-wrap: wrap;
  }
}
.main-page .avatar-box .text ul li {
  margin-right: 50px;
}
@media (max-width: 992px) {
  .main-page .avatar-box .text ul li {
    margin-bottom: 10px;
    margin-right: 20px;
  }
}
.main-page .avatar-box .text ul li p {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 0;
}
.main-page .avatar-box .text ul li span {
  display: block;
  color: #9CA3AF;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}
.main-page .avatar-box .text .button {
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid var(--gray-600, #4B5563);
  background: var(--gray-800, #1F2A37);
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  color: #9CA3AF;
  display: inline-block;
}
.light .main-page .avatar-box .text .button {
  border: 1px solid #E5E7EB;
  background: #F3F4F6;
  color: #1F2A37;
}
.main-page .avatar-box .text .button img {
  margin-right: 4px;
  width: 16px;
  height: 16px;
}
.main-page .verify-box {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  border: 1px solid #374151;
  background: #1F2A37;
  padding: 24px;
}
.light .verify-box {
  background-color: var(--bg-surface);
  border: 1px solid #e5e7eb;
  border: 1px solid var(--bg-surface);
}
@media (max-width: 992px) {
  .main-page .verify-box {
    padding: 12px;
  }
}
.main-page .verify-box .head {
  border-radius: 8px;
  padding: 12px;
  background: var(--gray-700, #374151);
  display: flex;
  align-items: center;
}
.light .main-page .verify-box .head {
  background-color: var(--bg-surface-strong);
  color: #000;
}
.light .main-page .verify-box .head h5 {
  color: #000;
}
.main-page .verify-box .head .tt {
  border-radius: 6px;
  background: var(--gray-800, #1F2A37);
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  color: #9CA3AF;
  margin-left: auto;
}
.main-page .verify-box .head h5 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-left: 12px;
}
.main-page .verify-box .item {
  margin-top: 16px;
  border-radius: 8px;
  padding: 22px;
  background: var(--gray-700, #374151);
}
.main-page .verify-box .item p {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  margin: 0 0 4px 0;
}
.main-page .verify-box .item p span {
  color: #6B7280;
}
.main-page .verify-box .item .progress {
  height: 6px;
}
.main-page .verify-box .item .progress .progress-bar {
  background: var(--bg-primary) !important;
}
.modal.show {
  backdrop-filter: blur(10px);
}
.modal .modal-header {
  border: none;
}
.modal .modal-header button {
  background: transparent !important;
}
.modal .modal-content {
  background-color: #374151;
}
.light .modal .modal-content {
  background-color: var(--bg-surface-strong);
  border: 1px solid var(--bg-surface-strong);
}
.modal-title, .modal-body {
  color: #fff;
}
.light .modal-title, .light .modal-body{
  color: #000;
}
.modal .modal-content h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  color: #fff;
  margin-bottom: 16px;
}
.modal .modal-content .input-container {
  margin-bottom: 20px;
  position: relative;
}
.modal .modal-content .input-container label {
  display: block;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 8px;
}
.modal .modal-content .input-container input {
  border-radius: 8px;
  padding: 12px 16px;
  border: 1px solid #4B5563;
  background: #374151;
  width: 100%;
  color: #fff;
}
.modal .modal-content .input-container input::placeholder {
  color: #9CA3AF;
}
.modal .modal-content .input-container select {
  border-radius: 8px;
  padding: 12px 42px 12px;
  border: 1px solid #4B5563;
  width: 100%;
  color: #9CA3AF;
  background: url("../images/icons/down-arrow.svg") no-repeat right #374151;
  -webkit-appearance: none;
  background-position-x: calc(100% - 10px);
}
.modal .modal-content .input-container select::placeholder {
  color: #9CA3AF;
}
.modal .modal-content .input-container svg {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.modal .modal-content p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #9CA3AF;
  text-align: center;
}
@media (max-width: 992px) {
  .modal .modal-content p {
    font-size: 16px;
  }
}
.modal .modal-content p strong {
  color: #fff;
}
.modal .modal-content .button-style-01 {
  width: 100%;
  padding: 10px 20px;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  background-color: var(--bg-primary);
  margin-bottom: 0px;
}
.modal .modal-content .button-style-02 {
  width: 100%;
  padding: 10px 20px;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  background-color: #F05252;
  margin-bottom: 0px;
}
.modal .modal-content .actions {
  display: flex;
  justify-content: center;
}
.modal .modal-content .actions button {
  margin: 0 20px;
  width: inherit;
}
.modal .modal-content .modal-body {
  padding: 0 30px 40px;
}
@media (max-width: 992px) {
  .modal .modal-content .modal-body {
    padding: 0 15px 20px;
  }
}
.modal .modal-content .modal-body svg {
  margin: 0 auto 30px;
  display: table;
}

.modal-backdrop {
  background: rgba(17, 25, 40, 0.5);
  backdrop-filter: blur(12px);
}

header {
  background-color: var(--bg-surface);
  border-bottom: 1px solid var(--border-surface);
  padding: 12.5px 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  header {
    padding: 10px;
  }
}
@media (min-width: 1199px) and (max-width: 1430px) {
  header .logo.index-logo img.destop-logo {
    display: none;
  }
}
@media (min-width: 1199px) and (max-width: 1430px) {
  header .logo.index-logo img.mobil-logo {
    display: block;
  }
}
header .logo img {
  height: 37px;
}
header .logo img.destop-logo {
  display: block;
}
@media (min-width: 1199px) and (max-width: 1430px) {
  header .logo img.destop-logo {
    display: none;
  }
}
@media (max-width: 992px) {
  header .logo img.destop-logo {
    display: none;
  }
}
header .logo img.mobil-logo {
  display: none;
}
@media (min-width: 1199px) and (max-width: 1430px) {
  header .logo img.mobil-logo {
    display: block;
  }
}
@media (max-width: 992px) {
  header .logo img.mobil-logo {
    display: block;
  }
}

.nav-link:focus, .nav-link:hover {
  color: var(--bg-primary);
}

header nav {
  margin-left: 22px;
}
@media (max-width: 1199px) {
  header nav {
    max-width: 300px;
    width: 100%;
    background-color: #1F2A37;
    position: absolute;
    z-index: 10;
    left: 0;
    margin: 0;
    top: 58px;
    height: calc(100vh - 58px);
    flex-direction: column;
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out 300ms;
  }
  header nav.active {
    visibility: visible;
    opacity: 1;
  }
  header nav .menu {
    display: flex;
    flex-direction: column;
    padding: 16px;
  }
  header nav .menu li {
    width: 100%;
    margin-bottom: 12px;
  }
  header nav .menu li a {
    width: 100%;
    display: block;
  }
  header nav .button-download {
    padding: 8px 12px;
    margin-right: 12px;
    border: 1px solid #4B5563;
    border-radius: 8px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #9ca3af;
    transition: all ease-in-out 300ms;
    margin-bottom: 10px;
  }
  header nav .button-download:hover {
    box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
    transform: translate(0px, -4px) scale(1.01);
  }
  header nav .button-download img {
    margin-right: 8px;
  }
  header nav .button-logOut {
    padding: 8px 12px;
    margin-right: 12px;
    border: 1px solid #F98080;
    background: transparent;
    border-radius: 8px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #F98080;
    transition: all ease-in-out 300ms;
  }
}
@media (max-width: 1199px) and (min-width: 1199px) and (max-width: 1430px) {
  header nav .button-logOut {
    display: none;
  }
}
@media (max-width: 1199px) and (max-width: 992px) {
  header nav .button-logOut {
    margin-right: 8px;
    padding: 6px 10px;
  }
}
@media (max-width: 1199px) {
  header nav .button-logOut:hover {
    box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
    transform: translate(0px, -4px) scale(1.01);
  }
}
@media (max-width: 992px) {
  header nav {
    left: inherit;
    right: 0;
  }
}
header nav .menu {
  display: flex;
}
header nav .menu li {
  margin-right: 16px;
}




.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: var(--bg-primary);
}
header nav .menu li.selected a {
  background-color: var(--bg-primary) !important;
  color: #fff !important;
}
header nav .menu li a {
  padding: 8px 12px;
  border-radius: 8px;
  background-color: #374151;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}

.light header nav .menu li a {
  padding: 8px 12px;
  border-radius: 8px;
  background-color: #E5E7EB;
  font-size: 12px;
  line-height: 18px;
  color: #111928;
}

header nav .menu li a .new-btn {
  background: #DEF7EC;
  color: #1F2A37;
  border-radius: 6px;
  margin-left: 8px;
  padding: 2px 8px;
}
header nav .menu li a img {
  height: 16px;
  margin-right: 8px;
}
header .actions {
  margin-left: auto;
  display: flex;
  align-items: center;
}
header .actions .dropdown.users {
  margin-left: 12px;
}
header .actions .dropdown.users button img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #fff;
}
header .actions .dropdown.users button::after {
  filter: brightness(0) invert(1);
}
.light header .actions .dropdown.users button::after {
  filter: brightness(1);
}
header .actions .dropdown button {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.pagination-container {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}
.btn.btn-pagination {
  color: var(--bg-primary);
  border-color: var(--bg-surface);
  margin-right: 10px;
}

.light header .actions .dropdown button {
  color: #111928;
}

header .actions .dropdown button::after {
  content: "";
  border: none !important;
  background: url("../images/icons/down-arrow.svg") no-repeat;
  width: 9px;
  height: 6px;
}




@media (max-width: 992px) {
  header .actions .dropdown button::after {
    margin: 0;
    transform: translateY(3px);
  }
}
header .actions .dropdown button img {
  width: 20px;
  margin-right: 8px;
}
@media (max-width: 992px) {
  header .actions .dropdown button span {
    display: none;
  }
}
header .actions .dropdown .dropdown-menu {
  background-color: #1F2A37;
}
.light header .actions .dropdown .dropdown-menu {
  background-color: var(--bg-surface);
}
.light header .actions .dropdown .dropdown-menu li a {
  color: var(--text-color-strong);
}
.light header .actions .dropdown .dropdown-menu li a:hover {
  color: #fff;
}
header .actions .dropdown .dropdown-menu li a {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}
header .actions .dropdown .dropdown-menu li a:hover {
  background: #111928;
}
header .actions .dropdown .dropdown-menu li a img {
  width: 20px;
  margin-right: 8px;
}
header .actions .dropdown .dropdown-menu li a {
  cursor: pointer;
}
header .actions .button-download {
  padding: 8px 12px;
  margin-right: 12px;
  border: 1px solid #4B5563;
  border-radius: 8px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #9ca3af;
  transition: all ease-in-out 300ms;
}

.light header .actions .button-download {
  color: #111928;
}

@media (max-width: 1199px) {
  header .actions .button-download {
    display: none;
  }
}
header .actions .button-download:hover {
  box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
  transform: translate(0px, -4px) scale(1.01);
}
header .actions .button-download img {
  margin-right: 8px;
}
header .actions .button-setting {
  margin-right: 12px;
  transition: all ease-in-out 300ms;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  header .actions .button-setting {
    margin-right: 8px;
  }
}
header .actions .button-setting:hover {
  opacity: 0.8;
}
header .actions .button-setting img {
  width: 20px;
  height: 20px;
}
header .actions .button-bell {
  margin-right: 6px;
  transition: all ease-in-out 300ms;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .actions .button-bell:hover {
  opacity: 0.8;
}
header .actions .button-bell img {
  width: 20px;
  height: 20px;
}
header .actions .button-moon {
  margin-right: 6px;
  transition: all ease-in-out 300ms;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .actions .button-moon:hover {
  opacity: 0.8;
}
header .actions .button-moon img {
  width: 20px;
  height: 20px;
}
header .actions .button-signUp {
  padding: 8px 12px;
  margin-right: 12px;
  border: 1px solid var(--bg-primary);
  border-radius: 8px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: var(--bg-primary);
  transition: all ease-in-out 300ms;
}
@media (max-width: 992px) {
  header .actions .button-signUp {
    margin-right: 8px;
    padding: 6px 10px;
  }
}
header .actions .button-signUp:hover {
  box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
  transform: translate(0px, -4px) scale(1.01);
}
header .actions .button-login {
  padding: 8px 12px;
  margin-right: 12px;
  border: 1px solid var(--bg-primary);
  background: var(--bg-primary);
  border-radius: 8px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
  transition: all ease-in-out 300ms;
}
@media (max-width: 992px) {
  header .actions .button-login {
    margin-right: 8px;
    padding: 6px 10px;
  }
}
header .actions .button-login:hover {
  box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
  transform: translate(0px, -4px) scale(1.01);
}
header .actions .button-logOut {
  padding: 8px 12px;
  margin-right: 12px;
  border: 1px solid #F98080;
  background: transparent;
  border-radius: 8px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #F98080;
  transition: all ease-in-out 300ms;
}
@media (min-width: 1199px) and (max-width: 1430px) {
  header .actions .button-logOut {
    display: none;
  }
}
@media (max-width: 1199px) {
  header .actions .button-logOut {
    margin-right: 8px;
    padding: 6px 10px;
    display: none;
  }
}
header .actions .button-logOut:hover {
  box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
  transform: translate(0px, -4px) scale(1.01);
}
header .menu-trigger {
  position: relative;
  z-index: 10;
  width: 30px;
  height: 22px;
  display: none;
  transition: all 0.4s;
  cursor: pointer;
  box-sizing: border-box;
  margin-right: 12px;
  transform: translateY(0px) scale(0.9);
}
@media (max-width: 1199px) {
  header .menu-trigger {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  header .menu-trigger {
    transform: translateY(0px) scale(0.8);
    margin-left: 8px;
    margin-right: 0;
    order: 7;
  }
}
header .menu-trigger span {
  display: inline-block;
  transition: all 0.4s ease-in-out;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
}
.light .menu-trigger span {
  background-color: #121928;
}
header .menu-trigger span:nth-of-type(1) {
  top: 0;
}
header .menu-trigger span:nth-of-type(2) {
  top: 9px;
}
header .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
header .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-315deg);
  transform: translateY(12px) rotate(-315deg);
}
header .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
header .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(315deg);
  transform: translateY(-7px) rotate(315deg);
}

.mobil-show {
  display: none;
}
@media (max-width: 1199px) {
  .mobil-show {
    display: block;
  }
}

.footer {
  background-color: var(--bg-surface);
  border-radius: 50px 50px 0px 0px;
  margin-top: -50px;
  padding: 30px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .footer {
    border-radius: 20px 20px 0px 0px;
    margin-top: -20px;
  }
}
.footer .toggle-button {
  background: transparent;
  border: none;
  margin: 0 auto 20px;
  display: table;
}
.footer .toggle-button.off img {
  transform: rotate(180deg);
}
.footer .toggle-button img {
  width: 24px;
  height: 24px;
  transition: all ease-in-out 300ms;
}
.footer .head {
  color: var(--text-color);
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
  text-align: center;
}
.footer .content {
  color: #9CA3AF;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 30px;
  transition: all ease-in-out 300ms;
}
.footer .tags {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer .tags li {
  margin: 8px;
}
.footer .tags li a {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  background-color: var(--bg-surface);
  color: var(--text-color);
  border: 1px solid #4B5563;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

/*# sourceMappingURL=main.css.map */
 
.button-danger {
  background-color: #F05252;
  width: 150px;
  border-radius: 8px;
  padding: 8px 12px;
  display: flex;
  border: none;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  transition: all ease-in-out 300ms;
}


/* Reset css */
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
  background-color: var(--bg-primary);
  border-color: var(--bg-primary);
}
