:root {
  --b: #000;
  --w: #FFF;
  --spblue: #376194;
  --spbluedarker: #264e9e;
  --bltr: rgb(43, 88, 179, 0.2);
  --lg:#27262a;
  --llg: #7a7a7b;
  --light: #a29faa;
  --hli: hsl(240 5.88% 90%);
  --y: hsl(37.02999999999997 91.27% 55.1%);
  --yayibu: hsl(240 5.88% 10%);
  --gr: hsl(145.96000000000004 79.46% 43.92%);
  --pink: hsl(339.20000000000005 90.36% 51.18%);
  --grey: #9c9a95;
  --darkg: #1f1b22;
  --fuckenred: #d90b2d;
}

* {
  box-sizing: border-box;
}

SVG {
  display: block;
}

.cf_ver_yes {
  color: var(--gr);
  cursor: pointer;
}

.cf_ver_no {
  color: var(--pink);
  cursor: pointer;
}

.m40top {
  margin-top: 40px;
}

INPUT[type="text"]:read-only {
  opacity: 0.7;
}

.white-text, .white-text p {
  color: var(--w);
  font-size: 18px;
  font-weight: 600;
}

.center-text {
  text-align: center;
  color: var(--w);
  font-size: 18px;
  font-weight: 600;
}

.center-text A, .center-text A:visited {
  color: rgb(8, 153, 129);
  font-size: 18px;
  font-weight: 600;
}

.on_l {
  display: flex;
}

.off_l {
  display: none;
}

.fcheck_item SVG {
  fill: var(--gr);
    margin-right: 15px;
    width: 20px;
    height: 20px;
}

.fcheck_item {
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  color:var(--gr);
  margin-bottom: 20px;
}

main {
  width:640px;
  height:100%;
  margin: 0 auto;
  background: var(--b);
}

.head_but_el {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 10px;
  width:fit-content;
  color: #0F0F0F;
  font-weight: 600;
  cursor: pointer;
}

.switch_block {
  border: 1px solid rgb(8, 153, 129);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  background: rgb(8, 153, 129);
  width:100%;
  margin-bottom: 20px;
}

.sw_row {
  margin-bottom: 40px;
}

.swh_head {
  display: flex;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: var(--w);
  font-size: 14px;
  font-weight: 600;
  background:var(--lg);
}

.swh_head DIV {
  padding:10px;
  width:20%;
}

.swh_row {
  display:flex;
  background: #0F0F0F;
  border-bottom: 1px solid #27262a;
}

.swh_row DIV {
    width:20%;
    padding:10px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.swh_assets, .swh_date, .swh_amount {
  color: var(--w);
}

.wallet_tab {
  display: none;
  flex-direction: column;
}

.wallet_tab h3{
  color: var(--w);
}

.wallet_tab P {
  color: var(--hli);
}

.wallet_tab P SPAN {
  color: var(--llg);
  font-weight: 600;
}

.active_wtab {
  display: flex;
}

.swh_date {
  font-size: 10px;
}

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

.swh_action BUTTON {
  border: 0px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 5px;
  color:var(--w);
  width:40px;
  height: 20px;
  cursor: pointer;
}

 .b_closed {
  background: #002c13;
}

.swh_action IMG {
  width:20px;
  height: 20px;
}

.b_open {
  background: var(--pink);
}

.status_open {
  color: var(--gr);
}

.status_closed {
  color: var(--pink);
}

.profit_profit {
  color: var(--gr);
}

.profit_loss {
  color: var(--pink);
}

.profit_none {
  color: var(--lg);
}

.type_sell {
  color: #f9a900;
}

.type_buy {
  color: #6f9afd;
}

.spothead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: var(--w);
  font-size: 20px;
  font-weight: 600;
  background: var(--lg);
  padding:10px;
}

.spothead .buta {
  min-width: 150px;
}

