/* cambios diseño 2024 */

.form-check-input {
    width: 15px;
    height: 15px;
    margin-top: 0.25em;
    vertical-align: top;
    /* background-color: #dc0000; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(239, 24, 24, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}

.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 8px !important;
    color: #fff;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
}

.form-label,
.form-check-label,
.adicionales_text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4d4d4d;
}

.btn-siguiente {
    background-color: #cd1d5e;
    border: 1px solid #cd1d5e;
    color: #ffffff;
}

.btn-siguiente:hover {
    border: 1px solid #cd1d5e !important;
    background-color: #ffffff !important;
    color: #cd1d5e !important;
}

/* your CSS goes here*/

#regForm {
    background-color: #ffffff;
    margin: 0px auto;
    /* font-family: Raleway; */
    /* padding: 5px 40px; */
    border-radius: 10px;
}

.input_wizar {
    font-size: 15px;
    color: #ffffff;
    border-radius: 8px;
}

.input_wizar.invalid {
    background-color: #b4a7a7;
    border: 1px solid #ff0a0a;
}

.form-control {
    color: #fff !important;
    /* background-color: rgb(49, 49, 49) !important; */
}

.form-control:focus {
    background-color: rgb(64, 64, 64) !important;
    color: #fff;
}

.tab {
    display: none;
}

.button_wizar {
    background-color: #9c0257;
    color: #ffffff;
    border: none;
    padding: 15px 15px;
    cursor: pointer;
}

.btn-ocurrencia-b {
    background-color: #4d4d4d !important;
    border-radius: 8px !important;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

#prevBtn {
    background-color: #636363;
}

.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #636363;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 1;
}

.step.active {
    opacity: 1;
}

.step.finish {
    background-color: #cd1d5e;
}

.all-steps {
    text-align: center;
    margin-top: 10px;
}

.thanks-message {
    display: none;
}

.container_wizar {
    display: block;
    position: relative;
    /* padding-left: 35px; */
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */

/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;

    background-color: #eee;
    border-radius: 50%rgb (27, 167, 202);
}

/* On mouse-over, add a grey background color */

.container_wizar:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */

.container_wizar input:checked ~ .checkmark {
    background-color: #2196f3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */

.container_wizar input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */

.container_wizar .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.form-check-input:checked {
    background-color: #cd1d5e;
    border-color: #cd1d5e;
}

/*=============================================
MOVIL (XS revisamos en 320px)
=============================================*/

@media (max-width: 767px) {
    .button_wizar {
        padding: 10px 10px;
    }
}

/*=============================================
MOVIL (XS revisamos en 576px)
=============================================*/
@media (max-width: 576px) {
}
