.navbar-color{
    background-color: #ffffff;
}

/* Custom CSS */
.errorlist {
    color: red !important;
    font-weight: bold;
    list-style-type: none;

}
.nav_user_top {
    color: white !important;
}

.color_guinda {
    color: #691C32 !important;
}

.btn_guinda {
    border-color: #691c32 !important;
    background-color: #691c32 !important;
    border-radius: 18px !important;
    font-size: 15px;
    color: white !important;
}
.btn_cafe {
    border-color: #a3966c !important;
    background-color: #a3966c !important;
    border-radius: 18px !important;
    font-size: 15px;
    color: white !important;
}

.btn_verde {
    border-color: #10312b !important;
    background-color: #10312b !important;
    border-radius: 18px !important;
    font-size: 15px;
    color: white !important;
}

.btn_guardar {
    border-color: #691c32 !important;
    background-color: #691c32 !important;
    font-size: 15px;
    color: white !important;
}

.btn_cancelar {
    margin-top: 15px;
    border-color: #10312b !important;
    background-color: #10312b !important;
    font-size: 15px;
    color: white !important;
}

.border_guinda_top {
    border-top-color: #691C32 !important;
    border-top-width: medium !important;
}

body {
    color: var(--bs-body-color);
}


.modal_verde {
    border-color: #10312b !important;
    font-size: 15px;
    background-color: #10312b !important;
    border-radius: 4px !important;
    color: #ffffff !important;
}
  
.modal_guinda {
    border-color: #691c32 !important;
    font-size: 15px;
    background-color: #691c32 !important;
    border-radius: 4px !important;
    color: #ffffff !important;
}