/*html {*/
/*    font-size: 62.5%;*/
/*}*/

/*body {*/
/*    font-size: 1.4rem;*/
/*}*/

/* Modal Content Custom */
.data-details--custom {
    padding: 0 !important;
}

.noti-new {
    display: block;
}

@media (min-width:971px) {
    .noti-new {
        display: none;
    }
}

.grey-area {
    background-color: #e0e8f3;
}

/* Custom Input */
.input-item--padding {
    padding: 18px 20px !important;
}

.sub-scope {
    text-align: center;
    padding: 2px !important;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.225);
    color: #FFF !important;
    margin-bottom: 2px !important;
}

a {
    text-decoration: none !important;
}

.loading-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 2147483646;
}


.crypto-block {
    display: flex;
    align-items: center;
}

.crypto-image {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    overflow: hidden;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 36px;
    color: #fff;
    text-align: center;
}

.crypto-image--skeleton {
    overflow: hidden;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 36px;
    color: #fff;
    text-align: center;
}

.crypto-symbol {
    margin-left: 12px;
}

.wallet-list .data-item:last-child .data-col {
    padding: 20px 10px 20px 0 !important;
    border-bottom: 1px solid #e6effb !important;
}

.ti-angle-right {
    font-size: 10px !important;
}

.total-assets-button > *{
    color: #758698 !important;
    transition: all .5s;
}

.total-assets-button:hover > *{
    color: #101a2d !important;
}

.total-assets-button:hover i {
    transform: translateX(5px);
}

.data-state--large {
    height: 48px !important;
    width: 48px !important;
    line-height: 40px !important;
}

.data-state--large:after {
    font-size: 25px !important;
    border: 3px solid !important;
}


.tnx-table .lead {
    font-size: 1.1em !important;
}

.tnx-table .sub {
    font-size: 12px;
}

.transaction-item svg {
    fill: rgba(17, 51, 83, 0.6);
    width: 36px;
    height: 36px;
}

/* Card Header Custom */
.card-normal {
    min-width: 30rem;
    max-width: 40rem;
}

.card-head--custom {
    border-bottom: 1px solid #e6effb !important;
}

.card-head--dashboard, .card-head--apikey {
    padding: 15px 30px;
    border-bottom: 1px solid #d2dde9;
}

/* Asset List In Dashboard */
.list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e6effb;
    height: 4rem;
}

.price-balance {
    color: #758698;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.small-button {
    color:white;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
}

.price-balance:hover {
    color: #758698;
}

.crypto-balance {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

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

.transaction-item {
    display: flex;
    align-items: center;
    height: 75px;
    color: black;
}

.transaction-item:hover {
    color: black;
    background-color: rgba(17, 51, 83, 0.02);
    transition: background-color 0.25s ease 0s;
}

.crypto-percent--bar {
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    align-items: stretch;
    height: 8px;
    width: 120px;
    overflow: hidden;
    border-radius: 4px;
    margin-right: 16px;
}

/* NAV */

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem !important;
}

.navbar-menu {
    position: fixed;
    left: -290px;
    top: 56px;
    height: 100vh;
    width: 260px;
    z-index: 2147483647;
    align-items: flex-start;
    transition: all .5s;
    display: none;
    padding: 0;
    background-color: #FFFFFF;
}

.navbar-mobile {
    display: block;
    overflow-y: auto;
}

.navbar-menu.navbar-mobile.active {
    left: 0;
}

.navbar-menu > ul {
    height: inherit;
    margin: 0;
}
.navbar-menu > ul li {
    display: block;
    padding: 0 15px;
}

.navbar-menu > ul li > a {
    display: block;
    padding: 13px 0;
    color: #050F19;
    border-bottom: 2px solid transparent;
}

.navbar-menu > ul li.active > a {
    color: #fcd535;
    border-bottom: 2px solid #fcd535;
}

.navbar-menu > ul li.active-mobile > a {
    color: #fcd535;
}

.navbar-innr {
    justify-content: flex-start !important;
}

/* TOP BAR */

.topbar {
    background-color: #FFFFFF !important;
}

/* TOGGLE LINE */
.toggle-line {
    background-color: #455e84 !important;
}

