@import "./root.css";

/* market css */
section.market-banner {
  padding: 0 0 30px 0;
}

section.market-update .coin_box h3 {
  font-size: 16px;
  font-weight: 600;
}

section.market-update .coin-values {
  margin-top: 20px !important;
  position: relative;
  display: grid;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  grid-template-columns: repeat(3, 1fr);
  padding: 3px 0;
}

section.market-update .coin_box_top {
  border-bottom: 1px solid #2e2e2e;
  padding-bottom: 10px;
}

section.market-banner {
  padding: 0 0 30px 0;
}

section.market-banner h1 {
  font-size: 68px;
  line-height: 1;
  color: #000;
}

section.market-update .coin-img-value {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  gap: 10px;
}

.coin-value-status.flex-1 {
  justify-content: end;
}

section.market-update .coin_box {
  background: transparent;
  height: 100%;
  border: 1px solid #2e2e2e;
  border-radius: 8px;
  padding: 16px;
}

.coin-values p,
.coin-values .coin-value-status span {
  font-size: 14px !important;
  font-weight: 600 !important;
  margin-bottom: 0;
}

h2.market-head {
  font-weight: 600;
}

section.market-update {
  padding: 41px 0;
}

section.market-update .coin_box i {
  font-size: 13px;
}

.coin_box p {
  margin-bottom: 0;
}

.table > :not(caption) > * > * {
  padding: 15px 8px;
  border-bottom: 1px solid #232323;
  white-space: nowrap;
  background: #000;

  align-content: center;
}
.mark_tbl th {
  width: 150px;
}
.market-table th {
  border-bottom: none !important;
  color: #ccc;
  font-weight: 400;
  font-size: 16px;
}

section.market-update .coin_box i.green {
  color: green;
}

section.market-update .coin_box i.red {
  color: red;
}

section.market-update {
  margin-top: 0 !important;
}

.market-table td {
  color: #fff;
  background: transparent;
  border: none;
}

.market-table .search-box {
  position: relative;
  width: 204px;
}

.market-table .search-box input {
  width: 100%;
  padding: 6px 35px;
  background: transparent;
  border-radius: 8px;
  outline: none;
  border: 1px solid #515151;
  color: #8e8e8e;
  font-size: 15px;
}

.market-table .search-box input::placeholder {
  color: #666;
}

.market-table .search-box i {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
}

.market-table .nav-pills .nav-link {
  color: #8e8e8e !important;
  font-size: 16px;
  font-weight: 400;
  padding: 4px 16px !important;
  border-radius: 32px;
}

section.market-table .nav-pills .nav-link.active {
  background: #eaeaea;
  color: #000000 !important;

}
section.market-table .nav-pills .nav-link{
  border: 1px solid #ffffff0d;
  background: #ffffff0d;
  color: #b6b6b6 !important;
  border-radius: 0.375rem;
}
section.market-table .nav-pills{
  gap: 20px;
}

.market-table tr {
  padding: 0 10px;
}

.market-table .market-action {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.crypto-details .crypto-name p:first-child {
  font-weight: 500;
  font-size: 16px;
  line-height: 21.86px;
}

.crypto-details .crypto-name p:last-child {
  font-size: 14px;
  line-height: 21.86px;
  color: #c5c5c5;
}

.market-table-top.flex-2 {
  margin-bottom: 50px;
}

@media (max-width: 991.98px) {
  section.market-banner {
    padding-top: 50px !important;
  }

  .market-table-top.flex-2 {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 1199.98px) {
  .market-table-top.flex-2 {
    flex-direction: column;
  }

  ul#pills-tab {
    justify-content: center;
  }
}

/* profile */

/* / prf_side  / */
.pf_flx {
  display: flex;
  gap: 30px;
}

.prf_side {
  border-right: 1px solid rgba(243, 243, 243, 0.08);
  border-radius: 5px;
  width: 264px;
  min-height: calc(100vh - 120px);
  background: #121212;
}

.dark .prf_side {
  background: #222;
}

.prf_side a path {
  fill: #fff !important;
  fill-opacity: 1;
}

.dark .prf_side a path {
  fill: #4c4c4c !important;
}

.prf_side ul {
  list-style-type: none;
  margin: 0;
  padding: 15px;
}

.prf_side a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  border-radius: 12px;
  padding: 10px 12px;
  margin-bottom: 12px;
}

