/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(53,21): run-time error CSS1039: Token not allowed after unary operator: '-azul-cielo'
(68,25): run-time error CSS1039: Token not allowed after unary operator: '-azul-cielo'
(98,17): run-time error CSS1039: Token not allowed after unary operator: '-blanco'
(118,17): run-time error CSS1039: Token not allowed after unary operator: '-blanco'
(120,30): run-time error CSS1046: Expect comma, found '5'
(120,34): run-time error CSS1046: Expect comma, found '/'
(130,17): run-time error CSS1039: Token not allowed after unary operator: '-blanco'
(153,17): run-time error CSS1039: Token not allowed after unary operator: '-blanco'
(179,17): run-time error CSS1039: Token not allowed after unary operator: '-azul-cielo'
(187,17): run-time error CSS1039: Token not allowed after unary operator: '-azul-cielo'
(387,17): run-time error CSS1039: Token not allowed after unary operator: '-azul-cielo'
(397,17): run-time error CSS1039: Token not allowed after unary operator: '-azul-cielo'
(398,35): run-time error CSS1039: Token not allowed after unary operator: '-azul-cielo'
(620,17): run-time error CSS1039: Token not allowed after unary operator: '-azul-cielo'
 */
:root {
    --blanco: white;
    --azul-cielo: #1290CC;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#KSTL-Registration-wrapper-PhoneNumber2 {
    /* display: none; */
}

.text-uppercase {
    text-transform: uppercase;
}

.text-center {
    text-align: center;
}

.registro-titulo {
    font-weight: 900;
    margin-bottom: 2rem;
    max-width: 70%;
    text-align: center;
    -webkit-text-stroke-width: 3;
    -webkit-text-stroke-color: #1377F0;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.form-group {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
    font-family: 'Barlow-Medium';
}

    .form-group input,
    .form-group select {
        width: 100%;
        box-sizing: border-box;
        padding: 15px 10px;
        font-size: 16px;
        color: var(--azul-cielo);
        border: none;
        /* background: rgba(55, 197, 255, 0.20); */
        border-radius: 30px;
        order: 1;
        font-family: 'Barlow-Medium';
    }

        .form-group input:focus,
        .form-group select:focus {
            outline: none;
            background-color: white;
        }

        .form-group input::placeholder {
            color: var(--azul-cielo);
        }

    .form-group label {
        font-size: 14px;
        margin-bottom: 5px;
        display: block;
    }

    .form-group select:focus {
        background-color: white;
    }

.contenido-registro {
    /* margin-inline: 1rem; */
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    max-width: 1600px;
}


/*Estilos epsilon*/
.KSTL-Registration {
    width: 100%;
}

.infoTooltip {
    color: var(--blanco);
    max-width: 600px;
    margin-left: 30px;
    text-align: left;
    order: 3;
    /*position: absolute;*/
    position: absolute;
    top: 80px;
    background-color: #0C60AF;
    padding: 10px;
    border: 3px #306BF6 solid;
    z-index: 1;
    border-radius: 10px;
}

#KSTL-Registration-wrapper-PrivacyPolicy a {
    color: white;
}

.error-field {
    color: var(--blanco);
    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%;
}

.form-group label {
    color: var(--blanco);
    order: 1;
}

.form-group a {
    color: white;
}

.link {
    text-decoration: underline;
}

input[name="TermsConditionPrvcyPolicyCombo"], #subscription123756_EM, #KSTL-Registration-Colombia_Consent {
    width: initial !important;
    display: none;
}

#KSTL-Registration-wrapper-TermsConditions > div {
    display: flex !important;
    align-items: self-start;
}

#KSTL-Registration-wrapper-TermsConditions div label span a {
    color: var(--blanco);
    text-decoration: none;
}

#KSTL-Registration-wrapper-AddressLine1,
#KSTL-Registration-wrapper-City {
    display: none;
}

.KSTL-Registration-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}


.btn_responsive {
    /* padding-inline: 3rem; */
    min-width: 200px;
}

.iconfa-left {
    position: absolute;
    top: 15px;
    left: 20px;
    color: var(--azul-cielo);
    font-size: 20px;
}

