* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.container {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    position: relative;
}

.navbar {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    color: #1877f2;
    z-index: 1000;
}

.nav_1 {
    margin-top: -10px;
    font-size: 30px;
    align-items: center;
    text-align: center;
}

nav ul {
    display: flex;
    list-style: none;
    margin-left: 0;
    padding: 0;
    margin-top: 5px;
    gap: -3px;
}

nav ul li {
    margin: 0 20px;
    padding: 0;
}

nav ul li a {
    color: #000000;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    padding: 0;
}

nav ul li a:hover {
    color: #a4a4a4;
    transition: color 0.3s;
}

.sidebar {
    position: fixed;
    left: 40px;
    top: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.search_input {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.search-input_search {
    font-size: 14px;
    color: black;
    width: 120px;
    height: 32px;
    padding: 8px;
    margin-right: 10px;
    border: 1px solid #1877f2;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.search_input_go {
    font-size: 14px;
    text-align: center;
    align-items: center;
    width: 40px;
    height: 32px;
    padding: 0;
    background-color: #1877f2;
    color: white;
    border: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -8px;
    line-height: 32px;
    text-decoration: none;
}

.edit {
    font-size: 14px;
    text-align: center;
    align-items: center;
    width: 162px;
    height: 32px;
    padding: 0;
    background-color: #1877f2;
    color: white;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    line-height: 32px;
    text-decoration: none;
    margin-top: -18px;
}

.edit_text {
    color: #ffffff;
    text-decoration: none;
}

.my {
    display: flex;
    position: fixed;
    left: 40px;
    top: 140px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 40px;
    background-color: #ffffff;
    border: 1px solid #1877f2;
    border-radius: 20px;
    padding: 10px;
    margin-right: 10px;
    line-height: 2;
    width: 163px;
    text-align: left;
    margin-top: 88px;
}   

.my_text {
    text-decoration: none;
    color: #000000;
    padding: 0;
    line-height: normal;
}

.profile {
    position: fixed;
    left: 220px;
    top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 100px;
    width: 1000px;
    height: 600px;
    padding: 20px;
}

.name_pro {
    flex-direction: row;
    position: fixed;
    left: 220px;
    top: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 100px;
    width: 400px;
    height: auto;
    padding: 20px;
}

.profile_figure {
    display: flex;
    align-items: center; /* Align image and text vertically */
}

.pro {
    width: 100px; /* Adjust image size as needed */
    height: 100px; /* Make the image a square */
    border-radius: 50%; /* Optional: make it circular */
    margin-right: 15px; /* Add space between the image and the text */
}

.name {
    color: #000000;
    font-size: 24px;
    font-weight: normal;
    margin: 0; /* Remove extra margin around the text */
}




.inf {
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 220px;
    top: 40px;
    display: flex;
    align-items: flex-start;
    gap: 1px;
    margin-top: 230px;
    width: 400px;
    height: auto;
    padding: 20px;
}

.inf_text {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.big_text {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
}

.sma_text {
    font-size: 24px;
    color: #313131;
}

.divider_1 {
    height: 2px;
    background-color: #1877f2;
    margin: 170px 0;
    margin-left: 0;
    width: 100%;
    margin-top: 130px;
}



.right {
    display: flex;
    position: fixed;
    right: 40px;
    top: 120px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 20px;
    padding: 10px;
    margin-right: 10px;
    line-height: 2;
    width: 460px;
    height: 550px;
    text-align: left;
    margin-top: 42px;
}

.right_1 {
    padding: 0;
    display: flex;
    position: fixed;
    right: 40px;
    top: 120px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 460px;
    height: auto;
    margin-top: 145px;
}

.right_1_t {
    text-decoration: none;
    color: #000000;
    padding: 0;
    line-height: normal;
    display: flex;
    position: fixed;
    right: 40px;
    top: 120px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #bddaff;
    border: 1px solid #1877f2;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0px;
    padding: 6px;
    margin-right: 10px;
    line-height: 2;
    width: 460px;
    height: auto;
    text-align: center;
    margin-top: 42px;
}

.right_1_t_t {
    text-decoration: none;
    color: #000000;
    padding: 0;
    line-height: normal;
    display: flex;
    position: fixed;
    right: 40px;
    top: 120px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #ffffff;
    border: 1px solid #1877f2;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 20px;
    padding: 6px;
    margin-right: 10px;
    line-height: 2;
    width: 460px;
    height: auto;
    text-align: center;
    margin-top: 87px;
}

.right_2 {
    padding: 0;
    display: flex;
    position: fixed;
    right: 40px;
    top: 120px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 460px
}

.right_2_t{
    text-decoration: none; 
    color: #000000; 
    padding: 0;
    line-height: normal;
    display: flex; 
    position: fixed;
    right: 40px;
    top: 120px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #bddaff; 
    border: 1px solid #1877f2; 
    border-top-left-radius: 20px;
    border-bottom-left-radius:0px; 
    border-top-right-radius: 20px; 
    border-bottom-right-radius: 0px;
    padding: 6px; 
    margin-right: 10px; 
    line-height: 2;
    width: 460px; 
    height: auto;
    text-align: center;
    margin-top: 150px;
}

.right_2_t_t{
    text-decoration: none; 
    color: #000000; 
    padding: 0;
    line-height: normal; 
    display: flex; 
    position: fixed;
    right: 40px;
    top: 120px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #ffffff; 
    border: 1px solid #1877f2; 
    border-top-left-radius: 0px; 
    border-bottom-left-radius:20px; 
    border-top-right-radius: 0px; 
    border-bottom-right-radius: 20px;
    padding: 6px; 
    margin-right: 10px;
    line-height: 2;
    width: 460px; 
    height: auto;
    text-align: center; 
    margin-top: 195px;
}

.right_3 {
    text-decoration: none; 
    color: #000000;
    padding: 0;
    line-height: normal; 
    display: flex; 
    position: fixed;
    right: 40px;
    top: 120px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #ffffff; 
    border: 1px solid #1877f2; 
    border-radius: 20px; 
    padding: 10px; 
    margin-right: 10px; 
    line-height: 2;
    width: 460px; 
    height: auto;
    text-align: center; 
    margin-top: 256px;
}

.right_3_t {
    color: #000000;
    text-decoration: none; 
    padding: 5px;
    line-height: normal;
}

