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

.input-item-modal--padding {
    padding: 18px 0px !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 0.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 */

.transactions-history-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 15px;
    width: 100% !important;
    height: 100%;
}

.card-user {
    border-radius: 15px;
}

/* .card-swap {
    border-radius: 15px;
    width: 100%;
} */
.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: 92vh;
    width: 260px;
    z-index: 2147483647;
    align-items: flex-start;
    transition: all 0.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--receive-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;
    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);
    border-radius: 15px 0 0 0;
}

.transfer-menu--send-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;
    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);
    border-radius: 0 15px 0 0;
}

.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;
    border-radius: 15px 15px 0 0;
}

.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,
.ivDhsu-darkmode {
    font-family: Graphik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue",
        sans-serif;
    font-size: 48px;
    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: transparent;
}

input.ivDhsu-darkmode::placeholder {
    color: rgb(252, 213, 53);
}

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

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

.kUqfRU-resize: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;
    top: -2px;
}

.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-darkmode {
    background-color: white !important;
}

.user-thumb-darkmode:hover {
    background-color: #fcd535 !important;
}

.user-thumb-darkmode::before {
    color: black !important;
}

.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: 14px;
    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;
    border-radius: 15px;
    border: none;
}

/* 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-darkmode li a {
    color: white;
}

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

.user-links-hover:hover>a,
.user-links-darkmode: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: 40%;
    margin: 0px;
    border-radius: 15px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    transition: all 80ms ease-in-out 0s;
    padding: 16px;
    font-size: 16px;
    border: 1px solid rgb(252, 213, 53);
    background-color: rgb(252, 213, 53);
}

.UPasc:focus {
    outline: none;
}

.UPasc:hover {
    opacity: 0.9;
    /* 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: 48px;
}

/* 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: 40%;
    margin: 0px;
    border-radius: 15px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    transition: all 80ms ease-in-out 0s;
    padding: 16px;
    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,
.dropdown-content-darkmode {
    z-index: 2147483647;
}

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

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

.data-apikey .data-col .sub {
    font-size: 1rem;
    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;
    border-radius: 13px;
}

.image-forgot-password {
    width: 200px;
    height: 200px;
}

.back--link {
    color: #000;
    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: #000;
}

.phone-prefix {
    border: 1px solid #d2dde9;
    padding: 10px 15px;
    line-height: 20px;
    font-size: 0.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;
    background: rgb(252, 213, 53);
    border-radius: 11px;
}

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

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

@media (max-width: 380px) {
    .notification-dropdown {
        min-width: 20rem;
        right: -43px;
    }
}

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

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

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

.aml-dot-notification {
    background-color: red;
    height: 0.75rem;
    width: 0.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, 0.8);
}

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

.api-example-container {
    background-color: #132948;
    padding: 2rem 0.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 0.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 0.4s ease;
}

.api-doc-method {
    padding: 1rem;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.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: 0.5rem;
    border-bottom-right-radius: 0.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;
}

.btn-secondary-user {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    border-radius: 11px;
}

.btn-payment-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;

    @media (min-width: 480px) {
        width: 50%;
    }

    width: 100%;
    position: relative;
    margin: 0px;
    border-radius: 11px;
    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(14, 203, 129);
}

.btn-payment-detail:disabled {
    background-color: #d1d5db;
}

button.new-btn-payment-detail,
button.new-btn-payment-detail:disabled {
    width: 100px !important;
}

.btn-payment-detail-danger {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;

    @media (min-width: 480px) {
        width: 50%;
    }

    width: 100%;
    position: relative;
    margin: 0px;
    border-radius: 11px;
    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(246, 70, 93);
}

.btn:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*********** Baseline, reset styles ***********/
input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
    width: 10rem;
}

/* Removes default focus */
input[type="range"]:focus {
    outline: none;
}

/******** Chrome, Safari, Opera and Edge Chromium styles ********/
/* slider track */
input[type="range"]::-webkit-slider-runnable-track {
    background-color: #d9abab;
    border-radius: 0.5rem;
    height: 2rem;
}

/* slider thumb */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    /* Override default look */
    appearance: none;
    margin-top: 0px;
    /* Centers thumb on the track */
    background-color: #ca1c1c;
    outline: 1px solid #ca1c1c;
    outline-offset: -0.1rem;
    border-radius: 0.5rem;
    height: 2rem;
    width: 1.5rem;
    box-shadow: 0.5px 0 0 0.5px #b5acac;
}