.dark .prf_side a {
  color: #f3f3f3;
}

.prf_side a:hover {
  background: #1e2329;
  color: #fff;
}

.prf_side a:hover path {
  fill: #f7931b;
}

.prf_right {
  width: calc(100% - 294px);
}

.prf_right .abv_p {
  display: flex;
  align-items: center;
}

.prf_right .pfd_flx {
  display: flex;
  align-items: center;
  gap: 10px;
  border-right: 1px solid #5e5e5e4f;
  padding-right: 20px;
  margin-right: 20px;
}

.dark .prf_right .pfd_flx {
  border-right: 1px solid rgba(243, 243, 243, 0.08);
}

.prf_right .pfd_flx h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 10px;
  color: #fff;
}

.dark .prf_right .pfd_flx h5 {
  color: #f3f3f3;
}

.prf_right .pfd_flx span {
  font-weight: 400;
  font-size: 13px;
  line-height: 130%;
  color: rgb(132 132 132 / 76%);
}

.dark .prf_right .pfd_flx span {
  color: rgba(243, 243, 243, 0.4);
}

.prf_right .pfd_flx .hide {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
  background: #0e0e0e0a;
  color: #000;
  border-radius: 120px;
  padding: 7px 15px;
  gap: 5px;
  margin-left: 20px;
}

.dark .prf_right .pfd_flx .hide {
  background: rgba(243, 243, 243, 0.04);
  color: #f3f3f3;
}

.prf_right .pd_x {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  flex-wrap: wrap;
  gap: 10px;
}

.prf_right .pd_x p {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
}

.prf_right .pd_x h6 {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
}

.prf_right .pd_x h6.ylw {
  color: #f8b200;
}

.prf_right .pd_x h6.red {
  color: #f66754;
}

.dark .prf_right .pd_x h6 {
  color: #fff;
}

.prf_right .dont_asset {
  background: #0e0e0e0a;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}

.dark .prf_right .dont_asset {
  background: #393939;
  background: #0c0c0c;
}

.dark .prf_right .dont_asset::before {
  content: "";
  position: absolute;
  background: url("../images/asset_bg.png") no-repeat right center;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  z-index: -1;
}

.prf_right .dont_asset .img_bg {
  background: rgb(132 132 132 / 32%);
  border-radius: 50%;
  min-width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dark .prf_right .dont_asset .img_bg {
  background: rgba(29, 29, 29, 0.64);
}

.prf_right .dont_asset .arw_bg {
  border: 1px solid rgb(6 67 197);
  border-radius: 16px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}

.dark .prf_right .dont_asset .arw_bg {
  border: 1px solid rgba(243, 243, 243, 0.12);
}

.prf_right .dont_asset h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #fff;
}

.dark .prf_right .dont_asset h5 {
  color: #f3f3f3;
}

.prf_right .dont_asset h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
}

.dark .prf_right .dont_asset h6 {
  color: #f3f3f3;
}

.prf_right .dont_asset span {
  font-size: 14px;
  color: rgb(132 132 132 / 76%);
}

.dark .prf_right .dont_asset span {
  color: rgba(243, 243, 243, 0.4);
}

.prf_right .dont_asset span .ylw {
  font-weight: 500;
  color: #f7931b;
  display: inline-block;
}

.prf_right .vip_box {
  border: 1px solid rgb(0 0 0 / 15%);
  border-radius: 20px;
  padding: 25px;
  color: #fff;
}

.dark .prf_right .vip_box {
  color: #f3f3f3;
  border: 1px solid rgba(243, 243, 243, 0.08);
}

.prf_right .vip_box h5 {
  font-weight: 700;
  margin: 0;
  font-size: 18px;
  line-height: 130%;
}

