/*
    BID

*/

body {
  font-family: var(--font-2);
}

section.info h1,
section.result .tab label {
  color: var(--white) !important;
}

section.order .table div,
section.order .adjust button section.order .auto label,
section.info h4 {
  color: #ffffff !important;
}

section.order .tab input[type="radio"]:checked + label {
  color: #fff !important;
}

section.order .table div:nth-of-type(1)::before,
section.order .table div:nth-of-type(2)::before,
section.order .table div:nth-of-type(3)::before,
section.order .table div:nth-of-type(4)::before,
section.order .tab label,
section.result table thead tr th {
  color: #666 !important;
}

section.book > h1,
section.order .number.disabled {
  background-color: transparent !important;
}

section.result .tab input[type="radio"]:checked + label,
section.order .tab input[type="radio"]:checked + label {
  background: linear-gradient(94deg, #0292f8 4.56%, #0369b1 99.59%) !important;
  color: #fff !important;
}

section.info,
section.book,
section.order,
section.result,
section.result-mobile,
section.my {
  font-family: "Poppins";
}

main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 90px !important;
  padding-right: 90px !important;
  max-width: 1620px !important;
  margin-left: auto !important;
  padding-top: 212px;
  margin-right: auto !important;
  height: auto;
}

section.info {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 100px 0;
  padding: 0 2rem;
  width: 100%;
  height: 5rem;
  justify-content: center;
}

section.info * {
  position: relative;
  margin: 0 1.5rem 0 0;
}

section.info h1 {
  margin: 0 1.5rem 0 0;
  width: max-content;
  font-size: 58px;
  font-weight: 900;
  color: var(--white);
  line-height: 2.25rem;
  font-variation-settings: "wght" 900;
  font-family: var(--font-3);
}

section.info h2 {
  color: #fff;
  font-family: var(--font-2);
  font-size: 26px;
  font-weight: 700;
  line-height: 35px;
}

/* Style the tab */
.tab {
  overflow: hidden;
  display: flex;
  grid-gap: 9px;
  margin-bottom: 12px;
}

.tab button {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 8px 16px;
  transition: 0.3s;
  color: #fff;
  font-family: var(--font-2);
  font-size: 14px;
  font-weight: 400;
  line-height: 21.753px;
  width: 50%;
  border-radius: 8.546px;
  border: 0.622px solid #fff;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0px 3.108px 19.422px 0px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(1.5537525415420532px);
}

