.profile_header{
    position: fixed;
    width: 100%;
    padding-right: 100px;
    z-index: 500;
    background-color: #f7f7ff;
    transition: opacity .5s;
    opacity: 1;
}
.profile_header.not_top{
    opacity: 0.9;
}
#profile_container_information, .profile_title, .profile_buttons, .profile_buttons_left, .profile_title_left, .profile_title_right, .profile_container{
    display:flex;
}
.profile_buttons, .profile_title{
    justify-content: space-between;
}
.profile_buttons{
    overflow: hidden;
    border-bottom: 1px solid grey;
    margin-left: -5px;
    margin-right: -20px;
    padding-left: 5px;
    padding-right: 20px;
    height: 48px;
    box-shadow: 0px 5px 5px grey;
    transition: height .5s;
}
.profile_img{
    width: 120px;
    height: 120px;
    transition: all .5s;
    position: relative;
}
.profile_header.not_top .profile_img{
    width: 60px;
    height: 60px;
}
.profile_img img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #352B38;
    transition: all .5s;
}

.profile_header.not_top .profile_img img{
    width: 60px;
    height: 60px;
}
.profile_nums{
    text-align: end;
}
.profile_nums p{
    margin: 0;
    font-weight: bold;
    transition: height .5s;
}
.profile_header.not_top .profile_nums p{
    font-weight: normal;
}
.profile_title h1, .profile_title h2{
    transition: all .5s;
    align-self: center;
    margin-left: 15px;
}
.profile_title h2{
    margin: 39px 0 0 40px;
    font-size: 28px;
}
.profile_header.not_top .profile_buttons{
    height: 0;
    box-shadow: none;
}
.profile_header.not_top .profile_title h1{
    margin: 0;
    margin-left: 15px;
}
.profile_header.not_top .profile_title h2{
    margin: 13px 0 0 40px;
}
.profile_title_left{
    margin-left: 15px;
}

.profile_title_center{
    position: relative;
    width: 20px;
    opacity: 0;
    transition: all .5s;
    cursor: pointer;
    font-size: 25px;
}
.profile_title_center span{
    position: absolute;
    bottom: 0;
}
.profile_header.not_top .profile_title_center{
    opacity: 1;
}
.profile_title_right{
    font-size: 25px;
    align-self: center;
}
.profile_title_right span{
    position: relative;
    top: 5px;
}
.search_profile{
    position: relative;
    margin-right: 15px;
    cursor: pointer;
}
.search_profile .search_profile_input{
    width: 35px;
    transition: all .5s;
}
.search_profile.active .search_profile_input{
    width: 200px;
}
.search_profile span{
    position: absolute;
    right: 3px;
}
.select_content_profile{
    margin: 0 10px;
    padding: 8px;
    cursor: pointer;
}
.select_content_profile p{
    margin: 0;
    font-size: 21px;
}
.select_content_profile.active p{
    color: #ffff;
}
.profile_buttons_left{
    position: relative;
}
.select_content_profile.active {
    background-color: #4187f6;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
}
.select_content_profile.active p::before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: -20px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-radius: 50%;
    box-shadow: 10px 10px 0 #4187f6;
    z-index: -1;
}
.select_content_profile.active p::after{
    content: '';
    position: absolute;
    bottom: 0px;
    right: -20px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-radius: 50%;
    box-shadow: -10px 10px 0 #4187f6;
    z-index: -1;
}
.profile_buttons_right{
    display: flex;
    font-size: 25px;
    align-self: center;
}
.info_icon a{
    transition: all .3s;
    cursor: pointer;
    color: black!important;
}
.info_icon a:hover{
    color: #ffc107 !important;
}
.share_span{
    margin-right: 15px;
    cursor: pointer;
}
.routes{
    padding-top: 2px;
    font-size: 15px;
    position: relative;
}
.routes .route{
    cursor:pointer;
}
.routes .route_icon ion-icon{
    top: 3px;
    position: relative;
}