.topbar-wrap {
    height: 45px;
}

.topbar-logo {
    margin: 0 auto;
}

.balance-label {
    text-align: right !important;
}

.total-assets--label {
    flex-basis: 33.3333%;
    padding: 5px 15px;
    border-bottom: 1px solid #d2dde9;
    color: rgba(17, 51, 83, 0.6);
}

.price-header-container div, .price-content-container div  {
    flex-basis: 25%;
}

.price-header-container div:first-child, .price-content-container div:first-child  {
    flex-basis: 10% !important;
}

.price-header-container div:nth-child(2), .price-content-container div:nth-child(2)  {
    flex-grow: 1 !important;
}



.price--label {
    padding: 5px 15px;
    border-bottom: 1px solid #d2dde9;
    color: rgba(17, 51, 83, 0.6);
}

.no-transaction--icon {
    margin: 24px 0;
    opacity: 0.3;
    width: 130px;
    height: 130px;
}

.card-head--transfer {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
    min-height: 64px;
}

.transfer-menu {
    display: flex;
    flex-direction: row;
    user-select: none;
    flex: 1 1 0%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid rgb(236, 239, 241);
    padding-top: 2px;
    color: rgba(17, 51, 83, 0.6);
    background-color: rgba(17, 51, 83, 0.02);
    border-top: 1px solid rgb(236, 239, 241);
}

.transfer-menu--active {
    display: flex;
    flex-direction: row;
    user-select: none;
    flex: 1 1 0%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    color: rgb(252, 213, 53);
    background-color: rgb(255, 255, 255);
    border-bottom: none;
}

.currency-input {
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    font-family: Graphik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    text-align: left;
    color: rgb(252, 213, 53);
    font-weight: 400;
    animation: 0.5s ease 0s 1 normal none running hBgzBc;
}

.currency-input span {
    font-family: Graphik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 500;
    color: rgba(17, 51, 83, 0.3);
    font-size: 31px;
    line-height: 1.5;
    align-self: flex-start;
    margin-top: 8px;
}

.currency-input input {
    font-family: Graphik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 62px;
    text-align: left;
    color: rgb(252, 213, 53);
    font-weight: 400;
    width: 40px;
    padding: 0px;
    margin: 0px;
    box-shadow: none;
    border: none;
    overflow: hidden;
    outline: none;
    background: rgb(255, 255, 255);
}

.igEeMN  {
    flex: 1 1 auto;
    -webkit-box-pack: center;
    justify-content: center;
}

.transfer-amount {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 60px;
    flex-direction: row;
    overflow: hidden;
    height: 60px;
}

.transfer-currency-input-container {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    transform: scale(1);
    flex: 1 1 0%;
    max-width: 250px;
}

.dMnHhM {
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    font-family: Graphik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    text-align: left;
    color: rgb(252, 213, 53);
    font-weight: 400;
    animation: 0.5s ease 0s 1 normal none running hBgzBc;
}

.bsnRQA {
    font-family: Graphik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 500;
    color: rgba(17, 51, 83, 0.3);
    font-size: 31px;
    line-height: 1.5;
    align-self: flex-start;
    margin-top: 8px;
}

.kshaxS {
    font-family: Graphik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 500;
    color: rgb(252, 213, 53);
    font-size: 31px;
    line-height: 1.5;
    align-self: flex-start;
    margin-top: 8px;
}

.transfer-input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: textfield;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}

.transfer-input::placeholder {
    color: rgba(17, 51, 83, 0.3);
}

.ivDhsu {
    font-family: Graphik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 62px;
    text-align: left;
    color: rgb(252, 213, 53);
    font-weight: 400;
    width: 40px;
    padding: 0px;
    margin: 0px;
    box-shadow: none;
    border: none;
    overflow: hidden;
    outline: none;
    background: rgb(255, 255, 255);
}

.cDKqKF {
    visibility: hidden;
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-family: Graphik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 62px;
    text-align: left;
    color: rgb(252, 213, 53);
    font-weight: 400;
}

.dncuZJ {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    flex: 1 0 0%;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 0px;
}

