@media only screen and (max-width : 1200px) {
    .logs {
        width: 65% !important;
    }
    
    .stat-tabs {
        width: 35% !important;
    }
}

@media only screen and (max-width : 768px) {
    .logs {
        width: 60% !important;
    }
    
    .stat-tabs {
        width: 40% !important;
    }
}

@media only screen and (max-width : 480px) {
    .logs {
        float: none !important;
        width: 100% !important;
        max-height: 50% !important;
    }
    
    .stat-tabs {
        float: none !important;
        width: 100% !important;
        max-height: 50% !important;
    }
    
    .input-before {
        display: none !important;
        visibility: hidden !important;
    }
    
    .custom-input {
        width: calc(100% - 5px) !important;
    }
    
    .input span {
        font-size: 16px !important;
    }
}