.logo-saincert{
    width: 200px;
}
body{
    font-family: "Nunito", sans-serif;
    /* font-weight: bold; */
}
.btn-color{
    background-color: #3c3892;
    color: white;
}
.btn-color:hover{
    background-color: #1f9b51;
    color: white;
}
tbody tr:hover {
    background-color: #e0e0e0; /* Màu nền khi hover */
    transition: background-color 0.3s ease; /* Hiệu ứng chuyển màu mượt */
}

.btn-color-s{
    background-color:  #1f9b51;
    font-weight: bold;
    color: white;
}
.btn-color-s:hover{
    background-color: white;
    color: #3c3892;
    font-weight: bold;
}