.iconfa-right {
    position: absolute;
    top: 16px;
    right: 20px;
    color: var(--azul-cielo);
    font-size: 20px;
}

#MyDatePicker {
    /* padding-left: 50px; */
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
    padding-right: 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#KSTL-Registration-wrapper-Gender > div > div:nth-child(2) {
    position: relative;
}
/*
    #KSTL-Registration-wrapper-Gender > div > div:nth-child(2)::after {
        content: url(/Content/assets/registro/keyboard_arrow_right.png);
        position: absolute;
        right: -20px;
        top: 24px;
        transform: translateY(-54%) scale(0.5);
        pointer-events: none;
        font-size: 24px;
        color: white;
        background-color: #02C0FF;
        padding: 16px 14px 13px 17px;
        border-radius: 0px 16px 16px 0px;
        height: auto;
    }
*/
#KSTL-Registration-wrapper-BirthDate > div > div:nth-child(2) {
    position: relative;
}
/*
    #KSTL-Registration-wrapper-BirthDate > div > div:nth-child(2)::after {
        content: url(/Content/assets/registro/keyboard_arrow_right.png);
        position: absolute;
        right: -20px;
        top: 24px;
        transform: translateY(-54%) scale(0.5);
        pointer-events: none;
        font-size: 24px;
        color: white;
        background-color: #02C0FF;
        padding: 16px 14px 13px 17px;
        border-radius: 0px 16px 16px 0px;
        height: auto;
    }
*/
.form-group > div > div > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    /* position: relative; */
    order: 2;
}

.form-group > div > div {
    display: flex;
    flex-direction: column;
    /* position: relative; */
    order: 2;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 50% !important;
}

.form-wrapper {
    display: flex;
    flex-wrap: wrap;
}


/*Orden de Formulario*/
/*#KSTL-Registration-wrapper-FirstName {
    order: 1;
}

#KSTL-Registration-wrapper-LastName {
    order: 2;
}

#KSTL-Registration-wrapper-CedulaText {
    order: 3;
}

#KSTL-Registration-wrapper-PhoneNumber2 {
    order: 4;
}

#KSTL-Registration-wrapper-Gender {
    order: 5;
}

#KSTL-Registration-wrapper-BirthDate {
    order: 6
}

#KSTL-Registration-wrapper-UserName {
    order: 7;
}

#KSTL-Registration-wrapper-ConfirmEmail {
    order: 8;
}

#KSTL-Registration-wrapper-Password {
    order: 9
}

#KSTL-Registration-wrapper-PasswordConfirm {
    order: 10;
}*/

#KSTL-Registration-wrapper-TermsConditionPrvcyPolicyCombo {
    order: 19;
    /* max-width: 320px; */
    grid-area: 6 / 2;
    /* grid-column: span 2; */
}

#KSTL-Registration-wrapper-Colombia_Consent {
    order: 11;
    grid-column: span 2;
}

#KSTL-Registration-wrapper-HeaderSubscription {
    order: 18;
    /* max-width: 320px; */
}

.a_aviso-privacidad {
    order: 13;
    /* max-width: 320px; */
    color: #FFF;
    text-align: center;
    /* font-family: Gilroy-Medium; */
    font-size: calc(1px + 1vw);
    font-style: normal;
    font-weight: 400;
    grid-area: 9 / 1;
    grid-column: span 2;
    /* line-height: 9px; */
    font-family: Montserrat;
}


#KSTL-Registration-wrapper-ContinueButton1 {
    order: 24;
    grid-area: 6 / 2;
    /* grid-column: span 2; */
}

#subscription123493_EM {
    display: none !important;
}

.forgot-pwd {
    text-align: center;
}

input[type="checkbox"] {
    width: initial;
    display: none;
}

#KSTL-Registration-PrivacyPolicy,
#subscription123756_EM,
#KSTL-Registration-TermsConditions {
    display: none !important;
}

input[type="checkbox"] + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

    input[type="checkbox"] + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background-color: white;
        border-radius: 5px;
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
        transition: background-color 0.3s, border-color 0.3s;
    }

input[type="checkbox"]:checked + label:before {
    color: var(--azul-cielo);
}

input[type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: var(--azul-cielo);
    -webkit-text-fill-color: var(--azul-cielo);
}

