.windows {
    width: 960px !important;;
}

 .start-user {
    width: 100%;
    height: auto;
    background-color: #ffffffff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.07); 
    border-radius: 10px;
}

.start-profile {
    width: auto;
    height: auto;
    display: flex;
    gap: 20px;
    padding: 20px;
}

.user-avatar {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 300px;
}

.user-avatar img {
    width: 80px;
    height: 80px;
}

.name-user {
    margin-top: 15px;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    font-family: 'sf-pro-display-semibold', sans-serif;
    position: relative;
}

.roleseeees{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    margin-top: 5px;
    gap: 8px;
    color: #7a7a7a;
}

g {
    margin-left: 5px;
    color: #7a7a7a;
}

.name {
    color: #7a7a7a;
    font-family: 'sf-pro-display-regular', sans-serif;
}

.username {
    font-size: 20px;
}

.role {
    height: auto;
    align-items: center;
    display: flex;
    align-items: center;
    padding: 3px 10px 3px 10px;
    border-radius: 300px;
    color: white;
}

.level {
    background-color: #97A1AB;
    height: auto;
    display: flex;
    align-items: center;
    padding: 3px 10px 3px 10px;
    border-radius: 300px;
    color: white;
}

.statusbar {
    width: 270px;
    height: auto;
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.g {
    position: relative;
    margin-left: 15px;
}

.er {
    font-size: 12px;
    position: absolute;
    left: -15px;
    top: 2px;
}

.custom-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer; 
    top: 3px;
    background-color: transparent !important;
    margin-left: -5px;
}

.custom-tooltip .tooltip-text {
    visibility: hidden;
    width: 180px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    bottom: 125%; 
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.custom-tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.windows {
    width: 1200px !important;
}

.block_wine {
    width: 100%;
    height: 300px;
    display: inline-flex;
    gap: 20px;
    margin-top: 20px;
}

.screp {
    width: 65%;
    height: auto;
}

.screp span {
    margin-left: 20px;
}

.screpes {
    margin-top: 20px;
    width: 100%;
    height: 400px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.07); 
}

.statistic {
    width: 35%;
    height: 500px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.07); 
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.stat {
    color: rgb(139, 139, 139);
    width: 100%;
    position: relative;
}

.space {
    right: 20px;
    position: absolute;
}