@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');


@font-face {
  font-family: 'Switzer Variable';
  src: url('../fonts/Switzer-Variable.woff2') format('woff2'),
    url('../fonts/Switzer-Variable.woff') format('woff'),
    url('../fonts/Switzer-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Switzer-VariableItalic';
  src: url('../fonts/Switzer-VariableItalic.woff2') format('woff2'),
    url('../fonts/Switzer-VariableItalic.woff') format('woff'),
    url('../fonts/Switzer-VariableItalic.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
  font-style: italic;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


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


input[type="number"] {
  -moz-appearance: textfield;
}

body {
  top: 0 !important;
  overflow-x: hidden;
  transition: .2s ease;

  background: #0e0e1f;
}

.skiptranslate {
  display: none;
  height: 0;
}

.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
  background-color: inherit !important;
  box-shadow: inherit !important;
}

#goog-gt-vt,
#goog-gt-tt {
  display: none !important;
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
  display: none !important;
}

a {
  color: #00D2FF;
  text-decoration: none;
}

body {
  margin: 0;
}

h1 {
  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;

  margin: 0;
}

h2 {
  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

h3 {
  color: rgb(0, 0, 0);
  font-family: Syne;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.37px;
  text-align: left;
}

h4 {
  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;

  margin: 0;
}

h5 {
  color: #fff;
  font-family: "Bai Jamjuree";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  /* 150% */
  text-transform: capitalize;

  margin: 0;
}


.top-header {
  width: 100%;
  height: 60px;

  display: flex;
  align-items: center;

  background: #202F52;
}

.lang-picker {
  width: 90px;
  border-radius: 18px;
  border: 1px solid #2D68FF;
  background: #202F52;

  padding: 8px 10px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  text-transform: uppercase;

  cursor: pointer;
}

.lang-picker img {
  width: 20px;
  height: 20px;

  border-radius: 50%;
}

.dropdown-arrow {
  transition: .2s ease;
}

.show .dropdown-arrow {
  transform: rotate(-180deg);
}

.main_dropdown {
  border-radius: 12px;
  background: #0E0E1E;

  width: 164px;

  margin-top: 5px !important;
}

.main_dropdown li {
  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  display: flex;
  align-items: center;
  gap: 10px;

  padding: 9px 13px;

  cursor: pointer;

  transition: .2s ease;
}

.main_dropdown li img {
  border-radius: 50%;
  width: 18px;
  height: 18px;
}

.language__img_active,
.main_dropdown li:hover {
  background: #323251;
}

.header {
  width: 100%;
  height: 100px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 0 30px;

  border-radius: 100px;
  background: url(../img/sections/elements/ft_bg.png);
  background-position: center;


  box-shadow: 0px 1px 24px -1px rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(10px);
}

.sticky-header {
  /* position: sticky; */
  top: 0;
  left: 0;
  z-index: 999;

  margin-top: 40px; 
}

.header-els a {
  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  text-transform: uppercase;
  transition: .2s ease;
}

.active-menu,
.header-els a:hover {
  color: #00D2FF !important;
}

.btn-1 {
  color: #4EE39D;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;

  padding: 17px;
  min-width: 152px;

  border-radius: 28px;
  border: 1px solid #4EE39D;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(6px);
}

.btn-2 {
  color: #0B1125;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;

  padding: 17px;
  min-width: 152px;

  border-radius: 28px;
  background: linear-gradient(180deg, #4EE39D 0%, #00D2FF 100%);

  transition: .2s ease;

  border: none !important;
  outline: none !important;
}

.btn-2:hover {
  background: linear-gradient(240deg, #4EE39D 0%, #00D2FF 100%);
}

.section-title h1 {
  font-family: "Bai Jamjuree";
  font-size: 62px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;

  text-align: center;

  margin: 0;

  background: linear-gradient(90deg, #00D2FF 0%, #FFF 52.5%, #2D68FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-title p {
  color: #FFF;
  text-align: center;
  font-family: "Bai Jamjuree";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 177.778% */

  opacity: .8;

  margin-top: 16px;
  margin-bottom: 0px;
}

.section-title {
  height: 320px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.text-gradient {
  background: linear-gradient(90deg, #00D2FF 0%, #FFF 52.5%, #2D68FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content {
  width: 100%;
  background-image: url(../img/sections/elements/04.png);
  background-position: top;
  background-size: cover;

  padding-top: 80px;
  position: relative;
  background-color: #0a0a1d;
}

.list-down {
  width: 48px;
  height: 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  background: rgba(196, 196, 196, 0.01);
  box-shadow: 0px 98px 100px -48px rgba(202, 172, 255, 0.30) inset, 0px 4px 18px 0px rgba(154, 146, 210, 0.30) inset, 0px 1px 40px 0px rgba(227, 222, 255, 0.20) inset;
  backdrop-filter: blur(50px);

  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.main_block {
  width: 100%;
  padding: 24px;

  border-radius: 22px;
  background: rgba(196, 196, 196, 0.01);
  box-shadow: 0px 98px 100px -48px rgba(202, 172, 255, 0.30) inset, 0px 4px 18px 0px rgba(154, 146, 210, 0.30) inset, 0px 1px 40px 0px rgba(227, 222, 255, 0.20) inset;
  backdrop-filter: blur(50px);
}

.small_body {
  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  text-transform: capitalize;

  margin: 0;
}

.big_body {
  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;

  margin: 0;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-18 {
  margin-top: 18px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-28 {
  margin-top: 28px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

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

.fw-700 {
  font-weight: 700 !important;
}

.o7 {
  opacity: .8;
}

.badge_title {
  display: inline-block;
  padding: 13px 18px;

  border-radius: 100px;
  background: rgba(78, 227, 157, 0.10);
  backdrop-filter: blur(6px);

  color: #4EE39D;
  leading-trim: both;
  text-edge: cap;
  font-family: "Switzer Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  text-transform: uppercase;
}

.assets img {
  cursor: pointer;
  width: 96px;

  transition: .2s ease;
}

.assets img:hover {
  transform: scale(1.05);
}

.btn-mod {
  border-radius: 12px;
  background: linear-gradient(180deg, #4EE39D 0%, #00D2FF 100%);

  min-width: 222px;

  display: inline-block;
}

.upper_container {
  background-image: url(../img/sections/elements/upper_bg.png);
  background-size: cover;

  height: 534px;
  background-color: #08081c;
}

.mb .main_block {
  padding-bottom: 40px;
}

.footer {
  margin-top: 150px;

  padding-bottom: 26px;
}

.footer_logo img {
  height: auto;
  width: 256.176px;
}

.f_els a:hover {
  color: #00D2FF !important;
}

.f_els a {
  width: 230px;
}

.f_els a svg {
  width: 26px;
}

.line {
  width: 100%;
  height: 1px;

  background: #FFF;

  margin-top: 36px;
  margin-bottom: 26px;

  opacity: .8;
}

.block__2 {
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(6px);

  padding: 20px;
}

.block__2::before {
  content: "";
  position: absolute;
  inset: 0;

  border-radius: 22px;
  padding: 1px;

  background: linear-gradient(to right, #FFFFFF0D, #FFFFFF66);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.fw-400 {
  font-weight: 400 !important;
}

.block_bg {
  width: 146.571px;
  height: 518.77px;
  flex-shrink: 0;

  border-radius: 75.795px;
  background: linear-gradient(180deg, #4EE39D 0%, #00D2FF 100%);

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-37.484deg);

  z-index: 1;
}

#qr_code_app {
  margin-top: 22px;
}

.relative {
  position: relative;
}

.app_screen {
  position: relative;
  z-index: 2;
}

.blog_block img {
  border-radius: 22px;
  height: 340px;
}

.blog_img {
  border-radius: 16px;
  height: 600px;
}

.blog-content * {
  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
  text-transform: capitalize;
}

.blog_bot {
  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3.64px;

  gap: 12px;
  display: flex;
  align-items: center;
  margin: 0;
}

.mbtn {
  color: #4EE39D;
  font-family: "Bai Jamjuree";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;

  display: flex;
  align-items: center;
  gap: 8px;

  margin: 0;
}

.mbtn svg {
  transition: .2s ease;
}

.mbtn:hover svg {
  transform: translateX(2px);
}

.label {
  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */

  margin: 0;
}

@media (min-width: 992px) {
  .container {
    padding: 0px;
    max-width: 1280px;
  }
}

.n_block {
  display: flex;
  align-items: center;
  justify-content: center;

  background-image: url(../img/icons/block_bg.png);

  width: 80px;
  height: 80px;

  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;

  transition: .2s ease;
}

.n_block:hover {
  transform: scale(1.05);

  cursor: pointer;
}

.cap {
  text-transform: capitalize;
}

.lh32 {
  line-height: 32px !important;
}

.theme-color {
  color: #00D2FF !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.team img {
  transition: .2s ease;
  border-radius: 16px;
}

.team img:hover {
  opacity: 1;
  cursor: pointer;
}

.last_updated {
  color: #00D2FF;
  font-family: "Bai Jamjuree";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.policy_text * {
  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
  text-transform: capitalize;
}

.share_link {
  width: 56px;
  height: 56px;

  background: #1A1A1C;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
}

.blog_img_2 {
  width: 100%;
  height: 340px;

  background-size: cover;
  background-position: center;

  border-radius: 22px;
}

.line1 {
  width: 219px;
  height: 10px;

  position: absolute;
  top: 36px;
  left: 16.8%;
}

.line2 {
  width: 192px;
  height: 10px;

  position: absolute;
  top: 36px;
  left: 49%;
}

.line3 {
  width: 123px;
  height: 10px;

  position: absolute;
  top: 36px;
  left: 78.5%;
}

.plan-block {
  width: 100%;
  border-radius: 22px;
  background: rgba(196, 196, 196, 0.01);
  box-shadow: 0px 98px 100px -48px rgba(202, 172, 255, 0.30) inset, 0px 4px 18px 0px rgba(154, 146, 210, 0.30) inset, 0px 1px 40px 0px rgba(227, 222, 255, 0.20) inset;
  backdrop-filter: blur(50px);

  padding: 28px 20px;
}

.lh {
  line-height: normal;
}

.plan_desc {
  margin-top: 20px;
  list-style: none;

  padding: 0;

  display: grid;
  gap: 18px;
}

.plan_desc li {
  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.plan_desc li span {
  text-align: right;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.text-gradient-2 {
  background: linear-gradient(180deg, #2D68FF 0%, #FFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-3 {
  background: linear-gradient(180deg, #4EE39D 0%, #FFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.plan_desc li:last-child {
  padding-bottom: 0px;
  border: none;
}

.btn-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 12px;
  border: 1px solid rgba(78, 227, 157, 0.15);

  background: linear-gradient(180deg, rgba(78, 227, 157, 0.10)0%, rgba(0, 210, 255, 0.10)100%);
}

.btn-3 span {
  background: linear-gradient(180deg, #4EE39D 0%, #FFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.h50 {
  height: 50px;
}

.btn-disabled {
  background: #394850 !important;
  color: #ffffffc2;
}

.accord-item {
  width: 100%;
  padding: 16px 22px;

  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(6px);

  transition: .2s ease;
}

.accord-item.actived {
  border: 1px solid #00D2FF;
}

.accord-item.actived .ac_block {
  transform: rotate(180deg);
}

.accord_body {
  visibility: hidden;
  height: 0;
  opacity: 0;
  margin: 0;

  transition: .2s ease;
}

.accord-item.actived .accord_body {
  visibility: visible;
  opacity: 1;
  height: auto;
  margin-top: 12px;
}

.a_title {
  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;

  user-select: none;
}

.a_body {
  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
  text-transform: capitalize;

  margin: 0;

  width: 888px;

  user-select: none;
}

.ac_block {
  width: 36px;
  height: 36px;
  background: #00D2FF;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: .2s ease;
}

.cursor-pointer {
  cursor: pointer;
}

.form-control {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background-color: rgba(255, 255, 255, 0.05) !important;
  backdrop-filter: blur(6px);

  box-shadow: none !important;

  color: #FFF !important;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  padding: 20px;

  transition: .2s ease;
}

.form-control:focus {
  border: .5px solid #00D2FF !important;
}

.form-control::placeholder {
  color: #fff;
  opacity: .8;
}

.block__3 {
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(0, 210, 255, 0.10) 0%, rgba(78, 227, 157, 0.10) 100%);

  padding: 24px;
}

.form-2 {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.40);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(6px);

  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  padding: 20px;
}

.main_label {
  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  margin-bottom: 20px;
}

.form-2::placeholder {
  color: #fff;
  opacity: .8;
}

.skeleton {
  content: ' ';

  background: linear-gradient(90deg, #ddda 40%, #efefefaa, #ddda 60%) right / 300% 100%;
  animation: skeleton-loading 1.5s linear infinite;
}

@keyframes skeleton-loading {
  0% {
    background-position: right;
  }

  100% {
    background-position: left;
  }
}

.links {
  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  text-align: center;

  display: block;
}

.links span {
  color: #00D2FF;
}

.actionModal {
  border-radius: 22px;
  background: #151522;
}

.actionModal .modal-body {
  padding: 32px 27px;
}

.cent {
  display: block;
  margin: 0 auto;

  width: 80px;
  height: 80px;
}

.ch label {
  color: #FFF !important;
  font-family: "Bai Jamjuree";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.ch input {
  background: none;
  border: 1px solid #00D2FF;
  border-radius: 2px;

  box-shadow: none !important;

  cursor: pointer;
}

.form-check-input:checked {
  background: #00D2FF;
}

.relative {
  position: relative;
}

.send_code {
  position: absolute;
  right: 4px;

  border-radius: 9px;
}

.lhn {
  line-height: normal;
}

.plan__title {
  text-align: center;
  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.block__plan {
  width: 100%;

  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(6px);

  padding: 32px;

  margin-top: 32px;
}

.btn_title {
  margin-top: 32px;

  min-width: 226px;
  border-radius: 10px;

  display: inline-block;
}

#details h6 {
  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
  text-transform: capitalize;

  opacity: .8;
}

#details h3 {
  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

#details *:not(h3):not(h6):not(b) {
  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
  text-transform: capitalize;
}

#details p {
  margin: 0;
}

.ram_detail {
  border-radius: 16px !important;
  border: 1px solid #F00 !important;
  background: rgba(255, 0, 0, 0.10) !important;

  color: #FFF !important;
  font-family: "Bai Jamjuree" !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: normal !important;

  padding: 24px 24px !important;

  margin-bottom: 16px;
}

.block__plan2 {
  color: #00D2FF;
  font-family: "Bai Jamjuree";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  display: flex;
  align-items: center;
  justify-content: space-between;

  border-radius: 12px;

  padding: 18.5px 24px;
}

.block__plan2::before {
  border-radius: 12px;
}

.mb-20 {
  margin-bottom: 20px;
}

.controls {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(6px);

  padding: 0px;
  width: 40px;
  height: 40px;

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;

  user-select: none;
}

.controls::before {
  border-radius: 12px;
}

.form__plan {
  text-align: center;

  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  outline: none;
  border: none;

  background: transparent;

  position: relative;
  z-index: 123;

  width: 100%;
  height: 100%;
}

.inp {
  width: 105px;
  height: 40px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_outlined {
  color: #00D2FF;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;

  padding: 18px;

  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;

  border: 1px solid #00D2FF;
  background: #0C0C1C;

  border-radius: 12px;
}

.banner_title {
  font-family: "Bai Jamjuree";
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  /* 153.226% */
  text-transform: capitalize;

  background: linear-gradient(90deg, #00D2FF 0%, #FFF 52.5%, #2D68FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  margin: 0;
}

.banner_desc {
  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 177.778% */

  margin-top: 8px;
  margin-bottom: 0px;

  max-width: 593px;
}

.banner_home {
  margin-top: 80px;
}

.list_home {
  margin-top: 20px;
  margin-bottom: 0px;

  display: grid;
  gap: 24px;

  padding: 0px;
}

.list_home li {
  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  background-size: 18px 18px;
  background-image: url(../img/icons/checkmark.png);
  background-repeat: no-repeat;
  padding-left: 30px;

  list-style: none;

  max-width: 510px;
}

.banner_buttons a {
  min-width: 181px;
  border-radius: 12px;
}

.banner_buttons {
  margin-top: 48px;
}

.banner_stat {
  width: 100%;
  margin-top: 84px;
  padding: 16px 0px;

  position: relative;

  display: flex;
  align-items: center;
  justify-content: space-between;

  opacity: .9;

  backdrop-filter: blur(5px);
}

.banner_stat::before {
  content: '';
  background: linear-gradient(90deg, #4EE39D 0%, #00D2FF 100%);
  width: 100%;
  height: 1px;


  position: absolute;
  left: 0;
  top: 0;
}

.banner_stat::after {
  content: '';
  background: linear-gradient(90deg, #4EE39D 0%, #00D2FF 100%);
  width: 100%;
  height: 1px;


  position: absolute;
  left: 0;
  bottom: 0;
}

.stat_desc {
  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 4.16px;

  margin-bottom: 0px;
  margin-top: 8px;

  text-align: center;
}

.stat_title {
  margin: 0;
  text-align: center;
}

.h_block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 24px;
  grid-gap: 32px;
}

.h_block .main_block {
  border-radius: 22px;

  padding: 31px 24px;

  display: flex;
  flex-direction: column;
  gap: 12px;
}

.btn-2a {
  border-radius: 12px;
  min-width: 184px;
}

.lbc {
  max-width: 776px;
  margin-top: 16px;
}

.content2 {
  margin-top: 60px;
}

.m_blocks {
  position: relative;
  margin-top: 91px;
}

.m_blocks .block__2 {
  border-radius: 22px;
  padding: 20px;
  width: 100%;
  max-width: 366px;

  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(6px);

  position: relative;
  z-index: 2;
}

.ells {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(180deg, #2D68FF 0%, #00D2FF 100%);

  margin-bottom: 16px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.upb {
  display: flex;
  justify-content: space-between;

  width: 1064px;
}

.content2 {
  background-image: url(../img/sections/elements/bgs.png);
  background-position: 0px -262px;
}

.vklad1 {
  width: 100%;
  height: 80px;
  padding: 0px 32px;

  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(6px);

  display: flex;
  align-items: center;
  gap: 80px;
}

.tab_btn {
  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;

  position: relative;

  z-index: 2;

  cursor: pointer;

  transition: .2s ease;

  user-select: none;
}

.tab_btn.actived {
  color: #00D2FF;
  line-height: 78.5px;
  border-bottom: 2px solid #00D2FF;
}

.vklad2 {
  margin-top: 24px;
  padding: 19px 32px;
}

.d_block {
  width: 100%;

  border-radius: 22px;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(7.5px);

  padding: 24px;

  display: flex;
  align-items: center;
  gap: 20px;
}

.rel {
  width: 80px;
  height: 80px;

  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(0, 210, 255, 0.10) 0%, rgba(153, 153, 153, 0.10) 100%);
  backdrop-filter: blur(7.5px);

  display: flex;
  align-items: center;
  justify-content: center;
}

.rel img {
  width: 36.667px;
  height: 36.667px;

  border-radius: 50%;
}

.dep_email {
  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 5.2px;

  margin: 0;

  text-transform: none;
}

.dep_amount {
  color: #4EE39D;
  font-family: "Bai Jamjuree";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3.64px;

  margin-top: 16px;
  margin-bottom: 0px;
}

.vklad2 {
  position: relative;
}

.swiper-prev {
  width: 48px;
  height: 48px;

  background: #2D68FF;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  position: absolute;
  left: -23px;
  top: 50%;
  transform: translateY(-50%);

  user-select: none;

  transition: .2s ease;
}

.swiper-next {
  width: 48px;
  height: 48px;

  background: #2D68FF;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  position: absolute;
  right: -23px;
  top: 50%;
  transform: translateY(-50%);

  user-select: none;

  transition: .2s ease;
}

.swiper-button-disabled {
  opacity: .7;
}

.g1 {
  position: absolute;
  bottom: -65%;

  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.g2 {
  position: absolute;
  top: -135%;

  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.g3 {
  position: absolute;
  bottom: -112%;

  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.g4 {
  position: absolute;
  left: 0;
  top: -80px;
}

.g5 {
  position: absolute;
  right: 0;
}

.g6 {
  position: absolute;
  right: -116px;
  bottom: -125px;
}

.g7 {
  position: absolute;
  left: -116px;
  top: 55px;
}

.main_zone {
  position: relative;
}

.gb {
  animation: moveUpDown 4s ease-in-out infinite;
}

@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.crypto_block {
  width: 305px;
  border-radius: 16px;

  padding: 18px;
}

.crypto_block::before {
  border-radius: 16px;
}

.cr_bl {
  width: 52px;
  height: 52px;

  border-radius: 12px;
  background: #FFF;

  display: flex;
  align-items: center;
  justify-content: center;
}

.cr_bl img {
  width: 24.723px;
  height: 24.723px;

  border-radius: 50%;
}

.crypto_name {
  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;

  margin: 0;
}

.crypto_name2 {
  color: #4EE39D;
  font-family: "Bai Jamjuree";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;

  margin-top: 8px;
  margin-bottom: 0px;
}

.red_crypto p {
  color: #F00;
  font-weight: 500;
}

.green_crypto p {
  color: #4EE39D;
}

.green_crypto svg path {
  fill: #4EE39D;
}

.green_crypto svg {
  transform: scaleY(-1);
}

.user_header {
  border-radius: 22px;
  background: #202C48;
  box-shadow: 0px 1px 24px -1px rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(10px);

  width: 100%;
  height: 80px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 0 20px;
}

.sticky_user_header {
  margin-top: 27px;

  position: sticky;
  top: 10px;

  z-index: 990;
}

.l_dash {
  font-weight: 600;
  line-height: normal;
}

.notify_head {
  width: 56px;
  height: 56px;

  border-radius: 28px;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(6px);

  display: flex;
  align-items: center;
  justify-content: center;

  position: relative;
}

.not_dot {
  width: 8px;
  height: 8px;

  background: red;
  border-radius: 50%;

  position: absolute;
  top: 2px;
  right: 7px;
}

.leftMenu {

  border-radius: 22px;
  background: #202C48;

  width: 220px;
  min-width: 220px;

  margin-top: 24px;

  padding: 28px 10px;
}

.dashboard-content {
  /* margin-left: 517px;
  padding-top: 25px;
  padding-bottom: 25px;
  max-width: 1116px; */

  padding-top: 25px;
  width: 100%;
}

.l_content {
  display: grid;
  gap: 20px;
}

.l_item {
  border-radius: 12px;
  background: #202C48;

  padding: 15px 12px;

  display: flex;
  align-items: center;
  gap: 12px;

  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  transition: .2s ease;
}


.l_actived {
  color: #00D2FF;
  background: linear-gradient(90deg, #202C48 0%, #4D6AAE 100%);
}

.l_actived svg path {
  fill: #00D2FF;
}

.main_zone .block__2:hover {
  transform: translateY(-5px);
}

.main_zone .block__2 {
  transition: .2s ease;
}

.user_hover {
  border-radius: 28px;
  border: 1px solid #4EE39D;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(6px);

  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  padding: 6px 8px;

  text-transform: none;

  min-width: auto;

  display: flex;
  align-items: center;
  gap: 12px;
}

.user_hover img {
  width: 44px;
  height: 44px;

  border-radius: 50%;
}

.und_left {
  width: 100%;

  display: grid;
  gap: 12px;

  position: relative;
}

.und_left .btn-2 {
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;

  height: 44px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.block__und {
  border-radius: 12px;
  background: linear-gradient(111deg, rgba(0, 210, 255, 0.40) 0.84%, rgba(78, 227, 157, 0.10) 63.92%);
  box-shadow: 0px 1px 24px -1px rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(10px);

  padding: 12px;
  width: 100%;

  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}

.block__und::before {
  content: "";
  position: absolute;
  inset: 0;

  border-radius: 12px;
  padding: 1px;

  background: linear-gradient(to right, #FFFFFF20, #00D2FF20);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;
  mask-composite: exclude;

  z-index: -1;
}

.fw-700 {
  font-weight: 700;
}

.fw-500 {
  font-weight: 500;
}

.ors .block__2 {
  padding: 16px;
}

.or_rel {
  width: 56px;
  height: 56px;

  background: linear-gradient(180deg, #4EE39D 0%, #00D2FF 100%);

  border-radius: 50%;

  display: block;
  margin: 30px auto 21px;

  padding: 14px;
}

.theme-text {
  color: #00D2FF;
  font-family: "Bai Jamjuree";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.theme-color2 {
  color: #4EE39D !important;
}

.dash_block {
  width: 100%;

  border-radius: 16px;
  background: #202C48;
  padding: 16px;
}

.btn-1-back {
  background: #202940;
}

.on_rel2 {
  background: linear-gradient(180deg, #2D68FF 0%, #00D2FF 100%);
}


.btn-1-styled {
  color: #2D68FF;
  border: 1px solid #2D68FF;
  background: #202940;
}

.rel2 {
  width: 70px;
  height: 70px;

  background: #131323;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
}

.rel2_small {
  width: 48px;
  height: 48px;

  padding: 12px;

  display: block;
  margin: 13px auto 8px;
}

.fz-18 {
  font-size: 18px;
}

.p14 {
  padding: 14px;
}

.ref_block {
  margin-top: 24px;
  padding: 8px 14px;

  width: 100%;

  border-radius: 16px;
  background: #202C48;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ref_block .btn-2 {
  text-transform: none;

  color: #0B1125;
  font-family: "Bai Jamjuree";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  padding: 18px;

  min-width: 147px;
}

.block_ref {
  width: 100%;
  padding: 18px 21px;

  border-radius: 27px;
  background: #FFF;

  color: #000;
  font-family: "Bai Jamjuree";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.und-bg {
  width: 458px;
  height: 458px;

  border-radius: 458px;
  background: rgba(211, 211, 211, 0.54);
  filter: blur(345.20001220703125px);

  position: fixed;
  right: 0;
  bottom: 0;

  z-index: -1;
}

.details .dash_block {
  padding: 23px 22px;
  border-radius: 16px;
  background: #202C48;
}

.avatar {
  width: 100%;
  height: 100%;

  border-radius: 50%;
}

.avt {
  position: relative;
  width: 94px;
  height: 94px;

  cursor: pointer;
}

.avt svg {
  position: absolute;
  right: 2px;
  bottom: 5px;
}

.btn-2-styled {
  border-radius: 28px;

  padding: 18px 37px;
}

.detail_input {
  border-radius: 27px;
  background: #151522;

  width: 100%;

  height: 56px;
  display: flex;
  align-items: center;

  padding: 0 26px;

  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  border: none;
  outline: none;
}

.block__4 {
  width: 100%;

  border-radius: 22px;
  border: 1px solid #00D2FF;
  background: #202C48;

  padding: 26px;
}

.ref_tit {
  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 140% */

  max-width: 1200px;

  text-transform: none;
}

.refs .block__2 {
  max-width: 356px;
}

.head_table {
  width: 100%;
  height: 60px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  border-radius: 12px;
  background: #202C48;

  padding: 0 28px;
}

.head_table span {
  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.head_table span:not(:first-child):not(:last-child) {
  text-align: center;
}

.head_table span:last-child {
  text-align: right;
}

.body_table span:not(:first-child):not(:last-child) {
  text-align: center;
}

.body_table span:last-child {
  text-align: right;

  display: flex;
  justify-content: end;
}

.body_table {
  display: grid;
  gap: 16px;

  margin-top: 16px;
}

.body_table .item {
  border-radius: 0px 12px 12px 0px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(6px);

  width: 100%;

  padding: 20px 30px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  position: relative;
}

.body_table .item::before {
  content: '';
  width: 6px;
  height: 100%;

  left: 0;
  top: 0;

  background: transparent;
  position: absolute;

  opacity: .8;
}

.body_table .item.green::before {
  background: #4EE39D;
  backdrop-filter: blur(6px);
}

.body_table .item.red::before {
  background: red !important;
  backdrop-filter: blur(6px);
}

.body_table .item.pending::before {
  background: #00D2FF;
  backdrop-filter: blur(6px);
}

.body_table.rand .item:nth-child(1):before {
  background: #4EE39D;
  backdrop-filter: blur(6px);
}

.body_table.rand .item:nth-child(2):before {
  background: #00D2FF;
  backdrop-filter: blur(6px);
}

.body_table.rand .item:nth-child(3):before {
  background: #2D68FF;
  backdrop-filter: blur(6px);
}

.body_table.rand .item:nth-child(4):before {
  background: #F7931A;
  backdrop-filter: blur(6px);
}

.body_table.rand .item:nth-child(5):before {
  background: #E53F9C;
  backdrop-filter: blur(6px);
}

.body_table.rand .item:nth-child(6):before {
  background: #AD7AFF;
  backdrop-filter: blur(6px);
}

.body_table.rand .item:nth-child(7):before {
  background: #E53F9C;
  backdrop-filter: blur(6px);
}

.body_table.rand .item:nth-child(8):before {
  background: #4EE39D;
  backdrop-filter: blur(6px);
}

.body_table.rand .item:nth-child(9):before {
  background: #2D68FF;
  backdrop-filter: blur(6px);
}

.body_table.rand .item:nth-child(10):before {
  background: #00D2FF;
  backdrop-filter: blur(6px);
}

.body_table .item.pending .statused {
  color: #00D2FF;
}

.body_table .item.red .statused {
  color: red;
}

.body_table .item.green .statused {
  color: #4EE39D;
}

.body_table .item span {
  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.main_z {
  padding-bottom: 25px;
}

.text-grad {
  background: linear-gradient(180deg, #4EE39D 0%, #00D2FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;

  display: flex;
  gap: 8px;
  align-items: center;

  color: rgb(6, 6, 36);
  font-family: Syne;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 1%;
  text-align: left;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.select-bar {
  margin-top: 24px;
  width: 100%;

  border-radius: 30px;
  background: #202C48;

  border: none !important;
  outline: none;

  padding: 0px;

  height: 59px;

  display: flex;
  align-items: center;
  padding: 0px 24px;

  margin-bottom: 16px;
}

.select-bar .current {
  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  display: flex;
  align-items: center;
  gap: 8px;

  opacity: .8;
}

.select-bar:focus {
  border: none !important;
}

.select-bar .list {
  width: 100%;
  border-radius: 12px;
  background: #0E0E1F;

  border: none;

  z-index: 123;
}

.select-bar .list li {
  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;

  opacity: .9;

  padding: 10px 28px;

  display: flex;
  align-items: center;
  gap: 12px;

}

.icon-dep {
  width: 30px;
  height: 30px;

  border-radius: 50%;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background: #17172d;
}

.nice-select:after {
  width: 8px;
  height: 8px;
  right: 26px;

  margin-top: -5px;
}

.its {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);

  gap: 73px;

  padding-bottom: 20px;
}

.its .act h5 {
  color: #4EE39D;
}

.its h5 {
  font-weight: 500;
}

.its .act {
  position: relative;
}

.its .act::after {
  content: '';
  position: absolute;
  bottom: -21px;
  left: 0px;

  background: #4EE39D;
  width: 100%;
  height: 2px;
}

.form-v2 {
  border-radius: 30px;
  background-color: #202C48 !important;

  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  padding: 20px 24px !important;

  border: none;
}

.form-v2:focus {
  border: none !important;
}

.grd_form {
  display: grid;
  gap: 28px;
}

.nots {
  display: grid;
  gap: 22px;
}

.nots .item {
  width: 100%;

  border-radius: 16px;
  background: #202C48;

  padding: 13px 20px;

  display: flex;
  align-items: center;
  gap: 16px;
}

.nots .notify_head {
  width: 44px;
  height: 44px;
}

.not_date {
  color: #8C84C3;
  font-family: "Bai Jamjuree";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  margin-top: 6px;
  margin-bottom: 0px;
}

.p20 {
  padding: 20px;
}

.not_msg {
  margin-top: 8px;
}

.not_msg * {
  color: #8C84C3;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.not_msg p:last-child {
  margin-bottom: 0px;
}

.table_button {
  color: #00D2FF;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  display: flex;
  align-items: center;
  gap: 6px;

  cursor: pointer;
}

.dep_modal {
  border-radius: 22px;
  background: #151522;

  max-width: 921px;
}

.dep_modal .modal-body {
  padding: 24px;
}

#img_dep {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

#qrCode {
  width: 214px;
  height: 214px;

  display: block;
  margin: 24px auto;
}

.ml span {
  color: #4EE39D;
}

.ml {
  text-align: center;
  opacity: .9;
}

.network {
  color: #4EE39D;
  text-align: center;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  margin-top: 16px;
}

.copyd {
  border-radius: 27px;
  background-color: #202940;

  width: 100%;
  padding: 18px 24px;

  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  border: none;
  outline: none;

  background-image: url('../img/icons/copy.png');
  background-size: 24px 24px;

  background-position: 97.5% center;
  background-repeat: no-repeat;

  cursor: pointer;
}

.sds {
  margin-top: 20px;
  list-style: none;
  margin-bottom: 0px;
  padding: 0px;
}

.sds li {
  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */

  opacity: .8;
}

.modal {
  background: rgba(0, 0, 0, 0.87);
  backdrop-filter: blur(6px);
}

.dash_modal {
  border-radius: 22px;
  background: #151522;

  max-width: 715px;
}

.dash_modal .modal-body {
  padding: 26px;
}

.modal-flex {
  padding: 0;
  margin-top: 26px;
  margin-bottom: 0px;
  padding: 0px;

  list-style: none;

  display: grid;
  gap: 32px;
}

.modal-flex li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-flex li span:first-child {
  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.modal-flex li span:last-child {
  color: #BEBEBE;
  text-align: right;
  font-family: "Bai Jamjuree";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.cs {
  cursor: pointer;
}

.btn_drop {
  border-radius: 30px;
  border: 1px solid #00D2FF;
  background: #0D0D1D;

  padding: 19px 24px;

  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  display: flex;
  align-items: center;
  justify-content: space-between;

  cursor: pointer;

  min-width: 366px;
}

.btn_drop svg {
  transition: .2s ease;
}

.btn_drop.show svg {
  transform: rotate(-180deg);
}

.drop_2 {
  width: 100%;
}

.err {
  width: 100%;
  background: rgba(255, 255, 255, 0.10);
  padding: 14px 17px;

  border-left: 5px solid red;
}

.arr {
  border-left: 5px solid #4EE39D;
}

.sw {
  width: 88px;
  height: 38px;

  border-radius: 28px;
  background: #0F0F1F;

  display: flex;
  align-items: center;

  padding: 6px;

  cursor: pointer;
}

.swin {
  width: 26px;
  height: 26px;
  border-radius: 50%;

  background: #222B42;

  display: flex;
  align-items: center;
  justify-content: center;
}

.sw.ad {
  justify-content: end;
}

.mb {
  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 200% */
  letter-spacing: 1.44px;

  opacity: .8;

  text-align: center;
}

.qr-code * {
  width: 160px;
  height: 160px;
}

.qr-code {
  background: #fff;
  padding: 5px;
}

.codes {
  display: flex;
  align-items: center;
  gap: 12px;

  justify-content: center;
}

.codes input {
  width: 46px;
  height: 46px;

  border-radius: 6px;
  border: 1px solid #4A4A5E;
  background: #191923;

  outline: none;

  text-align: center;

  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.notify_drop {
  border-radius: 16px;
  background: #151522 !important;

  width: 428px;
  max-height: 610px;
  overflow-y: auto;

  padding: 18px;
}

.notify_drop::-webkit-scrollbar {
  width: 9px;
}

.notify_drop::-webkit-scrollbar-thumb {
  background: #4EE39D;
  border-radius: 100px;
}

.notify_drop::-webkit-scrollbar-track {
  background: #202940;
  border-radius: 100px;
}

.clear_btn {
  border-radius: 4px;
  border: 1px solid #2D68FF;
  background: #202F52;

  padding: 9px 23px;

  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.ld {
  width: 100%;
  height: 1px;
  background: #2E2E3E;

  margin: 16px 0;
}

.not_tor {
  color: #8C84C3;
  font-family: "Bai Jamjuree";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */

  margin-top: 6px;
  margin-bottom: 0px;

  max-width: 318px;
}

.dw {
  z-index: 777;
}

.exp {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.10);

  width: 100%;
  height: 40px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 0 10px;

  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn-4 {
  border-radius: 27px;
  background: #4EE39D;

  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  padding: 11px 34px;

  display: inline-block;
}

.ldb {
  height: 100px;
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
}



.pag {
  display: flex;
  align-items: center;
  gap: 27px;
}

.pag a {
  color: #fff;
  text-align: center;
  font-family: "Bai Jamjuree";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.pag .active-pag {
  border-radius: 8px;
  background: linear-gradient(180deg, #4EE39D 0%, #00D2FF 100%);
  color: #000 !important;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 23px;
  height: 23px;

  font-weight: 700;
}

.pagination__main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;

  margin-top: 32px;
}

.pag svg path {
  stroke: #fff;
}

.profile_drop {
  width: 250px;
  padding: 16px;
}

.profile_drop .brm {
  display: flex;
  align-items: center;
  gap: 12px;

  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.ad .swin {
  background: linear-gradient(180deg, #4EE39D 0%, #00D2FF 100%);
}

* { 
  text-transform: none!important
}