@font-face {
    font-family: "Pader Font";
    src: url("pader.woff")
}

html {
    color: #444b58;
    --dark-1: #191d24;
    --dark-2: #21252f;
    --dark-3: #2a303c;
    --dark-4: #444b58;
    --dark-5: #868d9a;
    --yellow: #e7bb41;
    --white: #eaecef;
    --black: #262b31;
    --green: #0ecb81;
    --red: #f6465d
}

.waitSwap {
    background: 0 0!important;
    border: solid #222633 .1rem;
    width: 6rem;
    text-transform: uppercase
}

.connectButton {
    background: var(--yellow);
    color: var(--black)!important;
    width: 14rem;
    border: solid transparent .1rem
}

.buttonBuy {
    background: var(--green);
    color: #fff!important;
    width: 6rem;
    text-transform: uppercase;
    border: solid transparent .1rem
}

.buttonSell {
    background: var(--red);
    color: #fff!important;
    width: 6rem;
    text-transform: uppercase;
    border: solid transparent .1rem
}

.enableButton {
    background: linear-gradient(rgb(255 152 0) 0,#ff9800 100%);
    color: #fff!important;
    width: 6rem;
    border: solid transparent .1rem
}

.track {
    cursor: pointer;
    font-weight: 700;
    text-decoration-line: underline
}

.buy {
    color: var(--green);
    font-weight: 700
}

.sell {
    color: var(--red);
    font-weight: 700
}

.grayButton {
    background: #2a303c;
    color: #febf32!important;
    width: 14rem;
    border: solid transparent .1rem
}

.perButton {
    background: #2a303c;
    font-size: 1rem;
    color: #868d9a!important;
    width: -webkit-fill-available!important
}

#table-order-history img.m-auto.table {
    width: 1rem
}

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

input[type=number] {
    -moz-appearance: textfield
}

.revoke {
    background: #708090
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    --tw-bg-opacity: 0.92!important
}

#search-token {
    border-radius: .25rem .25rem 0 0;
    background: #2a2e39
}

.search-token {
    border-radius: .25rem .25rem 0 0;
    background: #2a2e39
}

#tv_chart_container iframe {
    height: 20rem!important
}

img {
    border-radius: .375rem
}

.shadow-lg {
    box-shadow: none!important
}

.alert-banner {
    display: inline-block;
    animation: bounce;
    animation-duration: 3s
}

svg {
    margin: 0 auto
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

section i {
    font-size: 2.2rem!important
}

section .w-full {
    cursor: pointer
}

#mode span {
    font-size: 1.1rem!important
}

.logo {
    animation: spin .2s linear infinite;
    width: 2rem
}

nav>.toggle,nav>img {
    box-shadow: rgba(0,0,0,.16) 0 1px 4px
}

