@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

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


.container {
  max-width: 1200px;
}

.text-left {
  text-align: left !important;
}

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;
}

.mms a {
  color: #A1ABCF;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 114.286% */
  text-transform: capitalize;

  transition: .2s ease;

  display: flex;
  gap: 4px;
}

body {
  top: 0 !important;
  overflow-x: hidden;

  background-color: #080B2A;
  background-image: url(../img/sections/elements/bg.jpg);
  background-size: cover;
}

.dash {
  background-image: none !important;
}

.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 {
  text-decoration: none;
}

body {
  margin: 0;
}

h1 {
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 150% */
  letter-spacing: -0.64px;

  margin: 0;
}

h2 {
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  /* 138.889% */

  margin: 0;
}

h3 {
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  /* 91.667% */
  letter-spacing: -0.48px;

  margin: 0;
}

h4 {
  color: #A1ABCF;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */

  margin: 0;
}

h5 {
  color: #A1ABCF;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */

  margin: 0;
}


h6 {
  color: #A1ABCF;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  /* 143.75% */

  margin: 0px;
}



.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: #86b7fe;
}

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

.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 {
  width: 100%;
  background: var(--color-eight);
  border: none;
  color: var(--color-six);
}

.select-bar .current {
  color: var(--color-six);
  display: flex;
  align-items: center;
  gap: 8px;

}

.select-bar .list {
  background: #1E2445;
  border-radius: 12px;

  width: 100%;
}

.select-bar .list li {
  color: #fff;
  font-family: 'Noto Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
  letter-spacing: 0.16px;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background: rgba(149, 142, 200, 0.10) !important;
}

.round-gate {
  border-radius: 6px;
}

