#morning .linehor, #morning .btn {
    background-color: rgb(228, 228, 0);
    color: black;
}
#afternoon .linehor, #afternoon .btn {
    background-color: #ff7976;
}
#night .linehor, #night .btn, #night .btn-close {
    background-color: #7c8db5;
}
body#night {
    background-color: #151521;
}
#night .card {
    background-color: #1e1e2d;
}
#night p, #night h1, #night h2, #night h3, #night h4, #night h5, #night table, #night td, #night th, #night label, #night hr, #night .dataTables_info {
    color: white;
}
#night input {
    background-color: #1e1e2d;
    color: white;
}
#night input[type=checkbox] {
    border-color: white;
}
#night #chart {
    background-color: rgba(255, 255, 255, 0.055);
    color: black !important;
}
#night .modal-content {
    background-color: #151521;
}

#night #main {
    background-color: unset;
}