 
#configuration_module .configContainer {
    width: 90%;
    margin: auto;
    margin-top: 30px;
    margin-bottom:30px
}

#configuration_module .btnConfig {
    min-width: 180px;
    height: 33px;
    border: none;
    background-color: rgb(43, 43, 43);
    color: white;
    border-radius: 4px;

}
#configuration_module .statusSuspend {
    background-color: rgb(235 88 88);
    color: rgb(255, 255, 255);
    border-radius: 5px;
}
#configuration_module .statusActive {
    background-color: rgb(17 191 104);
    color: rgb(255, 255, 255);
    border-radius: 5px;
}
#configuration_module .sizeContTable{
    max-height: 600px;
    overflow: auto;
}