@font-face {
  font-family: "Roboto";
  src: url("Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

.d_side_cont {
  background: inherit !important;
  padding: 0px !important;
  min-height: calc(100vh - 250px);
}

#contentinner.cont {
  max-width: none;
}

#_userNav {
  height: 0px;
}

#d_cont {
  display: none;
}    

#clear {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 10px 20px;
  background-color: grey;
  color: white;
  cursor: pointer;
  z-index: 999;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background-color: #000D2C;  
  position: relative;
}

* {
  font-family: 'Roboto', sans-serif;
}

body, html {
  overflow: visible;
}

body.fix {
  overflow: hidden;
}

y { color: #FEBD09; }

g { color: #05B169; }

a {
  text-decoration: none;
  color: inherit;
}

div, form, input, a, span, textarea {
  box-sizing: border-box;
}

.har {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 2em;
  color: white;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

#mainMenu .leftMenu .har {
  height: 125px;
}

.logoutLink {
  display: none;
}

.har::before,
.har::after {
  content: '';
  position: absolute;
}

.har:hover::before,
.har.active::before {
  height: 2px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  background: #FEBD09;
  -webkit-mask-image: linear-gradient(90deg,
    rgba(0, 0, 0, 1.0) 0%,
    rgba(0, 0, 0, 1.0) calc(50% - 5px),
    rgba(0, 0, 0, 0.0) calc(50% - 5px),
    rgba(0, 0, 0, 0.0) calc(50% + 5px),
    rgba(0, 0, 0, 1.0) calc(50% + 5px),
    rgba(0, 0, 0, 1.0) 100%);
}

.har.active::before {
  z-index: 1;
}

.har:hover::after,
.har.active::after {
  width: 8px;
  height: 8px;
  border-right: 2px solid #FEBD09;
  border-bottom: 2px solid #FEBD09;
  transform: rotate(-135deg);
  bottom: -5px;
  left: calc(50% - 5px);
  background-color: #171b36;
}

lh {
  width: 40px;
  height: 1px;
  background-color: #FEBD09;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}

lv {
  width: 1px;
  height: 40px;
  background-color: #FEBD09;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}

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

.cont,
.cont_b {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  position: relative;
}

.cont_f {
  padding-left: calc((100% - 1680px) / 2);
  padding-right: calc((100% - 1680px) / 2);
}

#top_menu_space {
  height: 125px;
}

.mini_menu #mainMenu {
  height: 75px;
  font-size: 0.875em;
  background-color: rgba(23, 27, 54, 0.85);
}

#topLogo img {
  height: 45px;
}

.mini_menu #topLogo img {
  height: 30px;
}

#top_glow {
  position: relative;
}

#top_glow .glow {
  width: 1000px;
  height: 1000px;
  background: rgb(255,255,255);
  background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 30%, rgba(255,255,255,0) 70%);
  transform: scaleY(0.125);
  position: absolute;
  transition-duration: 0.5s;
  filter: blur(100px);
}

#mainMenu {
  transition-duration: 0s;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 189, 8, 0.5);
  z-index: 2;
  background-color: #000D2C;
  display: flex;
  align-items: center;
}

#mainMenu .dropdown::after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-width: 0px;
  border-right: 2px solid #FEBD09;
  border-bottom: 2px solid #FEBD09;
  transform: rotate(45deg);
  margin: 0px 0px 0px 10px;
}

#mainMenu > .main {
  margin-bottom: -1px;
}

#mainMenu.hweb_show {
  transition-duration: 0.5s;
}

.mini_menu #mainMenu .leftMenu .har,
.mini_menu #mainMenu .leftMenu {
  height: 75px;
}

#load_line {
  position: absolute;
  left: 0;
  top: calc(100% - 0px);
  height: 2px;
  background-color: #ffbe08;
  /*
  transform: translate(0px, 0.5px);
  */
  width: 0;
  transition-duration: 1.5s;
  transition-property: width;
  pointer-events: none;

}

.mini_menu #load_line {
  top: calc(100% - 1px);
}

#load_line.ready {
  width: 100% !important;
  transition-duration: 1.5s !important;
  animation-name: hide;
  animation-fill-mode: forwards;
  animation-delay: 1.5s;
  animation-duration: 1.5s;
}

#_notCombo {
  width: 22px;
  height: 25px;
  box-sizing: content-box;
  position: static;
  background: url(/images/hweb/hweb_bell.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

#mainMenu.loading {
  border-width: 0;
}

.loading #load_line {
  transform: translate(0px, -1px);
  height: 3px;
  width: 100% !important;
  opacity: 1 !important;
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition-duration: 0s !important;
  mask-image: linear-gradient(90deg, transparent 0%, white 25%, transparent 50%, white 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, white 25%, transparent 50%, white 75%, transparent 100%);
  animation-name: loading;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}


@keyframes loading {
  0% {
    -webkit-mask-position: 100% 0;
  }
  100% {
    -webkit-mask-position: 0 0;
  }
}



@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#mainMenu .menues {
  flex: 1;
}

#mainMenu .menues.nonLoggedIn {
  justify-content: end;
}

#mainMenu .menues > a,
#mainMenu .menues > .dropdown,
#mainMenu .menues > #lang {
  padding: 20px 25px;
  cursor: pointer;
  position: relative;
  color: white;
  text-decoration: none;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mainMenu .menues > a,
#user_top_ico {
  user-select: none;
}

.mini_menu #mainMenu .menues > a,
.mini_menu #mainMenu .menues > .dropdown,
.mini_menu #mainMenu .menues > #lang {
  height: 75px;
}

.mini_menu .menues .dropdown .dropdown_menu {
  top: 73px;
}

#topLogo {
  margin-right: 6.25em;
  padding: 0;
}

/*
#mainMenu .menues > a::before,
#mainMenu .menues > a::after {
  content: '';
  display: block;
  position: absolute;
  top: calc((100% - 40px) / 2 - 2px);
  left: 8px;
  width: calc(100%  - 20px);
  height: 40px;
  border: 1px solid white;
  transition-duration: 0.25s;
  opacity: 0;
}

#mainMenu .menues > a:hover::after,
#mainMenu .menues > a:hover::before {
  opacity: 1;
}
#mainMenu #topLogo::before,
#mainMenu #topLogo::after {
  display: none;
}
#topLogo::after,
#topLogo::before {
  opacity: 0;
  pointer-events: none;
}
*/


.h_ln {
  position: relative;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.h_ln:hover,
.h_ln.active {
  border-bottom: 2px solid #FEBD09;
}

.h_ln::before {
  content: '';
  display: block;
}

.active > .h_ln::before,
.h_ln:hover::before,
.h_ln.active::before {  
  width: 7px;
  height: 7px;
  border-top: 2px solid #FEBD09;
  border-right: 2px solid #FEBD09;
  transform: rotate(-45deg);
  background-color: #171b36;
  position: absolute;
  left: calc(50% - 3px);
  bottom: -5px;
}

.menues .dropdown .dropdown_menu {
  right: auto;
  left: auto;
  top: 123px;
}

.dropdown_menu .close,
#inf_droprown .close2 {
  position: absolute;
  top: 20px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-color: #171b36;
}

.dropdown_menu .close img,
#inf_droprown .close2 img {
  width: 10px;
  pointer-events: none;
}

.dropdown_menu.h_ln::before {
  top: -6px;
  bottom: auto;
}

.arr {
  width: 10px;
  height: 10px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  transform: rotate(-45deg);
}

.x {
  width: 0;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  position: absolute;
  right: 0;
  top: 0;
}

.x::before,
.x::after {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  background-color: grey;
  transform: rotate(45deg);
  position: absolute;
}

.x::after {
  transform: rotate(-45deg);
}

#mainMenu .opt {
  display: none;
}

#mainMenu .arr {
  transform: rotate(45deg);
  border-color: #FEBD09;
  margin-bottom: 3px;
}

#mainMenu .current {
  text-transform: capitalize;
}

#homeTop {
  position: relative;
  margin-top: -25px;
}

#homeTop > .cont {
  height: 900px;
  padding-bottom: 100px;
}

#homeTop .learn {
  color: white;
  margin-top: 25px;
}

.btn {
  font-size: 1em;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid white;
  display: inline-block;
  height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1em 3em;

}

#homeTop .learn:hover {
  background-color: white;
  color: black;
}

.pageHead {
  font-size: 2.8125em;
  font-weight: 600;
  line-height: 1.3;
  position: relative;
  color: white;
}

.w {
  background-color: white;
}

.top_ind_sub {
  color: white;
  display: flex;
  align-items: center;
  letter-spacing: 3px;
}

#homeTop .pageHead::before {
  position: absolute;
  top: -60px;
  left: 0;
}

#homeTop > .cont > div {
  max-width: 45%;
}

#homeTop .textBlock .subHead {
  font-size: 1em;
  color: white;
}

#homeTop .textBlock .subHead,
#h_token_sale .subHead {
  width: 650px;
  font-size: 1em;
  color: white;
}

.exch {
  width: 660px;
  padding: 50px 30px;
  color: white;
  position: relative;
  box-shadow: 0 0 38px 0 rgb(255 255 255 / 0.1);
  background-color: rgb(23 27 54 / 0.65);
}

.exch .nav {
  border-bottom: 1px solid rgba(126, 145, 162, 0.35);
  margin-bottom: 25px;
  /*padding-bottom: 25px;*/
  position: relative;
  align-items: stretch;
}

.exch .nav > div {
  cursor: pointer;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  padding: 0 25px 20px 25px;
  color: rgba(255, 255, 255, 0.5);
}

.exch .nav > div:last-child {
  padding-right: 0;
}

