
* {
    margin: 0px;
    padding: 0%;
    font-family: Posterama1927-Black, Times New Roman, Times, serif;
}

body {
    padding: 0px;
    margin: 0%;
}

.my 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;
}

.my a:hover h1,
.my a:hover h2,
.my a:hover h3,
.my a:hover h4,
.my a:hover h5,
.my a:hover h6 {
    color: rgb(0, 0, 0) !important;
}

.my footer a:hover h1,
.my footer a:hover h2,
.my footer a:hover h3,
.my footer a:hover h4,
.my footer a:hover h5,
.my footer a:hover h6,
.my footer a:hover p {
    color: rgb(7, 5, 6) !important;
}


.my .header-fixed {
    position: fixed;
    top: 0px;
    z-index: 100;
}

.my .btn-group .dropdown-toggle::after {
    display: none !important;
}


.my .airdrop-color {
    background: linear-gradient(to right, #1a8dd4, #65cfa1, #d68567);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.my .header-down-position {
    position: fixed;
    bottom: 5%;
    z-index: 100;
}


.my .header-down-m {
    margin: 0.1px;
}

.my .header-down-border {
    padding: 2%;
    box-shadow: 1px 1px 3px gray;
}

.my .header-down-border {
    padding: 2.5%;
    box-shadow: 1px 1px 3px gray;

}

@media (min-width: 576px) {

    .my .container,
    .my .container-sm {
        max-width: 100%;
    }
}

.my .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 */


.my {
    background-image: linear-gradient(90deg, rgba(237, 204, 238, 0.9), rgba(162, 233, 202, 0.9), rgba(245, 247, 179, 0.9));
}
.my .wallet-card,.my .team-card,.my .orders-card,.my .functions-card {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(41, 128, 185, 0.15);
    background: white;
    margin-top: 15px;
}
.my.profile-card{
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(41, 128, 185, 0.15);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);

   
    margin-top: 15px;
}
.my  table {
    width: 100%;
   
}

.my .main-1-img-position{
    position: relative; top: -2.5px;
}
.my th,.my td {
    padding: 8px;
    text-align: center;
    
}
.my .icon {
    font-size: 20px;
    margin-right: 5px;
}
.my .team-card .row p,
.my .orders-card .row p,
.my .functions-card .row p {
font-size: 14px;
margin-bottom: 5px;
padding: 0 5px; /* Adds padding to the left and right of the text */
}
