@media (min-width:992px) {
    .main-card{
        background: #f5f5f5 !important;
        border-radius: 10px !important;
        /* padding: 0.5rem 1rem !important; */
        overflow-x: scroll;
        position: absolute;
        /* bottom: 43px; */
        bottom: 50px;
        top: 55px;
        right: 5px;
        left: 245px;
        transition: left .25s ease-out;
        scrollbar-width: none !important;
    }

    .sm-only{
        display: none !important;
    }

    .main-title-header{
        display: flex !important;
        justify-content: space-between !important;
    }
}

@media (max-width: 991px) {
    #sidebar-wrapper{
        display: none !important;
    }

    .template-img{
        width: 100% !important;
    }

    .main-card{
        margin: 60px 0px !important;
        min-height: calc(100vh - 130px);
    }

    .sm-p-only{
        padding: 5px !important;
    }

    .mobile-header{
        display: flex;
        justify-content: center;
        position: fixed !important;
        left: 0 !important;
        top: 0 !important;
        right: 0 !important;
        background: #b1b1b1 !important;
        z-index: 9;
        margin: 0px !important;
        border-radius: 0px !important;
    }

    .lg-none{
        display: none !important;
    }

    .lg-only{
        display: none !important;
    }
    
}

@media (min-width: 1500px) {
    .template-img {
        width: auto;
        /* height: 250px; */
        border-radius: 10px;
    }
}

@media (min-width: 1400px) {
    /* Lead */
    .status-box{
        background: #ccc3c3;
        border-radius: 8px;
        padding: 0px 10px !important;
        color: #000;
        margin-top: 2px;
        /* font-weight: 600; */
        text-align: center;
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        overflow: scroll;
        scrollbar-width: none !important;
    }
    
    .lead-status-label{
        font-size: 14px;
        font-weight: bold;
    }    
}

@media (max-width: 1399px) {
    
    .lead-mt-30{
        margin-top: 30px !important;
    }    
}