@font-face {
    font-family: 'DMSans';
    font-style: italic;
    font-display: swap;
    src: url(../fonts/DMSans-Italic.ttf) format('truetype');
}

@font-face {
    font-family: 'DMSans';
    font-style: normal;
    font-display: swap;
    src: url(../fonts/DMSans-Medium.ttf) format('truetype');
}

@font-face {
    font-family: 'DMSans';
    font-style: normal;
    font-display: swap;
    src: url(../fonts/DMSans-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'DMSans';
    font-style: bold;
    font-display: swap;
    src: url(../fonts/DMSans-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Inter-Regular.ttf) format('truetype');
}

body.dark-mode {
    background: url(../images/bg.png);
    color: #FCFCFD;
}

body * {
    display: block;
    font-family: DMSans;
}

body script {
  display: none;
}

.number {
    font-family: Inter;
}

div,
input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
a:focus {
    outline: none;
}

#info-desktop,
#info-mobile {
    display: flex;
    align-items: center;
}

.button-small {
    height: 48px;
    box-sizing: border-box;
    border-radius: 90px;
    padding: 0 3display: flex;
    justify-content: center;
    px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.button-stroke {
    background: #2ccef4;
    box-shadow: none;
}

a.button-stroke:hover {
    box-shadow: none;
}

.btn-confirm {
    height: 48px;
    box-sizing: border-box;
    border-radius: 90px;
    padding: 0 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #17E7D6;
    box-shadow: none;
    color: #17E7D6;
}

.btn-confirm:hover,
.btn-confirm:focus {}

.btn-logout {
    box-shadow: none;
    border: none !important;
    color: #FCFCFD;
    margin-left: 10px;
    background-color: #f83500;
}

a.btn-logout:hover,
a.btn-logout:focus {
    box-shadow: none !important;
    border: none !important;
}

.btn-select {
    height: 40px;
    border-radius: 20px;
    padding: 0 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #000;
    text-decoration: none;
    box-shadow: none !important;
    border: none;
}

#btn-bnb {
    width: calc(50% - 15px);
}

#btn-usd {
    width: calc(50% - 15px);
    margin-left: 30px;
}

.btn-select:hover {
    text-decoration: none;
}

.btn-select.active {
    background-color: #23262f;
}

.info-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #0C1323;
    border-radius: 16px;
    margin-top: 20px;
}

.info-item-img {
    margin: 0 auto;
}

.info-item-title {
    font-weight: 500;
    line-height: 1rem;
    color: #FCFCFD;
    opacity: 0.4;
    text-align: center;
    margin-top: 18px;
}

.info-item-detail {
    font-weight: 600;
    color: #E6E8EC;
    text-align: center;
    margin-top: 5px;
}

.action-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    background: #23262F;
    border-radius: 16px;
    margin-top: 20px;
    box-shadow: 0px 16px 64px -48px rgba(18, 27, 40, 0.8);
}

.action-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #FCFCFD;
}

.action-container1 {
    margin-top: 15px;
    margin-left: 10px;
}

.action-container2 {
    flex-grow: 1;
    margin-left: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #777E91;
}

.action-input {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    color: #FCFCFD;
    border: none;
    background-color: transparent;
    box-shadow: none;
    flex-grow: 1;
    width: 60%;
    height: 48px;
    padding: 0 0 0 0;
    background: none;
    border: 0px solid #E6E8EC;
}

