@media (max-width: 1800px) {

}


@media (max-width: 1650px) {

}

@media (max-width: 1550px) { 

}


@media (max-width: 1199.98px) { 

   
}


/*=========================================================
// Medium devices (tablets, less than 992px)
===========================================================*/

@media (max-width: 991.98px) 	{ 
    .profile.navtab-custom li {
        margin-top: 30px;
    }
   
}

/*=========================================================
// Small devices (landscape phones, less than 768px)
===========================================================*/

@media (max-width: 767.98px) {
 
}

/*=========================================================
Extra small devices (portrait phones, less than 576px)
===========================================================*/

@media (max-width: 575.98px) {

    .custom-select {
        width: 22%;
        padding: 0.375rem 0.75rem 0.375rem 0.75rem;
    }
    div.dataTables_wrapper div.dataTables_filter input {
        margin-left: 0px;
    }
    .btn, .sp-container button {
        margin: 4px 0;
    }
    .profile.navtab-custom li {
        margin-top: 0px;
    }
 
}


@media (max-width: 481px) { 

}


@media (max-width: 375px) { 


}


/*=========================================================
iPad Pro devices (portrait phones, less than 1021px)
===========================================================*/


/* ----------- iPad Pro ----------- */
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

}
 /* Landscape*/

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape)  {

}

/* Portrait*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {

}