.exch .nav > div:first-child {
  padding-left: 0;
}

.exch .nav > div.active {
  border-bottom: 3px solid #FFBE08;
  color: white;
}

.exch .switch {
  font-size: 0.875em;
  margin-bottom: 25px;
}

.exch .switch .popIcon {
  width: 20px;
  height: 20px;
  background-color: #CFDAE4;
  color: #7E91A2;
  text-align: center;
  border-radius: 50%;
  margin-left: 10px;
  cursor: pointer;
}

.exch .switch > div {
  padding: 5px 25px;
  border: 1px solid #E7E7E7;
  color: #7E91A2;
  cursor: pointer;
}

.exch .switch > div.active {
  background-color: #FFBE08;
  border-color: #FFBE08;
  color: black;
  font-weight: 600;
  cursor: default;
}

.exch .inpBox {
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  border-radius: 2px;
  height: 90px;
  width: 100%;
}

.exch .inpBox .inf,
.exch .inpBox .item .name {
  color: rgb(255 255 255 / 0.7);
  font-size: 0.75em;
  width: 100%;
  font-weight: 400;
}

.exch .inpBox .inf {
  position: absolute;
  top: 15px;
  left: 15px;
}

.exch .inpBox .item .name {
  font-size: 0.75em;
}

.exch .inpBox input {
  font-size: 1.25em;
  font-weight: 500;
  text-align: right;
  background: none;
  color: white;
  width: 100%;
}

.exch .inpBox .inp_cont {
  flex: 1;
  flex-direction: column;
  height: 45px;
  padding-bottom: 1px;
}

.exch .inpBox .inp_cont input {
  height: 25px;
}

.exch .inpBox input,
.exch .inpBox .item .abr {
  height: 45px;
  border-width: 0;
  box-sizing: border-box;
  padding: 0 35px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.exch .inpBox .item .abr {
  pointer-events: none;
  user-select: none;
}

.exch .inpBox .item.curr .abr {
  border-left: 1px dashed rgb(255 255 255 / 50%);
}

.exch .inpBox .item {
  width: 150px;
  font-weight: 500;
  text-align: left;
  font-size: 1.5625em;
  height: 87px;
  position: relative;
  background: url('/images/ex_select_arr.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
  background-color: #171b36;
  cursor: pointer;
  transition-duration: 0.5s;
}

.exch .inpBox .ex_select {
  position: relative;
}

.exch .inpBox .list .item {
  background-color: #232740;
  height: 0;
  overflow: hidden;
}

.exch .inpBox .list .item:hover {
  background-color: #3f4673;
}

.exch .inpBox .list {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 1;
}

.exch .ex_arr {
  padding: 0 65px;
  margin-left: auto;
}

.exch .inpBox .ex_select.active .list .item {
  height: 87px;

}

.exch .ex_select.active .item:not(:first-child) {
  border-top: 1px solid grey;
}

#homeTop .exch .inpBox .ex_select.active .list {
  box-shadow: 0 5px 20px 10px #171b36;
}

.exch .rate {
  font-weight: 600;
  padding: 20px 0;
}

.exch .buy {
  color: white;
  text-align: center;
  padding: 20px 0;
  background: rgb(254,191,16);
  background: linear-gradient(180deg, rgba(254,191,16,1) 0%, rgba(164,120,0,1) 100%);
  border-radius: 4px;
  cursor: pointer;
  transition-duration: 0s;
}

#exch_terms {
  height: 90px;
  font-size: 0.6875em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}

#exch_terms .terms {
  margin-left: 15px;
}

#exch_terms .switch {
  margin: 0;
  width: 38px;
  height: 18px;
  border-radius: 8px;
  background-color: #1F234D;
  padding: 3px;
  cursor: pointer;
}

#exch_terms .switch::before {
  content: '';
  width: 14px;
  height: 14px;
  background-color: white;
  border-radius: 50%;
  display: block;
  margin-left: 1px;
  transition-duration: 0.25s;
}

#exch_terms .switch.active::before {
  margin-left: 18px;
}

#terms_inp {
  display: none;
}

.exch .buy:hover {
  background: rgb(254,191,16);
}

.exch .nav .desclimer {
  margin-left: auto;
  margin-bottom: 15px;
  padding: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #FEBD09 !important;
  border-radius: 50%;
  color: #FEBD09;
  font-size: 0.75em;
  font-family: times;
  user-select: none;
}

.exch .nav .desclimer:hover {
  border-color: white !important;
}

.exch .nav .desclimer:hover .text {
  display: block;
}

.exch .desclimer .text {
  display: none;
  font-family: "Roboto";
  width: 300px;
  background-color: #171A37;
  border: 1px solid #FEBD09;
  padding: 15px;
  position: absolute;
  z-index: 1;
  top: calc(50% + 20px);
  right: -50px;
  color: white;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.5;

}

.exch .desclimer .text::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #171A37;
  border-right: 1px solid #FEBD09;
  border-bottom: 1px solid #FEBD09;
  transform: rotate(-135deg);
  position: absolute;
  right: 52px;
  top: -6px;
}

.exch .desclimer .title {
  font-size: 1.25em;
  margin-bottom: 15px;
  font-weight: 500;
}

.exch .desclimer .text .x::before,
.exch .desclimer .text .x::after {
  width: 15px;
  top: 25px;
  right: 15px;
  background-color: white;
}

.exch .blocks > div {
  display: none;
}

.exch .blocks > div.active {
  display: block;
  position: relative;
}

#bot_exch {
  border-top: 1px solid rgba(78, 78, 78, 0.5);
  overflow: hidden;
}

#bot_exch .exch .inpBox {
  border: 1px solid rgb(254 189 9 / 0.5);
  height: 80px;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}

#bot_exch .exch .inpBox .item {
  background-color: rgba(0, 0, 0, 0);
  height: 80px;
}

#bot_exch .ex_select .list .item {
  height: 0;
  background-color: #232740;
}

#bot_exch .ex_select.active .list .item {
  height: 80px;
}

#bot_exch .exch {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  width: 1235px;
}

#bot_exch .exch .blocks > div.active {
  display: flex;
}

#bot_exch .exch .rate {
  width: 90px;
  padding-left: 0;
}

#bot_exch .exch .buy {
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 75px;
  margin: 0;
  background: none;
}

#bot_exch .ex_arr {
  transform: rotate(90deg);
}

#bot_exch .exch .buy .arr {
  width: 15px;
  height: 15px;
  border-right: 3px solid #FEBD09;
  border-bottom: 3px solid #FEBD09;
}

#himCurr {
  background-color: white;
  padding: 6.25em 0 8.125em 0;
}

#himCurr .subHead {
  margin-bottom: 0;
}

#himCurr .cont {
  align-items: flex-end;
}

#himCurr .cont > div {
  width: 50%;
}

#himCurr .textBlock {
  width: 775px;
  color: #222222;
  text-align: justify;
  display: none;
}

#himCurr .textBlock.active {
  display: block;
}

#himCurr .pageTitle::before {
  display: none;
}



.findOut {
  color: #171B36;
  border-color: #171B36;
  margin-top: 35px;
}

.findOut:hover {
  background-color: #171B36;
  color: white;
}

#himCurr .curr {
  width: calc(100% - 835px);
  margin-right: 50px;
  height: 0;
  align-items: baseline;
  font-size: 0;
}

#himCurr .curr .over {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(23, 27, 54, 0.7);
}

#himCurr .pageTitle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#himCurr .curr .item.active .over,
#himCurr .curr .item:hover .over {
  background-color: rgba(254, 189, 9, 0.7);
}

#himCurr .over .logoBlock img {
  display: block;
  margin: 0 auto 10px auto;
  width: 50%;
}

.vert {
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  letter-spacing: 4px;
  position: absolute;
  top: 0;
  left: 0;
}

.vert lv {
  margin: 0 0 20px 0;
}

#himCurr .over .click {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 0.8125em;
}

#himCurr .active .click {
  display: none;
}

#himCurr .over .logoBlock {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1em;
}

#himCurr .curr .img {
  width: 100%;
  height: auto;
}

#himCurr .curr .item {
  width: calc(50% - 10px);
  max-height: 300px;
  background-color: grey;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
  color: white;
}

#himCurr .curr .item .ext {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.space {
  height: 1000px;
}

#scroll {
  position: fixed;
  z-index: 2;
  bottom: 0;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  left: 50px;
  display: none;
}

#scroll > div,
#scrollLine .line div {
  width: 12px;
  height: 12px;
  border: 1px solid rgba(254, 191, 16, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 15px;
  cursor: pointer;
}

#scroll > div.active,
#scrollLine .line div {
  border: 1px solid #FEBF10;
}

#scroll > div::before,
#scrollLine .line div::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: rgba(254, 191, 16, 0.4);
  display: block;
  border-radius: 50%;
}

#scroll > div.active::before,
#scrollLine .line div::before {
  border-color: rgba(254, 191, 16, 1);
  background-color: rgba(254, 191, 16, 1);
}

#mainVideo {
  height: 950px;
  width: 1920px;
  margin: 0 auto;
  background-color: #3e4571;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#mainVideo .vert {
  width: 75px;
  color: white;
}

#mainVideo .vert

#mainVideo .videoCont .nav,
#mainVideo .videoCont .nav .prev,
#mainVideo .videoCont .nav .next {
  cursor: pointer;
}

#mainVideo .videoCont .nav > div img,
#mainVideo .videoCont .nav > div span {
  pointer-events: none;
}

#mainVideo .videoCont .nav {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 75px;
  padding: 0 45px;
}

#mainVideo .videoCont .nav span {
  margin: 0 20px;
}