.dLtWQo {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 60px;
    flex-direction: row;
    overflow: hidden;
    height: 60px;
}

.erWqeb {
    color: rgba(17, 51, 83, 0.6);
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    display: block;
    width: 100%;
    margin: 16px 0px;
}

.dPSLTm {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    transform: scale(1);
    flex: 1 1 0%;
    max-width: 250px;
}

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

.bfXVBq {
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid rgb(236, 239, 241);
    border-radius: 4px;
    margin-bottom: 16px;
}

.jQJBNn {
    padding: 14px 16px;
}

.ldosZk {
    width: 30%;
}

.fuOWTt {
    font-family: Graphik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    color: rgba(17, 51, 83, 0.6);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gLSAiW {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    padding: 16px;
}

.jzgNHi {
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-direction: column;
    margin-left: 2px;
    width: 100%;
    overflow: hidden;
}

.jbIZgO {
    display: flex;
    flex: 1 1 auto;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-direction: column;
}

.hqdmzO {
    outline: none;
    font-family: inherit;
    width: 100%;
    border: none;
    padding-left: 0px;
    font-size: 14px;
    max-height: 100px;
    min-height: 24px;
}

.jFyzvy {
    display: flex;
    flex: 1 1 auto;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    min-width: 0px;
}

.krjukJ {
    resize: none;
}

textarea {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: textarea;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    -webkit-rtl-ordering: logical;
    flex-direction: column;
    resize: auto;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    margin: 0em;
    font: 400 13.3333px Arial;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
    padding: 2px;
}

.eTCbcD {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    padding: 16px;
    border-top: 1px solid rgb(236, 239, 241);
}

.eTCbcE {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    padding: 16px;
    border-bottom: 1px solid rgb(236, 239, 241);
}

.gKitrz {
    outline: none;
    cursor: text;
    height: 30px;
    font-size: 14px;
    width: 100%;
    border: none;
}

.jFyzvy {
    display: flex;
    flex: 1 1 auto;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    min-width: 0px;
}

.jyfBnv {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    width: 70%;
}

.ebKmCt {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.dpEgDH {
    display: flex;
    cursor: pointer;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    padding: 16px;
    border-top: 1px solid rgb(236, 239, 241);
}

/* BUTTON */
.kUqfRU {
    position: relative;
    width: 100%;
    margin: 0px;
    border-radius: 4px;
    color: rgb(255, 255, 255);
    cursor: default;
    transition: all 80ms ease-in-out 0s;
    padding: 24px;
    font-size: 16px;
    border: 1px solid rgb(252, 213, 53);
    background-color: rgb(252, 213, 53);
}

.kUqfRU:disabled {
    opacity: 0.5;
    background-color: rgb(252, 213, 53);
}

.jRYBQy {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    padding: 0 24px;
    min-height: 56px;
    width: 100%;
}

.iNHHmI {
    font-family: Graphik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    color: rgba(17, 51, 83, 0.6);
}

.iNHHmO {
    font-family: Graphik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    color: red;
}

.dncWzt {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex: 1 0 auto;
}

.kMFwGl {
    font-size: 12px;
}

.ibNSoi {
    height: 32px;
}

.jtVcUw {
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.kBOZoH {
    display: block;
    height: 15px;
    width: 13px;
}

.dyzUce {
    display: inline-flex;
    margin-left: 8px;
    overflow: hidden;
}

.kMWDkL {
    display: block;
    margin: 0px 0px 0px 8px;
}

textarea {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: textarea;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    -webkit-rtl-ordering: logical;
    flex-direction: column;
    resize: auto;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    margin: 0em;
    font: 400 13.3333px Arial;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
    padding: 2px;
}

.jkTQra {
    font-size: 12px;
    color: rgba(17, 51, 83, 0.6);
}

/* Transfers Input */
.card-transfer textarea::placeholder {
    color: rgba(17, 51, 83, 0.6);
}

.erWqeb {
    color: rgba(17, 51, 83, 0.6);
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    display: block;
    width: 100%;
    margin: 16px 0px;
}

/* ส่งทั้งหมก BUTTON */
.iWlscz {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 60px;
    flex-direction: row;
}

.tA-dff {
    display: flex;
    cursor: pointer;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    height: 32px;
    padding: 0px 16px;
    border: 1px solid rgb(236, 239, 241);
    border-radius: 4px;
}

.hRBvFm {
    color: rgb(5, 15, 25);
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
}

/* DEPOSIT */
.gJWCYk {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    flex: 1 0 0%;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 0px;
}

.cQcBgD {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid rgb(236, 239, 241);
    border-radius: 4px;
}

.gvxGOi {
    display: flex;
    flex: 1 1 auto;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    padding: 40px;
}

.eTCbcD {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    padding: 16px;
    border-top: 1px solid rgb(236, 239, 241);
}

.eTCbcD:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.iREYuw {
    width: 100%;
}

.ldosZk {
    width: 30%;
}

.jyfBnv {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    width: 70%;
}

.jFyzvy {
    display: flex;
    flex: 1 1 auto;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    min-width: 0px;
}

.jzgNHi {
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-direction: column;
    margin-left: 2px;
    width: 100%;
    overflow: hidden;
}

.hwggLr {
    font-family: Graphik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    color: rgb(5, 15, 25);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kElozW {
    width: auto;
    color: inherit;
}

/* COPY BUTTON */
.bCauLf {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    position: relative;
    user-select: none;
    z-index: 0;
    cursor: pointer;
}

.cuhIVF {
    margin-left: 12px;
}

.fSFphA {
    transition: fill 0.25s ease 0s, opacity 0.5s ease 0s;
    fill: rgba(17, 51, 83, 0.6);
    cursor: pointer;
    opacity: 1;
}

.gRcWqk {
    position: absolute;
    z-index: -1;
    top: -1px;
    width: 24px;
    height: 24px;
    opacity: 0;
    transition: opacity 1s ease 0s;
}

.jhZOUV {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid rgb(236, 239, 241);
}


.iLybiZ {
    position: absolute;
    z-index: -1;
    top: -1px;
    width: 24px;
    height: 24px;
    transition: opacity 1s ease 0s;
    opacity: 1;
}

.kouoBI:hover {
    fill: rgb(5, 15, 25);
}

.kouoBI {
    transition: fill 0.25s ease 0s, opacity 0.5s ease 0s;
    fill: rgba(17, 51, 83, 0.6);
    cursor: pointer;
    opacity: 0;
}

.tYCfG {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: rgb(5, 177, 105);
    stroke-width: 3;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 50;
    opacity: 1;
    stroke-dashoffset: 0;
    transition: all 1s ease-out 0s;
}


/* Balance Text */
.fZARtu {
    font-family: Graphik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    color: rgb(5, 15, 25);
}

/* USER THUMP */
.user-thumb {
    background-color: #1e2329;
}
.user-thumb:hover {
    background-color: #fcd535;
}

.user-thumb-active {
    background-color: rgb(252, 213, 53) !important;
}

/* Account Balance */
.account-balance-title {
    font-size: 18px;
}


/* Transaction Modal */

.transaction-modal {
    z-index: 1000;
    position: static;
    padding: 0px;
    outline: none;
    border: none;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(17, 51, 85, 0.05) 0px 4px 16px;
    margin: auto;
    overflow: visible;
    width: auto;
}

.transaction-modal-header-container {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    position: relative;
    height: 64px;
    flex-shrink: 0;
    padding: 0px 24px;
    border-bottom: 1px solid rgb(236, 239, 241);
}

.gszEta {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.fmqQye {
     position: relative;
     flex: 1 1 0%;
     display: flex;
     flex-direction: column;
     width: 100%;
     transition: none 0s ease 0s;
}


.dJTxsX {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    position: relative;
    height: 64px;
    flex-shrink: 0;
    padding: 0px 24px;
    border-bottom: 1px solid rgb(236, 239, 241);
}

.Fvmar {
    font-family: Graphik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    line-height: 1.3;
    color: rgb(5, 15, 25);
    font-size: 18px;
    font-weight: 500;
}

.cicsNy {
    display: block;
    margin: 0px;
}

.dJTxsX {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    position: relative;
    height: 64px;
    flex-shrink: 0;
    padding: 0px 24px;
    border-bottom: 1px solid rgb(236, 239, 241);
}

.MLDeR {
    width: 18px;
    height: 18px;
    fill: rgba(17, 51, 83, 0.6);
    cursor: pointer;
    transition: fill 0.15s ease 0s;
    margin-left: 0px;
    position: absolute;
    top: 24px;
    right: 24px;
}

.lNSSd {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    min-height: 220px;
}

.bVRVii {
    margin-bottom: 10px;
}

.cVTAcP {
    flex-shrink: 0;
    fill: rgba(17, 51, 83, 0.6);
    width: 80px;
    height: 80px;
}

.edQMVi {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
}

.cEoKVo {
    display: flex;
    flex-direction: row;
    margin-bottom: 6px;
    color: rgb(5, 15, 25);
    font-size: 24px;
    font-weight: 400;
}

.ghcsGz {
    display: flex;
    flex-direction: row;
    color: rgba(17, 51, 83, 0.6);
    font-size: 16px;
    font-weight: 400;
}

.binRle {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-direction: column;
    padding: 0px 16px;
    border-top: 1px solid rgb(236, 239, 241);
    font-size: 14px;
    font-weight: 400;
    color: rgb(5, 15, 25);
}
.bKOlwy {
    display: flex;
    flex: 1 1 auto;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-direction: row;
    padding: 12px 0px;
}

.eXtQmk {
    margin-right: 8px;
    color: rgba(17, 51, 83, 0.6);
}

.cqgLPq {
    color: rgb(5, 15, 25);
    text-align: left;
}


.bKOlwy:not(:first-child) {
    border-top: 1px dashed rgb(236, 239, 241);
}

.iOawXO {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-direction: row;
    -webkit-box-align: center;
    min-height: 60px;
    border-top: 1px solid rgb(236, 239, 241);
    font-size: 14px;
    font-weight: 400;
    color: rgb(5, 15, 25);
    align-items: flex-start;
    padding: 16px;
}

.ZUMWr {
    display: flex;
    flex-direction: row;
    min-width: 140px;
}

.cjHfau {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 6px 10px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgb(5, 177, 105);
    background-color: rgb(255, 255, 255);
}

.MLDeR:hover {
    fill: rgb(5, 15, 25);
}

/* END OF TRANSACTION MODAL*/

.modal-content {
    margin: auto;
    width: auto;
}


/* USER STATUS */
.user-status {
    padding: 20px 25px;
    background: #FFFFFF;
    border-radius: 4px 4px 0 0;
}

.user-status-name {
    color: black;
}

.user-status-email {
    color: rgba(17, 51, 83, 0.6);
}

.user-links li a {
    color: black;
}

.user-links li.active > a {
    color: #fcd535;
}

.user-links-hover:hover > a{
    color: #fcd535;
}

.user-title {
    padding: 16px
}

.user-logout {
    color: rgb(223, 95, 103) !important;
}

.user-dropdown:after {
     border-bottom-color: #FFFFFF !important;
}

.kAovpU {
    color: rgb(223, 95, 103);
}

/* WITHDRAW BUTTON */
.UPasc {
    position: relative;
    width: 100%;
    margin: 0px;
    border-radius: 4px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    transition: all 80ms ease-in-out 0s;
    padding: 24px;
    font-size: 16px;
    border: 1px solid rgb(252, 213, 53);
    background-color: rgb(252, 213, 53);
}

.UPasc:focus {
    outline: none;
}

.UPasc:hover {
     background-color: rgb(10, 70, 228);
     border-color: rgb(10, 70, 228);
}

.UPasc:active {
    border: 1px solid rgb(0, 57, 215);
    background-color: rgb(0, 57, 215);
}


.WwXmD {
    margin-left: 8px;
    line-height: 72px;
    font-size: 62px;
}

/* WITHDRAW IN OPERATION */

.fvpJEC {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.bivVgY {
    display: flex;
    width: 100%;
    position: relative;
    background: rgb(255, 255, 255);
    border-right: 1px solid rgb(236, 239, 241);
    border-bottom: 1px solid rgb(236, 239, 241);
    border-left: 1px solid rgb(236, 239, 241);
    border-image: initial;
    border-radius: 4px;
    box-shadow: rgba(17, 51, 83, 0.02) 0px 4px 12px 0px;
    border-top: none;
}

.dujazk {
    margin-bottom: 24px;
}

.jZvmQJ {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1 1 0%;
    min-width: 0px;
}

.fmqQye {
    position: relative;
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: none 0s ease 0s;
}

.eCGjpA {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    position: relative;
    opacity: 1;
}

.jGlxqy {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    z-index: 1;
    transition: z-index 0ms ease 0s;
}

.cihuaa {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    position: relative;
    min-height: 64px;
    padding-top: 2px;
    border-bottom: none;
}

.cjRZvi {
    display: flex;
    cursor: pointer;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 60px;
    padding-left: 24px;
}

.hpIvWO {
    text-align: center;
    pointer-events: none;
    width: 75%;
}

.SMLYo {
    display: inline-block;
    font-family: Graphik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 500;
    line-height: 1.5;
    font-size: 18px;
    color: rgb(5, 15, 25);
    word-break: break-word;
}

.iusjNV {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    flex: 1 0 0%;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 0px;
}

.jRYBQy {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    padding: 0 24px;
    min-height: 56px;
    width: 100%;
}

.ewiOOn {
    display: flex;
    flex: 1 1 auto;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
}

.bJcbck {
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    transform: scale(1);
}

.bXoCKe {
    font-family: Graphik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    line-height: 1.3;
    color: rgb(252, 213, 53);
    font-size: 32px;
    font-weight: 500;
}

.ExWgb {
    height: 8px;
}

.llTVGo {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    min-height: 26px;
    margin-bottom: 8px;
}

.iJjsDa {
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    -webkit-box-align: center;
    align-items: center;
}

.gRZmoy {
    width: 100%;
    font-size: 14px;
}

.hfBqui {
    color: rgba(17, 51, 83, 0.6) !important;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.25s ease 0s;
}

.dMosNC {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    color: inherit;
}

.cxJbyv {
    width: 14px;
    height: 14px;
    margin-left: 8px;
    vertical-align: middle;
}

.iXTYXQ {
    display: flex;
    flex-direction: row;
    margin-left: 8px;
    text-align: right;
    -webkit-box-align: center;
    align-items: center;
}

.fgjXAz {
    position: relative;
    width: auto;
    margin: 0px;
    border-radius: 4px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    transition: all 80ms ease-in-out 0s;
    padding: 24px;
    font-size: 16px;
    border: 1px solid rgb(252, 213, 53);
    background-color: rgb(252, 213, 53);
}

.gRZmoy {
    width: 100%;
    font-size: 14px;
}


/* 2FACTOR TRANSFER */
.FbkQQ {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    flex: 1 0 0%;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 0px;
}

.dkSPyH {
    display: flex;
    flex: 1 1 auto;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
}

.iYKNMm {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 15px 5px;
}

.jItgUq {
    display: flex;
    flex-direction: column;
    margin: 7px 0px;
}

.fHtraa {
    margin-bottom: 5px;
    font-weight: 400;
}

.bfpBzN {
    display: inline-block;
    font-family: Graphik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 14px;
    color: rgb(5, 15, 25);
    word-break: break-word;
}

.fCsCjD {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: row;
    margin-top: 8px;
}

.cQYWHG {
    border: 1px solid rgb(236, 239, 241);
    border-radius: 4px;
    height: 68px;
    margin-right: 10px;
    overflow: hidden;
    background: rgba(17, 51, 83, 0.02);
}

.euKtHF {
    position: relative;
    -webkit-box-flex: 0;
    flex-grow: 0;
    width: 147px;
    height: 68px;
}

.iZGWCT {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.jAQFzs {
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(236, 239, 241);
    border-radius: 4px;
    transition: all 0.15s ease 0s;
    background: rgb(255, 255, 255);
}

.euKtHF > input {
    border-radius: 4px;
    width: 145px;
    letter-spacing: 4px;
    font-family: Monaco, monospace;
}

.dsOsTd {
    z-index: 0;
    flex: 1 1 0px;
    width: 100%;
    margin: 0px;
    padding: 20px;
    border: none;
    border-radius: 3px;
    background: none;
    font-size: 18px;
    font-weight: 400;
    color: rgb(5, 15, 25);
    font-family: Graphik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.kVwatQ {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: row;
    margin: 15px 0px 10px;
}

.dLFecf {
    display: inline-block;
    font-family: Graphik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 12px;
    color: rgb(5, 15, 25);
    word-break: break-word;
}

.dMosNC {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
}

.dLFecf {
    display: inline-block;
    font-family: Graphik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 12px;
    color: rgb(5, 15, 25);
    word-break: break-word;
}

.kdBWIn {
    margin-left: 6px;
}

.ejzwvx {
    margin-left: 2px;
    opacity: 0;
    transition: opacity 1s ease 0s;
}

.tYCfG {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: rgb(5, 177, 105);
    stroke-width: 3;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 50;
    opacity: 1;
    stroke-dashoffset: 0;
    transition: all 1s ease-out 0s;
}

.iknJvN {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: none;
}

.kvilOX {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

/* TRANSFER SUCCESS */
.cVeGQL {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 550px;
}

.bnqupI {
    top: 0px;
    width: 100%;
    opacity: 1;
    pointer-events: all;
    transition: opacity 0.5s ease 0.8s;
    z-index: 1;
}

.bZcdri {
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    flex: 1 1 0%;
    flex-direction: column;
    width: 100%;
    transform: translateY(0px);
    transition: transform 0.5s ease 0.6s;
}

.jwGeTR {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    height: 133px;
}

.jnKplI {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    /*opacity: 0;*/
    padding: 0px 24px;
    animation-name: jBcSpD;
    animation-duration: 0.75s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    text-align: center;
}

.ibNSpB {
    height: 24px;
}


.goTZQV {
    font-size: 18px;
    padding-bottom: 32px;
    overflow-wrap: break-word;
}

.fsuJod {
    display: flex;
    flex-direction: column;
    bottom: 0px;
    width: 100%;
    opacity: 1;
    pointer-events: all;
    transition: opacity 0.5s ease 0.8s;
    z-index: 1;
}

.bsIHWh {
    display: flex;
    flex-direction: column;
    padding: 0px 24px;
}

.hjwRpZ {
    height: 69px;
}

.kdhlrb {
    position: relative;
    width: 100%;
    margin: 0px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 80ms ease-in-out 0s;
    padding: 24px;
    font-size: 16px;
    border: 1px solid rgb(236, 239, 241);
    background-color: rgb(255, 255, 255);
    color: rgb(5, 15, 25);
}

.fhQubf {
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(244, 198, 34);
    border-radius: 4px;
    transition: all 0.15s ease 0s;
    background: rgb(255, 255, 255);
}

.lpjPRE {
    border-color: rgb(252, 213, 53);
}

.iKBKYU {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
    color: rgb(244, 198, 34);
}

.dropdown-content {
    z-index: 2147483647;
}

.table-row-dropdown-content {
    z-index: 10000 !important;
}

/* API KEY PAGE */
.data-apikey .data-col {
    font-size: 0.9rem;
    font-weight: normal;
    color: rgba(17, 51, 83, 0.6) !important;
}

.data-apikey .data-col .sub {
    font-size: 0.9rem;
    font-weight: 300;
    color: #212529;
}

.data-apikey .data-col {
    border-bottom-color: #d2dde9 !important;
}

.red--label {
    color: red !important;
}

.green--label {
    color: green !important;
}

/* Email confirm page */
.dZqZTc {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    height: 160px;
    margin-bottom: 32px;
}

.gVsESC {
    transform: rotate(0deg);
    animation: 1s ease 0s infinite normal none running GLFYz;
}

.gTxrkU {
    position: absolute;
    width: 63px;
    height: 63px;
}

.white--header {
    color: #FFFFFF;
}


/* Email Confirm Page */
.card--email-confirm {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 500px;
}

.back--link {
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-size: 14px;
    opacity: 0.6;
    transition: opacity 0.25s ease 0s;
}

.back--link:hover {
    transition: opacity 0.25s ease 0s;
    opacity: 1;
    color: rgb(255, 255, 255);
}


.phone-prefix {
    border: 1px solid #d2dde9;
    padding: 10px 15px;
    line-height: 20px;
    font-size: .9em;
    color: rgba(73, 84, 99, 0.7);
    border-right: none;
}

.warning-message {
    font-size: 14px;
    font-weight: 500;
    color: rgb(244, 198, 34);
}

.warning-border {
    border-color: rgb(244, 198, 34);
}

@keyframes GLFYz {
    100% {
        transform: rotate(360deg);
    }
}

.email-resend-button {
    width: 100%;
    cursor: pointer;
}

.account-extras {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Notifications */
.notification-dropdown {
    min-width: 20rem;
}

.notification-item {
    min-width: 20rem;
}

.red-dot-notification {
    background-color: red;
    height: .75rem;
    width: .75rem;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: -2px;
    right: -2px;
}

.unread-dot-notification {
    background-color: rgb(252, 213, 53);
    height: .75rem;
    width: .75rem;
    border-radius: 50%;
    display: inline-block;
}

.notification-container {
    display: flex;
}

.notification-message-box {
    flex: 1;
}

.notification-title {
    font-weight: 600;
    color: rgba(17, 51, 83, 0.6);
    margin-bottom: 4px;
}

.notification-message {
    line-height: 1.6;
    font-weight: 400;
    color: rgb(5, 15, 25);
    margin-bottom: 4px;
}

.notification-date {
    font-weight: 400;
    line-height: 1.5;
    font-size: 12px;
    color: rgba(17, 51, 83, 0.6);
    word-break: break-word;
}

.no-notification-bell {
    font-size: 3.5rem;
    color: rgba(22, 82, 240, .8);
}

.no-notification-title {
    font-size: 1.2rem;
    color: rgba(117, 134, 152, 0.8);
}

.api-example-container {
    background-color: #132948;
    padding: 2rem .5rem 2rem 1rem;
}

.page-api-doc  *{
    color: #C1C9D2 !important;
}



.page-api-doc {
    background-color: #1a1f36 !important;
}

.wis-logo {
    height: 8rem;
    width: 8rem;
}

.page-item.active .page-link {
    z-index: 1;
    background-color: rgb(252, 213, 53);
}

.swal-button--confirm {
    background-color: #fcd535;
}

.swal-button--confirm:not([disabled]):hover {
    background-color: #fcd535;
}

.text--main-color {
    color: #fcd535;
}

.api-doc-url {
    word-wrap: break-word;
    white-space: initial;
}

.input-switch:checked ~ label:before {
    background: #fcd535;
}

.setting-2fa-label {
    width: 100%;
    background: #e6effb;
    border: 2px solid #e6effb;
    border-radius: 4px;
    padding: 10px 20px;
    cursor: pointer;
    transition: all .4s ease;
    margin-bottom: 15px;
}

.setting-2fa-label:after {
    position: absolute;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #455e84;
    content: '';
    top: 0;
    right: -5px;
    transform: translate(-50%, -50%) scale(0); transition: all .4s ease;
}

.api-doc-method {
    padding: 1rem;
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
}

.api-doc-method b {
    color: #000 !important;
}

.api-method--post {
    background-color: #EEE226;
}

.api-method--get {
    background-color: #12B328;
}

.api-doc-endpoint {
    padding: 1rem;
    background-color: #eff2f3;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
    color: #132948 !important;
}

.api-endpoint-container {
    margin-bottom: 2rem;
}

.api-doc-title {
    color: #f7fafc !important;
}

.api-doc-highlight {
    color: #6c8eef !important;
}

.input--password {
    position: relative;
}

.input--password .ti.ti-eye {
    position: absolute;
    right: 5%;
    top: 30%;
}

.navbar-dropdown:after {
    background: transparent !important;
}

.dropdown-option {
    position: absolute;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    font-size: 0.8rem;
    display: block;
}

.network-options {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.custom-select {
    border-radius: 10px;
    cursor: pointer;
}