.gacolor {
    background: linear-gradient(91.26deg,#a9cdff 0,#72f6d1 21.87%,#a0ed8d 55.73%,#fed365 81.77%,#faa49e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 650
}

.gacolor-label {
    background: linear-gradient(91.26deg,#a9cdff 0,#72f6d1 21.87%,#a0ed8d 55.73%,#fed365 81.77%,#faa49e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 650;
    cursor: context-menu
}

:focus-visible {
    outline: 0
}

table {
    width: 100%;
    margin-bottom: 7rem
}

.pader-active {
    color: var(--yellow)!important
}

.second-bar:hover,a:hover,button:hover {
    transform: scale(1.03)!important
}

.expand-input {
    padding-top: .35rem;
    font-size: 1rem!important;
    color: #888e9a
}

.switch {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.switch-input {
    display: none
}

.switch-label {
    display: block;
    width: 37px;
    height: 16px;
    text-indent: -150%;
    clip: rect(0 0 0 0);
    color: transparent;
    user-select: none
}

.switch-input:checked+.switch-label::before {
    background: var(--green)
}

.switch-label::before {
    width: 100%;
    height: 100%;
    background-color: var(--dark-5);
    border-radius: 9999em;
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease
}

.switch-label::after,.switch-label::before {
    content: "";
    display: block;
    position: absolute;
    cursor: pointer
}

.switch-input:checked+.switch-label::after {
    left: 22px
}

.switch-label::after {
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 2px rgb(0 0 0 / 45%);
    -webkit-transition: left 50ms ease;
    transition: left 50ms ease
}

.switch-label::after,.switch-label::before {
    content: "";
    display: block;
    position: absolute;
    cursor: pointer
}

#table-wallet>tr>td>label>div>div.-top-1.transition {
    background: linear-gradient(to right,#8fe0ea,#8df1aa);
    border: solid #2a2d3c .22rem
}

.shadow-inner {
    background: #2a2d3c!important
}

tbody {
    border-top: .1rem solid #2a2d3c
}

.add-token {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 4.3rem
}

.add-token>span>i {
    font-size: 2rem!important
}

.sprice {
    font-size: 1rem!important
}

.text-white:hover {
    background: linear-gradient(91.26deg,#a9cdff 0,#72f6d1 21.87%,#a0ed8d 55.73%,#fed365 81.77%,#faa49e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 650
}

.gacolor-hover:hover {
    background: linear-gradient(91.26deg,#a9cdff 0,#72f6d1 21.87%,#a0ed8d 55.73%,#fed365 81.77%,#faa49e 100%)
}

#stabs>a>i,#tabs>a>i,td>i {
    font-size: 3rem!important
}

tr {
    border-bottom: solid .1rem #2a2d3c
}

.price>span {
    pointer-events: none!important
}

.sadd {
    font-size: .8rem!important
}

.writeable {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text
}

* {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none
}

#bnb-balance,#token-balance {
    font-size: 1rem!important
}

.gacolor-2 {
    background: linear-gradient(91.26deg,#ffd505 0,#f44336 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 650
}

.bg-gray-800 {
    background: var(--dark-1)!important
}

.wallet-body,body,html {
    position: relative
}

body,button,span {
    font-family: 'Pader Font'!important;
    font-size: 1.4rem!important
}

.main-nav {
    font-size: 1.8rem!important;
    text-transform: uppercase;
    margin: .4rem
}

.feature {
    width: 6rem!important;
    height: 6.7rem;
    margin: 0 auto
}

h1 {
    font-size: 3rem!important
}

.filled {
    background: #febf32!important
}

.relative.flex.flex-col.min-w-0.break-words.main-bg.w-full.mb-6.shadow-lg.rounded {
    height: 37rem
}

select {
    border-radius: .375rem;
    border: solid .15rem #2a2d3c
}

input,textarea {
    border-color: #2a2d3c!important
}

.swap-label>div>img {
    width: 1.5rem
}

.swap-icon {
    margin-top: .2rem
}

.sign {
    font-size: .9rem!important;
    float: right;
    font-style: italic
}

input:focus,select:focus {
    border-color: transparent!important;
    outline: 0
}

section.pader-bg-outline {
    padding: .5rem;
    border-radius: .3rem
}

#mode {
    display: none;
    background: #1a1b21;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    box-shadow: rgb(0 0 0 / 24%) 0 3px 8px
}

.swap-icon-2 {
    border-radius: 50%;
    padding: .3rem
}

img.m-auto.table {
    width: 1.5rem
}

#loading>img {
    box-shadow: inherit
}

.swap-label {
    border-color: #2a2d3c!important
}

.material-icons {
    text-shadow: rgb(0 0 0 / 24%) 0 3px 8px
}

.swap-input {
    font-size: 1rem;
    color: var(--white);
    background: 0 0
}

.flex>li {
    border: solid var(--dark-1) 1px;
    border-radius: .25rem;
    color: #fff
}

select {
    color: #868d9a!important
}

.animate-bounce {
    animation: bounce 2s infinite!important
}

.loader {
    border-top-color: #3498db;
    -webkit-animation: spinner 1.5s linear infinite;
    animation: spinner 1.5s linear infinite
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spinner {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.neonText {
    color: #fff;
    text-shadow: 0 0 7px #fff,0 0 10px #fff,0 0 21px #fff,0 0 42px #0fa,0 0 82px #0fa,0 0 92px #0fa,0 0 102px #0fa,0 0 151px #0fa
}

.to-input {
    background: var(--dark-1);
    border-right: solid #2a2d3c .1rem;
    border-top: solid #2a2d3c .1rem;
    border-bottom: solid #2a2d3c .1rem
}

.second-bar {
    border-bottom: solid #768d2d .1rem;
    width: 1.5rem;
    margin-left: .15rem;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 100;
    cursor: pointer;
    border-radius: 0 .25rem 0 0
}

#chart-wallet ul>li,#expand-from-token-sell,#fiat>div.add-token>span>i,#send-max,#stabs>a,#tab-manage-token i,#table-contactToken>tr,#table-sendToken>tr,#tabs>a,#tickers>div>div,.close,.first-bar,select {
    cursor: pointer
}

#send-max {
    pointer-events: auto
}

.force-mobile {
    width: 35%;
    max-width: 35%;
    margin: 0 auto;
    border-style: none;
    border-color: inherit;
    border-width: 0;
    -webkit-transform-origin: 0 0;
    display: block
}

.transblock {
    cursor: pointer;
    border: solid .1rem #2a2d3c!important
}

#select-token img {
    width: 1.5rem
}

input,textarea {
    background: 0 0
}

.bottom-bar-active {
    color: var(--yellow)!important
}

.pader-bg-inline {
    background: var(--dark-5)
}

.pader-color-inline {
    color: var(--dark-5)
}

.pader-color-white,input#deposit-address::placeholder {
    color: var(--white)!important
}

.pader-color-able {
    color: #868d9a
}

.pader-color-disable {
    color: #444b58
}

.pader-bg-outline {
    background: var(--dark-2)!important
}

.pader-color-green {
    color: var(--green)
}

.pader-color-red {
    color: var(--red)
}

.pader-color-gray {
    color: #979ea9
}

.pader-color-yellow {
    color: var(--yellow)
}

.pader-background {
    background: #fcd535
}

.scroll {
    height: 30rem;
    overflow-y: auto
}

.scroll .inner {
    height: 300%;
    width: 100%;
    content: '.'
}

.scroll--simple::-webkit-scrollbar {
    width: .2rem;
    height: 1rem
}

.scroll--simple::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #141925
}

.scroll--simple::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #2a2d3c
}

.scroll--simple::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,.4)
}

.scroll--simple::-webkit-scrollbar-thumb:active {
    background: rgba(0,0,0,.9)
}

.dropdown-content {
    position: absolute;
    opacity: .95;
    padding: 1rem;
    height: auto;
    z-index: 99999999999999
}

.dropdown-content li {
    position: relative;
    border: solid #5f6570 .05rem;
    padding: .2rem;
    border-radius: .2rem;
    margin-top: .15rem;
    background: #2a2e39
}

.dropdown-content li a {
    margin-left: .15rem
}
