.profile-content{
    height: 100vh;
    width: 100vw;
    position: fixed;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.profile-card{
    max-width: 40rem !important;
    margin: 4%;
    cursor:default;
}

.profile-card-border{
    border-radius: 6px 6px 0 0;
}

.profile-card-img{
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.6));
    width: 40%;
    margin-top: 16px;
}

.profile-card-top{
    background-color: rgba(0, 36, 47, 1);
    border-radius:6px 6px 0 0;
    color: white !important;
}

.profile-card-table{
    width: 100%;
    color: white;
    margin-bottom: 0 !important;
}

.profile-card-table td:first-child{
    text-align: left; 
    width: 30%; 
}

.profile-card-table td:nth-child(2){
    text-align: left;  
    width: 5%;
}

.profile-card-table td:nth-child(3){
    text-align: right; 
    width: 12%;
    padding-right: 8px;
    color: rgba(255, 122, 102, 0.7);
}

.profile-card-table td:last-child{
    text-align: left;  
}

.space-line{
    height: 16px;
}

.profile-bg-details{
    background-color: rgba(0, 36, 47, 1) !important;
}

.profile-details-card{
    background-color: rgba(0, 36, 47, 1) !important;
}

.details-height{
    height: 190px;
    display: flex;
    align-items: center;
}

.progress-bar {
    height: 8px;
    background-color: rgba(153, 255, 153, 0.7)!important;
    border-radius: 5px;
    transition: width 0.3s ease;
    min-width: 1px;
}

.stats-line{
    display: flex;
    align-items: center;
    color: white;
    justify-content: space-between;
}

.stats-progress{
    width: 50%;
    display: flex;
    align-items: center;
    gap: 10%;
}

.progress-bar-outline{
    width: 100%;
    height: 10px;
    border-radius: 5px;
    border: 1px solid rgba(40, 76, 87, 1);
    overflow: hidden;
}

.width-20{
    width: 30%;
    text-align: right;
}

.text-left{
    text-align: left !important;
}