.tab button:hover {
  border: 1px solid transparent;
  background: linear-gradient(94deg, #0196ff 4.56%, #0581d9 99.59%);
}

.tab button.active {
  border: 1px solid transparent;
  background: linear-gradient(94deg, #0196ff 4.56%, #0581d9 99.59%);
}

.tabcontent {
  display: none;
}

section.info h3 {
  color: #b7b9b5;
  font-family: var(--font-2);
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
}

section.info h4 {
  color: #fff;
  font-family: var(--font-2);
  font-size: 26px;
  font-weight: 700;
  line-height: 35px;
}

section.info h4.red {
  color: var(--red);
}

section.info h4.blue {
  color: var(--blue);
}

section.info input[type="radio"] {
  display: none;
}

section.info label {
  display: block;
  margin: 0 1rem 0 0;
  padding: 0 1rem;
  width: max-content;
  height: 2.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  line-height: 2.5rem;
  box-shadow: none;
  border-radius: 1rem;
  transition: background-color 1s ease, box-shadow 1s ease;
}

section.info label:hover {
  cursor: pointer;
}

section.info input[type="radio"]:checked + label {
  border: 1px solid #ad0a0a;
  color: #ad0a0a;
  font-weight: 300;
}

section.info button {
  padding: 0 2rem;
  width: max-content;
  height: 2.5rem;
  font-size: 1.25rem;
  background: var(--c-point);
  color: #fff;
  font-weight: 600;
  box-shadow: 0;
  border-radius: 5rem;
  transition: background-color 1s ease, box-shadow 1s ease;
}

section.info button:hover {
  cursor: pointer;
}

section.info div::after {
  content: "";
  position: absolute;
  display: block;
  right: 0rem;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}

section.info div:last-of-type::after {
  display: none;
}

/*  GRAPH   */
section.graph {
  position: relative;
  width: 71.5%;
  height: 39rem;
  /*background-color: rgba(30, 73, 138, 0.15);
  border-radius: 0.5rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);*/
}

/*  BOOK   */
section.book {
  position: relative;
  width: 100%;
  height: 100%;
}

.order-box {
  background: rgba(255, 255, 255, 0.07);
  padding: 16px 24px;
  border-radius: 24px;
  border: 0.777px solid #fff;
  filter: drop-shadow(0px 3.108px 19.422px rgba(0, 0, 0, 0.2));
  backdrop-filter: blur(13.59536075592041px);
}

section.book .title {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 0 6px 0;
  padding: 0 1rem;
  width: 100%;
  height: auto;
}

section.book .title h1 {
  color: #fff;
  text-align: center;
  font-family: var(--font-2);
  font-size: 17px;
  font-weight: 500;
  line-height: 21.753px;
}

section.book .title .select-wrapper {
  position: relative;
  width: 30%;
  height: 2rem;
  border-radius: 0.5rem;
  overflow: hidden;
}

section.book .title select {
  position: relative;
  padding: 0 0.5rem;
  width: 100%;
  height: 2rem;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(18, 55, 111, 1);
}

section.book .subtitle {
  position: relative;
  width: 100%;
  height: auto;
  font-size: 0;
  margin-bottom: 6px;
}

section.book .subtitle span {
  position: relative;
  display: inline-block;
  color: #fff;
  font-family: var(--font-2);
  font-size: 12px;
  font-weight: 400;
  line-height: 10px;
}

section.book .subtitle span:nth-of-type(1) {
  width: 33.33%;
}

section.book .subtitle span:nth-of-type(2) {
  width: 33.33%;
}

section.book .subtitle span:nth-of-type(3) {
  width: 33.33%;
}

.right-side {
  width: 27.5%;
}

section.book .data {
  position: relative;
  width: 100%;
  height: auto;
}

section.book .data div {
  position: relative;
  width: 100%;
  height: 20px;
  font-size: 0;
  overflow: hidden;
  cursor: pointer;
}

.modal-leverage.modal-show {
  display: flex;
}

section.book .data div:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.1);
}

