

.custom-overflow-auto {
    width: 100%;
}



    /* .custom-overflow-auto .col{    
    padding-left: 0px;
    padding-right: 0px;
}

.custom-overflow-auto .card {    
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    
}
.custom-overflow-auto .list-group-item{        
    padding-right: 0px;    
}

.custom-overflow-auto > div > p{
    margin-bottom: 0px;
} */

    .custom-overflow-auto div p {
        margin-bottom: 0;
    }

    .custom-overflow-auto div a {
        /*background-color: #e2f5e2;*/
        background-color: #a72c38;
        color: white;
    }

        .custom-overflow-auto div a:hover, .custom-overflow-auto div a:focus {
            background-color: #5a020b;
            color: white;
            /*opacity: 0.75;*/
        }

div#navbarText {
    left: 0;
}

.card.card-body {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
}

label.list-group-item {
    /*background-color: #ffdada;*/
}
.saving-off {
    color: #f70044;
}

/*#navbarText  {
    display: block!important;
    flex-basis: auto;
    position: relative;
}*/


@media (max-width: 575.98px) {
    #items-section {
        padding-top: 0rem !important;
        padding-bottom: 3rem !important;
    }
}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .custom-overflow-auto {
        position: absolute;
        height: 400px;
        overflow: auto;
        width: 75vw;
    }
}

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/* // X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}
