

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199.98px) {



}

/* Large devices (desktops, 992px and up) */
@media (max-width: 991.98px) {

    .custom-content .custom-card-body {
        padding: 2rem 2rem 3rem 2rem;
    }

    .div-bg-images{
        display: none;
    }

}


/* Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) {


    .custom-content .custom-card-body {
        padding: 2rem 1rem 3rem 1rem;
    }

    .div-bg-images{
        display: none;
    }


}

/* Small devices (landscape phones, 576px and up) */
@media only screen and (max-width: 767px) {

    .form-login{
        width: 330px;
    }

    .form-container{
        padding: 20px;
    }

    .div-bg-images{
        display: none;
    }
    .btn-create{
       width: 100%;
   }
   .filter-section .form-control{
    width: 100% !important;
}
#column-chart{
    width: 300px !important;
}

}

@media only screen and (max-width: 1024px){

    .list-group h1{
        color: red;
        font-size: 13px;
        width: 137px;
    }
}