#mainVideo .videoCont .nav .prev img {
  transform: rotate(180deg);
}

#mainVideo .videoCont {
  width: 1720px;
  margin-left: -300px;
  background-size: cover !important;
  position: relative;
}

#mainVideo .videoCont,
#mainVideo .grad {
  height: 100%;
  position: relative;
}

#mainVideo .grad {
  width: 500px;
  z-index: 1;
  position: relative;
}

.margin {
  position: fixed;
  width: 1680px;
  height: 100%;
  left: calc((100% - 1680px) / 2);
  top: 0;
  border-left: 1px solid rgb(0, 217, 255);
  border-right: 1px solid rgb(0, 217, 255);
  z-index: 999;
  pointer-events: none;
}

.fc, .fs, .fb, .fa, .fe {
  display: flex;
  align-items: center;
}

.fe { justify-content: flex-end; }

.fa { justify-content: space-around; }

.fb { justify-content: space-between; }

.fc { justify-content: center; }

.fs { justify-content: flex-start; }

.fdc { flex-direction: column; }
.fdcr { flex-direction: column-reverse;}

#mainVideo .iconCont {
  flex-direction: column;
}

#mainVideo .iconCont {
  width: 75px;
  height: 100%;
  position: absolute;
  top: 75px;
  right: -75px;
}

#mainVideo .social a {
  margin: 15px auto;
  opacity: 0.2;
  transform: rotate(180deg);
}

#mainVideo .social a:hover {
  opacity: 1;
}

#mainVideo .social .line {
  height: 40px;
  border-left: 1px solid #FEBD09;
  margin: 40px 0;
}

#mainVideo .grad {
  background-size: cover !important;
}

#mainVideo .phone {
  position: relative;
  top: 80px;
  left: -40px;
}

#mainVideo .videoCont .play {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 0;
}

#mainVideo .videoCont .play img {
  pointer-events: all;
  cursor: pointer;
}

#homeCurr {
  background-color: white;
  color: black;
  position: relative;
  overflow: hidden;
}

#homeCurr > .cont {
  padding: 100px 0;
  position: relative;
}

#homeCurr .blue {
  background-color: #171b36;
  position: absolute;
  width: 100vw;
  height: 100%;
  right: calc(100% - (100% - 1680px) / 2);
  top: 0;
}

#homeCurr .grad2 {
  position: absolute;
  z-index: 0;
  top: 0;
  left: -120px;
  width: 500px;
  height: 100%;

}

#homeCurr .board {
  z-index: 1;
  padding: 45px 35px;
  width: 50%;
  background-color: white;
}

g {
  color: #05B169;
}



#homeCurr .board .side {
  position: absolute;
  top: 100px;
  left: -50px;
  width: 50px;
  color: white;
  letter-spacing: 2px;
  font-size: 1em;
  text-transform: uppercase;
}

#homeCurr .board .side dot {
  width: 8px;
  height: 8px;
  background-color: #05B169;
  margin-bottom: 20px;
  border-radius: 50%;
}

line {
  height: 40px;
  margin: 20px auto;
  border-left: 1px solid #FEBD09;
}

#homeCurr .board table {
  width: 100%;
  border-collapse: collapse;
  font-weight: 500;
  font-size: 1.25em;
}

#homeCurr tr td:nth-child(2),
#homeCurr tr td:nth-child(3) {
  width: 120px;
}

#homeCurr tr:not(:first-child) td:nth-child(3) {
  color: #05B169;
}

#homeCurr tr:first-child td:nth-child(2),
#homeCurr tr:first-child td:nth-child(3) {
  padding-left: 12px;
  box-sizing: border-box;
}

#homeCurr tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  height: 90px;
}

#homeCurr tr td:first-child {
  padding-left: 50px;
}

#homeCurr tr td:last-child {
  padding-right: 40px;
}

#homeCurr tr:last-child td {
  border-width: 0;
}

#homeCurr tr:first-child td {
  height: auto;
  padding-bottom: 15px;
}

#homeCurr tr:first-child {
  font-size: 0.875em;
  color: rgba(0, 0, 0, 0.75);
}

#homeCurr td .abr {
  margin: 0 25px 0 15px;
}

#homeCurr td .name {
  color: rgba(0, 0, 0, 0.6);
}

#homeCurr .infoSwitch {
  width: 50%;
  margin-left: 100px;
}

#homeCurr .h_hidd.active {
  margin-bottom: 60px;
}

#homeCurr .h_hidd {
  margin-bottom: 30px;
}

#homeCurr .h_hidd .subHead,
#homeCurr .h_hidd .link {
  display: none;
}

#homeCurr .h_hidd.active .subHead,
#homeCurr .h_hidd.active .link {
  display: block;
}

#homeCurr .h_hidd .pageTitle {
  color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: inline-block;
}

#homeCurr .h_hidd .pageTitle::before {
  /*color: #FEBD09;*/
}

#homeCurr .h_hidd.active .pageTitle {
  color: black ;
  pointer-events: none;
}

#homeCurr .h_hidd .nr {
  font-size: 1em;
  margin-right: 90px;
  color: rgba(0, 0, 0, 0.25);
  font-weight: 400;
  display: inline-block;
}

#homeCurr .h_hidd .pageTitle y {
  margin-right: 20px;
  color: rgba(0, 0, 0, 0.25);
}

#homeCurr .h_hidd.active .nr {
  /*color: #FEBD09;*/
}

#homeCurr .h_hidd.active .pageTitle y {
  /*color: #FEBD09;*/
}

#homeCurr .h_hidd .pageTitle .sp {
  margin-left: 20px;
  font-weight: 400;
  display: none;
}

#homeCurr .h_hidd.active .sp {
  display: inline-block;
}

#homeCurr .h_hidd .link {
  /*color: #FEBD09;*/
  text-decoration: none;
  font-weight: 600;
}

#homeCurr .h_hidd .pageTitle:hover {
  color: #FEBD09 !important;
}

#apps .cont {
  padding: 100px 0;
  align-items: stretch;
}

#apps .pageTitle {
  position: absolute;
  bottom: 100%;
  left: 0;
}

#apps .app_links {
  width: 100%;
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

#apps .app_links a {
  width: 100%;
  margin-bottom: 10px;
}

#apps .app_links a img {
  margin-right: 10px;
  width: 1.5em;
}

#apps .title {
  font-size: 1.25em;
  margin-bottom: 10px;
}

#apps .app_item > img {
  width: 145px;
  margin-right: 10px;
  border-radius: 15px;
}

#apps .app_inf {
  width: calc(100% - 180px);
}

#apps .app_inf .text {
  max-width: 100%;
}

#apps .app_item {
  flex-wrap: wrap;
  align-items: flex-start;
  width: calc(50% - 20px);
}

#apps .status {
  font-size: 0.9375em;
  margin-bottom: 10px;
  display: inline-flex;
}

#apps .status > div {
  white-space: nowrap;
}

#apps .status .div {
  width: 15px;
  text-align: center;
}

.info1 {
  width: 50%;
  padding: 60px 40px;
  border: 1px solid rgba(254, 189, 9, 0.3);
  position: relative;
  background-color: #171b36;
  margin-top: 30px;
}

.info1 .subHead p {
  margin: 30px 0;
}

#apps .device {
  margin: 35px 0;
}

#apps .soon {
  margin-left: 30px;
  opacity: 0.5;
}

#apps .list a {
  margin-right: 30px;
}

#apps .app_links a {
  display: inline-flex;
  margin-right: 0px;
  width: auto;
}

#apps .btn {
  margin-top: 50px;
  color: white;
}

#apps .btn:hover {
  background-color: white;
  color: black;
}

#apps .side {
  position: absolute;
  width: 50px;
  left: -50px;
  bottom: 0;
}

#apps .side line {
  margin-top: 0;
}

#apps .img {
  width: 50%;
  position: relative;
}

#apps .img img {
}

#apps .info1 {
  color: white;
}

.lineBg {
  /**/
  background-size: 200px 100% !important;
}

.pageTitle {
  font-size: 1.25em;
  margin-bottom: 25px;
  letter-spacing: 4px;
  font-weight: 400;
}

.pageTitle::before {
  content: '/';
  display: inline-block;
  margin-right: 20px;
}

.subHead {
  font-size: 1em;
  line-height: 2;
  margin-bottom: 25px;
  text-align: justify;
  width: 775px;
  max-width: 100%;
  box-sizing: border-box;
  /*padding-right: 60px;*/
}

.lineLink {
  color: #FEBD09;
  text-decoration: none;
  position: relative;
}

.lineLink::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  border-bottom: 1px solid white;
  top: calc(100% + 5px);
  left: 0;
}
/* new footer */
.footer {
    width: 100%;
    height: 48px;
    background-color: #000D2C;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #8E8E93;
    font-size: 16px;
    padding: 0px 32px;
    margin-top: 64px;
}

    .footer .links a {
        padding: 0px 8px;
    }

@media (max-width: 768px) {
    .footer {
        font-size: 14px;
    }
    .d_side_cont {
        min-height: calc(100vh - 187px);
    }
}

@media (max-width: 480px) {
    .footer {
        display: inline-block;
        text-align: center;
        padding: 0;
        height: 72px;
        font-size: 14px;
    }

        .footer .cr {
            margin: 12px auto;
        }

        .footer .links {
            display: flex;
            align-items: center;
            justify-content: center;
        }
    .d_side_cont {
        min-height: unset;
    }
}