.prf_right .vip_box .view {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: rgb(132 132 132 / 76%);
}

.dark .prf_right .vip_box .view {
  color: rgba(243, 243, 243, 0.4);
}

.prf_right .vip_box span {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: rgb(132 132 132 / 76%);
}

.dark .prf_right .vip_box span {
  color: rgba(243, 243, 243, 0.3);
}

.prf_right .vip_box p {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #fff;
}

.dark .prf_right .vip_box p {
  color: #f3f3f3;
}

.prf_right .vip_box .progress {
  border-radius: 3px;
  height: 6px;
  background: rgb(0 0 0 / 6%);
  margin-bottom: 10px;
}

.dark .prf_right .vip_box .progress {
  background: rgba(243, 243, 243, 0.04);
}

.prf_right .vip_box .progress-bar {
  background-color: #a5a7a9;
}

.prf_right .vip_box .form-switch .form-check-input {
  box-shadow: none !important;
  background-color: #7d7979 !important;
  border: 0;
  cursor: pointer;
}

.dark .prf_right .vip_box .form-switch .form-check-input {
  background-color: #3f3f3f !important;
}

.prf_right .vip_box .form-switch .form-check-input:focus {
  background-image: url("../images/round.png");
}

.prf_right .tot_asset {
  background: #1e2329b3;
  border: 1px solid #2e2e2e;
  border-radius: 20px;
  padding: 20px;
  color: #fff;
}

.dark .prf_right .tot_asset {
  color: #f3f3f3;
  background: rgba(243, 243, 243, 0.02);
  border: 1px solid rgba(243, 243, 243, 0.08);
}

.prf_right .tot_asset .flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}

.prf_right .tot_asset .flx h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}

.prf_right .tot_asset .flx div {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: rgb(216, 216, 216);
}

.dark .prf_right .tot_asset .flx div {
  color: rgba(243, 243, 243, 0.6);
}

.prf_right .tot_asset .flx .bdr {
  border-right: 1px solid rgba(243, 243, 243, 0.16);
  padding-right: 15px;
  margin-right: 15px;
}

.prf_right .tot_asset .ass_flx {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.prf_right .tot_asset .ass_flx h5 {
  font-weight: 600;
  font-size: 30px;
  margin: 0;
  margin-right: 5px;
}

.prf_right .tot_asset select {
  border: 0;
  outline: 0;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
    background: #1a1e22;
    color: #fff;
}

.dark .prf_right .tot_asset select {
  background-color: #1d1e24;
  color: #fff;
}

.prf_right .tot_asset span {
  color: rgb(132 132 132 / 76%);
}

.dark .prf_right .tot_asset span {
  color: rgba(243, 243, 243, 0.3);
}

.prf_right .tot_asset .btn_f {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.prf_right .tot_asset .btn_f a {
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #0052ff;
  border-radius: 24px;
  padding: 7px 15px;
}

.dark .prf_right .tot_asset .btn_f a {
  color: #f3f3f3;
}

.prf_right .tot_asset .btn_f a:hover {
  background: #0052ff;
  color: #fff;
  border-color: transparent;
}

.prf_right .owl-carousel .owl-item {
  padding: 0;
}

.prf_right .owl-carousel .box {
  background: rgb(231 231 234);
  padding: 25px 20px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 20px;
  padding-bottom: 50px;
}

.dark .prf_right .owl-carousel .box {
  color: #fff;
  background: rgba(243, 243, 243, 0.02);
}

.prf_right .owl-carousel .box h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
}

.prf_right .owl-carousel .box p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: rgb(132 132 132 / 76%) !important;
}

.dark .prf_right .owl-carousel .box p {
  color: rgba(243, 243, 243, 0.4) !important;
}

.prf_right .owl-carousel .box a {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #f7931b;
  display: flex;
  align-items: center;
  gap: 10px;
}

.prf_right .owl-carousel .box img {
  width: auto !important;
}

.prf_right .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -40px;
  text-align: left;
  display: flex;
  margin-left: 20px;
}