.action-input:hover,
.action-input:focus {
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.btn-max {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #FC4D0A !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    text-decoration: none;
    margin-left: 15px;
}

.btn-max:focus,
.btn-max:hover {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    text-decoration: none;
    color: #FC4D0A;
}

a.action-staking {
    text-decoration: none;
    color: #FCFCFD;
    opacity: 1.0;
}

a.inactive {
    color: #FCFCFD;
    opacity: 0.2;
}

a.action-staking:focus,
a.action-staking:focus:hover {
    text-decoration: none;
    color: #FCFCFD;
}

.btn-wallet {
    height: 60px;
    background: #212329;
    border: 1px solid #31343E;
    box-sizing: border-box;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

.btn-wallet:focus,
.btn-wallet:hover {
    border: 1px solid #FC4D0A;
}

.disable-hover:focus,
.disable-hover:hover {
    border: 1px solid #31343E;
}


/* Chrome, Safari, Edge, Opera */

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


/* Firefox */

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

@media only screen and (max-width: 768px) {
    #header-mobile {
        display: block;
    }
    #login-desktop,
    #info-desktop,
    #info-mobile {
        display: none;
    }
    div.header-desktop {
        display: none !important;
    }
    #cirle1 {
        position: absolute;
        width: 121px;
        height: 124.56px;
        left: 14px;
        top: 522.93px;
        /* Secondary/1 */
        background: #4BC9F0;
        opacity: 0.4;
        filter: blur(60px);
        z-index: -1;
    }
    #cirle2 {
        position: absolute;
        width: 179px;
        height: 184.26px;
        left: 180px;
        top: 200px;
        /* Primary/2 */
        background: #9757D7;
        opacity: 0.4;
        filter: blur(60px);
        z-index: -1;
    }
    #container-currency {
        width: 100%;
    }
    .Countdown-timer {
        font-size: 2rem;
    }
    progress {
        margin-left: 2px;
        border-radius: 7px;
        width: 100%;
        height: 8px;
        box-shadow: none;
        border: none;
        background: transparent;
    }
    progress::-webkit-progress-bar {
        border-radius: 8px;
        background: none;
        height: 9px;
        box-shadow: none;
        border: none;
        background: transparent;
    }
    progress::-webkit-progress-value {
        border-radius: 8px;
        background: #9d2ff2;
    }
    progress::-moz-progress-bar {
        border-radius: 8px;
        background: #9d2ff2;
    }
    .inner-infor {
        width: 160px;
    }
    #section-community {
        margin-top: 0px;
    }
    #section-community .container {
        display: block !important;
    }
}

@media only screen and (min-width: 769px) {
    #header-mobile,
    #info-desktop {
        display: none;
    }
    #login-desktop {
        display: flex;
    }
    #cirle1 {
        position: absolute;
        width: 193.91px;
        height: 193.91px;
        left: calc(50% - 193.91px/2 - 439.55px);
        top: calc(50% - 193.91px/2 - 207.05px);
        /* Secondary/1 */
        background: #4BC9F0;
        opacity: 0.4;
        filter: blur(60px);
        z-index: -1;
    }
    #cirle2 {
        position: absolute;
        width: 286.85px;
        height: 286.85px;
        left: calc(50% - 286.85px/2 + 454.93px);
        top: calc(50% - 286.85px/2 - 7.57px);
        /* Primary/2 */
        background: #9757D7;
        opacity: 0.4;
        filter: blur(60px);
        z-index: -1;
    }
    .Countdown-timer {
        font-size: 4rem;
    }
    progress {
        margin-left: 1px;
        border-radius: 7px;
        width: 100%;
        height: 14px;
        box-shadow: none;
        border: none;
        background: transparent;
    }
    progress::-webkit-progress-bar {
        border-radius: 7px;
        background: none;
        height: 15px;
        box-shadow: none;
    }
    progress::-webkit-progress-value {
        border-radius: 7px;
        background: #9d2ff2;
    }
    progress::-moz-progress-bar {
        border-radius: 7px;
        background: #9d2ff2;
    }
    .container,
    .container-md,
    .container-sm {
        max-width: 680px !important;
    }
    .inner-infor {
        width: 350px;
    }
    #section-community {
        margin-top: 50px;
    }
    #section-community .container {
        display: flex !important;
    }
}

.Countdown-timer {
    color: #17D7E6;
}

.Countdown-timer .item {
    display: flex;
    text-align: center;
    margin: 0 1rem;
}

.Countdown-timer .item span {
    font-weight: 500;
}