.spotbody {
  background: #0F0F0F;
  padding: 10px;
  color:  var(--w);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.underspbod {
  background: #0F0F0F;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px;
  color:  var(--w);
}

.spotbody_el {
  margin-bottom: 20px;
}

.spotbody_el SPAN:first-child {
  margin-right: 20px;
}

.switch_block DIV {
  width:50%;
  color: var(--w);
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #0F0F0F;
  cursor: pointer;
}

.switch_block DIV:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.switch_block DIV:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.active_sw {
  background: rgb(8, 153, 129) !important;
}

.header_but {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.head_but_el:hover {
  color: rgb(8, 153, 129);
}

.hbe_active {
  display: flex;
  background: rgb(8, 153, 129);
  color: #FFF;
}

.hbe_active:hover {
  color: #FFF !important;
}

.js-copyright-label {
  display: none;
}

.tab_el {
  display: none;
  height:500px;
  width:100%;
  border-radius: 5px;
}

.tradingview-widget-copyright {
  display: none !important;
}

.te_active {
  display: flex;
}

.input[type="tel"]:placeholder {
  color: var(--lg);
}

.rightheadplace {
  display: flex;
  gap:20px;
}

.not_block_item IMG {
  width:40px;
  height: 40px;
}

.not_block {
  display: flex;
  align-items: flex-start;
  background: var(--lg);
  padding:10px;
  margin-bottom: 30px;
  border-radius: 7px;
}

.not_block_item:nth-child(1) {
  width:10%;
}

.not_block_item:nth-child(2) {
  width:70%;
}

.not_block_item:nth-child(3) {
  width:20%;
}

.not_block_item {
  color: var(--w);
  font-weight: 600;
  font-size: 18px;
}

.not_block_date {
  color: var(--w);
  font-weight: 500;
  font-size: 16px;
}

body {
  font-family: Inter;
  background-color: var(--b);
  background-image: url('../img/back.png');
  background-attachment: fixed;
}

section {
  margin: 0 auto;
  max-width: 600px;
  box-sizing: initial;
  padding: 0 24px;
  margin-bottom: 50px;
}

.verified {
  padding:10px;
  color: var(--gr);
  font-size: 20px;
  font-weight: 600;
  border: 2px solid var(--gr);
  display: flex;
  align-items: center;
}

.verified SVG {
  fill: var(--gr);
  margin-right: 10px;
}

.nonverified {
  padding:10px;
  color: var(--pink);
  font-size: 20px;
  font-weight: 600;
  border: 2px solid var(--pink);
  display: flex;
  align-items: center;
}

.nonverified SVG {
  fill: var(--pink);
  margin-right: 10px;
}

#top {
  margin-top: 50px;
}

#start {
 display: flex;
 flex-direction: column;
 align-items: center;
 padding-top: 6rem;
 padding-bottom: 6rem;
}

.filecombut {
  width:fit-content;
  padding: 0px !important;
}

.filecombut A {
  display: flex;
  align-items: center;
  gap:20px;
  width:fit-content;
  color:var(--w);
  font-weight: 600;
  font-size:16px;
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid var(--w);
}

.filecombut A SVG {
  width:20px;
  height: 20px;
}

.actlist {
  overflow: auto;
  display: flex;
  flex-direction: column-reverse;
  max-height: 300px;
  padding-right: 20px;
  scrollbar-color: var(--hli) var(--llg);
  margin-bottom: 40px;
}

#lead_view H2 {
  color: var(--w);
}

.pblist_lh {
  display: flex;
  justify-content: space-between;
  background: #135;
}

.rf_row {
  display:flex;
  justify-content: space-between;
  width:100%;
  border-bottom: 1px solid var(--lg);
}

.rf_row:last-child {
  border-bottom:0px;
}

.rf_row DIV {
  padding: 15px;
  color: var(--llg);
  display: flex;
  font-size: 13px;
  align-items: center;
}

.pblist_lh DIV:first-child, .rf_row DIV:first-child {
  width:5%;
}

.pblist_lh DIV:nth-child(2), .rf_row DIV:nth-child(2) {
  width:25%;
}

.pblist_lh DIV:nth-child(3), .rf_row DIV:nth-child(3) {
  width:40%;
}

.pblist_lh DIV:nth-child(4), .rf_row DIV:nth-child(4) {
  width:10%;
}

.pblist_lh DIV:nth-child(5), .rf_row DIV:nth-child(5) {
  width:10%;
}

.pblist_lh DIV:nth-child(6), .rf_row DIV:nth-child(6) {
  width:10%;
}