section.book .data span {
  position: relative;
  display: inline-block;
  height: 12px;
  color: #fff;
  font-family: var(--font-2);
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

section.book .data span:nth-of-type(1) {
  width: 33.33%;
}

section.book .data span:nth-of-type(2) {
  width: 33.33%;
}

section.book .data span:nth-of-type(3) {
  width: 33.33%;
}

section.book .data .bar {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  opacity: 0.75;
  transform: translateX(100%);
  transition: transform 0.5s ease;
}

section.book .data.red span:nth-of-type(1) {
  color: var(--red);
}

section.book .data.red .bar {
  background-color: var(--red);
}

section.book .data.blue span:nth-of-type(1) {
  color: var(--blue);
}

section.book .data.blue .bar {
  background-color: var(--blue);
}

section.book > h1 {
  position: relative;
  width: 100%;
  height: 26px;
  font-size: 15px;
  font-weight: 500;
  color: var(--blue);
  font-family: var(--font-2);
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 32px;
}

section.book > h1.up {
  color: var(--blue);
}

section.book > h1.up::before {
  content: "\21E1";
  margin: 0 0.5rem 0 0;
}

section.book > h1.down {
  color: var(--red);
}

section.book > h1.down::before {
  content: "\21E3";
  margin: 0 0.5rem 0 0;
}

/*  ORDER   */
section.order {
  position: relative;
  padding: 0;
  width: 100%;
  overflow: hidden;
}

header {
  padding-left: 90px !important;
  padding-right: 90px !important;
  max-width: 1620px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.trade-box {
  background-color: rgba(255, 255, 255, 0.07);
  border: 0.875px solid #fff;
  border-radius: 25px;
  padding: 18px 21px 14px;
  filter: drop-shadow(0px 3.502px 21.887px rgba(0, 0, 0, 0.2));
  backdrop-filter: blur(15.321101188659668px);
}

section.order .tab {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  border-radius: 47.584px;
  border: 0.68px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(1.3595455884933472px);
}

/* 
section.order .tab::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--c-point);
} */

section.order .tab input[type="radio"] {
  display: none;
}

section.order .tab label {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  background-color: transparent;
  line-height: 21px;
  text-align: center;
  border-radius: 47.584px;
  transition: background-color 1s ease;
  font-size: 12px;
  color: #fff !important;
  font-family: var(--font-2);
  font-weight: 400;
}

section.order .tab label:hover {
  cursor: pointer;
}

section.order .tab input[type="radio"]:checked + label {
  background-color: var(--c-point);
  color: #fff;
  font-weight: 500;
}

section.order .tab-mobile {
  display: none;
}

section.order .auto {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 1rem 0 0 0;
  width: 100%;
  align-items: center;
  height: auto;
}

section.order .auto button {
  position: relative;
  border-radius: 47.584px;
  align-items: center;
  margin-left: auto;
  justify-content: center;
  background: linear-gradient(94deg, #0292f8 4.56%, #0369b1 99.59%);
  width: 44px;
  height: 26px;
  color: #fff;
  text-align: center;
  font-family: var(--font-2);
  font-size: 12px;
  font-weight: 400;
  line-height: 21.333px;
}

section.order .auto input[type="checkbox"] {
  display: none;
}

section.order .auto label {
  position: relative;
  display: block;
  padding: 0 0 0 30px;
  width: max-content;
  color: #fff;
  font-family: var(--font-2);
  font-size: 14px;
  font-weight: 400;
  line-height: 24.514px;
}

section.order .auto label::before {
  content: "\2713";
  position: absolute;
  left: 5px;
  top: 4px;
  width: 14px;
  height: 14px;
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 1);
  line-height: 1rem;
  text-align: center;
  outline: 1px solid rgba(255, 255, 255, 0.1);
}

section.order .auto input[type="checkbox"]:checked + label::before {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(30, 73, 138, 1);
}

section.order .number {
  position: relative;
  margin: 8px auto;
  padding: 0 48px 0 0;
  height: 42px;
  text-align: right;
  border-radius: 5.253px;
  border: 0.875px solid #fff;
  opacity: 0.7;
  background: rgba(255, 255, 255, 0.05);
}

section.order .number input[type="number"] {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 43px;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.8;
  padding-right: 10px;
  color: #ffffff;
  font-family: var(--font-2);
  text-align: right;
}

section.order .number input[type="text"] {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 43px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  font-family: var(--font-2);
  text-align: right;
}

section.order .number.price::before {
  content: "Price";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  font-family: var(--font-2);
}

section.order .number.price::after {
  content: "USDT";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
}

section.order .number.quantity::before {
  content: "Amount";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 0.9rem;
  font-weight: 400;
  color: #ffffff;
}

section.order .number.quantity::after {
  content: "USDT";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
}

section.order .number.profit::before {
  content: "Take Profit";
  position: absolute;
  left: 1rem;
  top: 0.85rem;
  font-size: 0.9rem;
  font-weight: 400;
  color: #ffffff;
}

section.order .number.profit::after {
  content: "USDT";
  position: absolute;
  right: 1rem;
  top: 0.85rem;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
}

section.order .number.loss::before {
  content: "Stop Loss";
  position: absolute;
  left: 1rem;
  top: 0.85rem;
  font-size: 0.9rem;
  font-weight: 400;
  color: #ffffff;
}

section.order .number.loss::after {
  content: "USDT";
  position: absolute;
  right: 1rem;
  top: 0.85rem;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
}

section.order .none input[type="number"]::-webkit-outer-spin-button,
section.order .none input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

section.order .number.disabled {
  background-color: rgba(0, 0, 0, 0.5);
}

section.order .bar-container {
  position: relative;
  margin: 20px auto 0;
  width: calc(100% - 1rem);
  height: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 15.588px;
}

section.order .bar-container .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5.253px;
  height: 100%;
  border-radius: 15.588px;
  opacity: 0.2;
  background: #fff;
  cursor: move;
}

section.order .bar-container .bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #038cee;
  pointer-events: none;
  border-radius: 15.588px;
}

section.order .bar-container .bar::before {
  content: "";
  position: absolute;
  display: block;
  right: -6.5px;
  top: 50%;
  filter: drop-shadow(0px 3.118px 19.484px rgba(0, 0, 0, 0.2));
  width: 22.837px;
  height: 22.837px;
  opacity: 0.5;
  background-color: #038cee;
  border-radius: 50%;
  transform: translate(0px, -50%);
}