/* end of new footer */
#footer {
  margin-top: 4em;
  padding: 4em 0px 6em 0px;
  background-position: bottom left !important;
  background-repeat: no-repeat !important;
  border-top: 1px solid rgba(78, 78, 78, 0.5);
  max-width: 100%;
  overflow: hidden;
}

.subscr_form {
  margin-bottom: 0px;
  text-align: left;
}
#footer .subscr_form .g-recaptcha {
    margin-top: 2em;
}
#footer .logo {
  width: 400px;
  line-height: 2;
  color: white;
  font-weight: 600;
  padding-right: 60px;
}

#footer .cont {
  align-items: flex-start;
  flex-wrap: wrap;
}

#footer .f_logo {
  height: 56px;
}

#footer .logo div {
  /*color: rgba(255, 255, 255, 0.65);*/
  font-weight: 400;
  max-width: 325px;
  line-height: 1.5;
  margin-top: 2em;
}

#footer .menu {
  line-height: 2;
  align-items: stretch;
  position: relative;
  width: calc(100%  - 1000px);
  margin-left: 100px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#footer .menu .item {
  margin-right: 60px;
  width: calc(33% - 40px);
  margin-bottom: 3em;
}

#footer .menu .item:nth-child(3n) {
  margin-right: 0px;
}

#footer .f_socials {
  flex-wrap: wrap;
  padding-top: 10px;
}

#footer .f_socials a {
  width: 50px;
  height: 50px;
}

#footer .f_socials a:hover {
  opacity: 1;
}

#footer .menu .item > a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.65);
  display: block;
  font-size: 1.0625em;
}

#footer .menu .item > a:first-child {
  font-weight: 600;
  font-size: 1.125em;
  color: white;
  margin-bottom: 5px;
  pointer-events: none;
}

#footer .subsc {
  color: white;
}

#footer .mid {
  width: 500px;
  color: white;
}

#footer .subsc label a {
  color: #FEBD09;
  text-decoration: underline;
}

#footer .subsc .head {
  width: 100%;
  font-size: 1em;
  margin-bottom: 1.5em;
}

#footer .subscr_inp {
  font-size: 0.9375em;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  /*background: url('../images/inp-email.svg'), url('../images/w-arrow.svg');*/
  background-repeat: no-repeat !important;
  background-position: 20px center, calc(100% - 20px) center !important;
  padding-left: 65px;
  border: 0px;
  color: #fabb0a;
  font-weight: 600;
}

#footer .subscr_inp::placeholder { 
  color: white;
  opacity: 0.5; 
  font-weight:300;
}

#footer .subscr_inp::-ms-input-placeholder { 
  color: white;
  opacity: 0.5; 
  font-weight:300;
}

#footer .subscr_inp:-ms-input-placeholder {
  color: white;
  opacity: 0.5; 
  font-weight:300;
}

#footer .copy {
  width: 500px;
  color: rgba(255, 255, 255, 0.65);
  padding: 0px;
  margin-top: 40px;
  align-items: flex-end;
}

#breadCrumbs {
  color: #a6a6a6;
  padding: 20px 0 6.25em 0;
}

#breadCrumbs a {
  text-decoration: none;
  color: #a6a6a6;
}

#breadCrumbs a:hover {
  text-decoration: underline;
}

.post #breadCrumbs {
  margin-bottom: 60px;
}

#scrollLine {
  position: absolute;
  z-index: 1;
  left: -65px;
  height: 350px;
}

#scrollLine .line {
  height: 100%;
  width: 1px;
  background-color: rgba(254, 189, 9, 0.33);
}

#scrollLine .line div {
  margin-left: -6px;
}

.horLine {
  width: 100%;
  height: 1px;
  background-color: #FEBD09;
}

.listItem2 {
  width: 25%;
  border-left: 1px solid #FEBD09;
  padding-left: 20px;
  font-size: 1.375em;
  margin-bottom: 1.85em;
  display: block;
  text-decoration: none;
}

.listItem2 .title {
  color: #171A37;
}

.listItem2 .title img {
  margin-left: 20px;
}

#careers .list,
#careers .list div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.listItem2 .loc {
  font-size: 1.125em;
  color: #7E91A2;

}

.listItem2 .loc img {
  margin-right: 10px;
}

.inputs {
  flex-wrap: wrap;
}

.inputs > .item {
  width: calc(50% - 30px);
  margin: 0 60px 30px 0;
}

.inputs > .item:nth-child(2n) {
  margin-right: 0;
}

.inputs input,
form input {
  border-width: 0;
}

.inputs input::placeholder {
  color: #5D5F73;
  opacity: 1;
}

.inputs .item.text {
  width: 100%;
  margin-right: 0;
  display: flex;
  flex-direction: column;
}

.inputs .item.text .name {
  margin-bottom: 10px;
}

.inputs textarea,
form textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #222222;
  padding: 20px;
  color: black;
}

.inputs .item .uploadInput {
  border-width: 0;
  height: auto;
  margin-top: 10px;
  cursor: pointer;
}

form .btn {
  background-color: white;
  border-color: #171B36;
  cursor: pointer;
}

form .btn:hover {
  background-color: #171B36;
  color: white;
}

.cover {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

input:not([type="checkbox"]):not([type='radio']):not([type="submit"]), select {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(78, 82, 122, 0.5);
  width: 100%;
  height: 65px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

/*
.inputs [type="date"],
.inputs [type="text"],
.inputs [type="password"],
.inputs select,
form [type="date"],
form [type="text"],
form [type="password"],
form select {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(78, 82, 122, 0.5);
  width: 100%;
  height: 65px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
*/

#login .inputs .item {
  width: 100%;
  margin-right: 0;
}

#login .inputs .item input {
  color: white;
  border-color: white;
}

#login .textLink {
  margin-bottom: 60px;
  color: #FEBD09;
}

#login .textLink a {
  color: #FEBD09;
  position: relative;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid #FEBD09;
  margin-left: 5px;
}

#login .btn {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid white;
  color: white;
}

#logBot {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px;
  font-size: 0.8125em;
}

#login .forgot {
  color: white;
  margin-top: 100px;
}

#login .forgot a {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid white;
}

#logIn .textLink {
  margin-top: 30px;
  margin-bottom: 0;
}

.inputs select {
  border-width: 0;
  border-bottom: 1px solid rgba(78, 82, 122, 0.5);
}

#login select {
  color: white;
}

#login select * {
  color: #222222;
  padding: 10px 0;
}

#login [type="checkbox"] {
  display: none;
}

#login .agree {
  font-size: 0.6875em;
  color: white;
  margin-top: 50px !important;
}

#login .agree a {
  font-weight: 700;
  text-decoration: none;
  color: white;
  border-bottom: 1px solid white;
}

#login {
  color: white;
  display: none;
}

#login .pageTitle {
  font-weight: 400;
}

#login .pageTitle .info {
  font-size: 0.875em;
  margin: 30px 0 60px 0;
}

#login .box {
  width: 525px;
  height: calc(100% - 125px);
  position: absolute;
  top: 125px;
  right: 0;
  background-color: #171A37;
  padding: 60px 70px;
  flex-direction: column;
  border-top: 2px solid #FEBD09;
  font-size: 14px;
}

#logIn .inputs .item {
  width: calc(50% - 10px);
  margin: 0 10px 30px 0;
}

#logIn .inputs .item.full {
  width: 100%;
  margin-right: 0;
}

#login .inputs .item input {
  border-bottom-color: rgba(78, 82, 122, 0.5);
}

.mini_menu #login .box {
  height: calc(100% - 75px);
  top: 75px;
}

#ind_bus_switch {
  width: 100%;
}

#ind_bus_switch > div {
  width: 50%;
  height: 40px;
  border-bottom: 1px solid rgba(78, 82, 122, 0.5);
  flex-direction: column;
  position: relative;
  cursor: pointer;
}

#ind_bus_switch > div::before,
#login .box::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #FEBD09;
  border-right: 2px solid #FEBD09;
  transform: rotate(-45deg);
  background-color: #171A37;
  position: absolute;
  left: 50%;
  top: -10px;
}

#ind_bus_switch > div::before {
  width: 7px;
  height: 7px;
  bottom: -5px;
  top: auto;
}

#ind_bus_switch > div.active {
  border-bottom: 2px solid #FEBD09;
}

#ind_bus_switch > div::before {
  display: none;
}

#ind_bus_switch > div.active::before {
  display: block;
}

#login .nav > div {
  cursor: pointer;
  padding: 0 0 20px 0;
  border-bottom: 2px solid white;
  width: 50%;
}

#login .nav > div.active {
  border-color: #FEBD09;
}

#login .nav {
  width: 100%;
}

#login .h_hidd {
  flex: 1;
  width: 100%;
}

#login .h_hidd > div {
  display: none;
}

#login .h_hidd > div.active {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
}

#login .inputs {
  width: 100%;
}

#reg_tod {
  height: 100px;
  width: 100%;
  justify-content: flex-start;
  margin-bottom: -20px;
}

#signIn #reg_tod {
  margin-bottom: 20px;
}

#reg_tod a {
  padding: 0 7px;
  text-decoration: underline;
}

.hweb_check {
  border: 1px solid white;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.checkbox::before {
  content: '';
  display: none;
  width: 4px;
  height: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #FEBD09;
  transform: rotate(45deg);
  /* margin-bottom: 0px; */
  position: relative;
  bottom: 1px;
}

#login .checkbox {
  margin-right: 10px;
}

#login .checkbox.active::before {
  display: block;
}

#mainVideo .video {
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
}

#mainVideo .video.active {
  z-index: 1;
  display: block;
}

#mainVideo .nav.active {
  z-index: 2;
  background-color: white;
}

#mainVideo .nav .yellow,
#mainVideo .nav.active .white {
  display: none;
}