#KSTL-Registration-wrapper-PrivacyPolicy > div, #KSTL-Registration-wrapper-TermsConditions > div {
    display: flex;
    flex-direction: row;
}

.btn_responsive {
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

    .btn_responsive[name="ContinueButton"] {
        background-image: url(/Content/assets/login/mo/BTN_INICIARSESION.png);
    }

    .btn_responsive[name="ContinueButton1"] {
        background-image: url(/Content/assets/registro/mo/btn_crearcuenta.png);
    }

    .btn_responsive[name="SendEmailButton"] {
        background-image: url(/Content/assets/trivia/triviacorrecta/mo/BTN_ENVIAR.png);
    }

    .btn_responsive[name="PasswordResetFormButton"] {
        background-image: url(/Content/assets/trivia/triviacorrecta/mo/BTN_ENVIAR.png);
    }

@media(max-width: 899px) {
    .a_aviso-privacidad {
        text-align: center;
        margin-bottom: 20px;
        font-size: calc(10px + .5vw);
    }
}

body {
    background-image: url(/Content/assetsv2/register/bg/bg_registro.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}


/*Ocultar campos de RMT de prueba*/
#KSTL-Registration-wrapper-Dropdown,
#KSTL-Registration-wrapper-Dropdown2,
#KSTL-Registration-wrapper-email_h {
    /* display: none; */
}

.KSTL-Registration {
    max-width: 800px;
}

.h3-conmejor, .h3-datcta {
    color: white;
    font-size: 20px;
    margin-bottom: 10px;
}

.span-campob {
    color: white;
    font-size: 16px;
    grid-area: 4 / 2;
    text-align: center;
    order: 14;
}

.h3-conmejor {
    grid-area: 1 / 2;
    order: 11;
}

/* Form order inputs */
#KSTL-Registration-wrapper-LastName,
#KSTL-Registration-wrapper-UserName,
#KSTL-Registration-wrapper-Password,
#KSTL-Registration-wrapper-BirthDate,
#KSTL-Registration-wrapper-Gender,
#KSTL-Registration-wrapper-UserNameConfirm,
#KSTL-Registration-wrapper-PasswordConfirm,
#KSTL-Registration-wrapper-PhoneNumber2,
#KSTL-Registration-wrapper-CedulaText {
    grid-column: 1;
}

#KSTL-Registration-wrapper-Dropdown {
    grid-area: 2 / 2;
    order: 13;
}

#KSTL-Registration-wrapper-Dropdown2 {
    grid-area: 3 / 2;
    order: 12;
}

#KSTL-Registration-wrapper-PrivacyPolicy {
    grid-area: 6 / 1;
}

#KSTL-Registration-wrapper-TermsConditions {
    grid-area: 7 / 1;
}

#KSTL-Registration-wrapper-Colombia_Consent {
    grid-area: 7 / 1;
}

#KSTL-Registration-wrapper-HeaderSubscription {
    grid-area: 5 / 2;
    /* grid-column: span 2; */
}

#KSTL-Registration-wrapper-TermsConditions, #KSTL-Registration-wrapper-PrivacyPolicy, #KSTL-Registration-wrapper-Colombia_Consent {
    /* grid-area: 8 / 1; */
    grid-column: span 2;
    color: white;
    order: 10;
}


    #KSTL-Registration-wrapper-TermsConditions a,
    #KSTL-Registration-wrapper-PrivacyPolicy a,
    #KSTL-Registration-wrapper-Colombia_Consent {
        color: white;
    }


#KSTL-Registration-wrapper-State {
}

#KSTL-Registration-wrapper-City {
}

.main-render {
    min-height: 100vh;
    padding-bottom: 0rem;
    background-image: url(/Content/assets/login/login_bg1.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    min-height: 100vh;
    background-color: #01479B;
}

#reg-container {
    padding-inline: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.luna-izquierda, .luna-derecha {
    position: absolute;
    top: 50%;
    width: 140px;
    height: 702px;
    background: radial-gradient(circle at right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.0));
    transform: translateY(-50%);
    border-radius: 0 165% 165% 0;
    z-index: 0;
    display: none;
}

.luna-izquierda {
    left: -63px;
}