.prf_right .owl-dots button.owl-dot.active {
  background-color: #f7931e00;
}

.prf_right .owl-theme .owl-dots .owl-dot {
  width: 7px;
  height: 10px;
}

.prf_right .owl-theme .owl-dots .owl-dot span {
  margin: 0 1px;
  border-radius: 20px;
  width: 8px;
  height: 4px;
}

.fill_black_in_lightmode path {
  fill: #fff;
}

.dark .fill_black_in_lightmode path {
  fill: white;
}

@media (max-width: 1399px) {
  .prf_right .abv_p {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }

  .prf_right .pfd_flx {
    border: 0 !important;
  }
}

@media (max-width: 991px) {
  .pf_flx {
    flex-direction: column;
  }

  .prf_side,
  .prf_right {
    min-height: auto;
    width: auto;
  }

  .prf_right .dont_asset::before {
    background-size: 100% 100% !important;
  }

  .prf_right .pfd_flx {
    align-items: flex-start;
  }
}

@media (min-width: 1650px) {
  .prf_right .pd_x {
    justify-content: unset;
    gap: 70px;
  }
}

.sec_right {
  color: #000;
  /* width: calc(100% - 294px); */
}

.dark .sec_right {
  color: #fff;
}

.sec_right .just_flx {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  gap: 10px;
}

.sec_right h2 {
  font-weight: 600;
  font-size: 23px;
  color: #fff;
}

.sec_right p {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #fff !important;
  margin: 0;
}

.dark .sec_right p {
  color: rgba(243, 243, 243, 0.4) !important;
}

.sec_right p a {
  color: #f7931b;
}

.sec_right .seclow {
  background: rgba(246, 103, 84, 0.08);
  font-weight: 600;
  font-size: 13px;
  color: #f66754;
  border-radius: 39px;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sec_right .seclow.green {
  background: rgb(84 246 148 / 8%);
  color: #85e49b;
}

.sec_right .inbox {
  margin-top: 30px;
  color: #fff;
}

.sec_right .profile-bg {
  padding: 32px;
  border: 0.99px solid #2e2e2e;
  border-radius: 16px;
  margin-bottom: 50px;
}

.dark .sec_right .inbox {
  border-top: 0.99px solid rgba(243, 243, 243, 0.08);
}

.sec_right .img_bg {
  background: #272727;
  border-radius: 50%;
  min-width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec_right .img_bg i {
  color: #0052ff;
  font-size: 20px;
}

.dark .sec_right .img_bg {
  background: rgba(243, 243, 243, 0.04);
}

.sec_right h4 {
  font-weight: 500;
  font-size: 17px;
}

.sec_right .det_flx {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 13px;
  white-space: nowrap;
  width: 200px;
  margin-left: auto;
  justify-content: flex-end;
}

.sec_right .set_btn {
  border: 0.99px solid #0052FF;
  border-radius: 12px;
  padding: 6px 15px;
  color: #fff;
}

.dark .sec_right .set_btn {
  border: 0.99px solid #f3f3f3;
  color: #f3f3f3;
}

.sec_right .bd_r {
  border-bottom: 0.99px solid #2e2e2e;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.sec_right .bd_r:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.dark .sec_right .bd_r {
  border-bottom: 0.99px solid rgba(243, 243, 243, 0.04);
}

.identity_right {
  color: #fff;
}

.dark .identity_right {
  color: #f3f3f3;
}

.identity_right p {
  color: rgb(132 132 132 / 76%) !important;
}

.dark .identity_right p {
  color: rgba(243, 243, 243, 0.4) !important;
}

.identity_right .standa_rd {
  border: 1px solid #2e2e2e;
  border-radius: 20px;
  padding: 30px;
  padding-bottom: 10px;
}

.dark .identity_right .standa_rd {
  border: 1px solid rgba(243, 243, 243, 0.08);
}

.identity_right h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
}

.identity_right .verify_btn {
  background: #f7931b;
  border-radius: 24px;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #1d1d1d;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.identity_right .info {
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  color: rgb(132 132 132 / 76%);
  border-top: 1px solid rgb(210 210 215);
  padding-top: 10px;
  margin-top: 5px;
}

.dark .identity_right .info {
  color: rgba(243, 243, 243, 0.4);
  border-top: 1px solid rgba(243, 243, 243, 0.08);
}

.identity_right .info > div {
  max-width: 240px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.identity_right table,
.identity_right table th {
  border: 0 !important;
  vertical-align: middle;
  white-space: nowrap;
}

.identity_right table .bg {
  background: rgba(243, 243, 243, 0.04);
  padding: 4px 8px;
  display: inline-block;
  border-radius: 5px;
}

.identity_right thead,
.identity_right thead th {
  background: rgba(243, 243, 243, 0.02);
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  color: #fff;
  text-align: center;
}

.identity_right td {
  font-weight: 500;
  font-size: 15px;
  border: 0;
}

.identity_right td:not(:first-child) {
  text-align: center !important;
}

.identity_right .standa_rd td:last-child {
  color: #f7931b !important;
}

.prf_side a.active {
  background: rgba(6, 67, 197);
  color: #fff;
}

.prf_side a.active path {
  fill: #f7931b;
}

.id-verify .modal-content {
  background: #222223;
  padding: 16px;
  border-radius: 16px;
}

.id-verify .modal-header .btn-close {
  color: #fff;
}

.id-verify .form-select,
.id-verify .form-check {
  border: 1px solid #666666 !important;
  color: #b8b8b8;
  background: transparent;
  border-radius: 6px !important;
  appearance: auto;
  font-size: 14px;
  font-weight: 600;
}
.id-verify .modal-header {
  border-bottom: 1px solid #666666 !important;
}
.id-verify .popup-input {
  color: #757576;
  font-size: 14px;
  font-weight: 600;
}
.id-verify .form-check .form-check-input {
  float: right;
  background: transparent;
  border: 1px solid #8c8c8c66;
}

input[type="radio"]:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #ffa500;
  content: "";
  display: inline-block;
  visibility: visible;
}
.form-check-input:focus,
.id-verify .form-select:focus {
  outline: none;
  box-shadow: none;
}
select#country {
  background: #222223;
  color: #b8b8b8;
}

