body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,roboto,oxygen,ubuntu,cantarell,fira sans,droid sans,helvetica neue,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #000;
    color: #fff
}

code {
    font-family: source-code-pro,Menlo,Monaco,Consolas,courier new,monospace
}

h1,h2,h3,h5,p {
    margin: 0;
    padding: 0
}

.logo {
    width: 200px;
    cursor: pointer
}

.header-container {
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 70px 82px 60px 80px;
    width: 100%;
    margin: 0 auto;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    background-color: radial-gradient( 66.32% 66.32% at 54.13% 113.95%,rgba(108,38,255,0.2) 0,rgba(242,89,255,0) 100%),linear-gradient( 211.99deg,rgba(65,157,241,0.2) -4.17%,rgba(45,143,234,0) 68.7%),radial-gradient( 100% 100% at 28.65% 0,rgba(109,0,255,0.25) 0,rgba(250,247,254,0) 100%);
    box-sizing: border-box
}

.header-container,.top-prices,.top-prices-wrap {
    display: -webkit-flex;
    display: flex
}

.top-prices {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 100px;
    font-size: 12px
}

.top-prices span {
    font-weight: 700
}

.connect-button-wrap button {
    background: 0 0;
    border: 1px solid #7b3fe4;
    border-radius: 10px;
    color: #fff;
    cursor: pointer
}

.menu-container {
    -webkit-flex-direction: row;
    flex-direction: row;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    gap: 94px;
    -webkit-justify-content: center;
    justify-content: center
}

.mt-10 {
    margin-top: 10px
}

.menu-container a {
    margin: 0 27px;
    color: #000;
    text-decoration: none;
    font-size: 13px;
    padding: 12px 14px;
    border-radius: 3px;
    font-weight: 700
}

.menu-container a:hover {
    background: #7b3fe4;
    color: #fff
}

.footer-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    padding: 30px 35px;
    margin-top: 50px;
    background: #191732;
    border-top: 1px solid #333358
}

.footer-container p {
    margin: 0;
    font-size: 12px;
    color: #d26ceb;
    opacity: .5
}

.footer-container a {
    color: #cc9112;
    font-size: 11px;
    text-decoration: none;
    font-weight: 700
}

.color {
    color: #1c1c31
}

.body-container {
    max-width: 75vw;
    width: 100%;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 auto
}

.body-container,.global-stats-container {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end
}

.global-stats-container {
    width: 100%;
    margin-top: 30px
}

.global-stats-box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    background: #fd720d;
    border-radius: 10px;
    text-align: center;
    margin: 0 25px;
    padding: 30px 15px
}

.global-stats-box hr {
    width: 100%;
    opacity: .1
}

.global-stats-wrap {
    width: 60%
}

.wallet-stats-wrap {
    width: 40%
}

.stat-box-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-right: 10%;
    padding-left: 10%;
    padding-top: 20px
}

.stat-box-wrap div {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center
}

.stat-box-wrap p {
    font-size: 18px
}

.stat-box-wrap span {
    font-size: 14px;
    color: #f5f5f5;
    font-weight: 800
}

.staking-plans-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 77%;
    margin: 0 auto
}

.anytime-plans-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    width: 99%;
    max-width: 97%;
    margin-left: 19px
}

.plans-box-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    background: #fd720d;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px;
    width: 28%;
    position: relative;
    border-bottom: 0
}

.flex-div-wrap {
    margin: 15px 0
}