#mainVideo .nav.active .yellow,
#mainVideo .nav .white {
  display: block;
}

#mainVideo .vid_cont {
  width: 100%;
  height: 100%;
}

#chat_btn {
  margin: 0 auto;
  color: white;
  height: 0;
  z-index: 1;
  position: relative;
  cursor: pointer;
  display: none;
}

#chat_btn .box {
  height: 43px;
  border: 2px solid white;
  border-radius: 99px;
  background-color: #171b36;
  padding: 0 30px;
  margin-left: -10px;
}

#chat_btn img {
  height: 32px;
}

.switch {
  position: relative;
  border-bottom: 1px solid rgba(177, 177, 177, 0.5);
  margin-bottom: 50px;
}

.switch > div {
  width: 200px;
  height: 80px;
  border-bottom: 3px solid rgba(254, 189, 9, 0);
  margin-bottom: -2px;
  cursor: pointer;
}

.switch > div:not(:first-child) {
  padding-left: 45px;
}

.switch > div.active {
  font-weight: 500;
  border-bottom: 3px solid #FEBD09;
}

.pop_cont {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
}

.pop_cont .message {
  width: 400px;
  background-color: white;
  padding: 40px 0;
}

.pop_cont .message.fail {
  border-bottom: 5px solid #c41b37;
}

.pop_cont .message.success {
  border-bottom: 5px solid #1bc461;
}

[type="radio"], [type="checkbox"] {
  -moz-appearance: initial;
  background-color: rgb(0 0 0 / 0%);
  border-width: 0px;
  box-shadow: none;
}

[type="radio"]:checked, [type="checkbox"]:checked {
  -moz-appearance: initial;
  background-color: #febd09;
}

[type="radio"] {
  border-radius: 50%; 
}

#user_top_ico {
  height: 125px;
  cursor: pointer;
  display: none;
  position: relative;
  margin-left: auto;
}

.mini_menu #user_top_ico {
  height: 75px;
}

#mainMenu .leftMenu {
  height: 125px;
}

#user_top_ico.har:hover::after {
  bottom: -4px;
  background-color: #171b36;
}

#user_top_ico.har.active::after,
#user_top_ico.har.active::before {
  display: none;
}

#user_top_ico img {
  pointer-events: none;
}

#user_top_ico rimg.main,
#user_top_ico.active img.active,
#user_top_ico:hover img.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

#user_top_ico img.active,
#user_top_ico.active img.main,
#user_top_ico:hover img.main {
  display: none;
}

#user_top_ico:hover {
  /*overflow: hidden;*/
}

#user_top_ico.active {
  overflow: visible !important;
}

#signIn .log_form {
  width: 100%;
  flex: 1;
  flex-direction: column;
}

#particles_home_top {
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

#divEmp {
  margin: 60px auto;
  color: white;
}

#divEmp input {
  color: white;
  border-bottom-color: rgba(78, 82, 122, 0.5);
}

#divEmp [type="radio"] {
  width: 8px;
  height: 8px;
  margin: 0 20px 0 10px;
}

#divEmp .hweb_check {
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  margin: 0 10px 0 0;
}


.active > .hweb_check {
  background-color: #FEBD09;
}

#divEmp [type="checkbox"] {
  /*display: none;*/
}

#divEmp .reg_check_block {
  align-items: center;
  user-select: none;
}

#divEmp [type="radio"].selected {
  background:#FEBD09;
}

#divEmp .reg_corp_switch {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #121530;
  margin: 30px 0px;
  
}

#divEmp .reg_corp_switch > div {
  height: 65px;
  padding: 0px 10px;
}

#divEmp [type="radio"]:before {
  content: "";
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #171b36;
  border: 1px solid white;
}

#divEmp [type="radio"]:checked:before {
  content: "";
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #FEBD09;
  border: 1px solid #FEBD09;
}

#registerForm .reg_type {
  font-size: 0px;
  cursor: pointer;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.inp_descl {
  color: rgb(118 120 144);
  font-weight: 200;
  font-size: 12px;
  margin: 0px !important;
  display: none;
  height: 0px;
  position: relative;
  top: 5px;
}

.inp_descl.nowrap {
  white-space: nowrap;
}

.inp_descl.false {
  color: #df4c5b;
}

.user-login-section:hover .inp_descl {
  display: block;
}

.kyc_item:hover .inp_descl {
  display: block;
}

#registerForm .reg_type .title {
  font-size: 16px;
  width: calc(100% - 40px);
}

#divEmp .reg_corp_switch > div.active {
  border-bottom: 2px solid #FEBD09;
}


#divEmp .lab_text {
  width: calc(100% - 30px);
  font-weight: 300;
  color: rgb(255 255 255 / 70%);
}

#divEmp .lab_text a {
  color: rgb(255 255 255 / 100%);
}

#divEmp .lab_text a.labelLink {
  color: #FEBD09;
  text-decoration: none;
  border: none;
  font-weight: 300;
}

#divEmp .lab_text span {
  width: calc(100% - 30px);
  font-size: 0.75em;
}

#divEmp .btn {
  width: 100%;
  border: 1px solid white;
  color: white;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}

#divEmp [type="submit"]:hover {
  color: #171B36;
  background-color: white;
}

#divEmp .user-login-section {
  margin: 0 0 2em 0;
}

#divEmp p {
  margin: 0;
}

#divEmp .passwordDetails * {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#divEmp .passwordDetails br {
  display: none;
}

#divEmp .passwordDetails {
  background-color: #121530;
  flex-direction: row;
  margin-top: 5px;
  padding: 10px;
}

#divEmp .pass_inf {
  height: 40px;
  font-size: 12px;
}

#divEmp .passstr {
  width: 100%;
  height: 30px;
  margin: auto;
}

#divEmp .passstrwrapper {
  flex-direction: row;
  width: 100%;
  margin: 0;
  background-color: rgb(128 128 128 / 0.2);
  border-width: 0;
}

#divEmp .passstrwrapper > div {
  width: 100%;
  height: 5px;
}

#divEmp .field-validation-error, #divEmp .registerFormValidationContainer {
  display: block;
  font-size: 12px;
  color: #df4c5b;
  padding: 0px;
  box-sizing: border-box;
  padding: 5px 0px;
}


#divEmp .reg_log_link {
  padding: 15px 0;
  font-weight: 300;
}

#divEmp a {
  border-bottom: 1px solid white;
  font-weight: 500;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
    -webkit-transition-delay: 9999s;
}

.login-btn,
.register-btn {
  display: none;
}

.password-field-container {
  position: relative;
}

.password-field-container .show_p {
  position: absolute;
  width: 30px;
  height: 30px;
  background: red;
  right: 0px;
  top: calc(50% - 15px);
  cursor: pointer;
  background: url(/images/hweb/show_p-01.svg);
  background-size: 25px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  opacity: 0.5;
  z-index:10;
}

.password-field-container .show_p.active {
  background: url(/images/hweb/show_p-02.svg);
}

.dropdown_menu {
  flex-direction: column;
  z-index: 2;
  width: 225px;
  background-color: #171b36;
  border: 1px solid #FEBD09;
  padding: 30px;
  position: absolute;  
  top: calc(100% - 2px);
  list-style-type: none;
  box-sizing: border-box;
  border-top: 2px solid #FEBD09;
  font-size: 0.85em;
  display: none !important;
  color: white;
  left: auto;
}


.active .dropdown_menu {
  display: flex !important;
}

.dropdown_menu > a {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid rgb(255 255 255 / 16%);
  align-items: center;
  justify-content: center;
}

.dropdown_menu > a:first-child {
  border-top: 1px solid rgb(255 255 255 / 10%);
}

.dropdown_menu > a:hover {
  color: #FEBD09;
}

#logo {
  display: none;
}

.message-page-wrapper {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: calc(100vh - 237px);
}

.message-page-wrapper .message-page-title {
  font-size: 3em;
  font-weight: 300;
  margin-bottom: 0;
}

.message-page-wrapper .center-align {
  max-width: 600px;
  text-align: center;
  font-size: 0.85em;
  font-weight: 300;
}

.message-page-wrapper a {
  border-bottom: 1px solid white;
}

#mainMenu .menues > .sign_in {
  display: none;
}

#failBox,
.unverified-tag,
.verified-tag {
  padding: 6px 15px; 
  font-size: 0.85em;
  border: 1px solid #df4c5b;
  line-height: 1.5;
  border-radius: 8px;
  width: 115px;
  cursor: pointer;
}

.pending-tag{
  padding: 6px 15px; 
  font-size: 0.85em;
  border: 1px solid #FEBD09;
  line-height: 1.5;
  border-radius: 8px;
  width: 115px;
  cursor: auto;
}

.rejected-tag {
    padding: 6px 15px;
    font-size: 0.85em;
    border: 1px solid #DF5060;
    line-height: 1.5;
    border-radius: 8px;
    width: 115px;
    background-color: #DF5060 !important;
    color: #FFFFFF;
    cursor: pointer;
}

.status-text {
  font-weight: 300;
  font-size: 14px;
}

.status-text .pending {
  color: #858bae;
}

#failBox {
  width: 100%;
}

.verified-tag {  
  border: 1px solid rgba(14,180,97,70);
  margin-left: 10px;
  cursor: auto;
}

.user-login-wrapper {
  min-height: calc(100vh - 237px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  width: 500px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0px 20px;
}

.user-login-wrapper-rp {
  justify-content: flex-start !important;
}

.user-login-wrapper * {
  width: 100%;
}

.user-login-wrapper a,
.user-login-wrapper span {
  width: auto;
}

.user-login > .header {
  display: none;
}

input[type="date"] {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  outline: none;
  border-width: 0;
  opacity: 0;
}

*:focus {
  outline: none;
}

#registerForm .secret_title {
  font-size: 1em;
  font-weight: 300;
  margin-top: 30px;
}

