/* Minification failed. Returning unminified contents.
(5,30): run-time error CSS1046: Expect comma, found '5'
(5,34): run-time error CSS1046: Expect comma, found '/'
(51,17): run-time error CSS1039: Token not allowed after unary operator: '-color-red-txt--primary'
(121,17): run-time error CSS1039: Token not allowed after unary operator: '-color-red-txt--primary'
(207,35): run-time error CSS1039: Token not allowed after unary operator: '-color-red-txt--primary'
(281,32): run-time error CSS1039: Token not allowed after unary operator: '-color-red-txt--primary'
(407,21): run-time error CSS1039: Token not allowed after unary operator: '-color-red-txt--primary'
 */
﻿ /*---- Error inputs container ----*/
.error_container-input, .form-error {
    color: white;
    order: 3;
    background-color: rgb(67 5 5 / 69%);
    border: red solid 1px;
    border-radius: 10px;
    text-align: center;
    padding: 5px 5px;
    margin-top: 10px;
    width: 100%;
    max-width: 500px;
}

.form-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 100%;
    color: white;
    font-family: 'Montserrat';
}

    .form-group label {
        text-align: left;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        font-weight: 600;
        display: flex;
        gap: 5px;
        align-items: center;
    }

    .form-group input,
    .form-group select {
        outline: none;
        border: none;
        padding: 10px 20px;
        border: 1px solid #090909;
        background: white;
        box-shadow: 1px 3px 0px 0px #000;
        font-size: 15px;
        font-family: 'Open Sans', sans-serif;
    }

.error-text {
    text-align: center;
    width: 100%;
    font-weight: 600;
    color: var(--color-red-txt--primary);
    font-family: 'Montserrat';
}


.fortis_formo-code {
    max-width: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* gap: 20px; */
    border-width: 2px 5px 5px 2px;
    border-style: solid;
    border-color: transparent;
}

#modal_fortis-send-optcode .fortis_formo-code {
    background-color: white;
    padding: 40px 10px;
    max-width: 450px;
    width: 95%;
}


.fortis_formo-code h1 {
    /* text-shadow: 4px 4px 0px var(--color-red-txt--primary); */
    /* -webkit-text-stroke-width: 2px; */
    /* -webkit-text-stroke-color: #000; */
    color: black;
    font-size: 48px;
    font-family: 'LtoUnicore-LabBlackIt';
    text-transform: uppercase;
    letter-spacing: -2px;
    width: 100%;
    font-size: calc(18px + .5vw);
    /* margin-top: 40px; */
    position: relative;
    z-index: 3;
    text-align: center;
    font-size: 30px;
    max-width: 300px;
}

#modal_fortis-send-optcode .contenido_formo-code {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin: 0;
}

    #modal_fortis-send-optcode .contenido_formo-code > p {
        text-align: center;
        font-size: 15px;
        color: black;
        font-size: 15px;
        margin-top: 20px;
        font-family: 'Open Sans', sans-serif;
    }

.contenido_formo-code > p > span {
    font-weight: bold;
}

.contenido_formo-code > p > button {
    font-weight: bold;
    border: none;
    background: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: var(--color-red-txt--primary);
    text-decoration: underline;
    cursor: pointer;
}

#BtnValidateOTPCode {
    cursor: pointer;
    font-size: 20px;
    padding: 10px 40px;
    margin-top: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.fortis-send-optcode {
    display: flex;
    justify-content: center;
}

    .fortis-send-optcode .code-inputs {
        display: flex;
        justify-content: center;
        width: 100%;
        gap: 10px;
        margin-top: 20px;
    }

        .fortis-send-optcode .code-inputs input {
            width: 10%;
            text-align: center;
            padding-inline: 0;
            font-weight: 900;
        }

#modal_fortis-send-optcode {
    z-index: 99999;
}

    #modal_fortis-send-optcode .modal-content {
        width: 95%;
    }


.btn-disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
}


#fortis_form-otp .error-form {
    margin-top: 20px;
    background-color: transparent;
    border: none;
}

#fortis_form-otp .error-text {
    color: red;
}