.hrtitle {
  margin-bottom: 40px;
  padding-top: 20px;
  border-top: 1px solid var(--llg);
  font-size: 18px;
  font-weight: 600;
  color: var(--w);
}

.actel {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.dyned {
  border: 1px solid var(--llg);
  border-radius: 10px;
  width: 500px;
  height: 150px;
  padding: 10px;
}

.placefored {
  padding:20px;
  display:flex;
  gap:20px;
  align-content: center;
  border-bottom: 1px solid var(--lg);
  display: none;
}

.actel_dd {
  color: var(--llg);
  font-size: 12px;
}

.placefored BUTTON {
  font-size: 1rem;
  font-weight: 600;
  background: var(--spblue);
  color: var(--w);
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding:10px;
  cursor: pointer;
  border:1px solid var(--spblue);
}

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

.actel_top DIV {
  font-size: 14px;
}

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

.actel_cur {
  text-align: right;
  font-weight: 600;
}

.actel_arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    margin-right: 10px;
    background: var(--llg);
}

.actel_type {
  color: var(--w);
}

.actel_hash {
  color: var(--w);
  font-size: 11px !important;
  margin-top: 4px;
  margin-left: 40px;
}

.actel_hash A {
  color: var(--w);
  font-size: 11px;
  text-decoration: none;
}

.actel_fiat {
  color:#bd58e1;
  font-size: 12px !important;
  font-weight: 600;
}

.dep {
  color: var(--gr);
}

.wit {
  color:#bd58e1;
}

.margintop40 {
  margin-top: 40px;
}

.notifo_green_wrap {
  border: 2px solid var(--gr) !important;
}

.notifo_text_green {
  color: var(--gr) !important;
}

.mnemonic_key, .custom_pk {
  height: 150px !important;
}

.addcustomwallet {
  margin-top: 40px;
}

#start H1 {
  font-size: 4.5rem;
  line-height: 1;
  color: var(--w);
}

#pwdlogin H1 {
  font-size: 32px;
  line-height: 1;
  color: var(--w);
}

#start H2 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: var(--w);
}

#start .buta {
  width:320px;
  margin-top: 60px;
}

#start .butatr {
  width:320px;
  margin-top: 30px;
}

.buta {
  text-align: center;
}

.buta A {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  background: var(--spblue);
  color: var(--w);
  text-decoration: none;
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  padding-top:10px;
  padding-bottom: 10px;
    height: 60px;
    cursor: pointer;
}

.buta A:hover {
  background: var(--spbluedarker);
}

.buta INPUT[type="submit"] {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  background: var(--spblue);
  color: var(--w);
  text-decoration: none;
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border:0px;
  border-radius: 15px;
  padding-top:10px;
  padding-bottom: 10px;
  height: 60px;
  cursor: pointer;
}

.buta BUTTON {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  background: var(--spblue);
  color: var(--w);
  text-decoration: none;
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border:0px;
  border-radius: 15px;
  padding-top:10px;
  padding-bottom: 10px;
  height: 60px;
  cursor: pointer;
}

#didnot {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}

.didnotleft {
  font-size: 17px;
  color: var(--w);
  font-weight: 500;
}

.resendotp {
  width:70px;
}

.cancelbl {
  margin-top: 40px;
}

.resentpwd {
  font-size: 15px;
  color: var(--w);
  text-align: center;
  display: none;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}

.buta INPUT[type="submit"]:hover {
  background: var(--spbluedarker);
}

.buta BUTTON:hover {
  background: var(--spbluedarker);
}

.iti__selected-dial-code {
  color: var(--w) !important;
}

.text_pink {
  color:var(--pink);
}

.text_grey {
  color:var(--grey);
}

.svgpink, .svggreen {
  display:none;
}

.butatr A {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: var(--spblue);
  text-decoration: none;
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  padding-top:10px;
  padding-bottom: 10px;
  height: 60px;
}

.butatr A:hover {
  background: var(--bltr);
}

.fiatlist {
  display: flex;
  justify-content: space-around;
  gap: 5px;
}

.fiatlistel {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  background: var(--spblue);
  color: var(--w);
  text-decoration: none;
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  padding-top:10px;
  padding-bottom: 10px;
  height: 60px;
  cursor: pointer;
}