.id-verify .popup-input .upload-box {
  display: flex;
  gap: 10px;
  cursor: pointer;
  border: 1px solid #666666;
  padding: 20px;
  border-radius: 6px;
  color: #b8b8b8;
}
.id-verify .popup-input .verification-box {
  border: 1px solid #666666;
  padding: 20px;
  border-radius: 6px;
  color: #b8b8b8;
  margin-top: 15px;
}
.upload-box:hover {
  background: #333;
}
.id-verify .popup-input .verification-box h6 {
  display: flex;
  align-items: center;
  gap: 15px;
}

.upload-box i {
  font-size: 1.2rem;
}
.verification-box p {
  background: #303030;
  color: #fff;
  padding: 12px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}
.qr-code {
  text-align: center;
}
.qr-code img {
  background: #fff;
  padding: 15px;
  border-radius: 16px;
  width: 150px;
}
.face-qr {
  text-align: center;
}

.face-verify p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.face-verify ul li {
  list-style-type: disc;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}

.launch .card {
  background-color: transparent;
  border: none;
  padding: 20px;
  border-radius: 10px;
}
.launch a {
  color: #fff;
}
.launch .badge-finished {
  background: gray;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
}

.launch-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
}
.launch-text {
  max-width: 50%;
}
.launch-text h1 {
  font-weight: bold;
}
.launch-text a {
  color: #f27c4d;
  text-decoration: none;
  font-weight: bold;
}
.btn-launch {
  background: #057347;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}
.launch-image img {
  max-width: 100%;
}
.icon img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}
.feature-box {
  padding: 20px;
}
.token-badge {
  background-color: #463006;
  color: #f3d06d;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 14px;
}
.btn-custom,
.btn:hover {
  background: #0052ff;
  color: #fff;
  border: none;
  /* font-size: 14px; */
}
.sec_right .set_btn:hover{
  border: 0.99px solid #0052ff;
}

