@media only screen and (max-width: 1024px) {
    .retrive-btn {
        display: flex;
    }
}

@media only screen and (max-width: 1024px) {
    .retrive-btn {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media only screen and (max-width: 2560px) {
    .retrive-btn {
        display: flex;
        justify-content: center;
    }
}
@media only screen and (min-width: 983px) {
    .adhar-mobile {
        display: block;
    }
}
@media only screen and (max-width: 1024px) {
    .adhar-mobile {
        display: contents;
    }
}
@media only screen and (max-width: 320px) {
    .adhar-mobile {
        display: flex;
        margin-left: 5px !important;
    }
    .retrive-btn {
        display: block;
    }
}

@media screen and (max-width:767px) {
    .patient-form button {
        padding: 9px 4px;
font-size: 13px;
    }
    .adhar-mobile {
        display: flex;
        margin-left: 5px !important;
    }
    .retrive-btn {
        display: block;
    }
   .abha-adhar{
    justify-content: center;
    display: flex;
   }
   .home-section{
    width: 100% !important;
   }
   .table-cont,
   .patient-table{
    overflow-x: scroll;
   }
   .date-cont {
display: block;
width: 100%;
   }
   .controls{
    display: block;
    margin-top: 0px !important;
   }
   .filter-search {
display: block;
width: 100%;
margin-top: 10px;
   }
   .input-icon-field {
    width: 100%;
}
select.filter {
    margin-bottom: 10px;
}
.dashboard-header,
.patient-lists,
.claim-head{
    display: block;
}
.dashboard-card{
    margin-bottom: 10px;
}
.action-buttons {
float: left;
}
.icon1{
    top: 23px;
}
.submit-btn{
    width: 60% !important;
}
.sidebar.open~.home-section {
 left: 0px !important; 
}
}