body {
    background-image: url(/Content/assets/register/bg_mo_Registro.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container-registro {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 7rem 0 5rem;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.titulo-registro {
    text-shadow: 4px 4px 0px var(--color-red-txt--primary);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000;
    color: white;
    font-size: 48px;
    font-family: 'LtoUnicore-LabBlackIt';
    text-transform: uppercase;
    position: relative;
    font-size: calc(40px + .5vw);
    letter-spacing: -2px;
    width: 100%;
}

#reg-container {
    width: 92%;
    max-width: 1000px;
    padding-top: 12rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    #reg-container > p {
        font-size: 15px;
        text-align: center;
        margin-top: 20px;
        color: white;
    }

#fortis_form-register {
    margin-top: 35px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 25px;
}

    #fortis_form-register > div {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        justify-content: center;
    }

input[type="checkbox"] {
    display: none;
}

    input[type="checkbox"] + label {
        position: relative;
        padding-left: 30px;
        cursor: pointer;
        display: initial;
    }

        input[type="checkbox"] + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 20px;
            height: 20px;
            box-shadow: 0 0 5px rgba(0,0,0,0.2);
            transition: background-color 0.3s, border-color 0.3s;
            border-width: 1px 2px 2px 1px;
            border-style: solid;
            border-color: black;
        }

    input[type="checkbox"]:checked + label:before {
        /* border-color: var(--color-red-txt--primary); */
        background-color: var(--color-red-txt--primary);
    }

    input[type="checkbox"]:checked + label:after {
        content: '✔';
        position: absolute;
        left: 5px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 14px;
        color: #ffffff;
        -webkit-text-fill-color: white;
    }

#reg-container a {
    color: white;
    text-decoration: underline;
}

#btn_send-registerfortis {
    cursor: pointer;
    font-size: 20px;
    padding: 10px 40px;
    margin-top: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

#KSTL-Registration-wrapper-TermsConditionPrvcyPolicyCombo {
    /* grid-area: 5; */
    grid-column: span 2;
}

#KSTL-Registration-wrapper-HeaderSubscription {
    /* grid-area: 6; */
    grid-column: span 2;
}


#KSTL-Registration-wrapper-HeaderSubscription-Txt {
    /* grid-area: 7; */
    grid-column: span 2;
    font-size: 13px;
    color: white;
    font-family: 'Montserrat';
}

#KSTL-Registration-wrapper-ContinueButton1 {
    /* grid-area: 8; */
    grid-column: span 2;
}

.form-error {
    grid-area: 9;
    grid-column: span 2;
    /* max-width: initial; */
    margin: 0 auto;
}

    .form-error .error-text {
        color: white;
    }

.flatpickr-calendar.open {
    font-family: 'Montserrat';
}

.registro-assets {
    display: flex;
    justify-content: center;
    /* width: 100%; */
    margin-top: 80px;
}

.registro-assets--img {
    width: 100%;
}

.assets-img-mujermorena {
    position: absolute;
    max-width: 200px;
    top: 60px;
    right: 100px;
    z-index: 1;
}

.assets-img-hombrecasco {
    position: absolute;
    max-width: 250px;
    top: 4rem;
    right: -70px;
    z-index: 2;
}

.assets-img-batman {
    max-width: 300px; /* margin-top: -20px; */
    position: absolute;
    left: 30%;
    transform: translateX(-30%);
}

.assets-img-flash {
    max-width: 250px;
    position: absolute;
    margin-left: -100px;
    left: 80%;
    transform: translateX(-80%);
}

.assets-img-flashbatman {
    max-width: 500px;
    position: inherit;
    z-index: 2;
}

#reg-container > a {
    display: block;
    font-family: 'Open Sans', sans-serif;
    margin-top: 50px;
    text-decoration: none;
    text-align: center;
}


    #reg-container > a > span {
        /* text-decoration: underline; */
        color: var(--color-red-txt--primary);
        font-weight: 700;
    }

#KSTL-Registration-wrapper-Colombia_Consent {
    grid-column: span 2;
}

@media(min-width: 900px) {
    body {
        background-image: url(/Content/assets/register/bg_dt_Registro.webp);
    }

    #fortis_form-register {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .container-registro {
        flex-direction: row;
        width: 95%;
        max-width: 1400px;
    }

    #reg-container {
        width: 60%;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .registro-assets {
        width: 40%;
        position: relative;
        padding-top: 10rem;
    }

    .assets-img-mujermorena {
        right: initial;
        left: -35px;
        top: -70px;
        max-width: 250px;
    }

    .assets-img-hombrecasco {
        right: 0;
        top: -110px;
    }
}

@media(min-width: 1200px) {

    #reg-container {
    }
}

@media(min-width: 1300px) {

    .assets-img-mujermorena {
        left: 35px;
    }
}