.luna-derecha {
    right: -64px;
    transform: translateY(-50%) scaleX(-1);
}

#backdrop-root {
    /*background-image: url(/Content/assets/home/skyline_bg_dt.png);*/
    height: 100vh;
    position: absolute;
}

.container-registro {
    /* position: relative; */
    /* padding-top: 8rem; */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.ciudad_img-fondo, .rayo-img {
    position: absolute;
}

.ciudad_img-fondo {
    background: url(/Content/assets/registro/skyline_bg_dt.png) no-repeat center center;
    background-size: cover;
    height: 800px;
    z-index: 7;
}

.rayo_der-img {
    bottom: 10px;
    right: 20px;
    transform: translate(20px, 10px);
    z-index: 1;
}

.rayo_izq-img {
    top: 3%;
    left: 3%;
    transform: translate(-50px, -10px);
    z-index: 1;
}

.cadastro-titulo {
    width: 70%;
}
/*Estilos Epsilon*/
#VerContrasena2, #VerContrasena {
    position: absolute;
    color: var(--azul-cielo);
    font-size: 20px;
    top: 15px;
    right: 20px;
}

.iconfa-left {
    position: absolute;
}

.iconfa-right {
    position: absolute;
}


#KSTL-Registration-wrapper-Password > div > div:nth-child(2), #KSTL-Registration-wrapper-PasswordConfirm > div > div:nth-child(2) {
}


#KSTL-Registration-wrapper-ContinueButton1 {
    /* margin: 20px 0px; */
}

#KSTL-Registration-wrapper-HeaderSubscription > div > div > label > b, #KSTL-Registration-wrapper-HeaderSubscription > div > div > label > br:nth-child(2) {
    display: none;
}

#KSTL-Registration-PrivacyPolicy, #KSTL-Registration-TermsConditions {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

input[type="checkbox"] {
    width: initial;
}

#KSTL-Registration-PrivacyPolicy,
#subscription123756_EM,
#KSTL-Registration-TermsConditions {
    display: none !important;
}

#KSTL-Registration-wrapper-PrivacyPolicy > div, #KSTL-Registration-wrapper-TermsConditions > div {
    display: flex;
    flex-direction: row;
}

.img_sonic-asset {
    max-width: 30%;
    position: absolute;
    top: 80px;
    right: 0;
    display: none;
}

.terms-privacypolicy {
    display: flex;
    flex-direction: column;
}


.container_tienes-cuenta {
    text-align: center;
    font-family: 'Barlow-Medium';
    color: white;
    order: 25;
}

.form-title-text {
    font-family: 'Barlow-Medium';
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
}

.btn_iniciarses-img {
    width: 17rem;
    height: 4rem;
}

@media(max-width: 899px) {
    .registro-titulo {
        text-align: center;
    }
}

@media(min-width: 900px) {
    body {
        background-image: url(/Content/assetsv2/teaser/BG_DG_Teaser.png);
    }

    .main-render {
        background-image: url(/Content/assets/login/fondo_dt_fpassword.png);
    }

    #reg-container > div > div > div > form > div {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        gap: 10px 30px;
    }

    #reg-container {
        /* width: 70%; */
    }

    .container-registro {
        /* margin-inline: 4rem; */
    }

    .contenido-registro {
        align-items: initial;
    }

    .a_aviso-privacidad {
        font-size: calc(1px + 1vw);
    }

    #KSTL-Registration-wrapper-ContinueButton1 {
        position: absolute;
        /* bottom: -60px; */
        /* transform: translate(50%, 50%); */
        left: 50%;
        transform: translate(-50%);
        /* background-color: #060f37; */
    }

    .container_tienes-cuenta {
        position: absolute;
        grid-area: 11 / 2;
        left: 50%;
        transform: translate(-50%);
    }

    #KSTL-Registration-wrapper-TermsConditions {
        /* transform: translate(-150px, 0px); */
    }

    #KSTL-Registration-wrapper-HeaderSubscription {
        /* transform: translate(-150px, 0px); */
    }

    .span-campob {
        margin-top: -60px;
    }
}

@media(min-width: 901px) {
    .main-render {
        /* background-size: 100% 600px; */
        padding-bottom: 15rem;
    }
}

