/* 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 '-'
(98,17): run-time error CSS1039: Token not allowed after unary operator: '-blanco'
(117,17): run-time error CSS1039: Token not allowed after unary operator: '-blanco'
(119,30): run-time error CSS1046: Expect comma, found '5'
(119,34): run-time error CSS1046: Expect comma, found '/'
(129,17): run-time error CSS1039: Token not allowed after unary operator: '-blanco'
(152,17): run-time error CSS1039: Token not allowed after unary operator: '-blanco'
(173,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'
(491,30): run-time error CSS1046: Expect comma, found '5'
(491,34): run-time error CSS1046: Expect comma, found '/'
 */
:root {
    --blanco: white;
    --azul-cielo: #1290CC;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#KSTL-Registration-wrapper-AddressLine1,
#KSTL-Registration-wrapper-City,
#KSTL-Registration-wrapper-FamilyRole,
#KSTL-Registration-wrapper-Gender {
    display: none !important;
}

.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: white;
        order: 1;
        font-family: 'Barlow-Medium';
        border-radius: 10px;
        border: 1px solid #02C0FF;
        background: rgba(55, 197, 255, 0.20);
    }

        .form-group input:focus, .form-group select:focus {
            outline: none;
            /* background-color: white; */
        }

        .form-group input::placeholder {
        }

    .form-group label {
        font-size: 14px;
        margin-bottom: 5px;
        display: block;
    }

    .form-group select:focus {
        background-color: #FD5C2C;
    }

.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;
    top: 150px;
    padding: 10px;
    z-index: 1;
    border-radius: 10px;
    border: 1px solid #9DDDF8;
    background: linear-gradient(180deg, #FD5831 0%, #FF8400 100%);
}

#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-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}


.btn_responsive {
    /* padding-inline: 3rem; */
    min-width: 300px;
}

.iconfa-left {
    position: absolute;
    top: 15px;
    left: 20px;
    color: var(--azul-cielo);
    font-size: 20px;
}

.iconfa-right {
    position: absolute;
    top: 35px;
    right: 20px;
    color: white;
    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), #KSTL-Registration-wrapper-PhoneNumber2 > div > div:nth-child(2) {
    position: relative;
}

#KSTL-Registration-wrapper-AgeRange > div > div:nth-child(2) {
    position: relative;
}

    #KSTL-Registration-wrapper-AgeRange > div > div:nth-child(2)::after {
        content: url(/Content/assets/registro/keyboard_arrow_right.png);
        position: absolute;
        right: -21px;
        top: 29px;
        transform: translateY(-54%) scale(0.5);
        pointer-events: none;
        font-size: 24px;
        color: white;
        background-color: #02C0FF;
        padding: 38px 24px 38px 24px;
        border-radius: 0px 18px 18px 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-TermsandconditionPrivacyCombo {
    order: 18;
    /* max-width: 320px; */
    grid-area: 5 / 2;
    grid-column: span 2;
}

#KSTL-Registration-wrapper-Colombia_Consent {
    order: 11;
    grid-column: span 2;
}

#KSTL-Registration-wrapper-HeaderSubscription {
    /* order: 19; */
    /* max-width: 320px; */
    grid-area: 6 / 2;
    grid-column: span 2;
}

.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;
}

#KSTL-Registration-wrapper-ContinueButton1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*---- Dropdown rango de edad ----*/
.agerange-dropdown {
    position: relative;
    display: inline-block;
    /* width: 150px; */
}

.age-btn {
    cursor: pointer;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 10px;
    font-size: 16px;
    color: white;
    order: 1;
    border-radius: 10px;
    border: 1px solid #02C0FF;
    background: rgba(55, 197, 255, 0.20);
    min-height: 50px;
}

.dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    width: 100%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 1px solid #9DDDF8;
    background: linear-gradient(180deg, #FD5831 0%, #FF8400 100%);
    padding: 20px;
}

.dropdown-item {
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
    color: white;
}

    .dropdown-item:hover {
        background: #083679;
        border-radius: 8px;
    }

.dropdown_item-span--title {
    font-weight: bold;
}

.container-menoredad {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    color: white;
    text-align: center;
}

@media(max-width: 899px) {
    .a_aviso-privacidad {
        text-align: center;
        margin-bottom: 20px;
        font-size: calc(10px + .5vw);
    }

    .container-registro {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/*---- 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;
}

.ng-scope {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*---- Fortis CSS ----*/
.fortis_formo-code {
    max-width: 500px;
    width: 100%;
    color: white;
}

#fortis_form-login {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.contenido-registro {
    width: 100%;
}

.btn_send-otpcode {
    max-width: 300px;
}

.contenido_formo-code {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.error-text {
    text-align: center;
    width: 100%;
}

body {
    background-image: url(/Content/assets/registro/registro_bg_mo.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overscroll-behavior-y: contain;
}

.main-container {
    padding-top: 10rem;
    min-height: 100vh;
}

.KSTL-Registration {
    max-width: 400px;
}

.contenido_login-titulos, .form-login {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    /* max-width: 800px; */
    padding-inline: 10px;
}

.container-login {
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    gap: 20px;
    width: 100%;
    /* max-width: 800px; */
    padding-inline: 10px;
}

.form-login {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    /* max-width: 800px; */
    padding-inline: 10px;
}

.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%
}

.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: white;
    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(/Content/assets/login/login_bg1.png);
}

.image-login {
    display: none;
}

.landing-image {
    /* max-width: 400px;
    position: absolute;*/
    width: 60%;
    right: 0;
    bottom: 0;
}

.contenido-login {
    display: flex;
}

@media(max-width: 1000px) {
    .landing-image {
        display: none;
    }

    .container-login, .form-login {
        width: 100%;
    }
}

@media(min-width: 768px) {
    body {
        background-image: url(/Content/assets/home/v2/bg_simple6_dt_franja_naranja.jpg);
    }

    .contenido-registro {
        /* min-width: 50%; */
        max-width: 50%;
        /* margin-inline: 30%; */
    }

    .main-render {
        /*background-image: url(/Content/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(/Content/assets/login/fondo_dt_fpassword.png);
    }
}

