/**
 * @name 2- Büyük profil fotoğrafları
 * @author Büyük profil fotoğrafları
 * @description Description of the Theme
 * @version 1.0.0
 */

#app-mount .wrapper-3t9DeA svg:not(:root) { /*Makes the status bar show*/
    overflow: visible;
}
.headerTop-2cWpdB { /*User card info*/
    margin-top: 250px;
}
.profileBadges-3cJaE1 { /*User card badges*/
    top: 52px;
}
.avatarPositionNormal-aZjAsn { /*User card avatar position*/
    top: 60px;
    left: 0;
    border-radius: 0;
}
.avatar-37jOim svg foreignObject { /*User card avatar mask*/
    mask: none;
}
.avatar-37jOim { /*Avatar dimensions*/
    width: 300px!important;
    height: 300px!important;
    border: none;
}
.avatarHint-2A3RNb { /*View profile hint*/
    top: 0;
    left: 0;
    width: 300px!important;
    height: 300px!important;
}
.avatarHint-2A3RNb foreignObject { /*View profile hint mask*/
    mask: none;
}
.avatarWrapper-3r9PdD .wrapper-3t9DeA svg > :last-child:not(foreignObject) { /*User card status*/
    mask: none;
    y: -80;
    x: 79.75;
    transform: rotate(90deg);
    width: 1px;
    height: 100%;
}
.avatarWrapper-3r9PdD .wrapper-3t9DeA svg > :last-child:not(foreignObject):not([mask*="url(#svg"]) { /*User card status changed settings*/
    mask: none;
    width: 200%;
    height: 4px;
    y: 28!important;
    x: -48!important;
    transform: rotate(0deg);
}
.avatarWrapper-3r9PdD .wrapper-3t9DeA svg > svg:not(foreignObject) { /*User card status changed*/
    x: 0!important;
    y: 15!important;
    width: 100%!important;
}