.btnChecking {
    color: rgb(22, 27, 34);
    background: rgb(67, 219, 158)
}
.btnChecking:hover {
    background: rgb(53, 164, 120)
}
.btnChecking:active {
    background: rgb(53, 164, 120) !important;
}

.btnStopChecking{
    color: rgb(255, 255, 255) !important;
    background: #F44336 !important;
}
.btnStopChecking:hover{
    color: rgb(255, 255, 255) !important;
    background: #982e24 !important;
}
.btnStopChecking:active{
    color: rgb(255, 255, 255) !important;
    background: #982E24FF !important;
}