section.order .bar-container .bar::after {
  content: "";
  position: absolute;
  display: block;
  right: -3px;
  top: 50%;
  width: 16.043px;
  filter: drop-shadow(0px 3.118px 19.484px rgba(0, 0, 0, 0.2));
  height: 16.043px;
  background-color: #038cee;
  border-radius: 50%;
  transform: translate(0px, -50%);
}

section.order .bar-desc {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 12px 4px 0 4px;
  width: 100%;
  height: auto;
}

section.order .bar-desc span {
  color: #fff;
  font-family: var(--font-2);
  font-size: 14px;
  font-weight: 400;
  line-height: 24.514px;
}

section.order .buy-sell {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 4px 0 0 0;
  width: 100%;
  height: auto;
}

section.order .buy-sell span {
  color: #cecece;
  font-family: var(--font-2);
  font-size: 14px;
  font-weight: 400;
  line-height: 24.514px;
}

section.order .buy-sell span:nth-of-type(1)::before {
  content: "Buy";
  margin: 0 0.25rem 0 0;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
}

section.order .buy-sell span:nth-of-type(1)::after {
  content: "USDT";
  margin: 0 0 0 0.25rem;
}

section.order .buy-sell span:nth-of-type(2)::before {
  content: "Sell";
  margin: 0 0.25rem 0 0;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
}

section.order .buy-sell span:nth-of-type(2)::after {
  content: "USDT";
  margin: 0 0 0 0.25rem;
}

section.order .position {
  position: relative;
  padding: 0 1rem 0.5rem 1rem;
  width: 100%;
  height: auto;
}

section.order .position input[type="checkbox"] {
  display: none;
}

section.order .position label {
  position: relative;
  display: block;
  margin: 1rem 0 0 0;
  padding: 0 0 0 1.5rem;
  width: 100%;
  height: 1rem;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 1rem;
}

section.order .position label:hover {
  cursor: pointer;
}

section.order .position label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1rem;
  height: 1rem;
  font-size: 0.85rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 0.25rem;
}

section.order .position input[type="checkbox"]:checked + label::before {
  content: "\2713";
  color: rgba(255, 255, 255, 1);
  background-color: var(--blue);
}

section.order .position .position-inner {
  position: relative;
  display: none;
  padding: 1rem 0 0 0;
  width: 100%;
  height: auto;
}

section.order .position .position-inner.show {
  display: block;
}

section.order .control {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 6px auto;
  padding: 0 0;
  width: 100%;
  height: auto;
}

section.order .control button {
  position: relative;
  width: 48.5%;
  height: 37.399px;
  font-size: 14px;
  font-family: var(--font-2);
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  border-radius: 7.081px;
}

section.order .control button:hover {
  cursor: pointer;
}

section.order .control button:nth-of-type(1) {
  background: linear-gradient(90deg, #0a8bde 0%, #076fb1 100%);
}

section.order .control button:nth-of-type(2) {
  background: linear-gradient(90deg, #c62d1d 0%, #a61c0e 100%);
}

section.order .adjust {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 8px 0 0 0;
  padding: 0;
  width: 100%;
  height: auto;
}

section.order .adjust button {
  position: relative;
  margin: 0 0 6px 0;
  width: 32.5%;
  height: 32px;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-2);
  color: #fff;
  border-radius: 5.425px;
  background: linear-gradient(94deg, #0295fd 4.56%, #0373c2 99.59%), #d9d9d9;
  transition: color 1s ease, background-color 1s ease;
}

section.order .adjust button:hover {
  cursor: pointer;
}

section.order .post {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 2rem 0 0 0;
  padding: 0 1rem;
  width: 100%;
  height: auto;
}

section.order .post .select-wrapper {
  position: relative;
  width: 60%;
  height: 2rem;
  border-radius: 0.5rem;
  overflow: hidden;
}

section.order .post select {
  position: relative;
  padding: 0 0.5rem;
  width: 100%;
  height: 2rem;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(18, 55, 111, 1);
}

section.order .post input[type="checkbox"] {
  display: none;
}

section.order .post label {
  position: relative;
  display: block;
  padding: 0 0 0 1.5rem;
  width: 35%;
  height: 2rem;
  font-size: 1rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  line-height: 2rem;
}

section.order .post label::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 1rem;
  height: 1rem;
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 1);
  line-height: 1rem;
  text-align: center;
  outline: 1px solid rgba(255, 255, 255, 0.1);
}