#registerForm input,
#registerForm select {
  color: white;
}

#registerForm select option {
  color: black;
}

#RegisterNav {
  margin-top: 4em;
}

#RegisterNav > div,
#RegisterNav > input {
  width: 100%;
}

#RegisterNav #_btnRegisterSubmit {
  display: none;
}

#registerForm #RegisterLast,
#registerForm #RegisterFirst,
#registerForm #RegisterCorporateContainer,
#RegisterSecret {
  display: none;
}

#registerForm #RegisterLast.active,
#registerForm #RegisterFirst.active,
#RegisterSecret.active {
  display: flex;
}

#RegisterLast {
  flex-direction: column;
}

#RegisterSecret {
  flex-direction: column;
}


#idSecretNote {
  flex-direction: column;    
  width: 100%;
  font-weight: 300;
  padding: 10px 0px 0px 0px;
  font-size: 12px;
}

#RegisterCorporateContainer .content {
  display: flex;
  flex-direction: column;
  align-items: center;text-align: center;padding: 40px 0;
}

#RegisterCorporateContainer .content p {
  margin-bottom:25px;
}

#RegisterCorporateContainer .content .info {
  color: #FEBD09;
}

#RegisterCorporateContainer a {
  display: flex; width: 100%; font-weight: 300;
  border:1px solid #FEBD09; padding:7px 15px; border-radius: 5px;
  margin: 1.85em 0;
  justify-content: space-between;
  align-items: center;
}

#RegisterCorporateContainer a img {
  width: fit-content;
  max-width: 20px;
}



#hwebAddSecret {
  text-align: right;
  padding: 20px 0;
  margin-bottom: 30px;
  cursor: pointer;
  color: #FEBD09;

}

#RegisterSecret select {
  margin: 10px auto;
}

#registerForm .disabled {
  pointer-events: none;
  opacity: 0.35;
}

#hweb .hidden {
  display:none;
}

#hweb .memorableNumberInput {
  letter-spacing: 15px;
  border:none;
  font-size: 24px;
}

#hweb .memorableNumberLabelContainer {
  margin-bottom: 70px;
}

#hweb .memorableNumberItem .label {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
}

.date-placeholder {
   opacity: 0.35;
 }

#registerForm .secret_notif {
  height: 0px;
}

#registerForm .secret_notif > div {
  font-size: 0.75em;
  color: #df4c5b;
  padding: 5px 0;
}

.curent_answere.disabled {
  display: none;
}

.curent_answere {
  display: block;
}

#RegisterFirst {
  flex-wrap: wrap;
  align-self: flex-start;
}

#registerForm .SecretQuestions.locked {
  pointer-events: none;
  background-color: grey;
}

form .inl,
.inputs .inl {
  width: calc(50% - 10px);
}


#notificationpopup {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100% !important;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  align-items: center;
  justify-content: center;
  display: none;
  max-width: 100% !important;
  flex-direction: column;
}

#notificationpopup.active {
  display: flex !important;
  border: 0 !important;
  opacity:0;
  animation: popUpOpacityCchanging 0.75s linear forwards;
}
@keyframes popUpOpacityCchanging{
    0% {opacity:0}
    90% {opacity:0}
    100% {opacity:1}
}

.iziModal-header {
  position: relative;
  height: 30px;
  z-index: 2;
  background: none !important;
  width: 100%;
  max-width: 600px;
}

.iziModal-button-close {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: url(/images/hweb/kyc_close.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
}

#titlecontainer > h2.is-read::before,
#titlecontainer > h2.is-unread::before,
a.notification-title::before {
  content: '';
  width: 7px;
  height: 7px;
  background-color: #FEBD09;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}
#titlecontainer > h2.is-read::before {
  background-color: transparent;
  border: 1px solid rgb(133 139 174);
}

#notificationpopup > div.iziModal-wrap .button-close {
  float: right;
}

.iziModal-wrap,
#notificationpopup .iziModal-wrap {
  width: 100%;
  max-width: 600px;
  height: auto;
  background-color: #21222c;
  padding: 20px;
}

#notificationpopup .iziModal-content {
  display: block;
}

#notificationpopup > div.iziModal-wrap {
  border: 1px solid #FFBE08;
  background-color: #171b36;
  box-shadow: 0 0 50px -30px #FFBE08;
  max-height: calc(100vh - 40px);
  overflow: auto;
}

#notificationpopup .iziModal-header {
  display: none;
}

.iziModal-iframe {
  height: 100% !important;
  width: 100%;
  max-width: 600px;
  border-width: 0;

}

#framebody #content {
  height: 100%;
}

#framebody .notification-page- {
  height: 100%;
}

#hweb_notif,
.iziToast-wrapper {
  position: fixed;
  right: 30px;
  bottom: 30px;  
  z-index: 9999;  
  width: 50%;
}

#hweb_notif > div, .iziToast {
  width: 100%;
  background-color: rgba(5, 179, 106, 0.5);
  border: 2px solid #05b36b;
  color: white;
  min-height: 55px;
  padding: 10px 10px 10px 30px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  animation-name: hide2;
  animation-fill-mode: forwards;
  animation-delay: 5s;
  animation-duration: 1.5s;
  overflow: hidden;
}

#hweb_notif > .sticky {
  animation-name: none;
}

.iziToast {
  margin-top: 0px;
}

.iziToast-capsule {
  min-height: 55px;
  margin-top: 10px;
  animation-duration: 1.5s;
}

.iziToast-body {
  padding: 0px !important;
}

@keyframes hide2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#hweb_notif .fail {
  background-color: rgba(244, 67, 54, 0.5);
  border-color: #df4c5b;
}

#hweb_notif .close,
.iziToast-close {
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-left: 10px;
  background: url(/images/hweb/kyc_close.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  border: 0px;
}

[type="radio"],
[type="checkbox"] {
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0;
  /*display: inline-flex;*/
}

[type="radio"]:checked::before,
[type="checkbox"]:checked::before {
  background-color: #FEBD09;
  border: 1px solid #FEBD09; 
}

[type="radio"]::before,
[type="checkbox"]::before {
  background-color: #171b36;
  border: 1px solid white; 
  content: '';
  display: block;
  width: 100%;
  height: 100%;
}

[type="radio"]::before {
  border-radius: 50%;
}

.passstrwrapper > div {
  border: 0;
  margin: 0 2px;
}

.passstrwrapper.short div:nth-child(1) {
  background: #DF5060;
}
.passstrwrapper.weak div:nth-child(1), .passstrwrapper.weak div:nth-child(2) {
  background: #FEBF10;
}
.passstrwrapper.good div:nth-child(1), .passstrwrapper.good div:nth-child(2), .passstrwrapper.good div:nth-child(3) {
  background: #0EB461;
}

.passstrwrapper > div:first-child {
  margin-left: 0;
}

.passstrwrapper > div:last-child {
  margin-right: 0;
}

.passstrwrapper > div:nth-child(4) {
  display: none !important;
}

.passwordDetails .strengthdesc {
  align-items: start !important;
  margin-bottom: 5px !important;
}

.title4 {
  color: white;
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: 300;
  line-height: 1.5;
}

.title4 .tit_top {
  font-size: 14px;
}

yb {
  color: #FEBD09;
  font-weight: 600;
  display: contents;
}

.btn.register {
  display: inline-flex !important;
  padding: 0 60px;
  color: white;
}

.crop {
  overflow: hidden;
}

.sign_in_links,
.prof_links {
  display: none !important;
}

body:not(.l-1) .prof_links,
body:not(.l-1):not(.l) #_userNav {
  display: flex !important;
}

body .d_side_cont #_userNav {
  display: flex !important;
}

body:not(.l-1) #footer .subsc {
  display: none;
}

body.l0 .l0_s { display: flex !important; }

body.l1 .l1_s { display: flex !important; }
body.l2 .l2_s { display: flex !important; }
body.l2 .l2_h { display: none !important; }

body.l3 .l3_s { display: flex !important; }

body.l-1 .sign_in_links { display: flex !important; }

body:not(.l-1) .dropdown_menu > a { display: none; }

#_userNav {  display: none !important;}

.hide_sides {
  overflow: hidden;
}

.iziToast-message {
  margin: 5px 0px 0px 0px;
}

.iziToast-progressbar {
  position: absolute;
  /*width: 100%;*/
  height: 3px;
  bottom: 0px;
  left: 0px;
  background-color: #f2314b;
}

.subscr_inp_cont {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  position: relative;
  margin-bottom: 2em;
}

.subscr_form .check_box {
  width: 100%;
  font-weight: 300;
  padding: 3px 0px;
  font-size: 12px;
}

.subscr_form .check_box input {
  flex: 0 0 10px;
  height: 10px;
  margin-right: 10px;
}

.subscr_form .subscr_inp_name {
  position: absolute;
  left: 10px;
  top: -10px;
  padding: 0px 10px;
  font-size: 0.85em;
  background-color: #171b36;
}

.subscr_form  .subscr_inp::placeholder {
  color: #FEBD09;
  font-weight: 600;
}

.subscr_form [type='submit'] {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 50px;
  padding: 0px;
  border: 0px;
  /*background: url(/images/hweb/subscr_arrow.svg);*/
  background-position: center !important;
  background-size: 10px !important;
  background-repeat: no-repeat !important;
  cursor: pointer;
}

