.profiles_container{background-color:var(--bg);border:3px solid var(--border);border-radius:1rem;box-shadow:0 8px 24px var(--shadow);box-sizing:border-box;display:flex;flex-direction:column;gap:5px;height:100%;margin:1rem;min-height:100%;overflow-y:auto;padding:1rem .5rem;position:relative;width:100%}.profiles_container>div>button>img{width:2rem}.profile_container{background:var(--light-white);border:3px solid var(--border);border-radius:1rem;box-shadow:0 8px 24px var(--shadow);display:flex;flex-direction:column;gap:2rem;height:max-content;margin:3rem 1rem;padding:2rem 1rem;position:relative}.profile_container>div{display:flex;justify-content:space-between}.profile_container>div>input{border:3px solid var(--border);border-radius:1rem;box-shadow:0 8px 24px var(--shadow);padding:1rem}.profile_container p{font-family:Raleway;font-size:1.2rem;text-align:right}.profile_container h1{font-family:Boldonse;font-size:1rem}.profile_container img{left:0;position:absolute;top:0;transform:translate(-25%,-25%);width:5rem}.profile_container img,.profile_wrapper{border:3px solid var(--border);border-radius:1rem;box-shadow:0 8px 24px var(--shadow)}.profile_wrapper{align-items:center;background:var(--light-white);cursor:pointer;display:flex;flex-direction:row;font-family:Raleway;justify-content:space-between;margin:5px 1rem;padding:2rem;position:relative}.profile_container>div:first-of-type{margin-left:4rem}.profile_wrapper>:not(:first-child):not(:last-child):not(:nth-last-child(2)){align-items:center;display:flex;justify-content:center}.profile_wrapper>:nth-last-child(2){align-items:center;display:flex;justify-content:right}@media(max-width:700px){.profiles_container>div{flex-direction:column}}