.content {
  border-radius: 3px;
  padding: 3em;
  margin-left: calc(var(--bead-size) + 1em);
  min-height: 9em;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: box-shadow, tansfrom;
}
.content:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

/********* Actual stuff *********/
.stepper {
  position: relative;
  min-height: 8em;
}
.stepper::before {
  content: "";
  position: absolute;
  align-self: stretch;
  justify-self: start;
  height: 50%;
  top: 48%;
  left: 30px;
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.5));
  border-left: 2px solid #4d4035;
}
.stepper.active {
  min-height: 20em;
}
.inner-step {
  display: inline-flex;
  align-items: center;
  font-size: 1.2rem;
}

.inner-step h5 {
  font-size: 16px;
  font-weight: 600;
}

.inner-step p {
  font-size: 14px;
  font-weight: 600;
  color: #9da2a9;
  margin-bottom: 0;
}
.bead {
  position: relative;
  background-color: #fc8e61;
  color: #000000;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  margin-right: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bead.complete {
  background: #fc8e6126;
  color: #fc8e61;
}
.bead.current {
  background: #e1f5fe;
}
.bead.warn {
  background: #fff8e1;
}
.bead.bad {
  background: #ffebee;
}
section.stepper:last-child::before {
  display: none;
}
section.stepper h6 {
  font-size: 14px;
  font-weight: 500;
  margin-left: 75px;
  max-width: 600px;
}
.inner-content h4 {
  font-weight: 600;
  font-size: 24px;
}
.inner-content h3 {
  font-weight: 600;
  font-size: 20px;
}
.inner-content p {
  font-weight: 500;
  font-size: 16px;
  color: #b7bdc6;
}

/* trade css start */