.subscr_form .notif {
  position: absolute;
  bottom: -25px;
  /*padding-left: 20px;*/
  font-size: 1em;
  color: #44C4A1;
}

.subscr_form .notif.fail {
  color: #df4c5b;
}

#footer .menu > .text_block {
  color: white;
}

body:not(.l-1) .l_hide {
  display: none !important;
}

.iziToast-color-red {
  background-color: rgba(244, 64, 52, 0.5);
  border-color: #f44034;
}
.iziToast-color-orange {
    background-color: rgba(244, 64, 52, 0.5);
    border-color: #f44034;
}
#content {
    /*overflow-x: hidden;*/
}

select::-ms-expand {
  display: none;
}

select {
  font-size: 16px;
  line-height: 16px;
  background: url('/images/hweb/expand-more.svg')
    no-repeat 100% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[aria-label="cookieconsent"] {
  width: calc(100% - 40px) !important;
  left: 20px !important;
  bottom: 20px !important;
  right: auto !important;
  background-color: #171b36 !important;
  border: 1px solid #febd09;
  color: white !important;
  box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 50%);
}

[aria-label="cookieconsent"] a {
  color: #febd09 !important;
}

.cc-compliance .cc-btn {
  color: white !important;
  flex: auto;
}

.cc-dismiss {
  background-color: #febd09;
  border: 1px solid #febd09;
}

.cc-dismiss:hover {
  text-decoration: underline;
}

.cc-deny {
  border: 1px solid #febd09 !important;
}

.cc-message {
  padding-right: 2em;
}

#divEmp .notif_box {
  height: 0px;
  margin-bottom: 40px;
  padding-top: 5px;
}

#divEmp .user-login-section.mb {
  margin-bottom: 0px;
}

[data-valmsg-for].false {
  color: #df4c5b;
  font-size: 12px;
}

.user-lock .user-lock_input {
  margin-bottom: 2em;
}

.user-lock #registerForm {
  padding-top: 2em;
}

#homeTop .desclimer .i {
  display: block;
  width: 100%;
  text-align: center;
}

[seriesName="Subscriptions"] path:nth-child(2) {
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.75));
}


.ind_files_title {
  color: white;
  font-size: 1em !important;
  opacity: 0.5;
}

.ind_files_title::before {
  display: none !important;
}

li.ind_files_title {
  padding-left: 0px !important;
  text-indent: 0px !important;
}

.hweb_loader {
  background: url(/images/hweb/loader.svg);
  background-size: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: calc(50% - 15px);
  background-repeat: no-repeat;
}

/* CUSTOME SELECT */
/* CUSTOME SELECT */

.hweb_select {
  position: relative;
  width: 300px;
  border-bottom-width: 0px;
  user-select: none;
  max-width: 100%;
}

.hweb_select .list .hide,
.hweb_select .list [value=''] {
  display: none !important;
}

.hweb_select .list {
  height: 0px;
}

.hweb_select .list > div {
  height: 0em;
  transition-duration: 0.2s;
  padding: 0em 1em;
  overflow: hidden;
}


.hweb_select .main {
  position: relative;
}

.hweb_select .main > div,
.hweb_select.active .list > div {
  height: 2em;
  padding: 0em 1em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid grey;
  border-left: 1px solid grey;
  border-right: 1px solid grey;
  cursor: pointer;
}

.hweb_select .main > div {
   border-top: 1px solid grey;
}

.hweb_select .list > div[disabled] {
  pointer-events: none;      
  background: rgba(128, 128, 128, 0.2);
  color: rgba(128, 128, 128, 1);
}

.hweb_select .list > div:hover {
  background: rgba(128, 128, 128, 0.2);
}

.hweb_select .main::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-right: 3px solid white;
  border-bottom: 3px solid white;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 7px);
  right: 15px;
  transition-duration: 0.3s;
  pointer-events: none;
}

.hweb_select.active .main::after {
  transform: rotate(-135deg) translateX(-3px) translatey(-3px);
}

.cs1 {
  z-index: 1;
  width: 475px;
}

.cs1 .ico {
  display: flex;
  align-items: center;
  justify-content: center;   
  width: 40px;
}

.cs1 .main .ico img {
  height: 1.75em;
  width: auto;
}

.cs1 .list .ico img {
  height: 1.25em;
  width: auto;
}

.cs1 .details {
  font-size: 0.75em;
   opacity: 0.5;
   margin-left: 0.5em;
}

.cs1 .coin_name{
  font-size: 0.75em;
  margin-left: 18px;
}

.cs1 .list > div,
.cs1 .main > div {
  width: auto !important;
  padding: 0em 1em;
  position: relative;
  /* color: rgb(255 255 255 / 50%); */
  height: 3em;
  width: 100% !important;
  font-size: 1.5em;
}

.cs1 .list > div {  
  /* height: 0em; */
  height: 2em;
  background: hsl(232deg 30% 15%);
  border: 0px;
  border-bottom: 1px solid rgb(255 255 255 / 50%);
}

.cs1 .list {   
  max-height: 15em;
  overflow: auto;
  overflow: overlay;
  position: absolute;
  width: 100%;
  transition-duration: 0.2s;
  border: 1px solid rgba(254, 189, 9, 0);
  top: calc(100% - 1px);
  /* font-size: 1.25em; */
}

    .cs1.active .list {
        height: auto;
        border: 1px solid #FEBD09;
        box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 50%);
    }

.cs1 .list > div:hover {
  background-color: hsl(232deg 30% 10%);
  color:#FEBD09;
}

.cs1 .custome_scroll::-webkit-scrollbar-track {
  background: rgba(18, 20, 33, 0);   
}

.cs1 .main > div {
  border-color: #febd09;
}

.cs1.active .main > div {
  border-color: rgb(255 255 255 / 50%);
}


@media(max-width: 768px) {

  .hweb_select .main > div, .hweb_select.active .list > div {
    padding: 0em 1em;
  }

  .cs1 .coin_name {
    margin-left: 10px;
  }

  .hweb_select.active {
    z-index: 2;
  }

  .hweb_select.active::before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1;
    background: rgb(0 0 0 / 50%);
    pointer-events: none;
  }

  .hweb_select .list {
    position: fixed !important;
    z-index: 99;
    width: calc(100% - 40px) !important;
    max-width: 640px;
    bottom: 0em;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: black;
    flex-direction: row;
    overflow: auto;
    flex: 1;
    /* border-radius: 1em 1em 0em 0em; */
  }


  .cs1 .list {
    overflow: auto;
    overflow: overlay;
    border-bottom: 0px;
  }

  .hweb_select .list > div {
    width: 100%;
    font-size: 1.5em;    
    position: relative;
  }

  .hweb_select .list > div:first-child {
    border-top: 1px solid grey;
  }

  .hweb_select:not(.cs1) .list {
    width: calc(100% - 40px);
    left: 20px;
  }

  .hweb_select:not(.cs1).active .list > div {
    height: 3em;
  }
    .hweb_select .d_down {
        bottom: unset;
        max-width: unset;
        position: relative !important;
        overflow: unset;
        width: auto !important;
        left: 0px !important
    }
        
    
    .hweb_select.active .d_down >div {
        border-bottom: 1px solid #febd09 !important;
        height: 2.5em !important;
    }
  .hweb_select.active .list {
    height: auto;
    max-height: 50%;
  }

  .hweb_select .list > div::after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #464646;
    display: block;
    left: 1em;
    bottom: 1px;
    width: calc(100% - 2em);
  }

  .hweb_select .list > div:last-child:after {
    display: none;
  }

  .cs1.active .list {
    max-height: 18.5em;
    height: auto;    
  }

  .cs1.active .list > div {
    border: 0px !important;
  }

  .cs1 .list {
      top: auto;
      font-size: 1.25em;
      border-bottom: 0px !important;
  }

  .cs1 {
    margin-bottom: 2em;
  }  

  .cs1.active .list > div,
  .cs1 .list > div {
    height: 2.5em;
  }

  .cs1 .list .ico img {
    height: 1.25em;
  }

}

/* CUSTOME SELECT */
/* CUSTOME SELECT */

.hweb_nav {
  color: white;
  margin-bottom: 2em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hweb_nav > * {
  font-size: 1.25em;
  padding: 0em 2em 1em 2em;
  display: inline-flex;
  border-bottom: 1px solid rgb(254 189 9 / 50%);
  position: relative;
  cursor: pointer;
}

.hweb_nav > .active {
  cursor: default;
}

.hweb_nav > *:hover::before,
.hweb_nav > *.active::before {
  content: '';
  width: 100%;
  display: block;
  position: absolute;
  border-bottom: 2px solid #febd09;
  bottom: -1px;
  left: 0px;
}

/* width */
.custome_scroll::-webkit-scrollbar {
  width: 0.5em;
}

/* Track */
.custome_scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 0.25em;
}
 
/* Handle */
.custome_scroll::-webkit-scrollbar-thumb {
  background: rgba(136, 136, 136, 0.5);
  border-radius: 0.25em;
}

/* Handle on hover */
.custome_scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.75);
}
/* Hide arrows */
.custome_scroll::-moz-scrollbar-button, .custome_scroll::-webkit-scrollbar-button {
  width: 0px;
}

.compLoading {
  background: url(/images/hweb/loader.svg);
  background-size: 60px;
  background-position: center;
  background-repeat: no-repeat;
  height: 10em;
  width: 100%;
  display: block;
  animation-name: example;
  animation-duration: 2s;
  animation-delay: 0.3s;
  opacity: 0;
  animation-fill-mode: forwards; 
}

tr.compLoading {
  display: table-row;
}

tr.compLoading td{
  background-color: rgb(255 255 255 / 0%) !important;
}

