body{margin-bottom:1rem}.profile_section{padding-top:0;padding-bottom:0}.profile_section .status{color:var(--first-color)}.profile_head{padding-top:0;background-color:rgba(0,0,0,.25);background-image:url(../../Test/profile.jpg);background-repeat:no-repeat;background-position:center;background-size:cover;background-blend-mode:overlay;height:max-content;display:inline-block;padding-bottom:1.5rem}.profile_head::after{content:"";border-radius:.7rem;width:100%;height:25px;bottom:-5%;top:auto;z-index:1;background-color:var(--body-color)}#profile-section-switch,#profile-section-switch-content{position:relative;z-index:3}.dark-theme .profile_head{background-color:rgba(0,0,0,.45);box-shadow:inset 5px 5px 55px rgba(0,0,0,.5)}.main_avatar{width:190px;height:190px;padding:.05rem;box-shadow:0 0 30px var(--first-color);border:2px solid var(--first-color);border-radius:50%}.main_id{position:absolute;color:var(--white-color);top:.25rem;left:1rem;font-weight:var(--font-medium)}.main_username{color:var(--white-color);font-size:var(--h1-font-size);text-shadow:1px 1px 3px var(--first-color);padding:.2rem;font-weight:var(--font-regular);text-align:center}.main_status{display:block;font-size:var(--small-font-size)}.main_badge{width:32.5px}.div_badges{display:flex;justify-content:center;align-items:center;align-content:center}#profile-posts .post{background-color:var(--body-color);border-radius:.8rem .8rem .7rem .7rem;padding-bottom:.4rem}#profile-posts .post img{border-radius:inherit;padding:4px}.background-style-1{background-color:var(--overlay-color);border-radius:1rem;padding:.4rem;width:96%}.dark-theme .background-style-1{background-color:var(--alternative-color)}.switch__buttons{padding:.2rem;border-radius:.15rem;opacity:.75;border-bottom:2px solid var(--full-transparent-color);transition:all .15s}.switch__buttons-enabled{opacity:1;text-shadow:0 0 5px var(--first-color),0 0 15px var(--first-color),0 0 25px var(--first-color),0 0 30px var(--first-color);border-bottom:2px solid var(--first-color-alt)}#switch__buttons- #profile-top{height:30px;max-width:400px;margin:auto}#avatar-div{width:190px;height:190px;margin:auto}#follow-btn,#editprofile-btn{position:absolute;bottom:5%;right:5%;width:40px;height:40px}#follow-btn>i,#editprofile-btn>i{font-size:1.45rem}.div_buttons{position:absolute;top:.5rem;right:.5rem}.div_buttons>button,.div_buttons>a{color:var(--title-color-light);background-color:var(--first-color);font-size:1.45rem;margin:.1rem;border-radius:50%;padding:.26rem .4rem;box-shadow:0 1px 5px var(--first-color-alpha-0-75)}#section-dislike-like{border-bottom:1px solid var(--first-color);background-color:var(--alternative-color)}#box-dislike-like{margin:auto}@media screen and (min-width:800px){#box-dislike-like{width:750px}}#profile-section-switch{transition:all .5s;flex-direction:row-reverse}#profile-section-switch-content{max-width:1080px;transition:all .5s;z-index:2}.switch-contents{padding-top:.5rem;transition:transform .5s ease}.switch-contents.hidden{transform:translateX(-100%)}#profile-stats{background-color:var(--transparent-color)}.dark-theme #profile-stats{background-color:var(--alternative-color)}.profile-stat{padding:.4rem .2rem;height:165px;max-width:100px;box-shadow:0 2px 5px var(--alternative-color);background-color:var(--container-color)}.profile-stat__icon{display:flex;flex-direction:column;justify-content:center;align-items:center;height:50%}.profile-stat__desc{display:flex;flex-direction:column;align-items:center;height:24%}.profile-stat .profile-stat figcaption{padding-top:.2rem}#profile-stats svg{width:90%}#favorite-music{position:relative;padding:.2rem 2.5rem;width:90%;height:350px;max-width:400px;background-color:rgba(0,0,0,.8);background-position:center;background-size:cover;background-blend-mode:overlay;border-radius:.5rem;border:2px solid var(--body-color)}#favorite-music-details{position:absolute;bottom:0;top:40%;right:0%;left:0%}#favorite-music-img{width:100px;padding:.3rem;border-radius:.6rem}#birthday{background-color:var(--first-color-alpha-0-95);border-radius:1rem}#profile-bottom{padding-bottom:.85rem}.stat-number{color:hsl(var(--hue-color),8%,80%)}.stat-desc{color:hsl(var(--hue-color),8%,75%);position:absolute;bottom:0}#profile-posts{overflow-x:auto}#profile-posts .section__title,#profile-posts .section{padding-top:0}#bestfriend-img{min-width:50px;max-width:90px}#bestfriend-username{font-size:var(--h4-font-size);font-weight:var(--font-regular)}#profile-about__about__p{max-width:450px;white-space:pre-line}@media screen and (max-width:400px){.div_buttons{flex-direction:column;top:.7rem;right:.7rem}}main{--first-color:rgb(var(--dominant-color-0),var(--dominant-color-1),var(--dominant-color-2));--first-color-alt:rgba(var(--dominant-color-0),var(--dominant-color-1),var(--dominant-color-2),.8);--first-color-lighter:rgba(var(--dominant-color-0),var(--dominant-color-1),var(--dominant-color-2),.5);--first-color-alpha-0-75:rgba(var(--dominant-color-0),var(--dominant-color-1),var(--dominant-color-2),.75);--first-color-alpha-0-95:rgba(var(--dominant-color-0),var(--dominant-color-1),var(--dominant-color-2),.25);--alternative-color:rgba(var(--dominant-color-0),var(--dominant-color-1),var(--dominant-color-2),.01);--input-color:rgba(var(--dominant-color-0),var(--dominant-color-1),var(--dominant-color-2),.1)}