section.order .post input[type="checkbox"]:checked + label::before {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(30, 73, 138, 1);
}

#chart {
  width: 100% Im !important;
}

section.order .table {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1rem auto 0px;
  padding: 0 0;
  width: 100%;
  height: auto;
}

section.order .table div {
  position: relative;
  margin: 0 0 0.3rem 0;
  padding: 8px 12px;
  width: 49%;
  height: auto;
  font-size: 10.506px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  border-radius: 6.776px;
  border: 0.678px solid #fff;
  background: rgba(255, 255, 255, 0.05);
}

section.order .table div:nth-of-type(1)::before {
  content: "Cost";
  font-weight: 400;
  margin: 0 0.25rem 0 0;
  color: #cecece !important;
}

section.order .table div:nth-of-type(1)::after {
  content: "USDT";
  margin: 0 0 0 0.25rem;
  font-weight: 700;
}

section.order .table div:nth-of-type(2)::before {
  content: "Cost";
  margin: 0 0.25rem 0 0;
  font-weight: 400;
  color: #cecece !important;
}

section.order .table div:nth-of-type(2)::after {
  content: "USDT";
  font-weight: 700;
  margin: 0 0 0 0.25rem;
}

section.order .table div:nth-of-type(3)::before {
  content: "Max";
  margin: 0 0.25rem 0 0;
  font-weight: 400;
  color: #cecece !important;
}

section.order .table div:nth-of-type(3)::after {
  content: "USDT";
  margin: 0 0 0 0.25rem;
}

section.order .table div:nth-of-type(4)::before {
  content: "Max";
  margin: 0 0.25rem 0 0;
  font-weight: 400;
  color: #cecece !important;
}

section.order .table div:nth-of-type(4)::after {
  content: "USDT";
  margin: 0 0 0 0.25rem;
}

section.order .table div::after {
  content: "";
  clear: both;
}

section.order .risk {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 1rem auto;
  padding: 0 1rem;
  width: 100%;
  height: auto;
}

section.order .risk div {
  position: relative;
  width: 50%;
  height: auto;
  font-size: 1.1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
}

section.order .risk div:nth-of-type(2) {
  font-weight: 700;
  color: var(--blue);
}

/*  RESULT  */
section.result {
  position: relative;
  margin: 90px 0 0 0;
  padding: 29px 20px;
  width: 71.5%;
  height: auto;
  border-radius: 25px;
  overflow: hidden;
  height: 404px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid #fff;
  border-radius: 24px;
  backdrop-filter: blur(9.5px);
}

section.result .tab {
  position: relative;
  display: flex;
  width: 100%;
  margin: 11px;
  height: auto;
}

section.result .tab input[type="radio"] {
  display: none;
}

section.result .tab label {
  position: relative;
  display: block;
  width: 15rem;
  height: 3rem;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 400;
  background: transparent;
  border-radius: 10px;
  border: 1px solid #0196ff;
  font-family: var(--font-2);
  color: #fff;
  background-color: transparent;
  text-align: center;
  line-height: 3rem;
  border-radius: 10px;
  transition: background-color 1s ease;
}

section.result .tab label:hover {
  cursor: pointer;
}

section.result .tab input[type="radio"]:checked + label {
  background-color: var(--c-point);
  color: #fff;
  font-weight: 500;
}

section.result .tab button {
  position: absolute;
  right: 1rem;
  top: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  color: var(--c-point);
  transition: color 1s ease;
}

section.result .tab button:hover {
  cursor: pointer;
  color: rgba(30, 73, 138, 1);
}

section.result table {
  position: relative;
  width: 100%;
  height: auto;
  border-spacing: 0;
  padding: 0px 23px;
}

section.result table thead tr {
  position: relative;
}

section.result table thead tr::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

section.result table thead tr th {
  padding: 25px 0;
  font-size: 18px;
  font-family: var(--font-2);
  font-weight: 400;
  color: #fff !important;
  opacity: 0.6;
  text-align: left;
}

section.result table thead tr th.yellow {
  color: var(--c-point);
  /*var(--yellow);*/
}

section.result table tbody tr {
  position: relative;
}

section.result table tbody tr::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

