table.dataTable.dtr-inline.collapsed.table-sm>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed.table-sm>tbody>tr>th:first-child:before {
    top: 50% !important;
}

.back-to-top {
    bottom: 5.5rem;
    position: fixed;
    right: 1.25rem;
    z-index: 1032;
}

#comment-right {
    bottom: 5.5rem;
    position: fixed;
    left: 1.25rem;
    z-index: 1032;
    display: block !important;
    /* right: 4.7rem; */
    right: 1.25rem;
}

#comment-right-small {
    bottom: 7.5rem;
    position: fixed;
    right: 1.25rem;
    z-index: 1032;
    display: block !important;
}

.control-sidebar {
    overflow-y: auto;
}

.lazy {
    width: 70px;
    height: 70px;
    /* display: block; */

    /* optional way, set loading as background */
    background-image: url('/logo/logo-small.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

/* .main-footer{
    display: none !important;
} */

/* #menu-footer{
    display: none !important;
}

@media only screen and (max-width: 600px) {
    .nav-item-reponsive{
        display: none !important;
    }

    .main-footer{
        display: block !important;
    }

    #menu-footer{
        display: block !important;
    }
} */
