@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {
   
}

@media (max-width: 575.98px) {
    
.search-form-fields{
    gap:15px;
}

.months-list-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    
}
.months-list {
    order: 1;
}
.search-form{
    gap:0px;
}
.button-conatiner{
    order:2;
    position: relative;
    margin-bottom: 15px;
    gap:5px;
}

.years-dues{

        flex-direction: column;
}
.years-dues .dues{
    width: 100%;
}
.listing-types {
    display: block;
    flex-direction: column;
}
.form {
   
    gap: 0px;
   
}
.type-listing {
  
  
    float: right;
    margin-top: 15px;
}

.due-report-main {
    padding: 10px !important;
}
.search-form{
    padding: 15px;
}

.student-title .student-title-info .account-info{
    right: 0;
    left:auto
}
}