section.result table tbody tr td {
  position: relative;
  padding: 1rem 0;
  font-size: 1rem;
  font-weight: 400;
  /* color: rgba(0, 0, 0, 1); */
  text-align: left;
}

section.result table tbody tr td.blue {
  font-weight: 700;
  color: var(--blue);
}

section.result table tbody tr td.red {
  font-weight: 700;
  color: var(--red);
}

section.result table tbody tr td.yellow {
  font-weight: 700;
  color: var(--yellow);
}

section.result table tbody tr td.green {
  font-weight: 700;
  color: var(--green);
}

section.result table tbody tr td.sell {
  padding: 0 0 0 1rem;
}

section.result table tbody tr td.sell::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  width: 3px;
  height: 60%;
  background-color: var(--blue);
}

section.result table tbody tr td.buy {
  padding: 0 0 0 1rem;
}

section.result table tbody tr td.buy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  width: 3px;
  height: 60%;
  background-color: var(--red);
}

section.result table tbody tr td span {
  position: relative;
  display: inline-block;
  width: max-content;
  height: auto;
  vertical-align: middle;
}

section.result table tbody tr td span:nth-of-type(2) {
  margin: 0 0 0 0.5rem;
  padding: 0 0.5rem;
  height: 1.5rem;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(0, 0, 0, 1);
  line-height: 1.5rem;
  border-radius: 0.25rem;
}

section.result table tbody tr td button {
  position: relative;
  margin: 0 0.5rem 0 0;
  padding: 0 0.5rem;
  width: max-content;
  height: 2rem;
  color: rgba(255, 255, 255, 0.75);
  background-color: rgba(241, 142, 0, 0.75);
  border-radius: 0.5rem;
  transition: color 1s ease, background-color 1s ease;
}

section.result table tbody tr td button:hover {
  cursor: pointer;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(241, 142, 0, 1);
}

section.result table tbody tr td button.modify {
  margin: 0 0 0 0.5rem;
}

section.result table tbody tr td input[type="text"] {
  position: relative;
  padding: 0 0.5rem;
  width: 6rem;
  height: 2rem;
  color: rgba(255, 255, 255, 0.75);
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 0.25rem;
  transition: color 1s ease, background-color 1s ease;
}

section.result table tbody tr td input[type="text"]:focus {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, 0.1);
}

section.result .disabled {
  display: none;
}

/*  RESULT MOBILE   */
section.result-mobile {
  display: none;
}

/*  MY  */
section.my {
  position: relative;
  margin: 90px 0 0 0;
  padding: 29px 24px;
  width: 27%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid #fff;
  border-radius: 24px;
  backdrop-filter: blur(9.5px);
  overflow: hidden;
}

section.my .menu a:last-child::after {
  background-image: url(../img/money.svg);
}

section.my .menu a:last-child {
  background: transparent;
  border-radius: 10px;
  border: 1px solid #0196ff;
}

section.my .menu {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  height: auto;
}

section.my .menu a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48.5%;
  height: 64px;
  font-size: 1.1rem;
  font-weight: 400;
  font-family: var(--font-2);
  color: #fff;
  border-radius: 10px;
  background: linear-gradient(94deg, #0196ff 4.56%, #0581d9 99.59%);
  line-height: 3rem;
  text-align: center;
  text-decoration: none;
  transition: box-shadow 1s ease;
}

section.my .menu a::after {
  content: "";
  margin: 0 0 0 0.5rem;
  background-image: url(../img/wallet.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: color 1s ease;
  width: 26px;
  height: 22px;
}

section.my .menu a:hover::after {
  color: #fff;
}

section.my .info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0 0 0;
  padding: 0 1rem;
  width: 100%;
  height: auto;
}

section.my .info span {
  position: relative;
  display: block;
  width: 50%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-2);
  opacity: 0.8;
  color: #fff;
  line-height: 2.5rem;
  padding: 10px 0px;
}

section.my .info span::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.05);
}

section.my .info span:nth-of-type(even) {
  text-align: right;
}

section.my .info span:nth-of-type(7)::after,
section.my .info span:nth-of-type(8)::after {
  display: none;
}

/*  SECTION TAB */
section.tab {
  display: none;
}

/*  MODAL - Leverage    */
.modal-leverage {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 500;
}

.modal-leverage.show {
  display: flex;
}

