/* 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'
(589,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/login/bg/bg_login.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    overscroll-behavior-y: contain;
}

.KSTL-Registration {
    max-width: 400px;
}

.contenido_login-titulos, .container-login, .form-login {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.contenido_login-titulos {
    color: white;
    font-family: 'Barlow-Medium';
    font-size: 1.5rem;
}

#KSTL-Registration-wrapper-Password > div > div:nth-child(2) {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.main-render {
    background-color: #01479B;
}

.reg-container {
    width: 100%
}

#VerContrasena, #VerContrasena2 {
    position: absolute;
    top: 13px;
    right: 20px;
    color: white;
    font-size: 20px;
}

.container-registro {
    padding: 10rem 1rem;
    /*max-width: 1400px;*/
    display: flex;
}

/*Estilos Epsilon*/
.form-group > div > div > div:nth-child(2) {
    position: relative;
}

#KSTL-Registration-wrapper-ForgotPasswordLink {
    text-align: center;
    order: 1;
    /* display: none; */
}

    #KSTL-Registration-wrapper-ForgotPasswordLink a {
        color: white;
        text-decoration: none;
    }

.form-group.ng-form.ng-scope a {
    color: white;
}

.form-group > div {
    margin-bottom: 20px;
    color: white;
}

.contenido-registro {
    padding: 2.5rem 1rem 0rem;
    background: rgba(3, 52, 146, 0.8);
    box-shadow: 0px 0px 19px #033492 inset;
    border-radius: 20px;
    border: 3px #306BF6 solid;
    backdrop-filter: blur(4px);
    position: relative;
    z-index: 1;
    width: 518px;
    height: 550px;
}


.titulo-login {
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.span-login {
    color: white;
    text-align: center;
}

.login_a-reg {
    color: white;
    text-decoration: underline;
}

.form-group {
    display: flex;
    color: white;
    margin-bottom: 0px;
}

.a_login-reg {
    color: #6CCFFF;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 15px;
}

.p_login-reg {
    color: white;
    text-align: center;
    text-decoration: underline;
    margin: 10px;
}

.iconfa-right {
    position: absolute;
    top: 12px;
}

.iconfa-left {
    position: absolute;
    top: 12px;
}

.iconfa-right {
    position: absolute;
    top: 12px;
}

#VerContrasena, #VerContrasena2, #VerContrasena3, #VerContrasena4 {
    position: absolute;
    top: 15px;
    right: 20px;
    color: var(--azul-cielo);
    font-size: 20px;
}

#KSTL-Registration-wrapper-PasswordResetFormPassword > div > div:nth-child(2), #KSTL-Registration-wrapper-PwResetFormPwConfirm > div > div:nth-child(2) {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}

#reg-container > div > div > div > form > div > a {
    order: 12;
}

#reg-container > div > div > div > form > div > p {
    order: 11;
}

#KSTL-Registration-wrapper-UserName {
    order: 1;
}

#KSTL-Registration-wrapper-Password {
    order: 2;
}

#KSTL-Registration-wrapper-ForgotPasswordLink {
    order: 5;
}

#KSTL-Registration-wrapper-ContinueButton {
    order: 4;
}

::placeholder {
    color: white;
}

.forgotpassword-class {
    box-shadow: none;
    border: none;
    backdrop-filter: none;
    background-color: transparent;
    max-width: 400px;
    min-width: 30%;
}

.forgotpassword-mainrenderclass {
    background-image: url(/assets/login/login_bg1.png);
}

.image-login {
    display: none;
}

@media(min-width: 768px) {
    body {
        background-image: url(/Content/assetsv2/teaser/BG_DG_Teaser.png);
    }

    .contenido-registro {
        /* min-width: 50%; */
        max-width: 50%;
        /* margin-inline: 30%; */
    }

    .main-render {
        /*background-image: url(/assets/login/fondo_login_dt.png);
        aspect-ratio: 780 / 520;*/
        min-height: initial;
    }

    .container-registro {
        display: flex;
        width: 100%;
        padding-inline: 40px;
        justify-content: space-around;
    }

    .image-login {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

        .image-login .row {
            display: flex;
            flex-direction: row;
            justify-content: center;
            gap: 10px;
            margin-bottom: -188px;
            z-index: 3;
        }

        .image-login .background-img {
            max-width: 100%;
        }

    .forgotpassword-mainrenderclass {
        background-image: url(/assets/login/fondo_dt_fpassword.png);
    }
}

