.post{
    height: 440px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
}
.post img{
    height: 100%;
}
.post_info{
    width: 52%;
    height: 100%;
    background-color: red;
    background: #F9FAFB;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.07), 0px 4px 16px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    padding: 1.5rem;
}
.post_info_top{
    display: flex;
}
.post_info_top_test p{
    font-weight: 700;
    font-size: 1.7rem;
    margin: 0;
}
.post_info_top_right{
    margin-left: auto;
}
.post_info_top_test span{
    font-size: 1.3rem;
}
.post_info_top_right_button_1{
    background: #D4D4D8;
    border-radius: 5px;
    color: white;
    border: none;
    height: 40px;
    font-weight: 600;
    font-size: 1.rem;
    margin-right: 3rem;
    padding: 0px 24px;
}
.post_info_top_right_button_2{
    background: linear-gradient(94.4deg, #57C4FA 3.72%, #3F96F8 96.57%);
    border-radius: 5px;
    color: white;
    border: none;
    height: 40px;
    font-weight: 600;
    margin-right: 3rem;
    padding: 0px 24px;
}
.divider{
    border: 1px solid #D1D5DB;
    border-radius: 50%;
}
.post_info_middle_left_1{
    display: flex;
    margin-bottom: 1rem;
}
.post_info_middle_left_1 svg{
    margin-right: 10px;
}
.post_info_middle_left_1 p{
    font-weight: 700;
   margin: 0;
   margin-top: 4px;
}
.post_info_middle_left_right{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
}
.post_info_middle_left_right p{
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    margin-right: 1rem;
}

.profile_{
    display: flex;
}
.profile_ img{
    height: 60px;
}
.profile_text_ p{
    margin: 0;
    font-weight: 600;
}
.profile_text_ span{    
    font-weight: 500;
    margin-left: 10px;
}
.profile_text_ svg{
    width: 16px;
    height: 16px;
}
.container h1{
    margin-bottom: 3rem;
    font-weight: 600;
}
ul.breadcrumb{
    padding: 0;
}
.post_info_top_right{
    display: flex;
    align-items: center;
}
.filter-container{
    position: relative;
    border-top: 0.3px solid #b3b3b3;
    padding: 2rem 0rem 2rem 0rem;
    display: flex;
    padding-left: 10%;
    padding-right: 10%;
    border-bottom: 0.3px solid #b3b3b3;
    margin-bottom: 4rem;

}
.filter-buttons button:focus{
    border: 2px solid black;
}
.filter-buttons button:hover{
    background-color: #e3e3e3;
}
.filter-buttons button{
    padding: 8px;
    border: 0.8px solid rgba(193, 193, 193, 1);
    margin: .4rem;
    border-radius: 4px;
    background-color: transparent;
}
.filter-sort-container{
    margin-left: auto;
}
.filter-sort-container span{
    font-size: 1.1rem;
    margin-right: 10px;
}
.filter-sort-container select{
    border: 0.3px solid #c0c0c1;
    border-radius: 4px;
    font-size: 1.2rem;
    padding: 0.6rem;
    color: #8a8b8b;

}

.post_info_top_right_1{

}

.arrow_thingy{
    display: flex;
    /* justify-content: center; */
    align-items: center;
    /* margin-left: auto; */
}

.arrow_thingy p{
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    margin-right: 1rem;
}
.gray_text{
    margin-top: 1rem;
    color: #A1A1AA;
}
.gray_text bold{
    color: #A1A1AA;
}


/* .post_info_middle_left{
    display: flex;
}
.post_info_middle_flex{
    display: flex;
    margin-right: auto !important;
} */

.post_info_middle{
    display: flex;

}
.post_info_middle_flex{
    display: flex;
    margin-left: auto;
    background: linear-gradient(94.4deg, #57C4FA 3.72%, #3F96F8 96.57%);
    border-radius: 3px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.5rem;
}
.post_info_middle_flex p{
    margin: 0;
    margin-right: 17px;
}

.post_info_middle_flex svg{
    margin: 0;
    margin-right: 17px;
}
.disabled_{
    background: #D4D4D8;
}
.buttons{
    display: flex;
}
.buttons button {
    height: 59px;
    padding: 0 2rem;
    font-weight: 700;
    font-size: 1.3rem;
    border-radius: 5px;
    border: none;
    margin-right: 1rem;
    cursor: pointer;
    margin-bottom: 2rem;
}
.grey_button{
    color: #A1A1AA;
    background: #E5E7EB;
}

.green_button{
    background: linear-gradient(94.4deg, #57C4FA 3.72%, #3F96F8 96.57%);
    color: white;
}