.side_navbar{
    background-color: white;
}

@media (max-width:475px){
    .nav_heading{
        font-size: 19px !important;
    }
}
@media (max-width:400px){
    .nav_heading{
        font-size: 15px !important;
    }
}

@media (max-width:375px){
    .nav_heading{
        font-size: 12px !important;
    }
}

.nav_heading{
    font-size: 24px;
    font-weight: 600;
    opacity: 80%;
    display: flex;
    align-items: center;
}

.navbar_logo_text{
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.2px;
    text-align: left;
    color: #0A94F1;
}
.navbar_link{
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
    opacity: 60%;
    color: #000000;
}
.navbar_logo{
    opacity: 50%;
    width: 17px;
    font-size: 20px;
}

@media (min-width:576px){
    .navbar_buttons{
        margin-left: -1%;
        width: fit-content;
        padding: 15px;
        height: 50px;
        background: #0A94F1;
        border-radius: 12px;
        padding-left: 9px;
    }
}

.navbar_buttons{
    height: 50px;
    background: #0A94F1;
    border-radius: 12px;
    align-items: center;
}
.navbar_buttons div a span, .navbar_buttons div a i{
    color: white !important;
    opacity:100% !important;
}
 
.filter_table_data{
    width: 172px;
}
@media (max-width:475px){
    .filter_table_data{
        width: 172px;
    }
}
.filter_table_data{
    width: 180px;
}
.filter_dropdown{
    padding: 5px;
    width: 100%;
    border: 1px solid #0000001a;
    height: 38px;
    border-radius: 5px;
    background-color: #FFFFFF;
    text-align: center;
}
.filter_info{
    font-family: 'Poppins';
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    opacity: 60%;
    cursor: pointer;
}
.new_drop{
    position: absolute;
    width: 150px;
    height: 60px;
    z-index: 5;
    border: 1px solid #0000001a;
    /* top: 35px;
    right:-27px; */
    background-color: white;
}
.hidden_class{
    display: none;    
}
.table_svg_img{
    opacity: 60%;
    width: 15px;
}
.circle{
    width: 40px;
    height: 40px;
    border: 1px solid #0000001a;
    border-radius: 50%;
    display:flex;
    justify-content: center;
    align-items: center;
    background-color: #d4e9f7;
}
#file_input{
display: none;
}
.circle span{
font-size:25px;
color: #0A94F1;
}
.even{
    background-color: #f22a2c21;
}
.odd{
    background-color: #3d9f311c;
}
.upload-button-table {
    width: 132px;
    height: 46px;
    border-radius: 12px;
    border: 1px;
    border: 1px solid #00000010;
    color: #0A94F1;
    background: white;
    font-size: 16px;
    font-weight: 500;
    font-family: 'poppins';
    padding-top: 10px;
    text-align: center;
}

.mesh-select-dropdown{
    position: absolute;
    margin-top: 35px;
    margin-left: 373px;
    width: auto;
}

.noOrder{
    font-size: 1rem;
    color: currentColor;
    font-family: unset;
    text-align: center;
    margin: 19px;
    background: linear-gradient(45deg, #d9dbff, #ddffe2);
   }

.blur_div{
    position: absolute;
    width:57%;
    height:320px;
    background-image: radial-gradient(white,white);
    z-index:1;
    filter: blur(80px);
    -webkit-filter: blur(80px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 70px;
}
.btn-for-all{
    background: #0A94F1 !important;
    color: white !important;
   }

.common_messpro_logo{
    width:110px;
}