@keyframes example {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* RETURN TO DEFAULT VALUES FOR MOBILE DEVICES */
@media(max-width: 1024px) {
/*Scroll bar nav*/
::-webkit-scrollbar {
  width: auto;
}
    .bot ::-webkit-scrollbar {
        display:none;
    }
/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: auto; 
  -webkit-border-radius: auto;
  border-radius: auto;
  background:auto;    
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius:auto;
  border-radius:auto;
  background:auto; 
  -webkit-box-shadow:auto; 
}
::-webkit-scrollbar-thumb:window-inactive {
  background: auto; 
}
}

.noInfoContainer {
  padding: 3em 0em !important;
  background: none !important;
  color: rgba(255,255,255,0.5);
}

.noInfoContainer img {
  height: 65px !important;
  width: auto;
  margin: 0px auto !important;
}

.cc-revoke {
  display: none !important;
}

.no_nav_cancel {
  display: none;
  cursor: pointer;
}

.no_nav {
  height: 100vh;
}

.no_nav .user-login-wrapper {
  min-height: auto
}

.no_nav_logo_cont {
  margin-bottom: 4em;
  width: 100%;
  text-align: center;
}

.no_nav .no_nav_cancel {
  display: inline-block;
}

.no_nav  .no_nav_skip {
  display: none;
}

.no_nav_logo_cont > img {
  width: 55%;
}

.no_nav .d_side_cont {
  max-width: 100%;
}

.resend_btn {
  width: 145px;
  height: 65px;
  border: 1px solid #febd09;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.resend_btn .time {
  color: #febd09;
}

.resend_btn .text {
  opacity: 0.5;
}

#components-reconnect-modal {
  display: inline-block !important;
  min-width: auto;
  height: 55px;
  width: 50%;
  right: 2em !important;
  bottom: 2em !important;
  top: auto !important;
  left: auto !important;
  margin: 0px !important;
  background-color: rgba(244, 67, 54, 0.5) !important;
  border: 2px solid #df4c5b;
  color: white;
  text-align: left;
  padding: 10px 10px 10px 30px;
  border-radius: 3px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
}

#components-reconnect-modal h5 {
  margin: 0px !important;
  width: calc(100% - 50px);
  text-align: left;
}

.datePickerContainerItem input {
  min-width: 7em;
}

@media(max-width: 1024px) {
  #components-reconnect-modal {
    width: calc(100% - 4em);
  }
}

.mfa_code_cont {
  position: relative;
}

.mfa_code_cont .description {
  height: 0px;
  position: absolute;
  left: 0px;
  top: calc(100% + 0.5em);
  text-align: left;
}

.mfa_code_cont .validation-summary-errors {
  position: absolute;
  left: 0px;
  top: calc(100% + 1em);
  color: #df4c5b;
  text-align: left;
}

.mfa_code_cont .validation-summary-errors ul {
  list-style-type: none;
  padding-left: 0px;
}

@media(max-width: 480px) {
  .no_nav_logo_cont {
    margin-bottom: 0em;
  }
}

@media(max-width: 1720px) {

  .prof_dropdown {
    right: 0;
  }

  .cont {
    padding: 0 20px;
  }

}

@media(max-width: 1024px) {

  #token_select .list .curent_coin {
    padding: 0.5em 1em;
    border: 0px;
  }

  #token_select .curent_coin .ico img {
    max-height: 32px;
  }  

}

.datePickerItem { cursor: pointer;}
.ui-datepicker-header.ui-widget-header {
  background:#fff;
  border:none;

}
.ui-datepicker-title select{
  height:max-content !important;
  background:#fff;
  padding:4px 6px;
  border-radius:2px;
  border:1px solid #ddd;
  font-size:0.8em !important;
  margin:0 3px !important;
  font-size: 16px !important;
}

.ui-datepicker .ui-icon{
  text-indent:0;
  font-size:0.8em !important;
}

.ui-datepicker-prev .ui-icon { background: url('/images/hweb/chevron-left-dark.svg') no-repeat center center !important ;}
.ui-datepicker-next .ui-icon { background: url('/images/hweb/chevron-right-dark.svg') no-repeat center center !important ;}

#remainLoggedInContainer { 
  display:flex;
  justify-content:center;
  flex-direction:column;
  align-items:center;
  margin:5px 0 20px 0;
}

#remainLoggedInContainer .closeButtonContainer {
  width: 100%;
  width: 100%;
  display:flex;
  justify-content:flex-end;
  margin-top:-10px;
  margin-right:-20px;
}
#remainLoggedInContainer .closeButtonContainer .closeButton {
    width: 30px;
    height: 30px;
    display: block;
    background: url(/images/hweb/kyc_close.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    cursor:pointer;
}

#remainLoggedInContainer .icon{
  margin:40px 0;
  display:block;
  overflow:hidden;
  text-align:center;
}

#remainLoggedInContainer .title { 
  display: block; overflow: hidden; font-size: 16px;
  text-align: center;
}

#remainLoggedInContainer .subtitle { 
  display: block; overflow: hidden; font-size: 12px;
  text-align: center;
}

#remainLoggedInContainer .button {
  margin-top: 25px; color:#FEBD09; cursor: pointer;
}

#remainloggedinpopup {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100% !important;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  align-items: center;
  justify-content: center;
  display: none;
  max-width: 100% !important;
  flex-direction: column;
}


.richgrid-pagenavi-wrapper {
  text-align: right;
}

.richgrid-pagenavi {
  user-select: none;
}

.richgrid-pagenavi > span {
  width: 40px;
  height: 35px;    
  border-radius: 5px;
  border: 0px;
  cursor: pointer;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  font-size: 0.85em;
}

.richgrid-pagenavi > span:last-child {
  margin-right: 0px;
}

.richgrid-pagenavi > span:hover,
.richgrid-pagenavi > span.current {
  background-color: rgb(128 128 128 / 25%);
}

.richgrid-pagenavi > span.current {
  pointer-events: none;
  cursor: default;
}

.richgrid-pagenavi {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1em;
  padding: 7px;
  background-color: #383b4e;
  border-radius: 5px;
}

.richgrid-pagenavi > span::before,
.richgrid-pagenavi > span::after {
  content: '';
  width: 7px;
  height: 7px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  display: none;
  transform: rotate(-45deg);
}

.richgrid-pagenavi > span.first::before,
.richgrid-pagenavi > span.first::after {
  transform: rotate(135deg);
  display: block;
}

.richgrid-pagenavi > span.nextpostslink::before {
  display: block;
}

.richgrid-pagenavi > span.previouspostslink::before {
  display: block;
  transform: rotate(135deg);
}

.richgrid-pagenavi > span.last::after,
.richgrid-pagenavi > span.last::before {
  display: block;
}

.switch_blocks .img_holder img { max-width:100%; }

@media(max-width: 1400px) {
  #homeTop .img_block img { max-width:100%;}
}

@media(max-width: 480px) {
  .cont {
    padding: 0 20px;
  }

  #RegisterSecret select {
    font-size: 16px !important;
    letter-spacing: -1px;
  }

  .btn2 {
    padding: 1.15em 2.5em;
  }
}

.android-ios-text{
  color: rgba(255, 255, 255, 0.65);
}

.chartWrapper {display:flex;}
.chartWrapper-left-chs {
  color:#FEBD09;
  writing-mode: tb-rl;
  font-weight:500;
  font-size:16px;
  padding:30px 0 0 10px;
  text-align:center;
}
.chartWrapper-left {
  color:#FEBD09;
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  font-weight:500;
  font-size:16px;
  padding:30px 0 0 10px;
  text-align:center;
}
.chartWrapper-right {
  display:flex;
  flex-direction:column;
    flex-grow: 1;
}
.chartWrapper-right-top {flex-grow: 1;}
.chartWrapper-right-bottom {
  margin-top:-25px;
  color:#FEBD09;
  font-weight:500;
  font-size:16px;
  text-align: center;
}

.text-adjust{
  line-height: 22px;
}

.hweb_prof #quickBuyFormContainer {
  margin: 0px;
}

.hweb_prof #quickBuyFormContainer > .title {
  display: none;
}

#quickBuyObj .loader {
  display: flex;
  width: 300px;
  justify-content: center;
  height: 100%;
}

#quickBuyObj .loader img {
  width:50px;
}

._fdac[value="cancel"] {
    border: 0px !important;
    text-decoration: underline;
}

.compLoading {
  background: url(/images/hweb/loader.svg);
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center;
  height: 300px;
  width: 100%;
  display: block;
}


@media(max-width: 1500px) {

  #mainMenu .menues>a {
     padding: 20px 10px;
  }

  #topLogo {
    margin-right: 2em;
}
} 	

@media(max-width: 1290px) {
  #topLogo {
    margin-right: 1em;
}
}

.hweb_select[type="multiSelect"]  .main>div>*:not([value=""]) {
  padding: 1em 0.5em;
  background-color: rgb(255 255 255 / 10%);
  border-radius: 3px;
  margin-right: 0.5em;
}

.hweb_select .main .multiCheckBox {
  display: none !important;
}

.hweb_select[type="multiSelect"] .multiCheckBox {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  position: relative;
  background-color: rgb(255 255 255 / 15%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hweb_select[type="multiSelect"] .list>.active .multiCheckBox>div {
  width: 0.55em;
  height: 0.35em;
  border-left: 2px solid #FEBD09;
  border-bottom: 2px solid #FEBD09;
  transform: rotate(-45deg);
  position: relative;
  top: -1px;
}

.hweb_select[type="multiSelect"] .list>.active {
  color: #FEBD09;
}