@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;400;500;600;700;800&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Manrope', sans-serif;
}
body{
    overflow-x: hidden !important;
}
.hero{
    background: linear-gradient(180deg , black , #0173b5);
    min-height: 100vh;
    /* box-shadow: 0px 0px 10px 40px #11009d; */
}
.btn-gift{
    display: inline-block;
    width: 100% !important;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    text-decoration: none;
    background-color: #19b953;
    border-radius: 10px;
    text-align: center;
    margin-top: 1.5rem;
}
.title-items-index{
    font-size: 1.2rem;
}
.menu-desk2{
    width: 100%;
    background-color: black;
    overflow: auto;
}
.menu-desk2-lists{
    width: 100%;
    list-style-type: none;
    display: flex;
    padding: 1rem;
    overflow: auto;
}
.menu-desk2-lists-items{
    width: 30%;
    text-align: center;
    padding: 0.4rem;
}
.menu-desk2-lists-items-links{
    text-decoration: none;
    color: whitesmoke;
    font-size: 0.9rem;
}
.sidebar .toggle-menu-mobile{
    display: none;
}
.text-verify-account{
    color: green;
    margin: 0.5rem 0rem;
}
.text-not-verify-account{
    color: red;
    margin: 0.5rem 0rem;
}
.table-responsive-safe{
    overflow: auto;
}
.table-safe{
    width: 100%;
    margin: 1rem auto;
    border-collapse: collapse;
}
.table-safe-th {
    border-bottom: 1px solid blue;
    border-top: 1px solid blue;
    padding: 0.5rem;
    text-align: center;
    font-size: 1.1rem;
}
.table-safe-td{
    border-bottom: 1px solid blue;
    padding: 0.8rem;
    text-align: center;
    height: auto;
    font-size: 0.9rem;
}
.block-for-link-table{
}
.display-link-table{
    width: 100%;
    text-decoration: none;
    background-color: blue;
    color: white;
    padding: 0.3rem;
    margin-bottom: 1rem;
    border-radius: 10px;
    display: block;
}
.collapse-safe{
    width: 90%;
    margin: 1rem auto;
    padding: 2rem;
    text-align: center;
    box-shadow: 1px 1px 5px green;
}
.collapse-safe-dash{
    width: 99%;
    margin: 1rem auto;
    padding: 2rem;
    text-align: center;
    box-shadow: 1px 1px 5px green;
}
.collapse-safe-btn{
    width: 100%;
    background-color: blue;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0.7rem;
    color: whitesmoke;
    margin-bottom: 0.5rem;
}
.active-collpase , collapse-safe-btn:hover{
    background-color: blue;
}
.collapse-safe-title{
    text-align: left;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.collapse-safe-content{
    display: none;
    padding: 1rem;
    overflow: hidden;
    background-color: #7795dc;
    color: whitesmoke;
    margin-bottom: 1rem;
    transition: max-height 0.8s ease-out;
}
.notification-alert{
    width: 50%;
    border: 1px solid green;
    padding: 0.5rem;
    text-align: center;
    box-shadow: 1px 2px green;
    margin: 2rem auto;
}
.text-notification{
    color: green;
    font-style: italic;
    font-size: 1rem;
}
.style-link{
    text-decoration: none;
    background-color: blue;
    color: whitesmoke;
    padding: 0.5rem;
    border-radius: 10px;
    margin-top: 10px;
    display: inline;
}
.style-link-invest{
    width: 100% !important;
    text-align: center;
    text-decoration: none;
    background-color: blue;
    color: whitesmoke;
    padding: 0.5rem;
    border-radius: 10px;
    margin-top: 10px;
}
.show-progress-dash{
    margin-bottom: 1rem;
}
.progress-dash{
    border-radius: 10px;
    width: 100%;
    height: 1.2rem;
    outline: 1px solid yellow;
}
.progress-dash::-webkit-progress-bar{
    background-color: #ddd;
    border-radius: 10px;
}
.progress-dash::-webkit-progress-value{
    background-color: blue;
    border-radius: 10px;
    box-shadow: 1px 1px 5px 3px whitesmoke;
}
.progress-dash::-moz-progress-bar{
    background-color: blue;
    border-radius: 10px;
}
.title-nam{
    margin-bottom: 1rem;
}
.nav-btns{
    display: flex;
    list-style-type: none;
    margin-right: 2rem;
}
.nav-item{
    margin-left: 0.5rem;
}
.nav-link{
    text-align: center;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color: white;
    margin-right: 1rem;
}
.nav-link:hover{
    background-color: blue;
    padding: 0.1rem;
    border-radius: 10px;
}
.main-link{
    width: 20%;
    text-decoration: none;
    color: white;
    background-color: blue;
    padding: 0.4rem;
    border-radius: 10px;
}
.link-hero-register{
    text-decoration: none;
    background-color: blue;
    color: white;
    padding: 0.4rem;
    border-radius: 10px;
    width: 10%;
}
.link-model-investment{
    text-decoration: none;
    background-color: blue;
    color: whitesmoke;
    border-radius: 10px;
    padding: 10px;
}
.sidebar ul {
    list-style-type: none;
    padding: 0;
}
.nam{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.sidebar ul li {
    padding: 10px 0;
}

.sidebar ul li a {
    text-decoration: none;
    color: #333;
}

.sidebar ul li a:hover {
    color: #4682B4;
}

.sublist {
    display: none;
    margin-left: 30px;
    margin-top: 10px;
}
.navbar{
    height: 70px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: black;
    position: relative;
}
#nav , #nav ul li a{
    background-color: white;
    color: black;
}
.brand-navbar-safe{
    display: flex;
}
.logo-nav{
    width: 5%;
    margin-left: 0.5rem;
    margin-right: 0.7rem;
}
.logo-nav-image{
    width: 50px;
    overflow: auto;
    margin-right: 1rem;
}
.text-navbar-safe{
    color: whitesmoke;
    margin-top: 1rem;
    margin-left: 2rem;
}
.side-mob-toggle{
    display: none;
}
.menu-desk{
    background-color: black;
    font-size: 85%;
    padding:1rem;
    width: 100%;
    margin-left: 5%;
}
.menu-desk ul{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
}
.menu-desk ul li {
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: white;
}
.menu-desk ul li a:hover{
    color: #ffe350;
}
.menu-desk ul a{
    color: white;
    text-decoration: none;
    font-weight: normal;
}
.desc{
    color: white;
}
.searchInp{
    outline: none;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    margin: 0px 20px;
}
.btn-nav{
    width: 70px;
    padding: 10px 0px;
    border: none;
    outline: none;
    border-radius: 30px;
    background: linear-gradient(30deg , #ffe350 , white);
    color: black;
    font-weight: normal;
    cursor: pointer;
}
#nav-login-btn{
    background: transparent;
    color: white;
    transition: .3s;
}
#nav-login-btn:hover{
    transform: scale(1.2);
}
/* main */
.main{
    display: flex;
    align-items: center;
    padding: 30px 80px;
    justify-content: space-around;
    position: relative;
}
.right-side > *{
    margin-bottom: 10px;
}
.title-hero{
    font-size: 4rem;
    color: white;
}
.g-title{
    font-size: 2.3rem;
    color: #ffe350;
}
p{
    /* color: white; */
    font-weight: bolder;
    line-height: 1.6;
}
.btn{
    width: 150px;
    height: 50px;
    border-radius: 50px;
    outline: none;
    border: none;
    font-weight: bold;
    transition: .3s all;
    cursor: pointer;
    background: linear-gradient(to right, #ffe350,white );
}
.btn:hover {
    background: linear-gradient(to right, white, #ffe350 );
    transform: scale(1.1);
}
.network-img{
    animation: net-img infinite 20s linear;
}
@keyframes net-img {
    0%{
        transform: rotateZ(0deg) scale(1);
    }
    50%{
        transform: rotateZ(180deg) scale(1.05);
    }
    100%{
        transform: rotateZ(0deg) scale(1);
    }
}
.padd-section{
    padding: 20px;
    margin: 50px;
}

.section-title{
    font-size: 2rem;
    color: #020202;
    margin-bottom: 50px;
}
/* features */
.features .cards{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}
.card-feature{
    width: 300px;
    border-radius: 30px;
    text-align: center;
    padding: 20px 10px;
    font-weight: bolder;
}
.card-feature img{
    width: 50%;
    height: 100%;
    transform: scale(.6);
    color: #ceb32e;
    margin-bottom: 20px;
}

/* table in index */
.crypto-table {
    width: 90%;
    border-collapse: collapse;
    margin: 20px auto;
}

.crypto-table thead {
    text-align: left;
}
.crypto-table th{
    color: #111111;
}
.crypto-table tr{
    color: black;
    font-weight: bolder;
}
.crypto-table tr td:nth-child(1){
    width: 10%;
}
.crypto-table th,
.crypto-table td {
    padding: 2px 25px;
    width: 45%;
}
.crypto-table td img{
    width: 100%;
}

.crypto-table tr:nth-child(even) {
    color: #ccc;
    background-color: black;
}

.crypto-table td:hover {
    color: white;
    background-color: #010101;
}

/* services */
.container-services{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.service-card{
    width: 500px;
    height: auto;
    margin: 20px 70px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0px 0px 5px 0.5px blue;
    border: 2px solid blue;
    transition: .2s all;
    /*filter: brightness(.9);*/
}
.service-card:hover{
    transform: scale(1.03);
    filter: brightness(1);
}
.service-header{
    padding: 20px 30px;
    /*background: linear-gradient(30deg , #5ddf5d , black);*/
    border-radius: 20px 20px 0px 0px;
}
.service-card h2{
    font-size: 1.8rem;
    text-align: center;
    color: #0173b5;
}
.service-center{
    padding: 20px 30px;
}
.service-center p{
    color: black ;
    text-align: center;
}

/* intro */
.container-intro{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
.intro-header{
    padding: 20px 30px;
    border-radius: 20px 20px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.intro-header img{
    width: 100px;
    max-height: 100px;
    object-fit: contain;
    /* transform: scale(.6); */
}
.intro-card i{
    font-size: 6rem;
    /* text-align: left; */
    color: #3c3c3c;
}
.intro-card{
    width: 250px;
    height: 300px;
    border-radius: 30px;
    transition: .2s all;
    padding: 0px 10px;
}
.intro-card h3{
    font-size: .85rem;
}
.intro-card:hover{
    transform: scale(1.03);
}
.intro-center{
    /* padding: 20px; */
    text-align: center;
}
.intro-center p{
    color: black;
    display: inline-block;
    margin: 0px;
    text-align: center;
    font-size: .7em;
    margin-top: 20px;
}
/* end of intro */

/* footer */
/* .footer-container{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    background-color: black;
    padding: 50px 100px;
} */

.footer-container{
    background-color: black;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    padding: 50px 0px 30px 40px;
    max-height: 100vh;
}

.footer-column h3 {
    color: #fff;
    margin-bottom: 20px;
}

.footer-column p,
.footer-column ul {
    color: #ccc;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    color: #ccc;
    text-decoration: none;
    font-size: .8rem;
}
.footer-about{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
    font-size: .7rem;
    text-align: center;
}
/* end of footer */

.img-logo-token{
    width: 20px;
    height: auto;
    margin-top: 2px;
    overflow: auto;
}
.img-logo-token-buy{
    width: 2%;
    height: auto;
}
.side-mob{
    display: none;
}
@media screen and (max-width: 1000px) {
    .img-logo-token{
        width: 20px !important;
        height: auto;
        margin-top: 2px;
        overflow: auto;
    }
    .dot-title{
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .for-d-m{
        margin-top: 4rem;
    }
    .brand-navbar-safe{
        text-align: center;
    }
    .logo-nav{
        width: 8%;
        margin-left: 0.5rem;
        margin-right: 0.6rem;
    }
    .logo-nav-image{
        width: 100%;
        margin-top: 0.3rem;
    }
    .text-navbar-safe{
        color: whitesmoke;
        margin-top: 0.5rem;
        margin-left: -0.2rem;
    }
    .btn-mob{
        float: right;
        padding: 0.5rem;
        color: white;
        margin-left: 15rem;
    }
    .menu-desk2-lists-items{
        padding: 0.6rem;
    }
    .title-items-index{
        font-size: 1rem;
    }
    .myInput{
        width: 100% !important;
    }
    .table-responsive-safe{
        width: 100%;
        overflow: auto;
    }
    .display-link-table{
        margin-top: 3rem;
    }
    .side-mob{
        display: block;
        width: 100%;
        background-color: black;
        padding: 0.5rem;
        position: fixed;
        margin-bottom: 2rem;
        height: auto;
        z-index: 1;
        top:0;
    }
    .side-mob-toggle{
        width: 60%;
        height: 100%;
        position: fixed;
        right: 0;
        z-index: 1;
        margin-top: 0.5rem;
        display: none;
        transition: 1s all;
    }
    .lists-mob{
        width: 100%;
        height: 100%;
        background-color: black;
        float: right;
        padding-left: 0.5rem;
        list-style-type: none;
        display: block;
        margin-top: 0.7rem;
        text-align: center;
    }
    .list-mob{
        margin: 1rem 0rem;
        padding: 0.6rem 0rem;
        border-bottom: 1px solid blue;
        border-radius: 10px;
    }
    .list-mob-link{
        text-decoration: none;
        color: whitesmoke;
    }
    .logo-mob{
        width: 8.5%;
        margin-left: 0.5rem;
        margin-top: 0.3rem;
    }
    .color-icon-mob{
        color: blue;
    }
    .clearfix::after{
        content: "";
        clear:both;
        display: table;
    }
    .img-logo-token-buy{
        width: 7%;
        height: auto;
    }
    .img-logo-token{
        width: 15%;
        height: auto;
    }
    .menu-desk{
        font-size: 50%;
    }
    .menu-desk ul{
        display: flex;
        align-items: center;
        justify-content: center;
        list-style-type: none;
    }
    .menu-desk ul li {
        margin-left: 10px;
        margin-bottom: 10px;
        color: white;
    }
    .menu-desk ul li a:hover{
        color: #ffe350;
    }
    .menu-desk ul a{
        color: white;
        text-decoration: none;
        font-weight: normal;
    }
    .hero{
        min-height: auto;
    }
    .main{
        padding: 30px
    }
    .main p{
        font-size: .7rem;
        width: 100%;
    }
    .title-hero{
        font-size: 2rem;
        width: 100%;
    }
    .g-title{
        font-size: 1.2rem;
        width: 100%;
    }
    .navbar{
        display: none;
    }
    .bt-earn > *{
        font-size: .8rem !important;
        padding: 5px 7px !important;
    }
    .earn-table thead th{
        font-size: .4rem;
        padding: 5px 10px;
        text-align: center;
    }
    .earn-table tbody{
        font-size: .5rem;
    }
    .network-img{
        display: none;
    }
    .section-title{
        font-size: .8rem;
        width: 100%;
    }
    .info-deposit{
        padding: 20px;
        font-size: .6rem;
    }
    .boxes{
        width: 100%;
    }
    .boxes > h1{
        font-size: 1.2rem;
    }
    .sel{
        width: 100% !important;
    }
    .service-card{
        height: auto;
        margin: 1rem 0px;
    }
    .pricingCard {
        width: 300px !important;
        height: 500px !important;
        margin: 20px 0px !important;
    }
    .pricing-body{
        font-size: .9rem;
    }
    .pricing-footer{
        font-size: .7rem;
    }
    .service-card h2{
        font-size: .9rem;
    }
    .padd-section{
        padding: 0px;
    }
    .intro-card h3{
        font-size: 1rem;
    }
    .intro-card p {
        font-size: .8rem;
    }
    .crypto-table{
        font-size: .6rem;
    }
    .crypto-table td , .crypto-table th{
        padding: 5px !important;
    }
    .crypto-table img{
        display: block !important;
        width: 100% !important;
    }
    .footer-container{
        display: grid;
        grid-template-columns: 1fr 1fr;
        height: 100% !important;
    }
    .footer-container h3{
        font-size: .8rem;
    }
    .footer-column{
        background-color: black;
        margin-bottom: 1.6rem;
    }
    .footer-about{
        display: none;
    }
    .sidebar{
        display: none;
        background-color: #000000;
        width: 30px;
        font-size: .5rem;
        padding: 20px 0px 20px 30px;
    }
    .icon-sidebar-index{
        color:white;
        float: right;
    }
    .logo-mob-index{
        width: 8.5%;
    }
    .list-item-index{
        text-align: center;
        margin-bottom: 0.4rem;
    }
    .list-item-link-index{
        text-decoration: none;
        color: white;
    }
    .list-item-link-index:hover{
        color:red;
        background-color: blue;
        border-radius: 10px;
        padding: 1rem;
    }
    .items .sel{
        padding: 20px 10px !important;
    }
    .sidebar-header{
        display: none !important;
    }
    .dashboard-menu-mobile{
        display: none;
        margin: 20px auto;
        width: 100%;
    }
    .sidebar img{
        display: none;
    }
    .dashboard-desktop-menu{
        display: none;
    }
    .content{
        width: 100% !important;
        margin-left: 0% !important;
        position: relative;
        margin-top: 10%;
    }
    .left-signup{
        display: none !important;
    }
    .profile-box{
        flex-wrap: wrap;
        width: 100%;
        font-size: .5rem;
        padding: 20px !important;
    }
    .box-header h2{
        font-size: 1.2rem !important;
    }
    .box-header a{
        font-size: .7rem;
    }

    .products-container > *{
        margin: 20px 0px;
    }

    .balance {
        font-size: 1.2rem !important;
        text-align: center;
    }
    .btn-value-box{
        padding: 0px 0px !important;
    }
    .btn-value-box input{
        padding: 10px 20px !important;
        font-size: .5rem;
    }
    .toggle-menu-mobile{
        display: block !important;
        color: white;
    }
    .buttons-dash-item{
        flex-wrap: wrap;
    }
    .steps{
        flex-wrap: wrap;
    }
    .boxes .box .item-header{
        text-align: center;
    }
    .history{
        font-size: .5rem;
    }
    p{
        font-size: .8rem;
    }
    .info-withdrawal {
        display: grid;
        grid-template-columns: 1fr !important;
    }
    .boxes .box{
        padding: 20px 15px;
        /*box-shadow: none;*/
    }
    .overview-box{
        padding: 10px 30px !important;
    }
    .asset-title{
        font-size: 1.1rem;
    }
    .asset-allo > h2{
        font-size: 1.1rem;
    }
    .chart-in-box{
        padding: 20px;
        font-size: .9rem;
        width: 300px !important;
        height: 300px !important;
    }
    .info-withdrawal{
        font-size: .8rem;
    }
    .overview-box > h2{
        font-size: .9rem;
        padding: 5px 0px;
    }
    .items{
        padding: 0px !important;
        flex-direction: column;
    }
    .items > .sel{
        margin: 20px;
    }
    .item-header , .label{
        font-size: 1.3rem !important;
    }
    .box > *{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .header-boxes-overview{
        margin: 0px 0px 30px 30px;
        font-size: .8rem !important;
    }
    .sidebar-in-index{
        background-color:black;
        display: block !important;
        padding: 30px;
        height: 20%;
        width: 100%;
        z-index: 1000;
    }
    .sidebar-in-index i{
        font-size: 1.4rem;
    }
    .sidebar-in-index .dashboard-menu-mobile li{
        padding: 7px;
        font-size: 1.4rem;
        list-style-type: none;
    }
    .sidebar-in-index .dashboard-menu-mobile li i{
        margin-right: 40px;
    }
    .sidebar-in-index .dashboard-menu-mobile li i a{
        text-decoration: none !important;
    }

    .btn-home-dash-items{
        width: 250px;
    }
    .steps > div{
        padding: 20px 0px !important;
    }
}


/* media (max-width: 768px) {
    .sidebar {
        width: 100px; /* Adjust this value based on your preference */
/* } */

/* .content {
    margin-left: 100px; /* This should match the new width of the sidebar */
/* }
}   */


/* Dashboard */

.sidebar {
    width: 15%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px;
    box-sizing: border-box;
    transition: .3s;
    box-shadow: 0px 0px 10px #00000020;
    font-weight: normal;
}
.sidebar-header{
    height: 200px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    overflow: hidden;
}

.sidebar-in-index{
    display: none;
}
.profile-user{
    width: 75px;
    height: 75px;
    border: 3px dashed black;
    /* background-color: black; */
    border-radius: 100%;
}
.profile-user img{
    width: 75px;
    height: 75px;
}
.sidebar ul {
    list-style-type: none;
    padding: 0;
}

.sidebar ul li {
    padding: 10px 0;
}

.sidebar ul li a {
    text-decoration: none;
    color: #333;
}

.sidebar ul li a:hover {
    color: #4682B4;
}
.dashboard-menu-mobile{
    color: white;
    display: none;
}
.dashboard-menu-mobile a{
    z-index: 1000 !important;
}
.sublist {
    display: none;
    margin-left: 30px;
    margin-top: 10px;
}
.sidebar i{
    margin-right: 20px;
    font-size: 1.2rem;
}
.content {
    width: 85%;
    margin-left: 15%;
}
.content .navbar{
    box-shadow: 0px 0px 3px #ccf;
}
/* profile box in the dashboard */
.profile-box{
    background-color: #7795dc;
    padding: 20px 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: white;
}
.profile-logo img{
    width: 60px;
    height: 60px;
    margin-right: 30px;
    background-color: white;
    padding: 10px;
    border-radius: 50px;
}
.profile-contents{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.pr-content{
    /*    display: flex;
        align-items: center;
        justify-content: center;*/
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 100%;
}
.pr-content h4{
    font-size: .8rem;
}
.pr-content h6{
    font-size: .6rem;
}
.pr-content > div{
    margin-right: 40px;
}
/* total value in the dashboard */
.boxes{
    padding: 20px;
}
.setting-in-dashboard{
    color: white;
    margin-left: 20px;
}
.menu-setting{
    display: none;
}
.total-value{
    padding: 20px 50px;
    background-color: #fff;
    border-radius: 0px !important;
    /* border-radius: 30px; */
}
.two-auth .item-in-box{
    padding: 20px;
}
.two-auth .item-in-box h2{
    padding: 20px;
}
.two-auth .item-in-box .item-body{
    padding: 10px 40px;
    font-size: 1.3rem;
}
.box-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.box-header a{
    text-decoration: none;
    color: black;
}
.box-header h2{
    font-size: 2rem;
}
.total-value .balance{
    padding: 20px 0px;
    font-size: 2rem;
}
.btn-value-box{
    padding: 10px 40px;
}
.btn-value-box input{
    background-color: #000000;
    outline: none;
    border-radius: 30px;
    padding: 20px 40px;
    cursor: pointer;
    font-weight: bold;
    margin-right: 20px;
    border: 2px solid black;
    color: white;
}
.btn-value-box input:nth-child(even){
    background-color: #fff;
    color: black;
    border: 2px black solid;
}
.box{
    /* border: 1px solid #5ddf5d; */
    width: 100%;
    padding: 20px 50px;
    border-radius: 10px;
    margin: 30px 0px;
    box-shadow: 0px 0px 7px #0173b5;
    transition: .5s all;
}
.box .chart-in-box{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /*width: 100%;*/
    width: 300px !important;
    height: 300px !important;
    margin-bottom: 50px;

}

.box .items{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0px 40px 40px 20px;
    font-size: 1.3rem;
}


.items .sel {
    border-radius: 10px;
    padding: 20px 30px;
    flex: 1;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: white;
    font-weight: bolder;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}
.box .items > div{
    width: 100%;
}
.referral-id-box{
    width: auto;
    padding: 20px 10px;
    background-color: #0173b5;
    color: white;
    text-align: center;
    border-radius: 30px;
    background-color: #11009d;
    margin: 20px 0px;
}

.box-address{
    width: auto;
    padding: 0.5rem;
    background-color: #0173b5;
    color: white;
    text-align: center;
    border-radius: 30px;
    background-color: #11009d;
    margin: 20px 0px;
}


/* forms */
.signupFrm{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.left-signup{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.left-signup img{
    width: 100%;
    height: 100%;
}
.right-signup{
    width: 100%;
}
.form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    border-radius: 5px;
}

.inputContainer {
    position: relative;
    margin: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.input {
    padding: 10px;
    width: 100%;
    border: 2px solid #000;
    outline: none;
    border-radius: 20px;
    transition: border 0.3s ease-in-out;
}

.input:focus {
    border: 2px solid #ffe350;
}

.label {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0 5px;
    background-color: transparent;
    transition: top 0.3s ease-in-out;
}

.input:focus + .label,
.input:not(:placeholder-shown) + .label {
    top: -30px;
}

.submitBtn {
    width: 100%;
    padding: 10px;
    border-radius: 20px;
    border: none;
    background-color: #010101;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease-in-out;
}

.submitBtn:hover {
    background-color: #ffe350;
    color: black;
}

.links-form{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 10px 30px;
}
.links-form > a{
    cursor: pointer;
    color: black;
    transition: .3s;
    padding: 10px 20px;
}
.links-form > a:hover{
    color: #ffe350;
    background-color: black;
}
.buttons-dash-item{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.buttons-dash-item > *{
    width: 100%;
    padding: 0.7rem;
    border: none;
    outline: none;
    cursor: pointer;
    transition: .4s;
    color: white;
    font-weight: bold;
    background-color: #11009d;
    border-radius: 20px;
    margin: 5px 2px;
    text-align: center;
    text-decoration: none;
    font-size: 1.2rem;
}
.buttons-dash-item > *:hover{
    background-color: black;
}
.item-header{
    padding: 20px 0px;
}



/* Convert */
.conver-boxes{
    display: flex;
    flex-wrap: wrap;
    padding: 0px 40px 0px 0px;  /* should get changed */
}
.conversion-box {
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
    margin: 30px auto;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.header-box{
    text-align: center;
    font-size: 1.4rem;
    padding: 20px;
}
.conversion-input {
    margin: 20px;
}
.convert-btn{
    width: 100%;
    border-radius: 20px;
    padding: 20px;
    background-color: black;
    color: white;
    font-weight: bolder;
    border: none;
    outline: none;
}
.conversion-input input {
    padding: 8px 12px;
    margin: 10px 0px 20px;
    font-size: 14px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}


.swap-currencies {
    margin: 0 10px;
    font-size: 18px;
    cursor: pointer;
}

.conversion-result {
    margin-bottom: 10px;
    margin-left: 30px;
}

.conversion-result p {
    margin: 0;
}
.conversion-select select{
    background-color: #fff;
    border-radius: 30px;
    border: none;
    outline: none;
    box-shadow: 0px 0px 10px #ddd;
}
.myInput{
    border: none;
    outline: none;
    border-radius: 10px;
    width: 100%;

}
/* Earn */

button.tabLinks {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: .7rem;
    width: 150px;
}


div.tabContent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

.tabBox-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.tabBox-header i{
    font-size: 1.5rem;
}
.tabBox-header > .buttons-dash-item{
    justify-content: flex-start;
}
.earn-table{
    width: 100%;
    table-layout: fixed;
    box-shadow: 0px 0px 10px #00000010;
    margin-top: 20px;
    padding: 20px 0px;
}
.btn-earn{
    padding: 5px 20px;
    border-radius: 20px;
    background-color: #11009d;
    border: none;
    outline: none;
    color: white;
    font-weight: bolder;
    cursor: pointer;
    transition: .3s;
    text-decoration: none;
}
.earn-table button{
    padding: 10px 40px;
    border-radius: 20px;
    background-color: #11009d;
    border: none;
    outline: none;
    color: white;
    font-weight: bolder;
    cursor: pointer;
    transition: .3s;
}
.earn-table button:hover{
    background-color: #000000;
    color: white;
}
.earn-table th , .earn-table td{
    padding: 8px;
    text-align: center;
}
.tbb:nth-child(even){
    background-color: #ddd;
}
/* End of earn */

/* validation */
.validation-inputs{
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}
.validation-inputs > input , select{
    width: 40% !important;
    outline: none;
    border: none;
    padding: 20px 40px;
    box-shadow: 0px 0px 5px #00000020;
}
/* end of validation */
/* Trade */
.grid-container-trade{
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: 'orders center-trade coins'
        'orders center-trade market-trade';
}
.orders{
    grid-area: orders;
    background-color: #000;
    color: white;
    padding: 20px;
}
.icons-in-orders{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.center-trade{
    grid-area: center-trade;
    background-color: #000;
    color: white;
}
.header-trade{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.main-trade{
    padding: 20px;
}
.coins{
    grid-area: coins;
    background-color: black;
    color: white;
}
.coins .list-of-coins{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0px;
    padding: 20px;
}
.coins .list-of-coins ul{
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    width: auto;
    position: relative;
    font-size: .8rem;
}
.coins .list-of-coins ul li{
    margin-right: 20px;
}
.coins .list-of-coins ul li a{
    color: white;
    text-decoration: none;
}
.coins-table , .market-table{
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.coins-table th,
.coins-table td,
.market-table th , .market-table td {
    /* border: 1px solid #ddd; */
    padding: 7px;
    text-align: center;
    font-size: .8rem;
}

.market-table th , .coins-table th {
    background-color: #000;
    color: white;
    text-align: center;
    font-weight: bold;
}
.market-table tr, .coins-table tr{
    background-color: #111;
    color: white;
    transition: background-color .3s;
    cursor: pointer;
}
.market-table tr:nth-child(even), .coins-table tr:nth-child(even) {
    background-color: #1b1b1b;
}
.table-in-items{
    width: 100%;
}
.table-in-items th , .table-in-items td{
    width: 50%;
    text-align: center;
}
.table-in-items tr:nth-child(even){
    background-color: #ddd;
}
.market-table tr:hover , .coins-table tr:hover {
    background-color: #3c3c3c;
}
.market-trade{
    grid-area: market-trade;
    background-color: #000;
    color: white;
    overflow-y: scroll;
    max-height: 400px;
}
.market-trade .title{
    padding: 2px 20px;
}
.table-transaction-history{
    width: 100%;
    text-align: center;
}
.table-transaction-history tr:nth-child(even){
    background-color: #ddd;
}

.steps{
    display: flex;
    justify-content: center;

}
.steps > div{
    padding: 20px 40px;
}
.steps > div > *{
    margin: 5px;
}
.steps h2{
    font-size: 2rem;
    border-radius: 50px;
    background-color: #0173b5;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 1.6;
    color: white;

}
.steps h3{
    font-size: 1rem;
}
.steps p{
    color: #333;
    font-size: .7rem;
}
.custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #11009d;
    border-radius: 20px;
    border: 1px solid #ccc;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.custom-select select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.custom-select select:focus {
    opacity: 1;
}
.network-address{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.history {
    width: 100%;
    table-layout: fixed;
    overflow-y: scroll;
    max-height: 500px;
}
.history th , .history td{
    padding: 10px;
    text-align: center;
    width: 100%;
}
.history tr{
    width: 100%;
    padding: 20px;
}
.history tr:nth-child(even){
    background-color: #ddd;
}
.success{
    background-color: #5ddf5d;
    border-radius: 50px;
    font-weight: bolder;
    color: white;
}
.failed{
    background-color: #9d0037;
    border-radius: 50px;
    font-weight: bolder;
    color: white;
}
.boxes h1{
    padding: 0px 30px;
}
.withdraw-input{
    width: 100%;
    padding: 10px 40px;
    border-radius: 30px;
    background-color: #11009d;
    border: none;
    outline: none;
    margin: 20px 0px;
    color: white;
}
.info-withdrawal{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 60px;

}
.info-withdrawal{
    text-align: center;
}
/* li.dropdown-container{
    position: relative;
} */
ul.dropdown{
    width: 200px;
    position: absolute;
    z-index: 999;
    display: none;
    list-style: none;
    background-color: #000;
    padding: 0px;
    margin-top: 20px;
}
li:hover ul.dropdown{
    display: block;
}
.dropdown li{
    display: block;
    position: relative;
    border: 1px solid black;
    margin: 0px !important;

}
.dropdown li a{
    display: block;
    padding: 20px 30px;
    text-align: center;
}
/* overview */
.header-boxes-overview{
    margin: 0px 0px 30px 30px;
    font-size: 2rem;
}
.asset-title{
    width: 50% !important;
}
.asset-allo{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row !important;
}
.asset-allo > .chart-in-box {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* end-of-overview */

/* Products */
.products-container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.pricingCard{
    width: 300px;
    background-color: #11009d;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    color: white;
    height: 500px;
    transition: .3s all;
    margin-bottom: 20px;
    margin-right: 50px;
}
/*.pricingCard:nth-child(2){
    width: 400px;
    height: 600px;
    font-size: 1.4rem;
}*/
.pricingCard:hover{
    transform: scale(1.03);
}
.pricing-header{
    text-align: center;
}
.pricing-footer a{
    color: white;
    border: 2px solid white;
    padding: 15px 40px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bolder;
    transition: .3s all;
}
.pricing-body{
    text-align: center;
}
.pricing-footer a:hover{
    background-color: #19b953;
}
.cards .box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    box-shadow: none;
}
/* End of products */