body{
    font-family: 'Montserrat', sans-serif;
}
h1{
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
}
 
.user-container{
    margin-bottom:141px;
}
.user-profile img{
    border: #ff004c 1px solid;
    border-radius: 50%;
}
.user-profile .username{
    color:#ff004c;
}
.user-panel .user-content-wrapper{
    display: flex;
    flex-direction: column;
    border-radius: 4px 4px 0px 0px;
}
.user-panel .user-content{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #181F29;
    padding: 25px 25px 10px 25px;
}
.user-panel .user-content .points{
    background-color: #0b1018;
    border-radius: 4px;
}

.user-panel .user-content .points a{
    padding: 15px 25px;
}

.user-panel .user-wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.user-avatar {
    position: relative;
    width: 150px; /* Adjust as needed */
    height: 150px; /* Adjust as needed */
}

.user-avatar .avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.user-avatar .user-level {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 56px;
    height: 56px;
    z-index: 3;
    font-size: 32px;
    font-weight: 600;
}

.user-avatar .avatar-special-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.user-details .user-name{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.user-details .user-phone, .user-details .user-id{
    color: #BBB;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.container-fluid{
    position: relative;
}
.down-side-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}
.user-panel .user-progress{
    background-color: #181F29;
}
.progress{
    background-color: #0B1018;
    border-radius: 30px 0px 30px 30px;
}
.user-xp{
    padding-left: 25px;
    color: #FFF;
    text-shadow: 0px 0px 25px rgba(255, 0, 76, 0.25);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.sidebar{
    border-radius: 4px 2px 2px 4px;
    background: #0B1018;
}
.sidebar li{
    color: #FFF;
    text-shadow: 0px 0px 25px rgba(255, 0, 76, 0.25);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-left: 7px;
}
.sidebar li a{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.sidebar .logout{
    margin: 0px 24px;
    color: #ffffff;
    opacity: 0.5;
    text-transform: uppercase;
}
.account-content{
    border-radius: 2px 4px 4px 2px;
    background: #0B1018;
    padding: 25px; 
}
.account-content .content-item-body{
    display: flex;
    flex-direction: column;
    gap:15px;
}
.button-container{
    display: flex;
    justify-content: center;
}
.button-container .btn{
    color:#fff;
    opacity: 0.5;
    border-radius: 5px;
    background: #181F29;
    width:250px;
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}
.panel-content{
    display: flex;
    flex-direction: row;
}
.content-item-body{
    margin-bottom: 184px;
}
.content-item-body .form-group{
    color:#fff;
}
.content-item-body .form-group .form-control{
    background-color: transparent;
    border-radius: 4px;
    border: 1.5px solid #181F29;
    color: #FFF;
    text-shadow: 0px 0px 25px rgba(255, 0, 76, 0.25);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 12px 15px;
}
.sponsor-column .form-control{
    background-color: transparent;
    border-radius: 4px;
    border: 1.5px solid #181F29;
    color: #FFF;
    text-shadow: 0px 0px 25px rgba(255, 0, 76, 0.25);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 12px 15px;
}
.content-item-body .form-group .form-control:focus, .sponsor-column .form-control:focus{
    box-shadow: none;
}
.upload-avatar-button {
    top: 0;
    bottom: 0;
    right: 0;
    color:#fff;
}
.upload-avatar-button:hover{
    color:#fff;
}
.sidebar-links .active{
    background-color: unset !important;
}
.nav-item {
    position: relative;
}

.active-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width:14px;
}
.crypto-fields-box .crypto-field-header{
    gap:10px;
}
.crypto-fields-box h4{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: unset;
}
.crypto-fields-box input{
    border-radius: 4px;
    border: 1.5px solid #181F29;
    background: #0B1018;
    padding: 12px 15px;
    color: #fff !important;
}
@media (max-width:992px){
    .user-panel .user-content{
        flex-direction: column;
        align-items: start;
        gap:20px;
    }
    .panel-content{
        flex-direction: column;
    }
    .panel-content .sidebar{
        align-items: start;
    }
    .panel-content .sidebar-links ul{
        align-items: start;
    }
    .sidebar{
        gap:10px;
    }
}
