@media (max-width:991px) and (min-width:200px) {
    .sidebar {
        display: none;
    }

    .mainbodyhead {
        margin-left: 0% !important;
    }
        .appli-status {
            display: flex;
            flex-direction: column;
            /* width: 100%; */
            gap: 10px;
            justify-content: end;
        }
                         .addbutton {
                             display: block !important;
            
                         }
            
                         .addbutton button {
                             margin: 2% 0% !important;
                             width: 100%;
            
                         }
            
                         .addbutton a {
                             margin: 2% 0% !important;
                             width: 100%;
            
                         }
}


::-webkit-scrollbar {
    height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 12px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.scoreflex .numberbox:last-child {
    border-right: none;
}