.btn_standard {
    border: 1px solid #D6D6D6 !important;
    border-radius: 8px !important;
    color: #FFFFFF !important;
    font-size: 16px !important;
    width: 100% !important;
    height: 51px !important;
}

.btn_standard:hover {
    color: #FFFFFF
}

.check_style {
    text-align: left;
    font: normal normal normal 18px/21px Gotham Rounded;
    letter-spacing: 0px;
    color: #3B3B3B;
    opacity: 1;
    margin-top: 30px;

}

.dual_icons {
    cursor: pointer;
}

.modal .check_style {
    margin-top: 28px;
    font: normal normal normal 14px/21px Gotham Rounded;

}

.link {
    margin-top: 22px;
    font-weight: bolder !important;
    text-decoration: underline !important;
    cursor: pointer;

}

.link a {
    font: normal normal medium 12px/15px Gotham Rounded;
    letter-spacing: 0px;
    color: #3B3B3B;
    opacity: 1;
}

.input_format {
    height: 45px;
    margin-top: 25px;
    border: 1px solid #707070;
    width: 100%;
    padding-left: 20px;

}

input[type="radio"]:checked::before {
    border-radius: 16px !important;
    box-shadow: inset 0 0 0 2px white !important;
}

.input_format_float {
    text-align: right;
    padding-right: 0.5em;
}

.input_format_float::placeholder {
    text-align: left;
    direction: ltr; /* De izquierda a derecha */
  }