* {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;

}

a {
    text-decoration: none;
}

.menu_left {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 311px;
    border-right: 1px solid #dbdbdb;
    padding: 8px 12px 20px 12px;
    margin-bottom: 19px;
}

.logo_ins {
    padding: 25px 12px 16px 12px;
    margin-bottom: 19px;
}
.linkto {
    display: flex;
    color: black;
    gap: 15px;
    padding: 15px 15px 15px 15px;
    font-size: 16px;
    align-items: center;
    margin-bottom: 4px;
    margin-top: 4px;
    cursor: pointer;

}

.linkto.active {
    font-weight: 700;
}

.linkto:hover {
    background-color: #f2f2f2;
    border-radius: 8px;
}

.linkto.more {
    margin-top: 298px;
}

.icon {
    font-size: 22px;
    transition: all 0.1s ease-in-out;
}

.linkto:hover .icon {
    font-size: 24px;
}

.linkto.user {
    gap: 12px;
    margin-left: 4px;
    display: flex;
    justify-content: flex-start;
}

.img_user {
    width: 25px;
    height: 25px;
    margin-left: -6px;
    border-radius: 50%;
}

.linkto:hover .img_user {
    transform: scale(1.1);
}
.profile {
    width: 970px;
    margin-left: 650px;
}

.profile_user {
    padding-left: 20px;
    padding-top: 25px;
    padding-right: 20px;
}

.header_profile{
    display: flex;
    padding-bottom: 44px;
}

.avt {
    margin-left: -15px;
    width: 291.68px;
    display: flex;
    justify-content: center;
    margin-right: 30px;
}
.avt_user {
    border-radius: 50%;
}
.information_user {
    width: 613.33px;
    
}

.info1 {
    height: 40px;
    display: flex;
    align-items: center;
}

.edit_info {
    height: 100%;
    display: flex;
    padding-right: 16px;
    padding-left: 16px;
    gap: 10px;
}
.edit_info_part1 {
    align-items: center;
    display: flex;
    justify-content: center;
    border: none;
    border-radius: 8px;
    width: 186px;
    height: 32px;
    outline: none;
    background-color: #efefef;
}
.edit_info_part1:hover {
    background-color: #dbdbdb;
}
.edit_info_part2 {
    align-items: center;
    display: flex;
    justify-content: center;
    border: none;
    border-radius: 8px;
    width: 133px;
    height: 32px;
    outline: none;
    background-color: #efefef;
}
.edit_info_part2:hover {
    background-color: #dbdbdb;
}
.icon_setting{
    margin-top: -9px;
    font-size: 20px;
    cursor: pointer;
}

.info2 {
    height: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
}
.part1 {
    margin-right: 40px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
}
.story_profile {
    display: flex;
    gap: 49px;
    width: 935px;
    height: 130px;
    margin-left: 21px;
    margin-top: 2px;
    padding-bottom: 44px;
}
.story_1 {
    cursor: pointer;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    width: 80px;
}
.story {
    background: #e6e6e6;
    border-radius: 50%;
    padding: 2px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img_story {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background-color: white;
    padding: 2px;
}
.name_story {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}
.btn{
    width: 78px;
    height: 78px;
    padding: 2px;
    border-radius: 50%;
    border: none;
    background-color: #ffffff;
}
.icon_wrapper {
    background-color: #fafafa;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon_plus {
    font-size: 50px;
    color: #dcdcdc;
}
.menu_profile {
    box-sizing: border-box;
    width: 100%;
    height: 52px;
    border-top: 1px solid #dbdbdb;
}
.list_menu {
    display: flex;
    justify-content: center;
    gap: 60px;
    height: 100%;
    align-items: center;
}
.style_a {
    font-size: 12px;
    color: black;
    gap: 10px;
    display: flex;
    align-items: center;
}
.style_a.one {
    height: 100%;
    border-top: 1px solid black;
}
.two2,
.three3 {
    color: #737373;
}
.icon_a {
    font-size: 15px;
}
.save_p {
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.save_profile {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.tag {
    width: 100%;
    height: 308px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tag_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.border_icon {
    border: 2px solid black;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon_tag {
    margin-left: 6px;
    font-size: 30px;
}
.footer{
    margin-top: 47px;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 12px;
    margin-left: 300px;
}
.footer_first {
    display: flex;
    gap: 20px;
}
.footer_a:hover {
    text-decoration: underline;
}

.footer_first a{
    color: #737373;
}

.footer_second {
    display: flex;
    align-items: center;
}

.footer_second a{
    color: #737373;
}

.language {
    border: none;
    color: #737373;
}