.icon-dep {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.dw {
  border-radius: 66px;
  border: 1px solid var(--Body-Text-Color, #C9CFE4);
  background: rgba(0, 0, 24, 0.02);
  height: 56px;

  color: var(--Body-text-for-Light-Mode, #585F76);
  font-family: Syne;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;

  display: flex;
  align-items: center;
}

.dw .current {
  color: #A3AED0;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

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

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

.mt-36 {
  margin-top: 36px;
}

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

.actionModal .modal-header h5 {
  color: #000020;
  font-family: Syne;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 91.667% */
  letter-spacing: -0.48px;

  text-align: center;

  margin: 8px 0;
}

.actionModal .modal-header p {
  color: #000020;
  text-align: center;
  font-family: Syne;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  margin: 0;

  opacity: .7;
}

.actionModal .modal-header {
  padding: 32px 42px;
}


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

  position: sticky;
  left: 0;
  top: 0;

  z-index: 990;

  background: rgba(172, 200, 255, 0.05);
  backdrop-filter: blur(30px);

  display: flex;
  align-items: center;
}

.logo-head {
  max-height: 48px;
}

.head_menu {
  color: #F2F4F6;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  /* 128.571% */

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

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

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

a {
  transition: .2s ease;
}

a:hover {
  color: #0088FE;
}

.active-menu {
  color: #3ACFE7;
}

.btn-1 {
  color: #FFF !important;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 157.143% */

  border-radius: 12px;
  background: linear-gradient(174deg, #15BFFD 9.96%, #8304FD 100%);

  padding: 8px 24px;

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

  outline: none;
  border: none;

  transition: .2s ease;
}


.btn-2 {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 137.5% */

  border-radius: 12px;
  border: 1px solid #4281FF;

  padding: 12px 48px;

  display: inline-block;

  min-width: 180px;
}

.btn-2:hover {
  border-radius: 12px;
  background: linear-gradient(152deg, #15BFFD 9.96%, #8304FD 100%);

  color: #fff !important;
}

.btn-3 {
  color: #080B2A;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 137.5% */

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

  display: inline-block;

}

.br {
  cursor: pointer;
}


.section-title h1 {
  color: #F2F4F6;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  /* 138.889% */

  margin: 0px;
}

.section-title p {
  color: #A1ABCF;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */

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

.mt-64 {
  margin-top: 64px;
}

.mt-56 {
  margin-top: 56px;
}

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

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

.mt-40 {
  margin-top: 40px;
}

.mt-80 {
  margin-top: 80px;
}

.block_b {
  width: 100%;
  height: 327px;

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

  border-radius: 12px;
  background: linear-gradient(0deg, rgba(172, 200, 255, 0.10) 0%, rgba(172, 200, 255, 0.10) 100%), linear-gradient(182deg, rgba(56, 48, 110, 0.00) -1.26%, rgba(190, 181, 250, 0.06) 118.28%);
}

.b_cent {
  border-radius: 64px;
  width: 244px;
  height: 244px;
}

.bount_colL {
  padding-left: 54px;
}

.bount_colR {
  padding-right: 54px;
}

.image_contentL {
  padding-right: 0px;
}

.image_contentR {
  padding-left: 0px;
}


.bann {
  width: 100%;
  border-radius: 40px;
  border-top: 1px solid rgba(149, 142, 200, 0.00);
  background-color: linear-gradient(152deg, #15BFFD 9.96%, #8304FD 100%);
  backdrop-filter: blur(20px);

  padding: 46px 79px;

  background-image: url('../img/sections/bg-cont.png');
  background-size: cover;
  background-position: center;
}

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

.bann h2 {
  max-width: 565px;
}

.bann h5 {
  max-width: 586px;
  color: #FFF;

  margin-top: 22px;
  font-weight: 300;
}

.af_block {
  max-width: 255px;

  position: relative;
}

.af_line {
  width: 1px;
  height: 227px;
  background: rgba(161, 171, 207, 0.50);
}

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

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

.lh-normal {
  line-height: normal!important;
}

.b-btn {
  padding: 12px 48px;
  text-align: center;

  min-width: 180px;

  color: #FFF;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 137.5% */
}

.abs {
  position: absolute;
  bottom: 0;
  left: 0;
}

.team_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.team_block {
  width: 100%;

  border-radius: 24px;
  background: linear-gradient(0deg, rgba(172, 200, 255, 0.10) 0%, rgba(172, 200, 255, 0.10) 100%), linear-gradient(182deg, rgba(56, 48, 110, 0.00) -1.26%, rgba(190, 181, 250, 0.06) 118.28%);
  padding: 16px 24px 16px 24px;

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

  position: relative;

  transition: .4s ease;
}

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

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

  background: linear-gradient(to right, #958EC84D, #958EC800);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);

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

  z-index: -1;
}

.team_block:hover {
  transform: translateY(-5px);
  cursor: pointer;
}


.team_block img {
  border-radius: 16px;
  width: 88px;
  height: 83px;
}

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

  flex-direction: column;

  max-width: 350px;
}

.c_block {
  background: linear-gradient(152deg, #15BFFD 9.96%, #8304FD 100%);
  box-shadow: 0px 0px 14.125px rgba(70, 163, 180, 0.44);

  width: 56px;
  height: 56px;

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

  border-radius: 15px;
}

.exp_block {
  width: 100%;
  border-radius: 24px;
  background: linear-gradient(152deg, rgba(21, 191, 253, 0.20) 9.96%, rgba(131, 4, 253, 0.20) 100%);

  padding: 40px 0;

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

.exp_block .content {
  max-width: 1024px;
  width: 100%;
}

.text-white {
  color: #fff !important;
}

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

  flex-direction: column;
}

.big_h1 {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  /* 140% */
}

.exp_line {
  width: 2px;
  height: 74.5px;
  background: #6E7BE1;
  opacity: 0.3;
}

.blog_grid {
  grid-gap: 19px;
  row-gap: 32px;


  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.blog_block {
  width: 100%;

  display: flex;
  flex-direction: column;
  gap: 8px;

  transition: .4s ease;
}

.blog_block:hover {
  transform: translateY(-4px);
}

.blog_block img {
  border-radius: 12px;
  height: 143px;
}

.blog_block h5 {
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  /* 116.667% */
}

.blog__title {
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40.721px;
  /* 127.253% */
  text-transform: capitalize;
}

.brd {
  border-radius: 24px;
}

.blog_content * {
  color: #A1ABCF;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
}

swiper-container::part(bullet) {
  border-radius: 2px;
  opacity: 0.5;
  background: #33373D;

  width: 12px;
  height: 4px;
}


swiper-container::part(bullet-active) {
  border-radius: 2px;
  background: #4281FF;

  width: 12px;
  height: 4px;
}

swiper-container::part(container) {
  padding-bottom: 35px;
}

.policy_text * {
  color: #A1ABCF;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}

.app_block {
  width: 100%;
  height: 367px;

  border-radius: 40px;
  background: linear-gradient(173deg, #15BFFD 9.96%, #8304FD 100%);
  backdrop-filter: blur(20px);

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

  position: relative;

  overflow: hidden;
}

.app_b {
  position: absolute;
  left: 83px;
  bottom: 0;
}

swiper-container::part(button-prev) {
  height: 0px;
}

swiper-container::part(button-prev)::before {
  content: '';

  position: absolute;
  left: 30px;
  top: -26px;

  width: 43px;
  height: 43px;

  background-image: url(../img/icons/prev.png);
  background-size: 43px 43px;
}

swiper-container::part(button-next) {
  height: 0px;
}

swiper-container::part(button-next)::before {
  content: '';

  position: absolute;
  right: 30px;
  top: -26px;

  width: 43px;
  height: 43px;

  background-image: url(../img/icons/next.png);
  background-size: 43px 43px;
}

.app_cont .b_cent2 {
  transition: .2s ease;
  animation: anim 4s infinite;
}

.app_cont .block_b {
  overflow: hidden;
}


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

  50% {
    transform: translateY(5px);
  }

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

.qr_app svg {
  width: 141.19px;
  height: 141.19px;

  border-radius: 6px;
}


.small_body {
  color: #F2F4F6;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
}




.lang_drop {
  min-width: 182px;

  border-radius: 2px 2px 8px 8px;
  background: #1E2445;

  padding: 18px 0px 20px 0px;

}

.lang_drop.show {
  left: 50% !important;
  transform: translate(-50%, 47px) !important;
}

.lang_drop li {
  padding: 16px 32px 16px 32px;
  display: flex;
  align-items: center;
  gap: 8px;

  color: #FFF;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  transition: .2s ease;
}

.lang_drop li img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.language__img_active,
.lang_drop li:hover {
  background: rgba(255, 255, 255, 0.20);
  cursor: pointer;
}

.menu_drop.show {
  left: 50% !important;
  transform: translate(-50%, 152px) !important;

  opacity: 0;
  visibility: hidden;

  transition: .2s ease;
}

.m_drop:hover .menu_drop {
  opacity: 1;
  visibility: visible;
}

.m_drop:hover .br svg {
  transform: rotate(-180deg);
}

.m_drop {
  height: 70px;
  display: flex;
  align-items: center;
}

.menu_drop li {
  padding: 14px 24px;

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

  transition: .2s ease;
}

.menu_drop {
  min-width: 182px;

  border-radius: 2px 2px 8px 8px;
  background: #1E2445;

  padding: 0px;

  overflow: hidden;
}

.accord-item {
  width: 100%;

  border-radius: 12px;
  background: rgba(172, 200, 255, 0.10);

  padding: 32px 42px;

  transition: .2s ease;

  cursor: pointer;
}

.a_title {
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  /* 169.671% */
  text-transform: capitalize;
}

.a_body {
  color: rgba(255, 255, 255, 0.80);
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */

  margin: 0px;
}


.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: 24px;
}

.map-if {
  border-radius: 16px;
}

.main_label {
  color: #FFF;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */

  margin-bottom: 6px;
}

.form-control {
  border-radius: 8px;
  border: 1px solid #77A1C8;
  background: linear-gradient(163deg, rgba(255, 255, 255, 0.00) -171.49%, rgba(255, 255, 255, 0.06) 137.01%);

  /* Shadow/xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);

  padding: 12px 16px;

  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.form-control:focus {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background: linear-gradient(163deg, rgba(255, 255, 255, 0.00) -171.49%, rgba(255, 255, 255, 0.06) 137.01%);
  color: #fff;
}

.btn-4 {
  border-radius: 12px;
  background: linear-gradient(96deg, #3ACFE7 0.58%, #0088FE 100%);

  width: 100%;
  display: inline-block;

  padding: 12px 25px;

  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.2px;
  /* 120% */

  text-align: center;

  outline: none;
  border: none;

  transition: .2s ease;
}

.btn-4:hover {
  opacity: .9;
}

.cont_block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  max-width: 315px;
  width: 315px;
}

.cb {
  width: 72px;
  height: 72px;
  border-radius: 18.161px;
  background: rgba(172, 200, 255, 0.10);

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

.named_cont {
  color: rgba(255, 255, 255, 0.70);
  text-align: center;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
}

.valued_cont {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.2px;
  /* 130% */

  margin-top: 6px;
}

.form-check-label {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  opacity: .8;

  transform: translateY(2px);
}

.form-check-label a {
  text-decoration: underline;
  color: #fff;
}

.form-check-input {
  width: 20px;
  height: 20px;

  border-radius: 6px;
  border: none;
  background: linear-gradient(163deg, rgba(255, 255, 255, 0.00) -171.49%, rgba(255, 255, 255, 0.14) 137.01%);

  position: relative;

  box-shadow: none !important;
}

.form-check-input::before {
  content: "";
  position: absolute;
  inset: 0;

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

  background: linear-gradient(to right, #958EC84D, #958EC800);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);

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

  z-index: -1;
}

.form-check {
  margin-bottom: 0px;

  display: flex;
  align-items: center;
  gap: 15px;
  padding-left: 1.5em;
}

.form-check-input:checked {
  background-color: #2cbeed;
  border-color: #2fc2ec;
}



.filter__input {
  border-radius: 12px;
  background: rgba(172, 200, 255, 0.10);
  padding: 12px 24px 12px 51px;

  color: #A1ABCF;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;

  border: none;

  width: 100%;
  max-width: 308px;

  background-image: url(../img/icons/search.png);
  background-repeat: no-repeat;
  background-position: 20px center;
}

.filter__input:focus {
  border: none;
  outline: none;
}

#no-results {
  display: none;
}


.fil-btn {
  border-radius: 12px;
  background: rgba(172, 200, 255, 0.10);
  padding: 12px 24px;

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

  color: #A1ABCF;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  min-width: 165px;
  gap: 10px;
}


.drop_main {
  border-radius: 12px;
  background: #1E2445;
  backdrop-filter: blur(6px);

  padding: 8px 0px;

  margin-top: 10px !important;
  width: 100%;
}

.drop_main li {
  padding: 12px 32px;

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

  cursor: pointer;

  transition: .2s ease;
}

.drop_main li:hover {
  background: rgba(255, 255, 255, 0.20);
}

.plan_block {
  border-radius: 16px;
  background: rgba(172, 200, 255, 0.10);

  width: 100%;

  position: relative;

  padding: 24px;
}

.sold-out {
  position: absolute;
  left: -13px;
  top: -19px;
  z-index: 1;
}

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

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

  background: linear-gradient(to right, #958EC84D, #958EC800);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);

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

  z-index: -1;
}

.plan_image {
  width: 100%;
  height: 107px;
  border-radius: 11.25px;
}

.plan_name {
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.24px;
}

.plan_desc {
  color: #A1ABCF;
  text-align: left;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;

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

.vplan_name {
  color: #A1ABCF;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.vplan_val {
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  margin-top: 4px;
}

.righted p {
  text-align: right;
}

.btn-disabled {
  border-radius: 12px;
  background: #263166;

  color: #ffffff5e !important;
}

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

  100% {
    background-position: left;
  }
}

.skeleton {
  content: ' ';

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

.footer {
  margin-top: 64px;

  width: 100%;

  border-top: 1px solid #222429;
  background: rgba(172, 200, 255, 0.10);

  padding: 48px 0 40px 0;
}

#about.active-menu li,
#blogs.active-menu li,
#Referrals.active-menu li,
#FAQs.active-menu li,
#Bounty.active-menu li {
  background: rgba(255, 255, 255, 0.20);
  color: #3ACFE7;
}


.b1 {
  width: 50%;
  height: 100%;

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

  position: relative;
}

.b2 {
  width: 50%;
  height: 100%;

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

}

.b_cont {
  width: 544px;
  padding: 32px;
}

.links {
  margin-top: 16px;

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

  display: inline-block;
}

.links span {
  color: #0088FE;
}

.black-link {
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

.f2 {
  border-radius: 12px;
  background: rgba(172, 200, 255, 0.10) !important;

  padding: 17px 24px;

  color: #A3AED0;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;

  box-shadow: none !important;

  border: 1px solid transparent;

  width: 100%;
}

.f2::placeholder {
  color: #A3AED0;
}

.h44 {
  height: 44px;

  color: #FFF;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.2px;
  /* 120% */
}

.fcheck label {
  color: #FFF !important;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  transform: translateY(1px);

  opacity: 1;
}

.fcheck input {
  width: 18px;
  height: 18px;

  background: none;
  border: 1px solid #fff;
}

.fcheck {
  gap: 8px;
}

.logo_login {
  position: absolute;
  z-index: 2;

  left: 50px;
  top: 50px;
}

.logo_login img {
  height: 48px;
}

.fcheck label a {
  color: #0088FE;
}

.btn-5 {
  border-radius: 8px;
  background: linear-gradient(96deg, #3ACFE7 0.58%, #0088FE 100%);

  padding: 12px 25px;

  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.2px;
  /* 120% */

  outline: none;
  border: none;
}

.send_code {
  min-width: 140px;
  height: 44px;

  position: absolute;
  right: 6px;
}

.btn-group {
  display: flex;
  align-items: center;
}

.ban_title {
  color: #F2F4F6;
  font-family: "Noto Sans";
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 68px;
  /* 125.926% */
}

.ban_title span {
  background: linear-gradient(172deg, #15BFFD 26.83%, #8304FD 150.87%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ban_desc {
  color: #A1ABCF;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  /* 141.667% */
}

.ban_desc span {
  color: #F2F4F6;
}

.home_b .btn-1 {
  padding: 12px 48px;

  color: #FFF;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 137.5% */
}

.home_b .btn-2 {
  padding: 11px 23px;

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

  background: none !important;
  border: 1px solid #4281FF !important;
}

.relative {
  position: relative;
}

.qr_block {
  width: 150px;
  height: 150px;

  border-radius: 8px;
  background: #1E2445;

  position: absolute;
  bottom: 52px;
  left: 50%;
  transform: translateX(-50%);

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

  padding: 7px;

  transition: .15s ease;

  opacity: 0;
  visibility: hidden;
}

.open_qr:hover .qr_block {
  opacity: 1;
  visibility: visible;
}

.qr_block svg {
  width: 100%;
  height: 100%;

  border-radius: 8px;
}

.dep-block {
  border-radius: 16px;
  background: rgba(172, 200, 255, 0.10);

  padding: 13px 24px;

  position: relative;

  transition: .4s ease;
}

.dep-block:hover {}

.dep-block::before {
  content: "";
  position: absolute;
  inset: 0;

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

  background: linear-gradient(151deg, #958EC84D, #958EC800);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);

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

  z-index: -1;
}

.dep-block img {
  width: 24px;
  height: 24px;
  border-radius: 50px;
}

.dep_sum {
  color: #F2F4F6;
  font-family: "Noto Sans";
  font-size: 16.667px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 120% */

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

  display: inline-block;
}

.email-dep {
  color: #A1ABCF;
  font-family: "Noto Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.26px;
}

.tab_btn {
  padding: 11px 24px;

  min-width: 180px;
}

.tab_btn.actived {
  background: linear-gradient(177deg, #15BFFD 9.96%, #8304FD 100%);
  border: none;
}

.grid_w {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}

.w_block {
  width: 100%;
  padding: 32px 40px;

  border-radius: 24px;
  background: rgba(172, 200, 255, 0.10);

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

  color: #FFF;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* 130% */

  transition: .4s ease;
}

.w_block:hover {
  transform: translateY(-5px);
  cursor: pointer;
}

.grid_feat {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.u_grid {}

.feat_block {
  padding: 40px 23px;

  border-radius: 24px;
  background: rgba(172, 200, 255, 0.10);

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

  transition: .4s ease;
}

.feat_block:hover {
  transform: translateY(-5px);
  cursor: pointer;
}

.sd {
  color: #F2F4F6;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */

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

  transition: .2s ease;
}

.sd:hover {
  transform: scale(1.01);
}

.up_sd {
  padding: 20px 0px;
}

.brs {
  border-left: 1px solid #222429;
  border-right: 1px solid #222429;
}

.gray {
  color: #A1ABCF !important;
}

.social {
  width: 30.152px;
  height: 30.152px;

  border-radius: 50.052px;
  border: 1px solid #A1ABCF;

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

  transition: .2s ease;
}

.social i {
  color: #A1ABCF;
  font-size: 14px;
}


.copyright {
  color: #A1ABCF;
  font-family: "Noto Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  /* 169.231% */
}

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

.mms {
  display: grid;
  gap: 8px;

  margin-top: 26px;
}


.mms a svg {
  min-width: 18px;
  min-height: 18px;
}

.mt-88 {
  margin-top: 88px;
}

.plan_img {
  border-radius: 11.25px;

  width: 100%;
  height: 167px;
}

.text-blue {
  color: #15BFFD !important;
}

.p_l {
  width: 1px;
  background: rgba(161, 171, 207, 0.50);

  height: 30px;
}

.input-c input {
  width: 100%;

  border-radius: 12px;
  border: 1px solid #4281FF;

  color: #FFF;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  text-align: center;

  padding: 9px 12px;

  background: transparent;
  outline: none;
}

.input-c {
  position: relative;
  user-select: none;
}

.input-c .cb {
  border-radius: 8px;
  background: #4281FF;

  width: 32px;
  height: 32px;

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

  position: absolute;
  cursor: pointer;

  z-index: 2;
}

.input-c .cb img {
  filter: invert(1);
}

.input-c .cb:first-child {
  left: 16px;
}

.input-c .cb:last-child {
  right: 16px;
}

.input-c {
  display: flex;
  align-items: center;
}

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

  background: rgba(161, 171, 207, 0.40);

  margin: 32px auto 40px;
}

.mt-100 {
  margin-top: 96px;
}

.p_desc {
  color: #A1ABCF;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */

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

.main_modal {
  border-radius: 12px;
  background: #1E2445;
}

.main_modal .modal-body {
  padding: 32px;
}

.lt {
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /* 91.667% */
  letter-spacing: -0.48px;
}

.close_modal {
  filter: invert(1);
  cursor: pointer;
}

.modal-flex {
  padding: 0px;
  list-style: none;

  margin-bottom: 0px;

  display: grid;
  gap: 16px;
}

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

  gap: 20px;
}

.sm-m-text {
  color: #A1ABCF;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  margin: 0px;
}

.bg-m-text {
  color: #FFF;
  text-align: right;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  margin: 0px;
}

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

  background: rgba(161, 171, 207, 0.50);
}

.usd {
  width: 302px;
  min-width: 302px;
  height: auto;

  padding: 25px 0;
}

.l_menu {
  margin-top: 100px;

  display: grid;
  gap: 8px;

  position: sticky;
  top: 20px;
  left: 0;
}

.l_menu a {
  padding: 14px 34px;

  color: #A1ABCF;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 20px */
  letter-spacing: 0.16px;

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

  transition: .2s ease;

  position: relative;
  z-index: 2;
}

.dash_active::before {
  content: '';
  border-radius: 0 12px 12px 0;
  background: linear-gradient(152deg, #15BFFD 9.96%, #8304FD 100%);

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

  width: 79.5%;
  height: 100%;

  z-index: -1;
}

.dash_active {
  color: #fff !important;
}

.dash_active svg path {
  stroke: #fff !important;
}

.dashboard_content {
  width: 100%;
  padding: 32px;
  border-radius: 32px;
  background: rgba(25, 31, 64, 0.80);

  margin-top: 12px;
  margin-bottom: 39px;

  height: fit-content;
}

.bal_dash {
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  /* 100% */
}

.bal_dash span {
  color: #A3AED0;
  font-family: "Noto Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.link_full {
  color: #0088FE;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

.mt-6 {
  margin-top: 6px;
}

.v-line {
  width: 1px;
  height: 47px;
  background: rgba(161, 171, 207, 0.50);
}

.title_name {
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.96px;
  text-transform: capitalize;
}

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

  width: 100%;

  padding: 24px;
}

.gr_block {
  width: 40px;
  height: 40px;

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

  border-radius: 12px;
  background: linear-gradient(152deg, #15BFFD 9.96%, #8304FD 100%);
}

.std {
  color: #fff;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 114.286% */
}

.std.green {
  color: #1DD6B4;
}

.std.red {
  color: #F46D22;
}

.dash_badge {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;

  border-radius: 8px;
  background: rgba(172, 200, 255, 0.10);

  padding: 10px 16px;

  cursor: pointer;
}

.b_block {
  width: 100%;
  padding: 16px 24px;

  border-radius: 12px;
  background: rgba(172, 200, 255, 0.10);

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

.img_b {
  border-radius: 8px;

  width: 69px;
  height: 48px;

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

.p_name {
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */

  max-width: 150px;
}

.view_btn {
  padding: 6px 10px;

  border-radius: 48px;
  background: rgba(0, 136, 254, 0.20);

  color: #0088FE;
  text-align: right;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 100% */
}

.text-center {
  text-align: center;
}

.ref_text {
  color: #FFF;
  font-family: 'Noto Sans';
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.48px;
}

.ref_link {
  border-radius: 16px;
  background: rgba(172, 200, 255, 0.10);

  padding: 12px 16px;

  color: #A3AED0;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 160% */

  border: none;
  outline: none;

  min-width: 522px;

  padding-right: 32px;
}


.copyd {
  background-image: url(../img/icons/copy.png)!important;
  background-size: 24px 24px!important;

  background-position: calc(100% - 16px) center!important;
  background-repeat: no-repeat!important;

  cursor: pointer;
}

.copy_text {
  background-image: url(../img/icons/copy.png);
  background-size: 14px 14px;
  background-repeat: no-repeat;

  background-position: 100% center;

  width: fit-content;
  padding-right: 20px;

  cursor: pointer;
}

#no-results {
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 150% */
  letter-spacing: -0.64px;

  margin: 0;

  text-align: center;
}

.btn_sec {
  border-radius: 12px;
  background: rgba(0, 136, 254, 0.20);

  padding: 10px 16px;

  color: #FFF;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

}

.btn_sec.actived,
.btn_sec:hover {
  color: #fff !important;
  background: #0088FE;
}

.lt {
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.48px;

  margin: 0;
}

.d-grid-40 {
  display: grid;
  gap: 32px;
}


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

.pag a {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.pag .active-pag {
  border-radius: 6px;
  background: #0088FE;

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

  width: 23px;
  height: 23px;
}

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

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

.stroke_svg path {
  stroke: #fff;
}

.dash .main_label {
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  margin-bottom: 12px;
}

.fq_block {
  width: 100%;
  max-width: 428px;

  padding: 24px 32px;

  border-radius: 12px;
  background: rgba(172, 200, 255, 0.05);

  height: fit-content;
}

.fq_m {
  margin-top: 12px;
  display: grid;
  gap: 14px;
}

.fq_m a {
  color: #A1ABCF;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* 250% */
}

.grid_table {
  display: grid;
  gap: 24px;
}

.grid_table .item {
  width: 100%;

  border-radius: 12px;
  background: rgba(172, 200, 255, 0.10);

  padding: 16px 24px;

  transition: .2s ease;
}

.oimg {
  width: 24px;
  height: 24px;

  border-radius: 50%;
}

.emp_cp {
  background: none;
}

.statused {
  border-radius: 8px;
  background: var(--Status-warning_shade, rgba(255, 161, 20, 0.10));

  padding: 2.571px 8.571px;

  color: var(--Status-warning, #FFA114);
  font-family: "Noto Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18.857px;
  /* 157.143% */

  display: inline-block;
}

.statused.green {
  color: var(--Status-success, #17BD8D);
  background: var(--Status-success_shade, rgba(23, 189, 141, 0.10));
}

.statused.red {
  color: var(--Status-danger, #FF4E3E);
  background: var(--Status-danger_shade, rgba(255, 78, 62, 0.10));
}

.statused.blue {
  color: #0088FE;
  background: rgba(0, 136, 254, 0.10);
}

.last_sp {
  display: flex;
  align-items: center;
  justify-content: end;
}

.drop_view {
  border-radius: 8px;
  background: #3C466A;
  min-width: 51px;

  padding: 0px;
  overflow: hidden;

  margin-top: 0px !important;
}

.drop_view li {
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  padding: 6px 12px;
}

.modal.show {
  background: rgba(8, 11, 42, 0.60);
}

.dep_gr {
  border-radius: 8px;
  background: linear-gradient(0deg, #A3AED0 0%, #A3AED0 100%), #FFF;

  min-width: 32px;
  min-height: 32px;
  max-width: 32px;
  max-height: 32px;

  color: #0D0D20;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 177.778% */

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

  transition: .2s ease;
}

.act,
.full_act .dep_gr {
  color: #fff;
  background: linear-gradient(152deg, #15BFFD 9.96%, #8304FD 100%);
}

.lined_d {
  background: #A3AED0;
  width: calc(100% - 32px);
  height: 4px;

  transition: .2s ease;

  position: absolute;
  left: 32px;
  top: 14px;
  z-index: 1;
}

.lined_d.act {
  background: #3689FD;
}

.hd {
  background: #161b3b;
  position: relative;
  z-index: 5;
}

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

.dep_dw {
  margin-bottom: 40px;
}

.dep_block {
  border-radius: 12px;
  background: rgba(172, 200, 255, 0.05);

  width: 428px;

  padding: 16px;
}

#qrCode {
  width: 84.359px;
  height: 84px;
  border-radius: 5.744px;
}

.dep_address {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;

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

  padding: 12px 24px;

  width: 100%;

  border-radius: 8px;
  background: rgba(172, 200, 255, 0.10);

  cursor: pointer;
}

.dep_address span {
  width: 90%;
  word-wrap: break-word;
  white-space: normal;
}

.big_tip {
  width: 100%;
  padding: 24px;
  border-radius: 18px;
  background: rgba(172, 200, 255, 0.05);

  margin-top: 36px;
}

.big_tip ul li {
  color: var(--Body-Text-Color, #A1ABCF);
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  letter-spacing: -0.32px;
}

.big_tip ul {
  margin-bottom: 0px;
  margin-top: 26px;

  display: grid;
  gap: 22px;

  padding-left: 1.1rem;
}

.no_data_table {
  color: #A1ABCF;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  text-align: center;

  padding-top: 20px !important;
  padding-bottom: 20px !important;

  display: inline-block;

  border-radius: 12px;

  background: rgba(172, 200, 255, 0.05) !important;
}

#package_img {
  width: 24px;
  height: 24px;

  border-radius: 50%;
}

.rf_ {
  width: 100%;
  padding: 32px 32px 40px 32px;

  border-radius: 12px;
  background: rgba(172, 200, 255, 0.10);
}

.not {
  padding: 24px;
  border-radius: 12px;
  background: rgba(172, 200, 255, 0.10);

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

  transition: .2s ease;
}

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

  width: 40px;
  height: 40px;

  border-radius: 64px;
  background: rgba(172, 200, 255, 0.10);
}

.unread,
.not:hover,
.grid_table .item:hover {
  background: rgba(172, 200, 255, 0.20);
}

.mt-42 {
  margin-top: 42px;
}

.not_desc * {
  color: #A3AED0;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}

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

.dark-blue {
  color: #0088FE;
}

.sc {
  background: linear-gradient(0deg, #263166 0%, #263166 100%), linear-gradient(152deg, #15BFFD 9.96%, #8304FD 100%);
}

.qr_sec svg {
  width: 146.659px;
  height: 142.783px;

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

  padding: 5px;

  display: block;
  margin: 16px auto;
}

.secret {
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18.857px;
  /* 134.694% */

  border-radius: 8px;
  border: 1px solid #AE9EDC;

  height: 32px;

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

  padding-left: 14px;
  overflow: hidden;

  width: fit-content;
  gap: 18px;

  background: none !important;
  padding-right: 0px;
}

.secret span {
  background: rgba(255, 255, 255, 0.16);
  height: 32px;
  width: 32px;

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

.badge_suc {
  color: #8DEE2E;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.2px;
  /* 120% */

  border-radius: 40px;
  background: rgba(141, 238, 46, 0.15);
  padding: 3px 12px;

}

.nt {
  display: flex;
  align-items: center;
  gap: 6px;
}

.block-photo {
  border-radius: 12px;
  border: 1px dashed #ACC8FF;
  background: rgba(172, 200, 255, 0.10);

  padding: 28px 39px 36px 41px;


  width: 100%;

  color: #A3AED0;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;

  cursor: pointer;
}

#preview {
  max-width: 100px;
  max-height: 100px;
}

.head_sup {
  width: 100%;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;

  border-radius: 32px 32px 0 0;

  background: rgba(172, 200, 255, 0.10);
}

.h_sup {
  padding: 32px;
}

.sm_b span {
  color: #FFF;
}

.messages {
  display: grid;
  gap: 24px;
}

.message-user {
  width: 100%;
  padding: 24px 32px;
  border-radius: 12px;
  background: rgba(172, 200, 255, 0.05);
}

.avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.message-support {
  background: rgba(212, 231, 247, 0.15);
}

.c-bl {
  width: 36px;
  height: 36px;

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

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

.user_message {
  margin-top: 16px;
  margin-bottom: 0px;

  color: #FFF;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */

  white-space: normal;
  word-break: break-all;

  width: 100%;
}

.attach {
  color: #0088FE;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

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

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

.msg {
  width: 100%;

  padding: 20px 16px 19px 16px;
  border-radius: 11px;
  border: 1px solid #2D2D5B;
  background: rgba(172, 200, 255, 0.10);

  color: #A3AED0;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
  letter-spacing: 0.14px;

  height: 75px;

  display: flex;
  align-items: center;
}

.abs2 {
  position: absolute;
  border: none;
  outline: none;

  z-index: 1;

  right: 16px;

  background: none;
}

.closed_ticket {
  border-radius: 40px;
  background: rgba(172, 200, 255, 0.15);

  padding: 16px 20px;

  color: #FFF;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.2px;
  /* 137.143% */

  width: 100%;

  text-align: center;
}

.markas {
  padding: 8px 20px;
  border-radius: 40px;
  background: #0088FE;
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.2px;
  /* 137.143% */

  border: none;
  outline: none;
}

.atch {
  display: flex;
  align-items: center;
  gap: 4px;

  color: #A3AED0;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;

  cursor: pointer;
}

.action_image {
  width: 48px;

  display: block;
  margin: 0 auto;
}

.actionTitle {
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  /* 91.667% */
  letter-spacing: -0.48px;

  margin-bottom: 0px;

  text-align: center;
}

.actionDesc {
  color: #A1ABCF;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

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

.actionClose {
  position: absolute;
  right: 32px;
  top: 32px;
}

.c_el {
  border-radius: 100px;
  background: #191F40;

  padding: 6px 8px;

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

.drop_user {
  width: 225px;
}

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

  color: #fff;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;

  padding: 12px 20px;
}

.tw {
  color: #fff!important;
  font-weight: 600!important;
}

.list_user a:hover {
  color: #3ACFE7 !important;
}

.list_user a:hover svg path {
  stroke: #3ACFE7;
}

.list_user .active-menu svg path {
  stroke: #3ACFE7;
}