.modal-leverage .inner {
  position: relative;
  padding: 4rem 1.5rem 1.5rem 1.5rem;
  width: 30rem;
  height: auto;
  background-color: rgba(22, 33, 49, 1);
  border-radius: 1rem;
}

.modal-leverage .inner::after {
  content: "Adjust Leverage";
  position: absolute;
  left: 1.5rem;
  top: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
}

.modal-leverage .inner a {
  position: absolute;
  right: 1.25rem;
  top: 1rem;
  font-size: 1.1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 1s ease;
}

.modal-leverage .inner a:hover {
  cursor: pointer;
  color: rgba(255, 255, 255, 1);
}

.modal-leverage .inner h3 {
  padding: 0 0.5rem;
  font-size: 0.9rem;
  font-family: var(--font-2);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.modal-leverage .inner .adjust {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0.5rem auto 1rem;
  padding: 0 1rem;
  width: 100%;
  height: 3rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.25rem;
}

.modal-leverage .inner .adjust button {
  position: relative;
  width: 3rem;
  height: 3rem;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.5);
  transition: color 1s ease;
}

.modal-leverage .inner .adjust button:hover {
  cursor: pointer;
  color: rgba(255, 255, 255, 1);
}

.modal-leverage .inner .adjust input[type="text"] {
  position: relative;
  width: 10rem;
  height: 3rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  text-align: center;
}

.modal-leverage .inner .btn {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}

.modal-leverage .inner .btn button {
  position: relative;
  width: 18%;
  height: 2rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  transition: background-color 1s ease;
}

.modal-leverage .inner .btn button:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-leverage .inner h2 {
  margin: 1rem auto 2rem;
  font-size: 0.8rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
}

.modal-leverage .inner > button {
  position: relative;
  width: 100%;
  height: 3rem;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 1);
  background-color: var(--point-hover);
  border-radius: 0.5rem;
  transition: background-color 1s ease;
}

.modal-leverage .inner > button:hover {
  cursor: pointer;
  background-color: var(--blue);
}

/*  MODAL - Position    */
.modal-position {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 500;
}

.modal-position.show {
  display: flex;
}

.modal-position .inner {
  position: relative;
  padding: 4rem 1.5rem 1.5rem 1.5rem;
  width: 30rem;
  height: auto;
  background-color: rgba(22, 33, 49, 1);
  border-radius: 1rem;
}

.modal-position .inner::after {
  content: "Close Position";
  position: absolute;
  left: 1.5rem;
  top: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
}

.modal-position .inner a {
  position: absolute;
  right: 1.25rem;
  top: 1rem;
  font-size: 1.1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 1s ease;
}

.modal-position .inner a:hover {
  cursor: pointer;
  color: rgba(255, 255, 255, 1);
}

.modal-position .inner .red {
  color: var(--red) !important;
}

.modal-position .inner .blue {
  color: var(--blue) !important;
}

.modal-position .inner .green {
  color: var(--green) !important;
}

.modal-position .inner h3 {
  position: relative;
  width: 100%;
  font-size: 0.9rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  text-align: right;
}

.modal-position .inner h3.symbol::before {
  content: "Symbol";
  position: absolute;
  left: 0;
  font-size: 0.9rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}

.modal-position .inner h3.entry::before {
  content: "Entry Price(USDT)";
  position: absolute;
  left: 0;
  font-size: 0.9rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}

.modal-position .inner h3.mark::before {
  content: "Mark Price(USDT)";
  position: absolute;
  left: 0;
  font-size: 0.9rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}

.modal-position .inner h3.desc {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--red) !important;
  text-align: center;
}

.modal-position .inner h1 {
  position: relative;
  margin: 1rem 0 0.5rem 0;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}

.modal-position .inner .rect {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  width: 100%;
  height: 3rem;
  font-size: 1rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, 0.05);
}

.modal-position .inner .price::after {
  content: "USDT";
  color: rgba(255, 255, 255, 0.5);
}

.modal-position .inner .amount::after {
  content: "USDT";
  position: absolute;
  right: 1rem;
  color: rgba(255, 255, 255, 0.5);
}

.modal-position .inner .btn {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 1rem 0 0 0;
  width: 100%;
  height: auto;
}

.modal-position .inner .btn button {
  position: relative;
  width: 23%;
  height: 3rem;
  font-size: 0.8rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.5s ease;
}