.flex-div-wrap,.flex-div-wrap-header {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.flex-div-wrap p {
    font-size: 18px;
    opacity: 1;
}

.flex-div-wrap span {
    color: #b7d2fa;
    font-weight: 700;
    font-size: 26px;
    margin-top: 10px
}

.days-locked {
    width: 100%;
    margin: 15px 0
}

.days-locked,.days-locked div {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
}

.days-locked div {
    color: #fff;
    position: relative;
    flex-direction: column;
    background-position: center center;
    background-size: contain;
    height: 100%;
    background-repeat: no-repeat;
    width: 100%;
    flex-direction: row
}

.days-locked h3 {
    font-size: 38px!important;
    margin-bottom: 0!important;
    font-weight: 700!important;
    text-align: center
}

.days-locked p {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0!important;
    margin-left: 6px!important
}

.flex-div-wrap input {
    outline: none;
    background: 0 0;
    font-size: 25px;
    padding: 5px 20px;
    width: 120px;
    margin-top: 3px;
    border-radius: 5px;
    border: 1px solid #ddddfa;
    color: #fff!important
}

.stake-button-wrap {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    bottom: 20px
}

.stake-button-wrap button {
    background: #fff;
    border: none;
    color: #0f0f27;
    padding: 12px;
    width: 100%;
    border-radius: 10px;
    border-bottom: none;
    outline: none;
    font-weight: 800;
    font-size: 16px;
    cursor: pointer;
    margin-left: 0
}

.stake-button-wrap button:hover {
    opacity: .7
}

.withdraw-wrap {
    margin-bottom: 2rem;
    background: #ddddfa;
    color: #0f0f27;
    width: 330px;
    border-radius: 10px;
    margin-left: 0;
    padding: 30px 20px;
    position: relative
}

#ss {
    padding: 30px 20px
}

.earning-div-flex {
    margin-bottom: 20px
}

.earning-div-flex p {
    font-size: 13px;
    color: #11111a;
    padding-left: 5px;
    font-weight: 700
}

.earning-div-flex span {
    font-size: 40px;
    font-weight: 700;
    color: #fd720d
}

.withdraw-wrap button {
    background: #fd720d;
    color: #ddddfa;
    padding: 12px;
    width: 270px;
    border-radius: 10px;
    border: none;
    outline: none;
    font-weight: 800;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    margin-left: 0
}

.withdraw-wrap button:hover {
    opacity: .9
}

.withdraw-referal-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.referal-div-wrap {
    background: #000;
    color: #ddddfa;
    width: 99%;
    max-width: 97%;
    margin-bottom: 1rem;
    border-radius: 10px;
    margin-left: 20px;
    position: relative
}

.ref-link-div {
    background: #28284b;
    padding: 10px 20px;
    color: #ddddfa;
    border-radius: 5px;
    width: 86%;
    font-weight: 700
}

.copy-div-wrap {
    background: #ddddfa;
    width: 30px;
    padding: 7px;
    text-align: center;
    color: #fd720d;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    height: 27px;
    line-height: 30px
}

.ref-info-wrap {
    margin-top: 30px;
    font-size: 10px!important
}

.ref-info-wrap p {
    font-size: 12px!important
}

.ref-earning-wrap {
    margin: 30px 0
}

.ref-earning-wrap span {
    color: #e2e4ff;
    font-size: 30px!important
}

.deposit-container {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 17px
}

.deposit-box,.deposit-container {
    display: -webkit-flex;
    display: flex
}

.deposit-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    background: linear-gradient(255.12deg,#243244 70%,#282844);
    border-radius: 10px;
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 20px;
    width: 340px;
    height: 200px;
    position: relative;
    box-sizing: border-box
}

.terminate-btn {
    background: linear-gradient(255.12deg,#201a44 50%,#d284ff);
    color: #ddddfa;
    padding: 10px;
    width: 170px;
    border-radius: 10px;
    border: none;
    outline: none;
    font-weight: 800;
    font-size: 12px;
    cursor: pointer
}

.terminate-btn:hover {
    opacity: .7
}

.partners-wrap {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-right: 10vw;
    padding-bottom: 20px;
    color: #363253
}

.minting-notice,.partners-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 12px
}