.core_levels{
    background-color: #D9DEDE;
    display: flex;
    position: absolute;
    flex-direction: column;
    border-radius: 10px;
    overflow-x: hidden;
    box-shadow: 5px 5px 5px #4187f6;
    max-height: 0;
    transition: all .2s;
    z-index: 900;
    text-align: left;
    position: absolute;
    top: 27px;
    right: 0px;
    overflow: hidden;
}
.core_level{
    padding: 4px 7px;
}
.core_levels a:hover{
    background-color: #265092;
    color: #ffff;
}
.profile_container{
    transition: all .5s;
    padding: 20px;
    margin-top: 170px;
}
.content_profile{
    /*padding: 20px 20px;*/
    width: 0;
    position: relative;
    overflow: hidden;
    height: 0;
    left:0;
    transition: all .5s;

}
.content_profile.active{
    width: 100%;
    height: 100%;
    height: fit-content;
}
.top{
    display: block;
    border: 1px solid grey;
    border-radius: 10px;
    padding: 10px;
    margin: 7px;
}
.top_name{
    width: 100%;
    text-align: center;
}
.top_positions{
    display:flex;
}
.tops{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.top_position{
    display:block;
    padding: 10px;
    width: 33%;
}
.position_counter{
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.position_name p{
    text-align: center;
}
.position{
    width: 100%;
    border-radius: 5px;
}

.position_fst{
    height: 100%;
    background-color: rgb(212, 175, 55);
}
.position_snd{
    height: 50%;
    background-color: rgb(192, 192, 192);
}
.position_trd{
    height: 25%;
    background-color: rgb(203, 109, 81);
}

.followers{
    position:absolute;
    font-size: 15px;
    background-color: #9998a3;
    display: flex;
    position: fixed;
    top: 145px;
    right: 50px;
    max-inline-size: min-content;
    border-radius: 10px;
    overflow-x: hidden;
    box-shadow: 5px 5px 5px #4187f6;
    height: 0;
    transition: all .2s;
    z-index: 900;
    width:200px;
}
.followers a{
    color: #fff;
    font-size: 14px;
    /* text-transform: uppercase; */
    border: 1px solid transparent;
    padding: 7px 10px;
    border-radius: 5px;
    width: 200px;
    height: fit-content;
}
.followers a:hover{
    background-color: #4187f6;
}
.not_top .followers{
    top: 110px;
}
.profile_nums:hover .followers{
    height: 300px;
}
#profile_container_information{
    display:block;
}
.fast_info{
    display: flex;
    width: 100%;
}
.fast_info_element{
    width: 25%;
    padding: 15px;
    border: 1px solid;
    border-radius: 10px;
    text-align: center;
    margin: 0 10px;
}
.fast_info_title p{
    font-size: 25px;
    color: black;
}
.fast_info_content{

}
.detail_info{
    margin: 35px;
}
.detail_info_element{
    display: flex;
    margin-top: 20px;
    padding: 15px;
    border: 1px solid;
    border-radius: 10px;

}

.detail_info_title{
    font-size: 25px;
    min-width: 350px;
}
.detail_info_title{
    align-self: center;
}
.detail_info_title p{
    font-size: 25px;
    margin: 0;
    color: black;
}
.detail_info_content{
    align-self: center;
}
.detail_info_content p{
    margin: 0;
}
.icon_forums{
    display:none;
}
.icon_forums.selectable{
    top: 4px;
    position: relative;
    display: inline;
}
.icon_forums.selectable ion-icon {
    transition: all .3s;
    transform: rotate(90deg);
}
.icon_forums.selectable.active ion-icon {
    transform: rotate(0deg);
    width: 0;
}
.list_forums_title{
    cursor:pointer;
}
.tag_content{
    height: 0px;
    overflow: hidden;
    transition: all .3s;
}
.tag_content.active{

    height: 36px;
}
.tag_content.alshow{
    height: 36px;
}

.list_forums .tag_content .tag{
    background: #A8AEB2;
}
.list_forums .tag_content .tag::after{
    border-left: 10px solid #A8AEB2;

}
.list_forums .tag_content .tag:hover {
    background-color: #58B5FA;
    color: white;
}
.list_forums .tag_content .tag:hover::after {
    border-left-color: #58B5FA;
}

.profile_img .circle_state_customer{
    bottom: -10px;
}
profile_img .circle_state_customer ion-icon{
    font-size: 40px;
}
.profile_header.not_top .circle_state_customer ion-icon{
    font-size: 25px;
}