.fiatlistel:hover {
  background: var(--bltr);
}

.activiat {
  background: var(--bltr);
}

#create {
  width:700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

#pwdlogin {
  width:700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

#create H1 {
  font-size: 3rem;
  line-height: 1;
  color: var(--w);
}

.inputfield {
  width:100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap:10px;
  flex-direction: column;
}

.filelist, .filelist2 {
  display: flex;
  flex-direction: column;
  color: var(--w);
}

.flttl {
  font-weight: 600;
  margin-bottom: 10px;
}

.packrow {
  flex-direction: row !important;
}

.filedone {
  font-size: 20px;
  display: flex;
  align-items: center;
  color: var(--gr);
  font-weight: 700;
}

.filedone SVG {
  fill: var(--gr);
  margin-right: 15px;
  width:40px;
  height:40px;
}

.inputfield INPUT {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 12px;
  background-color: var(--lg);
  border: 1px solid var(--lg);
  color:var(--w);
  font-size: 18px;
  width:100%;
  height: 60px;
  -webkit-transition: 0.5s;
 transition: 0.5s;
 outline: none;
}

.inphb {
  display: flex;
}

.inphb INPUT {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: var(--lg);
  border: 1px solid var(--lg);
  color:var(--w);
  font-size: 18px;
  width:70%;
  height: 60px;
  -webkit-transition: 0.5s;
 transition: 0.5s;
 outline: none;
}

.inphb INPUT:focus {
    border: 3px solid var(--spblue);
}

.pwdres {
  color: var(--w);
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  display: none;
}

.updatepwd {
  display: flex;
  justify-content: center;
}

#usernamechange H1, #pwdchange H1 {
  font-size: 2.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: var(--w);
  text-align: center;
}

.undercom {
  margin-top: 10px;
  color: var(--llg);
}

.halfb {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  background: var(--spblue);
  color: var(--w);
  text-decoration: none;
  width:30%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--spblue);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 12px;
  padding-top:10px;
  padding-bottom: 10px;
  height: 60px;
  cursor: pointer;
}

.pkpwdv {
  display: none;
  justify-content: center;
}

.flex {
  display: flex !important;
}

.sloader {
  width:15px;
  height: 15px;
  display: none;
}

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

.replybut {
  cursor: pointer;
}

.replybut:hover {
  background: #015c28;
  border-radius: 10px;
  padding:15px;
}

.inputfield textarea {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 12px;
  background-color: var(--lg);
  border: 1px solid var(--lg);
  color:var(--w);
  font-size: 18px;
  width:100%;
  height: 300px;
  -webkit-transition: 0.5s;
 transition: 0.5s;
 outline: none;
}

.cmes {
  margin-bottom: 20px;
  padding: 10px !important;
  height: 200px !important;
}

#profile {
  margin-top: 50px;
}

.margin50 {
  margin-bottom: 50px;
}

#csup {
  margin: 0 auto;
  margin-top: 100px;
  color: var(--w);
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}

#csup A {
  color: var(--w);
  font-weight: 700;
  font-size: 20px;
}

#csup A:hover {
  text-decoration: none;
}

#profile H1 {
  font-size: 2.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: var(--w);
  text-align: center;
}

.poscenter {
  text-align: center;
}

#morewalldata {
  margin-top: 100px;
}

.title {
  font-size: 2.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: var(--w);
  text-align: center;
}