.modal-position .inner .btn button:hover {
  cursor: pointer;
  color: rgba(255, 255, 255, 1);
}

.modal-position .inner .btn button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  transition: background-color 0.5s ease;
}

.modal-position .inner .btn button:hover::before {
  background-color: rgba(255, 255, 255, 1);
}

.modal-position .inner .btn button.checked {
  color: rgba(255, 255, 255, 1);
}

.modal-position .inner .btn button.checked::before {
  background-color: rgba(255, 255, 255, 1);
}

.modal-position .inner h2 {
  position: relative;
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  text-align: right;
}

.modal-position .inner h2.position::before {
  content: "Position Amount";
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.5);
}

.modal-position .inner h2.pnl::before {
  content: "Estimated PNL";
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.5);
}

.modal-position .inner h2.position::after {
  content: "USDT";
  display: inline;
  margin: 0 0 0 0.25rem;
}

.modal-position .inner h2.pnl::after {
  content: "USDT";
  display: inline;
  margin: 0 0 0 0.25rem;
}

.modal-position .inner > button {
  position: relative;
  margin: 1.5rem 0 0 0;
  width: 100%;
  height: 3rem;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 1);
  background-color: var(--point-hover);
  border-radius: 0.5rem;
  transition: background-color 1s ease;
}

.modal-position .inner > button:hover {
  cursor: pointer;
  background-color: var(--blue);
}

/*  MODAL - TP / SL    */
.modal-tp-sl {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 500;
}

.modal-tp-sl.show {
  display: flex;
}

.modal-tp-sl .inner {
  position: relative;
  padding: 4rem 1.5rem 1.5rem 1.5rem;
  width: 30rem;
  height: auto;
  background-color: rgba(22, 33, 49, 1);
  border-radius: 1rem;
}

.modal-tp-sl .inner::after {
  content: "Position TP/SL";
  position: absolute;
  left: 1.5rem;
  top: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
}

.modal-tp-sl .inner a {
  position: absolute;
  right: 1.25rem;
  top: 1rem;
  font-size: 1.1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 1s ease;
}

.modal-tp-sl .inner a:hover {
  cursor: pointer;
  color: rgba(255, 255, 255, 1);
}

.modal-tp-sl .inner .red {
  color: var(--red) !important;
}

.modal-tp-sl .inner .blue {
  color: var(--blue) !important;
}

.modal-tp-sl .inner .green {
  color: var(--green) !important;
}

.modal-tp-sl .inner h3 {
  position: relative;
  width: 100%;
  font-size: 0.9rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  text-align: right;
}

.modal-tp-sl .inner h3.symbol::before {
  content: "Symbol";
  position: absolute;
  left: 0;
  font-size: 0.9rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}

.modal-tp-sl .inner h3.entry::before {
  content: "Entry Price(USDT)";
  position: absolute;
  left: 0;
  font-size: 0.9rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}

.modal-tp-sl .inner h3.mark::before {
  content: "Mark Price(USDT)";
  position: absolute;
  left: 0;
  font-size: 0.9rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}

.modal-tp-sl .inner h3.desc {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--red) !important;
  text-align: center;
}

.modal-tp-sl .inner h1 {
  position: relative;
  margin: 1rem 0 0.5rem 0;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}

.modal-tp-sl .inner .input {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  width: 100%;
  height: 3rem;
  font-size: 1rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, 0.05);
}

.modal-tp-sl .inner .input::after {
  content: "USDT";
  display: inline-block;
  width: max-content;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}

.modal-tp-sl .inner .input input[type="text"] {
  position: relative;
  width: 70%;
  height: 2rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
}

.modal-tp-sl .inner h4 {
  position: relative;
  margin: 0.5rem 0 0 0;
  font-size: 0.8rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}

.modal-tp-sl .inner h4 b {
  color: rgba(255, 255, 255, 1);
}

.modal-tp-sl .inner h4 strong {
  color: var(--red);
}

.modal-tp-sl .inner > button {
  position: relative;
  margin: 1.5rem 0 0 0;
  width: 100%;
  height: 3rem;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 1);
  background-color: var(--point-hover);
  border-radius: 0.5rem;
  transition: background-color 1s ease;
}

.modal-tp-sl .inner > button:hover {
  cursor: pointer;
  background-color: var(--blue);
}