.top-trade-summary-outer {
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  background: rgba(18, 19, 25, 1);
  border-radius: 10px 10px 0 0;
}
.inner-top-trade-summary,
.top-trade-summary-outer,
.top-trade-summary-left,
.top-trade-summary-right,
.trading-coin,
.top-trade-summary {
  display: flex;
}
.top-trade-summary-left,
.trading-coin,
.tsp-outer-rightt {
  align-items: center;
  gap: 15px;
}
.trading-coin-outer {
  position: relative;
}
.select-pair {
  margin-right: 5px;
  cursor: pointer;
  display: none;
}
.select-pair i,
.select-pair-dropdown-options .search-box i {
  color: #fff;
  font-size: 14px;
}
.trading-coin-name {
  color: #fff;
  font-size: 12px;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.trading-coin span {
  color: rgba(113, 128, 150, 1);
}
.select-pair-dropdown-options.dropdownactive {
  transform: translateX(0%);
}
.select-pair-dropdown-options {
  position: absolute;
  background: #18191d;
  width: 450px;
  padding: 7px;
  border-radius: 10px;
  top: 50px;
  left: -4px;
  transition: all 0.3s ease-in-out;
  transform: translateX(-150%);
  z-index: 999;
  height: 80vh;
}
.select-pair-dropdown-options .search-box {
  margin-bottom: 7px;
}

.select-pair-dropdown-options .search-box input,
.select-pair-dropdown-options .search-box,
.table-pair-outer-block table {
  width: 100% !important;
}
.search-box {
  position: relative;
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
}
.select-pair-dropdown-options .search-box input {
  border-radius: 40px;
  color: #ccc;
  background: #1b1b1b;
  padding: 8px 30px;
  border: 1px solid;
}
.select-pair-dropdown-options .search-box input,
.select-pair-dropdown-options .search-box {
  width: 100% !important;
}
.search-box i {
  position: absolute;
  left: 8px;
  color: #fff;
  top: 14px;
}
.select-pair-dropdown-options .tab {
  display: flex;
  gap: 10px;
}
li {
  list-style: none;
}
.table-pair-outer-block {
  height: 50vh;
  overflow: auto;
}
.tabSPC table th {
  color: #fff;
  padding: 10px 8px;
  position: sticky;
  top: 0;
  background: #121319;
}

.tabSPC table th,
.tabSPC table td {
  font-size: 11px;
}
.tabSPC table td span {
  display: block;
  color: #ccc;
}
.tabSPC table td:last-child span {
  color: #fff;
  text-align: center;
  padding: 3px;
  border-radius: 5px;
}
.table-pair-outer-block span.green {
  color: #04e18a !important;
}
td.flex-coin-slect-pair > div img {
  width: 20px;
}
.tabSPC table td label {
  color: #fff !important;
}
.tabSPC table td label {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.table-pair-outer-block span.red {
  color: rgba(242, 85, 117, 1) !important;
}
.inner-top-trade-summary {
  flex-direction: column;
  font-size: 12px;
}
.top-trade-summary-left .inner-top-trade-summary label {
  color: #2fa766;
  font-weight: 700;
}
.top-trade-summary-left .inner-top-trade-summary span {
  color: #2fa766;
  font-weight: 400;
  font-size: 12px;
}
.green {
  color: #2fa766 !important;
}

.top-trade-summary {
  flex: 1;
  padding: 0 25px;
  justify-content: space-between;
}
.inner-top-trade-summary {
  flex-direction: column;
  font-size: 12px;
}
.inner-top-trade-summary label {
  color: #b1b5c3;
  font-size: 12px !important;
}
.trade-page label {
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.inner-top-trade-summary span {
  color: #fff;
}
.top-trade-summary-right {
  gap: 15px;
}
.select-pair-dropdown-options.dropdownactive > ul.nav.nav-tabs.tab li a.active {
  background: transparent;
  border: none;
  color: #fc8e61;
  border-bottom: 3px solid #fc8e61;
}
.select-pair-dropdown-options.dropdownactive > ul.nav.nav-tabs.tab li a:hover {
  color: #fc8e61;
  border-color: #000;
}

.select-pair-dropdown-options.dropdownactive > ul.nav.nav-tabs.tab li a {
  font-size: 13px;
  padding: 3px;
  color: #fff;
}
.select-pair-dropdown-options.dropdownactive > ul.nav.nav-tabs.tab {
  border: none;
}
.select-pair-dropdown-options.dropdownactive
  > .tab-content
  ul.nav.nav-tabs.tab {
  margin-top: 10px;
  border: none;
  margin-bottom: 13px;
}
.select-pair-dropdown-options.dropdownactive
  > .tab-content
  ul.nav.nav-tabs.tab
  li
  a.active {
  background: #fc8e61;
  color: #fff;
  border: none !important;
}

.select-pair-dropdown-options.dropdownactive
  > .tab-content
  ul.nav.nav-tabs.tab
  li
  a {
  padding: 5px !important;
  font-size: 11px;
  border-radius: 8px;
  color: #fff;
}

.select-pair-dropdown-options.dropdownactive
  > .tab-content
  ul.nav.nav-tabs.tab
  li
  a:hover {
  border: 1px solid;
}
td.flex-coin-slect-pair {
  display: flex;
  gap: 10px;
}
.tabSPC table td {
  padding: 4px 8px;
}
.right-side-menus {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  background-color: black;
  gap: 10px;
}

.right-side-menus ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.right-side-menus li {
  margin-right: 15px;
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}

.right-side-menus i {
  margin-right: 5px;
  font-size: 16px;
}
.swap-flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.ch-mid.ch-mid-swap {
  background: #222223;
  padding: 15px;
  border-radius: 12px;
  max-width: 600px;
    margin: 0 auto;
}
div#spendparent, div#recieve-id{
  border: 1px solid #2E2E2E;
  padding: 15px;
  border-radius: 12px;
}

.left-select-option .select select, .left-select-option input {
  background: none;
  color: #fff;
  border: none;
  background-color: #222223;
}
.left-select-option input{
  padding: 5px;
  text-align: right;
}
.left-select-option input:focus-visible{
outline: none;
}
div#swapping {
  text-align: center;
  margin: 5px 0;
}

div#swapping svg {
  width: 20px;
  height: 20px;
}
.ch-mid-bottom per {
  display: flex;
}