.saveprofile {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.loader {
  display: none;
  width:50px;
  height: 50px;
}

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

.ty {
  text-align: center;
  font-size: 18px;
  color: var(--w);
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}

.inputfield SELECT {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 12px;
  background-color: var(--lg);
  border: 1px solid var(--lg);
  color:var(--w);
  font-size: 18px;
  width:100%;
  height: 60px;
  -webkit-transition: 0.5s;
 transition: 0.5s;
 outline: none;
}

.walletblock {
  padding: 20px;
  margin-top: 20px;
  background: var(--lg);
}

.walletblock_row {
  display: flex;
  gap: 20px;
}

.formrow {
  display: flex;
  gap:20px;
}

.formcol {
  display: flex;
  flex-direction: column;
}

.mb5{
  margin-bottom: 5px;
}

.mt20 {
  margin-top: 20px;
}

.inputfieldhalf {
  width:100%;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.inputfieldflex {
  width:100%;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inputfieldflex INPUT {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 12px;
  background-color: var(--lg);
  border: 1px solid var(--lg);
  color:var(--w);
  font-size: 18px;
  height: 60px;
  -webkit-transition: 0.5s;
 transition: 0.5s;
 outline: none;
}

.pay_sumb {
  margin-top: 40px;
}

.inputfieldflex INPUT:placeholder {
  color:var(--light);
}

.inputfieldflex INPUT:focus {
    border: 3px solid var(--spblue);
}

.inputfieldhalf INPUT {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: var(--lg);
  border: 1px solid var(--lg);
  color:var(--w);
  font-size: 18px;
  width:100%;
  height: 60px;
  -webkit-transition: 0.5s;
   transition: 0.5s;
   outline: none;
}

.inputfield INPUT:placeholder {
  color:var(--light);
}

.inputfield INPUT:focus {
    border: 3px solid var(--spblue);
}

.inputfieldhalf INPUT:focus {
    border: 3px solid var(--spblue);
}

label {
  color: var(--light);
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.wr {
  color: var(--w);
}

#leadview H2 {
  color: var(--w);
}

input[type="file"] {
    display: none;
}

.iti {
  display: block !important;
  width:100%;
}

.walletblock {
  border: 1px solid var(--light);
  border-radius: 12px;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:10px;
    padding: 6px 12px;
    cursor: pointer;
    text-align: center;
    height: 60px;
    width:100%;
}

#create .buta {
  width:70%;
  margin-top: 200px;
}

#create .buta A {
  font-size: 20px;
}

#pwdlogin .buta {
  width:100%;
  margin-top: 50px;
}

#pwdlogin .buta A {
  font-size: 20px;
}

#remmepwd {
  margin-top: 30px;
  text-align: center;
}

#remmepwd A {
  color:var(--w);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.inputfieldpack {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap:10px;
  width:100%;
  margin-top: 50px;
  margin-bottom: 100px;
}

.inputfieldpack INPUT{
  width:100%;
  height: 60px;
  background: var(--lg);
  border-radius: 10px;
  border:0px;
  -webkit-transition: 0.5s;
 transition: 0.5s;
 outline: none;
 color: var(--w);
font-size: 40px;
text-align: center;
align-items: center;
justify-content: center;
display: flex;
}

.inputfieldpack INPUT:focus {
    border: 3px solid var(--spblue);
    background: var(--llg);
}

#password2 {
  width:600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#password2 H1 {
  font-size: 2rem;
  line-height: 1;
  color: var(--w);
  display: flex;
  align-items: center;
}

#password2 H3 {
  font-size: 15px;
  line-height: 1;
  color: var(--w);
  text-align: center;
}

#password2 .buta {
  width:100%;
}

#phrase {
  width:600px;
  margin: 0 auto;
}

#phrase H1 {
  font-size: 3rem;
  line-height: 1;
  color: var(--w);
}

.block {
  display: flex;
  flex-direction: column;
  background: var(--lg);
  border-radius: 12px;
  margin-bottom: 40px;
  padding:20px;
}

#phrase H1 {
  margin-bottom: 90px;
}

.fullcenter {
  align-items: center;
  justify-content: center;
  height:200px;
  width:100%;
  color: var(--w);
  font-weight: 500;
}

.block_item {
  display: flex;
  align-items: center;
  gap:20px;
  color: var(--w);
  font-weight: 500;
}

.block_item:first-child {
  margin-bottom: 20px;
}

.block_item DIV IMG {
  width:25px;
  height:25px;
}

.block_item DIV:first-child {
  min-width: 25px;
  text-align: center;
}

.block_item DIV INPUT[type="checkbox"] {
  appearance: none;
    width: 1rem;
    height: 1rem;
    border: 1px solid var(--llg);
    border-radius: 0.25rem;
    background-color: var(--light);
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 0;
}

.block_item DIV INPUT[type="checkbox"]:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.top_wrap {
  display: flex;
  justify-content: space-between;
}

