* {
    margin: 0px;
    padding: 0%;
    font-family: Posterama1927-Black, Times New Roman, Times, serif;
}

body {
    padding: 0px;
    margin: 0%;
}

.stake a:hover h1,
.stake a:hover h2,
.stake a:hover h3,
.stake a:hover h4,
.stake a:hover h5,
.stake a:hover h6 {
    color: rgb(0, 0, 0) !important;
}

.stake footer a:hover h1,
.stake footer a:hover h2,
.stake footer a:hover h3,
.stake footer a:hover h4,
.stake footer a:hover h5,
.stake footer a:hover h6,
.stake footer a:hover p {
    color: rgb(7, 5, 6) !important;
}

.stake button:focus , button:hover, button:active , button:focus-visible{
    background-image: linear-gradient(90deg, rgba(0, 225, 255, 0.9), rgba(134, 132, 132, 0.9), rgba(203, 230, 51, 0.9));
    color: #fff !important;
}

.stake .header-fixed {
    position: fixed;
    top: 0px;
    z-index: 100;
}

.stake .btn-group .dropdown-toggle::after {
    display: none !important;
}


.stake .airdrop-color {
    background: linear-gradient(to right, #1a8dd4, #65cfa1, #d68567);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stake .header-down-position {
    position: fixed;
    bottom: 5%;
    z-index: 100;
}


.stake .header-down-m {
    margin: 0.1px;
}

.stake .header-down-border {
    padding: 2%;
    /* box-shadow: 1px 1px 3px gray; */
}

.stake .header-down-border {
    padding: 2.5%;
    /* box-shadow: 1px 1px 3px gray; */

}

@media (min-width: 576px) {

    .stake .container,
    .stake .container-sm {
        max-width: 100%;
    }
}

.stake .header-help-position {
    background-image: linear-gradient(90deg, rgba(237, 204, 238, 0.9), rgba(162, 233, 202, 0.9), rgba(245, 247, 179, 0.9));
    color: #fff !important;
    border-radius: 50%;
    width: 59px;
    height: 59px;
    z-index: 20;
    position: fixed;
    bottom: 20%;
    right: 3%;
}

/* header-end */



/* main-start  */
.stake .nav-tabs-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.stake .nav-tabs {
    flex-wrap: nowrap;
}

.stake .main-1-border {
    border-left: 7px solid rgb(32, 208, 252);
}

.stake .main-1-border2 {
    border-left: 7px solid rgb(230, 146, 21);
}

.stake .main-usdt-color {
    color: #018b42;
}


.stake .nav-tabs-wrapper::-webkit-scrollbar {
    display: none;
    /* Optional: Scrollbar hide karne ke liye */
}


.stake .stake-card {
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 15px;
    transition: 0.3s;
}

.stake .tlogo-img-position {
    position: relative;
    top: -3px;
}

.stake .stake-card:hover {
    transform: translateY(-3px);
}

.stake .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.stake .badge-level {
    color: #018b42;
    font-weight: bold;
}

.stake .banner {
    width: 100%;
    border-radius: 8px;
}

.stake .status-open {
    background: #22c55e;
    color: white;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 14px;
}

.stake .btn-stake {
    width: 100%;
    background: rgba(0, 225, 255, 0.9) ; 
    /* background-image: linear-gradient(90deg, rgba(0, 225, 255, 0.9), rgba(134, 132, 132, 0.9), rgba(203, 230, 51, 0.9)); */
    color: #fff !important;
    border: none;
    border-radius: 10px;
    padding: 10px;
    font-weight: bold;
    transition: 0.3s;
}

.stake .btn-stake:hover {
    background: linear-gradient(to right, #5ea6e7, #7aa4fd, #9099fc);
    
}
/* main-end */
