
* {
    margin: 0px;
    padding: 0%;
    font-family: Posterama1927-Black, Times New Roman, Times, serif;
}
/* Profile Header */
.profile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 600px;
    margin: 30px auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 16px;
    padding: 20px;
    background: linear-gradient(135deg, #f0f8ff, #e6f7ff); /* Soft gradient */
}
.profile-header1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: 90%; */
    max-width: 600px;
    margin: 30px auto;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    /* border-radius: 16px; */
    padding: 20px;
    /* background: linear-gradient(135deg, #f0f8ff, #e6f7ff);   */
}

/* Profile Left Section */
.profile-left {
    display: flex;
    align-items: center;
    gap: 15px;
}
.profile-header1 .profile-left {
    display: flex;
    align-items: start;
    gap: 15px;
}

.profile-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    object-fit: cover;
}

.profile-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* UID Styling */
.uid {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    /* display: flex; */
    align-items: center;
    gap: 8px;
    margin-bottom: 3px;
}

.eye-icon {
    font-size: 18px;
    color: #555;
}

/* UID Text */
.uid-text {
    color: #777;
    font-size: 14px;
}

/* Profile Right Section */
.profile-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Badge Styling */
.my .badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 15px;
    background: #f1f1f1;
    border-radius: 30px;
    color: #555;
    font-size: 14px;
    border: 1px solid #ccc;
    transition: 0.3s;
    white-space: nowrap;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    cursor: pointer;
}

.my .badge:hover {
    background: #e1e1e1;
    color: #000;
}

/* Calendar Icon */
.calendar-icon {
    font-size: 22px;
    color: #555;
    cursor: pointer;
}

/* Mobile View */
@media screen and (max-width: 768px) {
    .profile-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .profile-header1 {
        flex-direction: column;
        align-items: start;
        text-align: start;
    }

    .profile-left {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .profile-header1 .profile-left {
        display: flex;
        align-items: start;
        gap: 11px;
    }

    .profile-right {
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }

  .my  .badge {
        width: auto;
        justify-content: center;
    }
}


.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, #f8e6d9, #fde0d8);
    /* 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 */
}