.login, .login A {
  color:var(--hli);
  font-weight: 700;
  text-decoration: none;
}

.lil_icon IMG {
  width:60px;
  height:60px;
}

.amount {
  font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    color:var(--hli);
}

.sum_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap:30px;
}

#info {
  display: none;
}

.blyamba DIV {
  font-weight: 500;
  font-size: 14px;
  padding:10px;
}

.blyamba {
  display: flex;
  gap:20px;
}

.facerylo {
  margin-top: 20px;
  padding-top: 0px !important;
}

.facerylo IMG {
  width:30px;
}

.admin_mes_pl .admin_mes {
  order:1;
}

.admin_mes_pl .facerylo {
  order:2;
}

.user_mes_pl .user_mes {
  order:2;
  margin-right: 10px;
}

.user_mes_pl .facerylo {
  order:1;
}

.admin_mes {
  width:90%;
  background: #FFF;
  border-radius: 10px;
  color: #171717;
  margin-top: 20px;
}

.user_mes {
  width:90%;
  background: var(--llg);
  border-radius: 10px;
  color: #171717;
  margin-top: 20px;
}

.justfull {
  justify-content: space-between !important;
}

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

.ddandtext SPAN {
  margin-right: 30px;
}

.dialog_box {
  overflow: auto;
  display: flex;
  flex-direction: column-reverse;
  max-height: 500px;
  scrollbar-color: var(--hli) var(--llg);
}

.dialog_box DIV:first-child {
  border-bottom: 0px;
}

.dialog_box DIV:last-child {
}

.info_wrap {
  display: flex;
  justify-content: flex-start;
  gap:10px;
  align-items: center;
  color: var(--y);
  background: var(--yayibu);
  border-radius: 12px;
  padding: 15px;
  width:fit-content;
}

.menu_text {
  font-size: .875rem;
  line-height: 1.25rem;
  color:var(--hli);
  font-weight: 600;
}

.menu_text A {
  font-size: .875rem;
  line-height: 1.25rem;
  color:var(--hli);
  font-weight: 600;
  text-decoration: none;
}


.menu_wrap {
  display: flex;
  justify-content: space-between;
}


.list_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

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

.lil_info_under {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap:5px;
}

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

