.row{
    margin-top: 1rem!important;
}
.list-group-item.list-group-item-action.h5.bg-info.text-white{
    margin-bottom: 3px;
}
ol.list-group{display: none;}
li.list-group-item{
    cursor: pointer;
}
li.list-group-item:hover{
    background: #ee0c0c;
}
.button.action{
    border-radius: 6px!important;
}


/* <--====Cost Head Section====--> */
.left-side {
    max-height: 700px;
    overflow: auto;
    padding-bottom: 20px;
}
.accordion-body{
    max-height: 500px;
    overflow: auto;
}

.form-switch input {
    height: 30px;
    width: 55px !important;
}
label{
    transition: 0.5s;
}
.type label{
    cursor: pointer;
    line-height: 36px;
}

.purchase-only{
    display: none;
}

.balance-rate, .balance-rate>input{
    cursor: pointer;
}
.export_btn .btn {
    margin-right: 18px;
}
.table-responsive {
    max-height: 57vw;
}









/* login page css  */
.slow{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/* Responsive css  */

@media(max-width:1200px){
    .type label {
        position: relative;
        left: 19px;
        top: -33px;
    }
}
@media(max-width:983px){
    .type label {
        position: relative;
        left: -36px;
        top: 7px;
    }
}
@media(max-width:910px){
    .type label {
        position: relative;
        left: -36px;
        bottom: -7px;
    }
}
@media(max-width:768px){
    .type label {
        position: static;
    }
    .d-flex {
        display: flex!important;
        justify-content: space-evenly;
    }
    .type {
        margin-bottom: 10px;
    }
    .form-switch input {
        height: 30px;
        width: 97px !important;
    }
    .form-switch {
        padding-left: 2.5em;
        display: flex;
        justify-content: space-evenly;
    }
}
@media(max-width:576px){
    .table-responsive {
        max-height: 600px;
    }
    .mobile-first {
        order: -1;
    }
}