input[type="range"]:focus::-webkit-slider-thumb {
    outline: 1px solid #ca1c1c;
    outline-offset: -0.1rem;
}

/*********** Firefox styles ***********/
/* slider track */
input[type="range"]::-moz-range-track {
    background-color: #454040;
    border-radius: 0.5rem;
    height: 2rem;
}

/* slider thumb */
input[type="range"]::-moz-range-thumb {
    background-color: #f9f22f;
    border: none;
    /*Removes extra border that FF applies*/
    border-radius: 0.5rem;
    height: 2rem;
    width: 1.5rem;
}

input[type="range"]:focus::-moz-range-thumb {
    outline: 3px solid #f9f22f;
    outline-offset: 0.125rem;
}


.bankSettings {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}

.bankSettings .form-group {
    width: 400px;
    height: 80px;
}

.bankSettings input {
    max-width: 250px;
    margin-right: 15px;
    min-width: 150px !important;
}

.btn-bank-settings {
    height: calc(1.6em + 0.75rem + 2px);
    min-width: 50px !important;
}

button.btn.btn-primary.btn-bank-settings {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.spinner-border {
    width: 3rem;
    height: 3rem;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    overflow-y: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.custom-popup-class-swal {
    height: 250px;
}

.recent-container {
    display: flex;
    flex-direction: column;
    width: 55%;

    @media (max-width: 769px) {
        width: 100%;
    }
}

.bank-transaction-page .pagination li a {
    min-width: 40px !important;

    @media (max-width: 768px) {
        min-width: 35px !important;
        height: 26px !important;
        padding: 3px !important;
    }
}

.space-button {
    margin-right: 10px;
}

.paginate-bank-transaction {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;

    @media (max-width: 768px) {
        display: flex;
        flex-direction: column;
    }
}

.transfer-modal h2 {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    margin: 5px 0;
}

.modal-transfer-new {
    border-top: 1px dashed rgb(236, 239, 241);

    @media (max-width: 768px) {
        flex-direction: column !important;
    }
}

.modal-transfer-new-col {
    border-top: 1px dashed rgb(236, 239, 241);

    @media (max-width: 768px) {
        flex-direction: column !important;
        align-items: flex-start;
    }
}

.border-bottom-hr {
    border-bottom: 1px dashed rgb(236, 239, 241);
}

.modal-transfer-no-border {
    @media (max-width: 768px) {
        flex-direction: column !important;
    }
}

.copy-account-number {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.btn-payment-detail-container {
    display: flex;
    justify-content: center;
}

.content-area.new-modal-payment {
    max-width: 650px;
}

.line-payment {
    border-top: 1px solid rgb(133, 133, 133);
    margin-top: 5px;
}

.bank-name-position {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.bank-name-input {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #8080802e;
    border-radius: 5px;
    padding-left: 6px;
    margin-top: 10px;
}

.size-width-100 {
    width: 100% !important;
}

.btn-responsive {
    white-space: nowrap;
}

@media (max-width: 576px) {
    .btn-responsive {
        white-space: normal;
        word-break: break-word;
    }

    .padding-button {
        padding: 3px !important;
    }
}

:root {
    --color-white: white;
    --color-black: black;
    --color-secondary-black: #111111;
    --color-secondary-black-alt: #1d1d1d;
    --color-gray: gray;
    --color-light-gray: #b5b1b1;
    --color-yellow-dark: #fcd535;
    --color-yellow: #fbd536;
}

.bg-color-black {
    background-color: var(--color-black) !important;
}

.bg-color-yellow-dark {
    background-color: var(--color-yellow-dark) !important;
}

.bg-color-secondary-black-alt,
.bg-color-secondary-black-alt tr {
    background-color: var(--color-secondary-black-alt) !important;
}

.bg-color-secondary-black-alt-card {
    background-color: var(--color-secondary-black-alt) !important;
    border-radius: 0 0 15px 15px !important;
}

.bg-input-dark {
    background-color: #2f2f2f !important;
}

.color-yellow-dark {
    color: var(--color-yellow-dark) !important;
}

.color-white,
.color-white h2,
.color-white h4,
.color-white h5,
.color-white tr,
.color-white th {
    color: var(--color-white) !important;
}

.color-white-new,
.color-white-new h6,
.color-white-new p,
.color-white-new a,
.color-white-new span {
    color: var(--color-white);
}

.color-white-detail .eXtQmk,
.color-white-detail .cqgLPq,
.color-white-detail .cqgLPq span {
    color: var(--color-white) !important;
}

.payment-detail-darkmode,
.payment-detail-darkmode .eXtQmk,
.payment-detail-darkmode .cqgLPq {
    color: var(--color-light-gray) !important;
}

.payment-detail-darkmode .cqgLPq span {
    color: var(--color-white) !important;
}

.aml-page-modal .eXtQmk,
.aml-page-modal .cqgLPq span {
    color: var(--color-white) !important;
}

.color-white .data-details-head,
.color-white .data-details-des,
.color-white .data-details-des span {
    color: var(--color-white) !important;
}

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

.yellow-dark-fill {
    fill: var(--color-yellow-dark);
}

.userPage {
    background: var(--color-white);

    .container {
        /* padding: 2rem 2rem; */
        padding: 0px !important;
        max-width: 1400px;
        margin: auto;
        background-color: var(--color-white);
        color: black;

        @media screen and (max-width: 769px) {
            padding: 2rem;
        }

        @media screen and (max-width: 580px) {
            padding: 2rem 1rem;
        }

        .container-box {
            padding: 2rem 2rem !important;
        }

        h2 {
            font-size: 20px;
            font-weight: 800;
            color: black;
        }
    }
}

.userPage-dark-mode {
    background-color: var(--color-secondary-black);
    color: var(--color-white);

    .container {
        padding: 0px !important;
        max-width: 1400px;
        margin: auto;
        height: 100%;

        @media screen and (max-width: 769px) {
            padding: 2rem;
        }

        @media screen and (max-width: 580px) {
            padding: 2rem 1rem;
        }

        .container-box {
            padding: 2rem 2rem !important;
            background-color: var(--color-secondary-black);
        }

        h2 {
            font-size: 20px;
            font-weight: 800;
            color: var(--color-white);
        }
    }
}

.balanceContainer {
    background: var(--color-white);
    padding: 16px 20px;
    border-radius: 15px;
}

.balanceContainer.dark-color {
    background-color: var(--color-white);
    color: black;
}

.balanceContainer-darkmode {
    background-color: #1d1d1d;
    padding: 16px 20px;
    border-radius: 15px;
    color: white;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-bottom: 34px !important;
}

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

.slider {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.slider span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.3s ease;
}

.slider span:nth-child(1) {
    left: 10px;
    opacity: 1;
    /* Initially show ☀️ icon */
}

.slider span:nth-child(2) {
    right: 13px;
    opacity: 0;
    /* Initially hide 🌙 icon */
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 9px;
    bottom: 4px;
    background-color: var(--color-white);
    border-radius: 50%;
    transition: transform 0.4s;
}

input:checked+.slider:before {
    transform: translateX(26px);
    /* Move the white circle to the right */
}

input:checked+.slider span:nth-child(1) {
    opacity: 0;
    /* Hide ☀️ icon when checked */
}

input:checked+.slider span:nth-child(2) {
    opacity: 1;
    /* Show 🌙 icon when checked */
}

.slider.round {
    border-radius: 34px;
    background-color: var(--color-yellow);
}

/* Your existing styles for background color change */
input:checked+.slider {
    background-color: var(--color-black) !important;
}

input:focus+.slider {
    box-shadow: 0 0 1px var(--color-black) !important;
}

.topBar {
    background: white;
    width: 100%;
    height: 72px;
    padding: 8px 3rem;
    position: fixed;
    z-index: 999;

    @media screen and (max-width: 768px) {
        padding: 8px 2rem;
    }

    @media screen and (max-width: 580px) {
        padding: 8px 1rem;
    }
}

.topBar.dark-mode {
    background: var(--color-secondary-black);
    border-bottom: 1px solid #2f3336;
}

h2#nav-bar {
    font-size: 16px;
}

.nav-tabs-new {
    margin-right: 10px;
}

.nav-a-link {
    padding: 10px !important;
}

.dark-mode-switch {
    display: flex;
    flex-direction: row;
    width: 155px;
    align-items: center;
    margin-top: 20px;
}

.darkmode {
    background-color: var(--color-secondary-black);
}

.darkmode-height {
    height: 100vh;
}

.darkmode-card,
.darkmode-card h6,
.darkmode-card h4,
.darkmode-card a,
.darkmode-card tr,
.darkmode-card th {
    background-color: var(--color-secondary-black-alt);
    color: white !important;
    ;
}

.darkmode-card a.page-link {
    color: black !important;
}

.content-area.card.darkmode-border {
    border: 1px solid #2f3336 !important;
}

a.nav-link.active.showdarkmode-black-front.nav-a-link {
    color: black !important;
}

.container-page {
    padding: 2rem 2rem;
    max-width: 1400px;
    margin: auto;

    @media screen and (max-width: 769px) {
        padding: 2rem;
    }

    @media screen and (max-width: 580px) {
        padding: 2rem 1rem;
    }
}

.card-header {
    background: #e0e8f3;
    padding: 24px 20px;
    border-radius: 15px 15px 0 0 !important;
}

.border-radius-header {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.dark-mode-svg svg {
    fill: white !important;
}

.min-height-container {
    min-height: 100vh;
}

.data-apikey-darkmode .data-col {
    border-bottom-color: #d2dde9 !important;
    font-size: 1rem;
    font-weight: normal;
}

.data-apikey-darkmode .data-col .sub {
    font-size: 1rem;
    font-weight: 300;
    color: var(--color-white);
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive .data-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.btn-apikey-log {
    margin-bottom: 0;
    margin-right: 10px;
}

.input-apikey-log,
.input-apikey-log input.input-bordered {
    margin-bottom: 0;
    margin-right: 10px;
    line-height: 15px !important;
}

.apikey-position {
    text-align: left;
}

@media (max-width: 768px) {
    .table-responsive .data-table thead {
        display: none;
    }

    .table-responsive .data-table,
    .table-responsive .data-table tbody,
    .table-responsive .data-table tr,
    .table-responsive .data-table td {
        display: block;
        width: 100%;
    }

    .table-responsive .data-table tr {
        margin-bottom: 15px;
    }

    .table-responsive .data-table td {
        text-align: right;
        padding-left: 50%;
        position: relative;
        word-wrap: break-word;
        word-break: break-all;
        white-space: normal;
        border-bottom: 1px solid #e6effb;
    }

    .table-responsive .data-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 15px;
        font-weight: bold;
        text-align: left;
        word-wrap: break-word;
        word-break: break-all;
        white-space: normal;
    }

    .table-responsive .data-table .data-item td[data-label="Actions"] {
        border-bottom: none;
        /* Remove default border */
    }

    .table-responsive .data-table .data-item td[data-label="Actions"] {
        border-bottom: 1px solid yellow !important;
        /* Add yellow border for last Actions cell */
    }

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

    .btn-apikey-log {
        margin-bottom: 10px;
        margin-right: 0;
    }

    .input-apikey-log {
        margin-right: 0;
        margin-bottom: 0;
    }

    .apikey-position {
        text-align: center;
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }

    .apikey-position-info {
        display: flex;
        justify-content: center;
    }
}

.swal-modal.dark-mode {
    background: #1d1d1d !important;
}

.swal-modal.dark-mode .swal-text {
    color: white !important;
    ;
}

.dark-mode-table tr,
.dark-mode-table td,
.dark-mode-table td span {
    color: white !important;
}

.data-table-darkmode .rdt_TableHeadRow {
    background: #1d1d1d !important;
    color: white !important;
}

.dark-mode .pagination-svg {
    fill: white;
}

.dark-mode-modal {
    color: var(--color-white);
}

.data-table-darkmode-container .sc-kYxEyd.dsjfAR,
.data-table-darkmode-container .sc-kYxEyd.dsjfAR,
.data-table-darkmode-container .sc-kbhIEe.bVJvqg {
    background-color: black !important;
    color: white !important;
}

.paginate-crypto-transaction {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;

}

@media (max-width: 768px) {
    .paginate-crypto-transaction {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .row-paginate {
        margin-top: 10px;
    }
}

.paginate-crypto-transaction .pagination li a {
    @media (max-width: 768px) {
        min-width: 35px !important;
        height: 26px !important;
        padding: 3px !important;
    }
}

/* .search-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
} */
button.btn-plus,
button.btn-clear {
    background-color: #495463;
    color: white;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

button.btn-search {
    background-color: #fcd535;
    color: #111827;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    border-radius: 0px 3px 3px 0px;
}

button.btn-plus:hover {
    background-color: rgb(252, 213, 53);
    color: black;
}

input.line-search {
    background-color: #f4f4f4;
    padding: 10px 10px;
}

input.line-search:focus {
    outline: none;
}

.search-date-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.btn-plus {
    margin-left: 10px;
}

.dropdown-search-option button {
    padding: 5px;
    background-color: #fcd535;
    margin: 0 10px 10px 0;
    border-radius: 4px;
}

button.btn-plus {
    margin-right: 10px;
}

.search-container {
    display: flex;
    flex-direction: column;
    /* align-items: flex-start;
    justify-content: flex-start; */
}

.search-container-1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.search-container-2 {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.dropdown-search-option {
    margin-top: 10px;
}

.line-search-box {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.search-name {
    width: 120px;
}

.btn-search-none {
    display: none;
}

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

.box-container-1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 0.5rem !important;
}

.search-name,
select.select-search {
    background-color: #495463;
    color: white;
    padding: 10px 10px;
    width: 140px;
    border-radius: 3px 0px 0px 3px;
}

.field-search {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 10px;
    margin-left: 0.5rem;
}

@media (max-width: 768px) {
    .container-position {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-items: flex-start;
        flex-direction: column-reverse;
    }

    .box-container-1 {
        margin-bottom: 10px;
    }

    .search-name,
    select.select-search {
        width: 80px;
    }

    input.line-search {
        padding: 21px 10px;
        width: 80px;
    }

    button.btn-search {
        padding: 21px 10px;
    }

    button.btn-clear {
        height: 25px;
        width: 25px;
        margin-left: 10px;
    }

    button.btn-plus {
        height: 25px;
        width: 25px;
        margin-left: 4px;
        margin-right: 0px;
        /* margin-top: 10px; */
    }

    select.select-search {
        height: 64px;
    }
}

@media (max-width: 344px) {
    /* .box-container-1 {
        flex-wrap: wrap;
    } */


    button.btn-clear {
        margin-top: 10px;
    }

    .field-search {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-left: 0px
    }

    .search-container-2 {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    button.btn-search {
        padding: 21px 5px;
    }

    button.btn-plus {
        margin-top: 10px;
    }
}

/* DateTimeRangePicker */
.date-time-container .rdrDefinedRangesWrapper {
    display: none;
}

.time-input-range {
    display: flex;
    flex-direction: row;
}

.input-date-time input[type="time"] {
    margin-left: 10px;
    border: none;
    outline: none;
    padding: 5px;
    border-radius: 5px;
    background-color: #eff2f7;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

    @media (max-width: 768px) {
        max-width: 80px;
    }
}

.input-date-time {
    margin-left: 6px;
}

.date-time-buttons button {
    background: #007bff;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
}

.date-time-buttons button:first-child {
    background: #6c757d;
}

.date-time-buttons button:first-child:hover {
    background: #5a6268;
}

.date-time-input {
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
    background-color: #f4f4f4;
    max-width: 225px;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;

    @media (max-width: 768px) {
        max-width: 225px;
    }
}

.date-time-picker-popup {
    position: absolute;
    z-index: 1000;
    background: white;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 5px;
    right: 20px;

    @media (max-width: 540px) {
        right: -13px;
    }
}

span.date-time-icon {
    margin-right: 5px;
}

/* DateTimeRangePicker */

.data-table-darkmode .sc-ikPAYl.bVnIfs {
    background-color: var(--color-secondary-black);
    color: white;
}

.full-width-dark-mode {
    background-color: var(--color-secondary-black);
}

.data-table-darkmode-container .sc-ikPAYl.bVnIfs {
    background-color: var(--color-secondary-black);
    color: white;
}

@media (max-width: 768px) {
    .calendar-trade-page .rdrDateRangePickerWrapper {
        position: absolute;
        right: -70px;
    }
}

.tab-buy-sell {
    display: flex;
    flex-direction: row;
}

.skeleton-darkmode {
    background-color: var(--color-secondary-black-alt) !important;
}

.skeleton-darkmode .css-1vmnjpn-skeletonStyles-Skeleton {
    background-image: linear-gradient(90deg, #1d1d1d, #363535, #1c1c1c) !important;
    background-size: 200% 100% !important;
    animation: shimmer 1.5s infinite linear !important;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

.data-table-darkmode-container .sc-tYpHo.jUhJNU {
    background-color: #111111;
    color: white;
}

/*Transaction Details Form*/
.form-column-1 {
    display: flex;
    flex-direction: column;
}

.form-row-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdcdccc;
    max-width: 500px;
}

.form-row-1 {
    width: 30%;
}

.form-row-2 {
    width: 70%;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.form-img {
    display: flex;
    justify-content: center;
}

.form-img img {
    width: 400px;
}

input.tw-w-full.tw-p-1 {
    background-color: #8080802e;
    border-radius: 5px;
}

/*Transaction Details Form*/
.tab-buy-sell {
    display: flex;
    flex-direction: row;
}

.title-width {
    width: 150px;
}

.language-switchfalse {
    color: black;
    padding: 5px 10px;
    border-radius: 15px;
    margin-top: 15px;
    margin-right: 10px;
}

.language-switch-active {
    background-color: var(--color-yellow-dark);
    color: black;
    padding: 5px 10px;
    border-radius: 15px;
    margin-top: 15px;
    margin-right: 10px;
}

.title-width {
    width: 150px;
}

.language-switchfalse.bg-lang-dark {
    background-color: #80808085;
}

.language-switchfalse.bg-lang-light {
    background-color: #f3f3f3;
}

a.aml-topbar {
    display: flex;
    flex-direction: row;
    align-items: center;
}

label.hover-effect {
    color: gray;
    transition: color 0.3s ease;
}

label.hover-effect:hover {
    color: #007bff;
    cursor: pointer;
}

label.hover-effect:active {
    color: black;
}

.remark-reject-style input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #ccc;
    position: relative;
    cursor: pointer;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.remark-reject-style input[type="radio"]:checked::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #007bff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.remark-reject-style input[type="radio"]:hover,
.remark-reject-style input[type="radio"]:focus {
    box-shadow: 0 0 3px 1px rgba(0, 123, 255, 0.7);
    border-color: #007bff;
    outline: none;
}

.remark-reject-style input[type="radio"]:checked+.hover-effect,
.remark-reject-style input[type="radio"]:hover+.hover-effect,
.remark-reject-style input[type="radio"]+.hover-effect:hover {
    color: black;
    cursor: pointer;
}

.modal-content.deposit {
    width: 100%;
}

@media (max-width: 768px) {

    a.modal-close.deposit {
        position: absolute;
        top: 5px;
        right: 5px;
        display: inline-block;
    }

    a.modal-close.deposit .ti {
        font-size: 15px;
        height: 32px;
        width: 32px;
        line-height: 32px;
        text-align: center;
        background: transparent !important;
        border-radius: none !important;
        color: #495463;
        text-shadow: none;
        display: block;
        transition: all 0.4s;
        box-shadow: none !important;
    }

}

.bank-name-position img {
    margin-right: 5px;
}

.datetime-local-style input[type="datetime-local"] {
    font-family: "Nunito", sans-serif;
}

.raw-qr {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    color: gray;

    @media (max-width: 768px) {
        display: flex;
        flex-direction: column;
    }
}

.raw-qr label {
    margin-right: 20px;
}

.raw-qr input[type="radio"] {
    margin-right: 5px;
}

label.remark-reject-style {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.input-raw-qr {
    margin-top: 5px;
    display: flex;
    flex-grow: 1;
}

input.input-paginate {
    border: 1px solid #dee2e6;
    border-radius: 4px;
    width: 40px;
    margin-right: 8px;
    text-align: center;
}

.approve-icon {
    color: green;
    cursor: pointer;
}

.approve-icon:hover {
    color: darkgreen;
}

.reject-icon {
    color: red;
    cursor: pointer;
}

.reject-icon:hover {
    color: darkred;
}

.width-custom {
    width: 85% !important;

    @media (max-width: 769px) {
        width: 100% !important;
    }
}

.qr-icon:hover {
    fill: #000000 !important;
}