/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    
    .p-sm-0{
        padding: 0 !important;
    }
    .mt-sm-0{
        margin-top: 0 !important;
    }
    .mb-sm-30{
        margin-bottom: 30px;
    }
    .pt-sm-20{
        padding-top: 20px;
    }
    .mb-sm-40{
        margin-bottom: 40px;
    }
 }

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 768px) { 
    .pr-sm-0{
        padding-right: 0;
    }
    .pl-sm-0{
        padding-left: 0;
    }
    .p-sm-0{
        padding: 0 !important;
    }
    .mt-sm-0{
        margin-top: 0 !important;
    }
    .mb-sm-30{
        margin-bottom: 30px;
    }
    .pt-sm-20{
        padding-top: 20px;
    }
    .mb-sm-40{
        margin-bottom: 40px;
    }


    #dashboard > div.row > div.col-lg-8.col-md-12.col-sm-12.main.pr-0 > div.wrapper_head > div > div:nth-child(3){
        margin-bottom: 0 !important;
    }

    .wrapper_budgetstatus h1{
        font-size: 16px !important;
    }
 }

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 769px) and (max-width: 991.98px) { ... }

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
    .wrapper_budgetstatus h1{
        font-size: 16px !important;
    }


 }

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { ... }