.menu_icon {
  width:50px;
  height:50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.li_right {
  min-width: 150px;
    text-align: center;
}

.li_right DIV {
  font-weight: 600;
  font-size: 18px;
  color: #FFF;
  margin-bottom: 3px;
}

.li_right SPAN {
  font-weight: 600;
  font-size: 18px;
  color: var(--hli);
}

.menu_icon A {
  margin: 0px;
  padding: 0px;
}

.icon_green {
  background: #002c13;
}

.icon_green:hover, .icon_green_hover {
  border: 3px solid var(--gr);
}

.text_green {
  color:var(--gr);
}

.icon_blue {
  background: #0e0c31;
}

.icon_blue:hover, .icon_blue_hover {
  border: 3px solid #6f9afd;
}

.icon_viol {
  background: #21002b;
}

.icon_viol:hover, .icon_viol_hover {
  border: 3px solid #bd58e1;
}

.icon_biruz {
  background: #04706b;
}

.icon_biruz:hover, .icon_biruz_hover {
  border: 3px solid #0bbfb7;
}

.icon_rose {
  background: #322200;
}

.icon_rose:hover, .icon_rose_hover {
  border: 3px solid #f9a900;
}

.icon_red {
  background:#4d211e;
}

.icon_red:hover, .icon_red_hover {
  border: 3px solid var(--fuckenred);
}

.lil_percent {
  font-size: 12px;
}

.lil_info_name {
  color:var(--w);
  font-size: 18px;
  font-weight: 600;
}

.lil_info_name A, A:visited {
  color:var(--w);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.lil_info_name A:hover {
  color: var(--hli);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.lil_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lil_price {
  font-size: .875rem;
  line-height: 1.25rem;
  color: var(--hli);
  font-weight: 600;
  font-size: 15px;
}

.walback {
  margin-top: 50px;
}

.walel {
  flex-direction: column;
}

.grbut {
  background: var(--gr) !important;
}

.pinkbut {
  background: var(--pink) !important;
}

.anounce {
  display: none;
  gap:20px;
  background: var(--darkg);
  border-radius: 12px;
  padding: 10px;
  align-items: center;
  color: var(--hli);
  margin-top: 50px;
  font-size: 20px;
  font-weight: 700;
}

.anounceshown{
  display: flex
}

.qrpl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.sendmoney {
  display: flex;
  justify-content: center;
}

.anounce DIV SVG {
  width:20px;
  height:20px;
}

.textrow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.ttfirst {
  margin-top:50px;
}

.ttsecond {
  margin-bottom:50px;
}

.textrow DIV {
  font-size: 14px;
  color: var(--hli);
  font-weight: 500;
}

.textrow SPAN {
  font-size: 14px;
  color: var(--hli);
  font-weight: 700;
}

.past {
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  padding: 10px;
  width:100%;
  font-size: 1rem;
  line-height: 1.5rem;
  border: 0px;
  font-weight: 600;
  cursor: pointer;
  height: 60px;
}

.violb {
  background: #27002f;
  color: var(--pink);
}

.greyb {
  background: var(--darkg);
  color: var(--hli);
}

.rempl {
  margin-top: 70px;
}

.warning {
  color: var(--pink);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}

.warning DIV {
  text-align: center;
}

.warning SVG {
  width:30px;
  height: 30px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.forsw {
  padding: 10px;
  display: flex;
  align-items: center;
  gap:5px;
  color: var(--hli);
  background: var(--lg);
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: -3px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--llg);
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.errorbox {
  margin-top: 7px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 12px;
  color: var(--pink);
  display: none;
}

.request {
  font-size: 18px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  color: var(--w);
  font-weight: 600;
  display: none;
}

.request .buta {
  margin-top: 60px;
}

#notifo {
  display: none;
}

.notifo_wrap {
  display: flex;
  border: 2px solid var(--pink);
  align-items: center;
}

.notifoicon {
  margin-right: 10px;
  padding: 10px;
}

.notifo_text {
  font-size: 18px;
  padding-right: 20px;
  color: var(--pink);
}

.notifo_text A {
  font-weight: 600;
  color: var(--pink);
}


.swap_middle {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.swap_bottom {
  background: var(--yayibu);
  border-radius: 12px;
  padding:20px;
  margin-bottom: 20px;
}

.swap_top {
  background: var(--yayibu);
  border-radius: 12px;
  padding:20px;
}

.swap_act {
  font-size: 14px;
  color:var(--llg);
  margin-bottom: 15px;
}

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

.swap_middle_icon {
  border-radius: 50%;
  width:50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background: var(--yayibu);
}

.cur_line_left {
  border-radius: 10px;
  border: 1px solid var(--llg);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width:250px;
}

.cur_logo IMG {
  width:30px;
  height:30px;
}

.cur_name {
  font-size: 14px;
  color: var(--llg);
  margin-left: 10px;
  font-weight: 500;
}

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

.nobod {
  font-weight: 600;
  font-size: 20px;
  color: #FFF;
  margin-bottom: 3px;
  background: none;
  border:0px;
  text-align: right;
}

.cur_line_right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.nobod:placeholder {
  font-weight: 600;
  font-size: 20px;
  color: var(--hli);
  text-align: right;
}

.cur_line_right SPAN {
  font-weight: 600;
  font-size: 16px;
  color: var(--llg);
}

.dropfrom {
  display: none;
  top: 495px;
}

.dropto {
top: 714px;
display: none;
}

.cur_drop {
  position: absolute;
  background: var(--yayibu);
  -webkit-box-shadow:0 0 5px var(--llg);
  -moz-box-shadow: 0 0 5px var(--llg);
  box-shadow:0 0 5px var(--llg);
}

.cur_drop_item {
  color: var(--llg);
  width: 250px;
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 10px;
  cursor: pointer;
}

.cur_drop_item:hover {
  background: var(--lg);
}

.cdi_icon IMG {
  width:30px;
  height: 30px;
}

.clicktoed {
  color: var(--hli);
  display: flex;
  justify-content: center;
  align-items: center;
  gap:10px;
  font-size: 12px;
  font-weight: 600;
}

.clicktoed BUTTON {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  background: none;
  border:0px;
  color: var(--hli);
}

.clicktoed BUTTON:hover {
  color: var(--llg);
}

.clicktoed2 {
  justify-content: center;
  align-items: center;
  display: none;
}

.clicktoed2 INPUT {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: var(--lg);
  color: var(--w);
  font-size: 16px;
  border: 0px;
  height: 40px;
  width:300px;
}

.clicktoed2 BUTTON {
  background: var(--spblue);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color:var(--w);
  height: 40px;
  cursor: pointer;
  width: 100px;
  border:0px;
  font-size: 16px;
  font-weight: 600;
}

.clicktoed2 INPUT:focus {
    border: 3px solid var(--spblue);
    background: var(--llg);
}

#logout {
  margin-top: 30px;
}

#haveprob {
  font-size: 14px;
  color: var(--w);
  font-weight: 600;
  text-align: center;
}

#haveprob A {
  text-decoration: underline;
  font-weight: 600;
  color: var(--w);
}

.widep {
  width: 100% !important;
}


/**********Portal********/
.pblock_wrap {
  border-radius: 10px;
  border: 1px solid var(--lg);
  background: var(--yayibu);
  width:100%;
}

.pblock_list_head {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  font-weight: 700;
  color: var(--w) !important;
  background: #135;
  padding: 15px;

}

.pblock_list_body {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  font-size: 12px;
}

.transaction_list {
  grid-template-columns: repeat(6, 1fr);
}

.grid6 {
  grid-template-columns: repeat(6, 1fr);
}

.col_Deposit {
  color: var(--gr) !important;
}

.col_Withdrawal {
  color: var(--pink) !important;
}

.col5 {
    grid-template-columns: repeat(5, 1fr) !important;
}

.pblock_list_body DIV {
  padding: 15px;
  color: var(--llg);
  display: flex;
  font-size: 13px;
  align-items: center;
}

.pblock_list_body .buta BUTTON, .pblock_list_body .buta A{
  height: 40px;
  font-size: 12px;
}


.pblock_title {
  font-size: 16px;
  font-weight: 700;
  color: var(--w);
  margin-bottom: 30px;
  margin-top: 20px;
  margin-left: 20px;
  display: flex;
  gap:40px;
  align-items: center;
}

.butonttl A {
  padding-right: 20px;
  padding-left: 20px;
}

.widersec {
  width:900px !important;
  max-width: 900px !important;
}

.lighter {
  border-bottom: 1px solid var(--lg);
}

.smallcheck {
  width:25px !important;
  height: 25px !important;
}

.walletblock_row .buta {
  width:100%;
}

.walletblock_row .cancelbl {
  width:100%;
}

@media (max-width: 480px) {

  .clicktoed2 {
    width:100%;
  }

  #top {
    margin-top: 0px;
  }

  #phrase {
    width:100%;
  }

  .fullcenter  {
    width:100%;
  }

  #start {
    margin-top: 100px;
  }

  #start H1 {
    font-size: 3rem;
  }

  #start H2 {
    text-align: center;
  }

  #create .buta {
    width:100%;
    margin-top: 200px;
  }

  #password {
      width:100%;
  }

  .inputfieldpack INPUT {
    width:100%;
    height: 60px;
  }

  #create {
    width:100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  #create H1 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
  }

  .inputfield INPUT {
    width:100%
  }

  .inputfield {
    width:100%
  }

  #list{
    padding:0px;
  }

  .li_left {
    width:50%;
    gap:0px;
  }

  .lil_info_name A, A:visited {
    font-size: 15px;
  }

  .li_right {
    min-width: 100px;
    text-align: right;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }

  .lil_icon {
    margin-right: 3px;
  }

  .cur_line {
   flex-direction: column;
  }

  .cur_line_left {
    width:100%;
    margin-bottom: 20px;
  }

  #didnot {
    padding:0px;
  }

  section {
    margin: 0 auto;
    width:100%;
    max-width: 600px;
    box-sizing: initial;
    padding: 0px;
    margin-bottom: 50px;
  }

  .qrpl IMG {
    width:90%;
  }

  #password2 {
    width:100%;
  }
}
