body{
    background-color: #F3F3F3;
}


/* Sort Icon Div */
#sort_icondiv {
    width: 50px; height: 50px;
    background-color:  #F3F3F3;
    text-align: center; 
    border-radius: 25px;
    box-shadow: 2px 2px 6px 3px #dbdbdb60 ;
    position: fixed; /* Fixed to the viewport */
    bottom: 20px; /* Adjust distance from bottom */
    left: 50%; /* Center horizontally */
    transform: translateX(-50%); /* Perfect horizontal centering */
    z-index: 1000; /* Place above overlay_section */
}   

#sort_icondiv img {
    margin-top: 10px;
    width: 30px; /* Icon size */
    height: 30px;
    cursor: pointer; /* Pointer cursor for interactivity */
}

/* Overlay Section____________________________________ */

.top_container{
   position: fixed;
   z-index: 10; width: 100%;
   top: 0; left: 0;
    background-color: #F3F3F3;
}



.top{
    margin-top: 60px; display: flex;
}

#profile_p_dive{
    width: 15%; text-align: end;
    height: 55px; background: #fff;
    padding: 2px 2px 0p 0px; border-radius: 0px 25px 25px 0px;

}

.profile_img{
    width: 51px;
    border-radius: 25px;
}

.search_div{
    width: 85%;text-align: center;
   
}

#search_click{
    width: 91%; height: 100%;
    border-radius: 27px; border: none;
    background: #fff; color: #b8b8b8;
    font-size: medium; 
}

.in_top2{
    display: flex; margin-top: 40px;
    text-align: center; font-size: 13px;
    border-bottom: solid 0.5px #818181;
}


.in_top2_minis{
    width: 20%; margin-bottom: 10px;
}

.in_top2_1{
    display: flex; height: 3px;
    text-align: center; font-size: 13px;

}

.in_top2_minis_1{
    width: 20%; display: flex;
    justify-content: center; margin-top: 10px;
}

#in_top2_minis_1 , #All{
    width: 18%;
}

.in_top2dot{
    display: none; background: rgb(167, 4, 4);
   width: 5px; height: 5px;
}

#all_2{
    display: block; font-size: 20px;
}

/*  ------------------------------------------------ */
#resvtn_container{
 width: 100%; height: 100%;
 display: none; 
}

.resvtn_cancled{
    width: 100%; height: 100%;
    display: flex; 
    justify-content: center;
     align-items: center; /* Center vertically */
}

.resvtn_cancled article{
    width: 350px; background-color: #fff;
    height: 330px;  border-radius: 15px;
    padding: 40px 20px 40px 20px;
    

}

.sorry{
    font-size: 28px; color: rgb(167, 4, 4);
}

#resvtn_cancled p{
   text-align: center;
    width: 80%; margin-left: 10%;

}


.inner_article{
    text-align: start;
      width: 80%; margin-left: 10%;
}