.ch-mid-bottom .per {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-top: 10px;
}

.ch-mid-bottom .per p {
  margin-bottom: 0;
}
.convert-btn-bottom {
  margin-top: 50px;
}

.convert-btn-bottom button, .convert-btn-bottom button:hover {
  background: #0052ff;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
}
.swap-head{
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 600;
}
.profile-edit {
  padding: 3px;
  margin-left: 5px;
}
.profile-pic {
  width: 98px;
  height: 98px;
  display: inline-block;
}

.file-upload {
  display: none;
}
.circle {
  border-radius: 15px !important;
  overflow: hidden;
  /* width: 128px; */
  /* height: 128px; */
  background: transparent;
  /* position: absolute;
  top: 72px; */
}
.profile-img{
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
}
.p-image {
position: absolute;
bottom: 40px;
left: 40px;
color: #666666;
transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
display: none;
}
.profile-img:hover .p-image {
  display: block;
}
.p-image:hover {
transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.upload-button {
font-size: 1.2em;
}

.upload-button:hover {
transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
color: #999;
}
.profile_edit p{
  color: #848E9C;
}
/* support css start */
td.resolved-ticket {
  color: #01df29;
  background: #01df2933;
  width: 120px;
  display: block;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
}
td.close-ticket {
  color: #d55438;
  background: #d5543833;
  width: 120px;
  display: block;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
}
td.progress-ticket {
  color: #e8cd03;
  background: #e8cd0333;
  width: 120px;
  display: block;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
.market-table-top a {
  color: #fff;
  font-size: 14px;
}
.data-picker {
  position: relative;
}

i.fa-solid.fa-calendar-days {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #b8b8b8;
}

input#datepickerFrom,
input#datepickerTo {
  border: 1px solid #2e2e2e;
  background: transparent;
  border: 1px solid #515151;
  color: #b8b8b8;
  padding: 6px 35px 6px 10px;
  background: transparent;
  border-radius: 8px;
}
.create-ticket .form-container {
  width: 100%;
  padding: 20px;
}

.create-ticket label {
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.create-ticket label span {
  color: red;
}

.create-ticket select,
.create-ticket input,
.create-ticket textarea {
  width: 100%;
  background: transparent;
  color: #fff;
  border: 1px solid #444;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.create-ticket select {
  cursor: pointer;
  background: rgb(18 18 18 / 93%);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.create-ticket textarea {
  height: 100px;
  resize: none;
}

.create-ticket .file-upload {
  border: 2px dashed #444;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  display: block !important;
}

.create-ticket .file-upload:hover {
  border-color: #fff;
}

.create-ticket .file-upload input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.create-ticket .file-name {
  font-size: 12px;
  margin-top: 10px;
  color: #bbb;
}

@media (max-width: 600px) {
  .create-ticket .form-container {
    width: 90%;
  }
}

.ticket-interface .container {
  width: 90%;
  max-width: 600px;
  background-color: #1e1e1e;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}
.ticket-interface .ticket-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.ticket-interface .ticket-header button {
  background-color: #fc8e61;
  border: none;
  color: white;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 5px;
  width: auto;
}
.ticket-interface .message {
  padding: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}
.ticket-interface .message.support {
}
.ticket-interface .ticket-interface .input-area {
  display: flex;
  gap: 10px;
}
.ticket-interface .input-area input {
  flex: 1;
  padding: 8px;
  border-radius: 5px;
  border: none;
  background: #777e9047;
  outline: none;
  color: #fff;
  width: 100%;
}
.ticket-interface .input-area {
  display: flex;
  align-items: center;
}
.ticket-interface .input-area button {
  background-color: #fc8e61;
  border: none;
  padding: 8px 12px;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  width: 100px;
}
.user-msg {
  margin-bottom: 30px;
  border-bottom: 1px solid #353945;
}