.minting-notice {
    position: fixed;
    background: linear-gradient(255.12deg,#dad6f8,#e2e4ff);
    color: #212341;
    width: 200px;
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    font-weight: 700;
    border-bottom: 5px solid #26263b;
    right: 2vw;
    -webkit-justify-content: center;
    justify-content: center;
    top: 12vh;
    z-index: 100
}

.minting-img {
    opacity: .9
}

.green-plan button {
    background: #fff
}

.ig-new {
    color: #f75656;
    width: 80vw;
    margin: 0 auto
}

.count-down-wrap {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    color: #f8cc3c
}

@media screen and (max-width: 890px) {
    .global-stats-container,.menu-container {
        -webkit-flex-wrap:wrap;
        gap: 20px
    }

    .global-stats-box {
        margin-bottom: 20px
    }
    .flex-div-wrap p {
    font-size: 15px;
    
}

.flex-div-wrap span {
    
    font-weight: 700;
    font-size: 20px;
    
}

    .withdraw-referal-container {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }

    .referal-div-wrap {
        height: auto;
        margin-top: 30px;
        width: 100%;
        margin-left: 0
    }

    .withdraw-wrap button {
        margin: 0;
        width: 100%;
        max-width: 100%
    }

    .ref-link-div p {
        font-size: 8px
    }

    .ref-info-wrap {
        display: none
    }

    .body-container {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .top-title {
        margin: 20px 0!important
    }

    .header-container {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px;
        justify-content: center ;
    
    }

    .top-prices {
        margin: 20px
    }

    .global-stats-box {
        margin: 0 0 20px;
        width: 100%
    }

    .anytime-plans-wrap {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        -webkit-justify-content: center;
        justify-content: center
    }

    .plans-box-wrap {
        width: 95%
    }

    .stake-button-wrap {
        margin-left: 0;
        -webkit-align-items: center;
        align-items: center
    }
}

.about-container {
    width: 60%;
    background: #1a1a29;
    border-radius: 20px;
    color: #313131;
    margin: 50px auto 0;
    padding: 20px 50px 30px;
    font-family: roboto,sans-serif!important
}

.about-container p {
    font-weight: 500
}

.minter-words {
    background: linear-gradient(255.12deg,#2b0b5e 70%,#943f59)!important;
    color: #ece6ff;
    padding: 15px 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-top: 10px
}

.copied-wrap {
    background: linear-gradient(255.12deg,#2b0b5e 70%,#eb6c92)!important;
    padding: 10px 20px;
    border-radius: 20px;
    color: #ddd;
    font-weight: 500;
    margin-bottom: 5px
}

.loading-div {
    width: 100vw;
    height: 100vh;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
}

.loading-div img {
    width: 45px
}

.loading-div img,.minting-img {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}

.minting-img {
    width: 30px;
    margin-right: 20px
}

.about-div-wrap {
    background: #29294e;
    padding: 20px 20px 40px;
    border-radius: 20px;
    margin-bottom: 10px;
    color: #fdfdfd
}

.about-div-wrap p {
    padding-left: 10px;
    font-size: 18px;
    margin-bottom: 10px;
    color: #dfdfdf
}

.about-para-title {
    padding-left: 10px;
    font-size: 25px;
    color: #ff5f8f;
    margin-top: 20px;
    margin-bottom: 20px
}

.days-left-wrap {
    background: linear-gradient(255.12deg,#181535 100%,#05040a 0);
    color: #ecd7a0;
    font-weight: 800;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    font-size: 15px;
    position: absolute;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    right: 15px;
    bottom: 15px
}

.days-left-wrap,.partners-wrap-ft {
    display: -webkit-flex;
    display: flex
}

.partners-wrap-ft img {
    width: 100px;
    cursor: pointer
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.charts-wrap {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 50px
}

.charts-box,.charts-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.charts-box {
    -webkit-flex-direction: row;
    flex-direction: row;
    background: #181830!important;
    padding: 5px 30px;
    border-radius: 7px;
    width: 80%;
    margin-bottom: 20px;
    border: 1px solid #2d2d4b
}

.charts-price-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 80px
}

.charts-box h5 {
    font-weight: 900;
    color: #eb6c92;
    width: 25%;
    padding-left: 10px
}

.charts-box img {
    width: 40px
}

.charts-box p {
    font-size: 14px;
    font-weight: 700;
    width: 20%
}

.charts-box-header {
    background: 0 0!important;
    padding: 0 30px;
    color: #bbb!important;
    margin-bottom: 5px;
    border: none
}

.charts-box-header h5 {
    color: #dad8d8!important
}

.charts-search-wrap {
    display: -webkit-flex;
    display: flex;
    width: 70%;
    text-align: right;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.charts-search-wrap input {
    background: 0 0;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 15px 20px;
    width: 300px;
    font-weight: 700;
    font-size: 20px;
    margin-right: 10px;
    outline: none;
    color: #dbdbdb
}

.charts-search-wrap button {
    background: #0b0b1a;
    color: #777;
    border: none;
    border-radius: 20px;
    padding: 17px 15px;
    width: 150px;
    outline: none;
    cursor: pointer
}

.charts-search-wrap button:hover {
    background: #080811;
    color: #afadad
}

.charts-links-wrap {
    display: -webkit-flex;
    display: flex;
    width: 75%;
    text-align: right;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.charts-links-wrap button {
    border: none;
    width: 200px;
    height: 40px;
    margin: 0 10px;
    outline: none;
    border-radius: 4px;
    cursor: pointer
}

.charts-links-wrap button:first-child {
    background: linear-gradient(255.12deg,#9132df 20%,#1854ee 50%);
    color: #fff;
    font-weight: 700
}

.charts-links-wrap button:nth-child(2) {
    background: linear-gradient(255.12deg,#00ff83,#e08814);
    color: #fff;
    font-weight: 700
}

.charts-links-wrap button:first-child:hover {
    background: linear-gradient(255.12deg,#8043e2,#4274f3);
    color: #fff;
    font-weight: 700
}

.charts-links-wrap button:nth-child(2):hover {
    background: linear-gradient(255.12deg,#5af7ab,#e08814);
    color: #fff;
    font-weight: 700
}

.flex-col {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.token-screen-search-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 100px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
}

.token-screen-search-wrap input {
    border: 1px solid #2d2d81;
    width: 400px;
    background: 0 0;
    padding: 20px 30px;
    font-size: 20px;
    font-weight: 200;
    outline: none;
    color: #8f89ca;
    border-radius: 7px;
    text-align: center
}

.token-screen-details-wrap {
    margin-top: 50px;
    border: 1px solid #2d2d81;
    width: 50%;
    background: #181833;
    height: 400px;
    color: #c2bfbf;
    border-radius: 10px;
    position: relative
}

.token-screen-price-wrap {
    position: absolute;
    right: 40px;
    top: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.token-screen-price-wrap h5 {
    color: #17ff90;
    font-size: 35px;
    margin: 0
}

.token-screen-price-wrap span {
    font-size: 12px
}

.token-screen-details-wrap h1 {
    text-align: center;
    margin-top: 100px;
    font-weight: 300;
    color: #2d2d81
}

::-webkit-input-placeholder {
    color: #3e3e5a;
    opacity: 1
}

:-ms-input-placeholder {
    opacity: 1
}

::placeholder {
    color: #3e3e5a;
    opacity: 1
}

:-ms-input-placeholder {
    color: #3e3e5a
}

::-ms-input-placeholder {
    color: #3e3e5a
}

.bmx-staking-container {
    padding-top: 50px;
    -webkit-flex-direction: column;
    flex-direction: column
}

.bmx-staking-container,.bmx-staking-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
}

.bmx-staking-wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.bmx-staking-box {
    width: 300px;
    height: 300px;
    background: linear-gradient(255.12deg,#0e0c1d,#181838);
    margin: 20px;
    border-radius: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    box-shadow: 0 3px 51px #1b1b36
}

.bmx-staking-box .earned-amount-bmx {
    color: #d6ccff;
    font-size: 40px;
    margin-top: -50px
}

.bmx-staking-box .staked-amount-bmx {
    color: #d6ccff;
    font-size: 40px
}

.bmx-staking-box .credit-amount-bmx {
    color: #d6ccff;
    font-size: 35px;
    margin-top: 15px
}

.bmx-staking-box span {
    color: #e46fd0;
    font-size: 12px
}

.bmx-staking-box .bmx-withdraw-btn {
    position: absolute;
    bottom: 22px;
    width: 70%;
    border: none;
    border-radius: 30px;
    font-size: 15px;
    padding: 12px 10px;
    outline: none;
    cursor: pointer;
    background: linear-gradient(255.12deg,#6734b9,#eb6c92);
    color: #fff;
    font-weight: 800
}

.bmx-staking-box .bmx-withdraw-btn:hover {
    opacity: .8
}

.bmx-add-btn {
    color: #d6ccff
}

.bmx-staking-box input {
    border: none;
    outline: none;
    border-radius: 10px;
    padding: 10px 15px;
    margin-top: 20px;
    background: linear-gradient(255.12deg,#292449,#24244b);
    color: #d6ccff;
    font-weight: 800;
    font-size: 15px
}

.terminate-stake-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 30px
}

.terminate-stake-wrap button {
    width: 200px;
    border: none;
    border-radius: 30px;
    font-size: 15px;
    padding: 12px 10px;
    outline: none;
    cursor: pointer;
    background: linear-gradient(255.12deg,#3e1a79,#ec0505);
    color: #fff;
    font-weight: 800;
    margin-top: 20px
}

.terminate-stake-wrap button:hover {
    opacity: .8
}

.terminate-stake-wrap span {
    font-size: 12px;
    color: #eae0fd;
    margin-bottom: 10px
}

.bmx-credit-box {
    background: linear-gradient(255.12deg,#2b0b5e 70%,#943f59)!important
}

.bmx-token-balance {
    color: #d6ccff!important
}

.read-more-link {
    color: #f574aa;
    font-weight: 800
}

.bmx-price {
    position: absolute;
    top: 5px;
    font-size: 15px;
    color: #d6ccff;
    font-weight: 300!important
}

.bmx-staking-container {
    width: 50%;
    margin: 30px auto
}

.bmx-staking-container h3 {
    color: #f7e3fc;
    font-weight: 400;
    word-spacing: 5px
}

.swap-container {
    padding: 20px;
    background-color: #27262c;
    width: 400px;
    border-radius: 20px;
    margin-top: 10px;
    color: #f5eeff;
    font-weight: 500
}

.swap-input-wrap {
    margin-top: 30px
}

.swap-input-wrap-box {
    background-color: #382e49;
    margin-top: 10px;
    border-radius: 10px;
    padding: 8px 20px
}

.box-wrap-flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center
}

.box-wrap-flex span {
    margin-left: 10px
}

.token-icon {
    width: 30px
}

.box-wrap-flex input {
    background: 0 0;
    font-size: 17px;
    font-weight: 700;
    color: #f5eeff;
    border: none;
    outline: none
}

.swap-icon-wrap {
    text-align: center;
    margin-top: 20px;
    cursor: pointer
}

.info-class {
    background-color: #382e49;
    padding: 30px;
    border-radius: 10px;
    color: #f3e3ff
}

.swap-btn-wrap button {
    border: 1px solid #5a5858;
    outline: none;
    background-color: #362f41;
    padding: 20px;
    width: 280px;
    margin-top: 30px;
    margin-bottom: 7px;
    border-radius: 10px;
    color: #5e5e5b;
    cursor: pointer
}

.msk-info {
    padding: 20px;
    background-color: #dbddeb;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 500
}

.theme__btn {
    font-weight: 700;
    padding: 11px 20px;
    background: #7b3fe4!important
}

.dashbord {
    background: #7b3fe4;
    color: #fff!important
}

.color__p {
    color: #d284ff!important
}

.title__sec {
    margin-left: 27px;
    margin-top: -20px;
    width: 550px
}

.Packages__title {
    margin-left: 20px;
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 14px
}

.p__12 {
    font-size: 12px!important
}

.Brand__btn {
    color: #333
}

.mt-40 {
    margin-top: 40px!important
}

.span__color {
    color: #ddddfa!important
}

.color_dark {
    color: #d284ff!important
}

.Etitle {
    margin-left: 20px;
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 14px
}

.d-flex {
    display: flex
}

.align-center {
    align-items: center
}

.flex_start {
    align-items: flex-start!important
}

.mt-5 {
    margin-top: 5px!important
}

.mb-50 {
    margin-bottom: 50px!important
}

.last_title {
    margin-left: 20px;
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 14px
}

.relative {
    position: relative!important
}

.text-black {
    color: #000
}

.text-white {
    color: #fff!important
}

.Fbold {
    font-weight: 700!important
}

.mat-h5,.mat-typography h5 {
    /* margin: 15px 0 25px 19px!important; */
    font: 400 24px/20px Roboto,"Helvetica Neue",sans-serif!important;
    font-weight: 900!important;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 890px) {
    .mat-h5,.mat-typography h5,.withdraw-wrap {
        margin-left:0!important
    }
}

/*
     FILE ARCHIVED ON 02:39:13 Mar 23, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:30:12 Jul 07, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.877
  exclusion.robots: 0.044
  exclusion.robots.policy: 0.014
  esindex: 0.019
  cdx.remote: 41.368
  LoadShardBlock: 574.285 (3)
  PetaboxLoader3.datanode: 517.76 (5)
  PetaboxLoader3.resolve: 621.041 (2)
  load_resource: 595.737
  loaddict: 74.006
*/
