body {
    /* background-color: #A7B671 */
    /* background-color: #1e293bff */
}

.color-master {
    /* color: #A7B671; */
    color: #519ac2;
}

.bg-master {
    background-color: #cdd6af;
}

.button-master:hover,
.button-master {
    color: white !important;
    background-color: #519ac2 !important;
    /* padding: 3px 8px;
    border-radius: 4px;
    outline: 0;
    border: 0; */
}

.button-master:focus {
    background-color: #519ac2;
    color: white;
}

.container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.bg-master-light {
    /* background-color: #e2e7d0 !important; */
    background-color: #1e293bff !important;
}