.tooltip {
    font-size: 85%;
}

#adminmenu .wp-has-current-submenu .wp-submenu, .no-js li.wp-has-current-submenu:hover .wp-submenu, #adminmenu .wp-has-current-submenu .wp-submenu.sub-open, #adminmenu .wp-has-current-submenu.opensub .wp-submenu {
    margin-left: 0 !important;
}

.fs-3 {
    font-size: 15px;
}
.mb-1 {
    margin-bottom: 0.8rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.reveal#errorSaveQuotas,
.reveal#errorCheckInstallments {
    background-color: #FFFFFF;
    text-align: center;
    opacity: 1;
    border: 2px solid #F25252;
    border-radius: 20px;
    padding: 5rem;
    width: 650px;
    margin-top: 5rem;
}

div#errorSaveQuotas,
div#errorCheckInstallments {
    width: 80%;
}


/*Fondo y Tamaño*/
.reveal#saveQuotasSuccess {
    background-color: #FFFFFF;
    text-align: center;
    opacity: 1;
    border: 2px solid #26BD54;
    border-radius: 20px 20px 20px 20px;
    padding: 5rem;
    width: 650px;
    margin-top: 5rem;
}

div#saveQuotasSuccess {
    width: 80%;
}

.check {
    margin-right: 1rem;
}

.custom-label {
    font-weight: normal;
    color: #707070;
    font-family: "Roboto" !important;
    text-align: center;
}