* {
    box-sizing: border-box;
}

.page {
    opacity: 0;
    transition: opacity 0.3s linear;
}

    .page.ready {
        opacity: 1;
    }


:root {
    --royal-blue: #4640F5;
    --persian-rose: #FF198B;
    --red-violet: #CB1477;
    --my-sin: #FFB52A;
    --punch: #DA3131;
    --turquoise: #30DDA7;
    --white: #FFFFFF;
    --black: #000000;
    --cod-gray: #1A1A1A;
    --mine-shaft: #333333;
    --mercury: #E1E1E1;
    --cornflower-blue: #6E55F3;
    --gold: #FEB229;
    --smalt: #042C93;
}

@font-face {
    font-family: 'GalanoGrotesqueBlack';
    src: url('../../assets/fonts/new-ui/GalanoGrotesqueBlack.otf') format('opentype');
}

@font-face {
    font-family: 'GalanoGrotesqueAltSemiBold';
    src: url('../../assets/fonts/new-ui/GalanoGrotesqueAltSemiBold.otf') format('opentype');
}

@font-face {
    font-family: 'GalanoGrotesqueThinItalic';
    src: url('../../assets/fonts/new-ui/GalanoGrotesqueThinItalic.otf') format('opentype');
}

@font-face {
    font-family: 'GalanoGrotesqueRegular';
    src: url('../../assets/fonts/new-ui/GalanoGrotesqueRegular.otf') format('opentype');
}

@font-face {
    font-family: 'GalanoGrotesqueSemiBold';
    src: url('../../assets/fonts/new-ui/GalanoGrotesqueSemiBold.otf') format('opentype');
}

@font-face {
    font-family: 'GalanoGrotesqueMedium';
    src: url('../../assets/fonts/new-ui/GalanoGrotesqueMedium.otf') format('opentype');
}

@font-face {
    font-family: 'GalanoGrotesqueLight';
    src: url('../../assets/fonts/new-ui/GalanoGrotesqueLight.otf') format('opentype');
}

@font-face {
    font-family: 'GalanoGrotesqueExtraLight';
    src: url('../../assets/fonts/new-ui/GalanoGrotesqueExtraLight.otf') format('opentype');
}

.galanothin {
    font-family: 'GalanoGrotesqueThinItalic', sans-serif;
}

.galano {
    font-family: 'GalanoGrotesqueSemiBold',sans-serif;
}

.galanoit {
    font-family: 'GalanoGrotesqueBlack',sans-serif;
}

.page-login-v2 {
    height: 100%;
    overflow-x: hidden;
}

    .page-login-v2:before {
        background-image: url("../../images/login5.png?t=1662431956390");
    }

    .page-login-v2.page-dark.layout-full:after {
        background-color: rgba(38, 50, 56, 0);
    }

    .page-login-v2 .page-brand-info {
        margin: 0 100px 0 90px;
    }

        .page-login-v2 .page-brand-info .brand-img {
            vertical-align: middle;
        }

        .page-login-v2 .page-brand-info .brand-text {
            display: inline-block;
            vertical-align: middle;
            margin: 11px 0 11px 20px;
        }

        .page-login-v2 .page-brand-info p {
            opacity: inherit;
            color: white;
            max-width: none;
        }

    .page-login-v2 .page-login-main {
        position: absolute;
        right: 0;
        top: 0;
        height: auto;
        min-height: 100%;
        padding: 150px 60px 180px;
        color: #76838f;
        background: #fff;
    }

        .page-login-v2 .page-login-main .brand {
            margin-bottom: 60px;
            text-align: center;
        }

        .page-login-v2 .page-login-main .brand-img {
            vertical-align: middle;
        }

        .page-login-v2 .page-login-main .brand-text {
            display: inline-block;
            vertical-align: middle;
            margin: 11px 0 11px 20px;
            color: #3e8ef7;
        }

    .page-login-v2 form {
        display: flex;
        flex-direction: column;
        gap: 0;
        width: calc(100% - 16px);
        margin-top: 12px;
    }

.form-group.input-group:has(.position-absolute) {
    position: relative;
}

a {
    text-decoration: none;
    color: var(--royal-blue)
}

.submit-btn {
    border: none;
    background: linear-gradient(90deg,rgba(70, 64, 245, 1) 0%, rgba(110, 85, 243, 1) 50%, rgba(218, 49, 49, 1) 58%, rgba(254, 178, 41, 1) 62%, rgba(255, 25, 139, 1) 75%, rgba(254, 178, 41, 1) 86%, rgba(255, 25, 139, 1) 90%, rgba(218, 49, 49, 1) 95%, rgba(70, 64, 245, 1) 100%);
    background-size: 400% 100%;
    background-position: 0 100%;
    color: white;
    font-family: 'GalanoGrotesqueRegular', sans-serif;
    /*padding: 8px 16px;*/
    min-height: 35px;
    border-radius: 24px;
    cursor: pointer;
    width: calc(100% - 60px);
    margin: auto;
    box-shadow: 0 0 8px transparent;
    transition: width 0.5s linear, box-shadow 0.3s linear;
    margin-top: 8px;
    font-size: 14px;
}

    .submit-btn:not(.denied) {
        animation: none;
    }

    .submit-btn:hover {
        box-shadow: 0 0 13px var(--royal-blue);
    }

#customOverlay {
    display: none;
}

.position-absolute {
    text-align: end;
}

.check-label {
    cursor: pointer;
    user-select: none;
}

.checkbox-primary.float-left {
    display: flex;
    align-items: center;
    gap: 3px;
}

.form-group:has(.float-right) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
    align-items: center;
    gap: 8px;
}

.galano a {
    font-family: 'GalanoGrotesqueSemiBold',sans-serif;
}

#error-message.error-message {
    display: block;
    opacity: 1;
    z-index: auto;
    position: static;
    pointer-events: none;
    width: 100%;
    height: 16px;
    white-space: break-spaces;
    opacity: 1;
    max-width: 300px;
}

#error-message.show {
    animation: miniDeniedMessage 1s linear;
}

@keyframes miniDeniedMessage {
    0% {
        color: var(--punch);
    }

    15%, 45%, 75% {
        color: white;
    }

    30%, 60% {
        color: var(--punch);
    }

    100% {
        color: var(--punch);
    }
}

.position-absolute {
    background-color: transparent;
    border: none;
    position: absolute;
    right: 0;
    height: 30px;
    width: auto;
    top: 0;
    cursor: pointer;
}

    .position-absolute img {
        height: 30px;
    }

.page-login-v2 footer {
    text-align: center;
    margin: 16px 0;
}

.network-container {
    padding: 12px 0 0 0;
    display: flex;
    justify-content: center;
    gap: 12px;
}

    .network-container a {
        height: 35px;
        width: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        background: transparent;
        transition: background 0.1s linear;
        background: transparent;
    }

        .network-container a:hover svg {
            transition: transform 0.15s linear;
            transform: scale(1.1);
        }

        .network-container a:has(svg.fb-icon) {
            background: linear-gradient(45deg, transparent 70px, #ffffffa3, rgb(8, 102, 255), rgb(8, 102, 255), rgb(8, 102, 255), rgb(8, 102, 255));
            transition: background-position 0.4s ease;
            background-size: 300% 300%;
            background-position: 0% 100%;
        }

            .network-container a:has(svg.fb-icon):hover {
                background-position: 100% 0;
            }

        .network-container a:has(svg.instaIcon) {
            background: linear-gradient(45deg, transparent 70px, #ffffffa3, #fd9e34, #fd9e34, #e1306c, #7f5ee0, #4f5bd4);
            background-size: 300% 300%;
            background-position: 0% 100%;
            transition: background-position 0.4s ease;
        }

            .network-container a:has(svg.instaIcon):hover {
                background-position: 100% 0;
            }

        .network-container a:has(svg.linkedInSvg) {
            background: linear-gradient(45deg, transparent 70px, #ffffffa3, #0a66c2, #0a66c2, #0a66c2);
            background-size: 300% 300%;
            background-position: 0% 100%;
            transition: background-position 0.4s ease;
        }

            .network-container a:has(svg.linkedInSvg):hover {
                background-position: 100% 0;
            }


    .network-container svg.fb-icon {
        fill: white;
        height: 22px;
        width: 22px;
    }

    .network-container svg.linkedInSvg {
        fill: white;
        height: 35px;
        width: 35px;
    }

    .network-container svg.instaIcon {
        fill: white;
        height: 30px;
        width: 30px;
    }

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    height: 35px;
    width: 35px;
    fill: white;
}

.fa-linkedin:before {
    content: "\f0e1";
}


.page-login-v2 .social .icon, .page-login-v2 .social .icon:hover, .page-login-v2 .social .icon:active {
    color: #fff;
}

.page-login-v2 ul a {
    font-size: 25px;
    color: white;
}

.page-login-v2 p {
    margin-top: 0;
    margin-bottom: 0;
}



.layout-full .page {
    height: auto;
}

@media (min-width: 1280px) {
}

@media (min-width: 1280px) and (min-height: 950px) {
}

@media (min-width: 1440px) {
}

p, h1, h2, h3, h4, a, span {
    font-family: 'GalanoGrotesqueRegular', sans-serif;
}

img.brand-img {
    max-width: 150px;
}

.page.ready .loginContainer {
    transform: translate(-50%, -55%);
    box-shadow: 0 0 13px var(--royal-blue);
}

.loginContainer {
    transition: transform 0.5s ease-out 0.15s, box-shadow 0.5s linear 0.3s;
    box-shadow: 0 0 13px transparent;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -45%);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    width: 350px;
    border-radius: 18px;
    margin: auto;
    backdrop-filter: blur(2px);
    max-width: calc(100vw - 32px);
    gap: 0;
    overflow: clip;
    z-index: 1;
    animation: shadowDank 10s linear infinite;
    animation-delay: 0.8s;
}

@keyframes shadowDank {
    0% {
        box-shadow: 0 0 13px #4640f56b;
    }

    50% {
        box-shadow: 0 0 13px #ff198b4d;
    }

    100% {
        box-shadow: 0 0 13px #4640f56b;
    }
}

.loginContainer::before {
    content: "";
    position: absolute;
    inset: 0;
    top: 50%;
    left: 50%;
    border-radius: inherit;
    background: linear-gradient(90deg,rgba(70, 64, 245, 0.37) 0%, rgba(0, 0, 0, 0.4) 33%, rgba(0, 0, 0, 0.4) 66%, rgba(255, 25, 139, 0.4) 100%);
    z-index: -1;
    animation: rotateGradient 20s linear infinite;
    transform-origin: 0 0;
    width: 700px;
    height: 700px;
    border-radius: 50%;
}



@keyframes rotateGradient {
    from {
        transform: rotate(0deg) translate(-50%, -50%);
    }

    to {
        transform: rotate(360deg) translate(-50%, -50%);
    }
}






footer.site-footer {
    display: none;
}

.input-spk {
    border-radius: 24px;
    padding: 8px 16px;
    width: 100%;
    border: none;
    outline: none;
    z-index: 10000;
    font-family: 'GalanoGrotesqueRegular', sans-serif;
    color: var(--royal-blue);
    background-color: #333333a3;
    color: white;
    font-size: 14px;
}

    .input-spk.select-valid {
        border: none !important;
        box-shadow: none !important;
    }

input[type="checkbox"], input[type="radio"] {
    z-index: 100000;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: white;
    border-radius: 4px;
    margin: 0;
    appearance: none;
    transition: background-color 0.1s linear, border 0.1s linear;
    border: 4px solid var(--royal-blue);
    padding: 0;
    aspect-ratio: 1/1;
    border-radius: 6px;
    appearance: none;
    cursor: pointer;
}

    input[type="checkbox"]:active {
        border: 5px solid var(--royal-blue);
    }

    input[type="checkbox"]:checked:active {
        border: 5px solid white;
    }

    input[type="checkbox"]:checked {
        background-color: var(--royal-blue);
    }

.checkbox-custom label::before,
.checkbox-custom input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="checkbox"]:checked + label::before {
    display: none;
}

body:has(.page.ready) {
    background-position: center center;
    transition: background-position 4.5s linear;
}

body {
    color: white;
    font-size: 14px;
    background: unset;
    background-image: url("/images/stars_webp.webp") !important;
    background-position: 25% 25%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: revert;
    font-family: 'GalanoGrotesqueRegular', sans-serif;
    animation: gpMove 20s linear infinite;
    animation-delay: 4.5s;
}


@keyframes gpMove {
    0% {
        background-position: 50% 50%;
    }

    15% {
        background-position: 49% 55%;
    }

    30% {
        background-position: 51% 45%;
    }

    45% {
        background-position: 49% 55%;
    }

    60% {
        background-position: 50% 50%;
    }

    75% {
        background-position: 49% 45%;
    }

    90% {
        background-position: 51% 55%;
    }

    100% {
        background-position: 50% 50%;
    }
}

body {
    overflow: hidden;
}

.anime-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100svh;
    z-index: -1;
    pointer-events: none;
}

    .anime-container .frame {
        height: 100%;
        width: 100%;
        opacity: 0.8;
    }

        .anime-container .frame svg {
            position: absolute;
            max-height: calc(100% - 32px);
            max-width: calc(100% - 32px);
            transform: translate(-50%, -50%);
            top: 50%;
            left: 50%;
            min-width: 1000px;
        }

.page .anime-container .bracket {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: left 0.5s cubic-bezier(0.42, 0, 0.2, 1.24) 1s, transform 0.5s cubic-bezier(0.42, 0, 0.2, 1.24) 1s, opacity 0.3s linear 2s;
}

.page.ready .anime-container .bracket {
    opacity: 0.8;
}

.page .bracket-wrapper {
    overflow: clip;
    z-index: -1;    
    pointer-events: none;
    user-select: none;
}


.page .anime-container .bracket.left {
    left: 0;
    transform: translate(0, calc(-50% - 30px));
}

.page .anime-container .bracket.right {
    left: 100%;
    transform: translate(0, calc(-50% - 30px));
}

.page.ready .anime-container .bracket.left {
    left: 50%;
    transform: translate(calc(-50% - 250px), calc(-50% - 30px));
}

.page.ready .anime-container .bracket.right {
    left: 50%;
    transform: translate(calc(-50% + 250px), calc(-50% - 30px));
}

.page .planets-wrapper {
    position: relative;
    width: 100vw;
    height: 100%;
    transform: scale(0);
    transition: transform 7s cubic-bezier(0, 0.83, 0.25, 1) 1s, filter 4s linear;
    z-index: -2;
    filter: blur(3px);
    pointer-events: none;
    user-select: none;
    opacity:0;
    
}

.page.ready .planets-wrapper {
    filter: blur(0px);
    opacity: 1;
    
}

.planeta {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -2;
    transition: transform 3.5s ease-out 1s;
    animation: panningPlanet 30s ease;
    animation-iteration-count: infinite;
}

.page .planeta {
    transform: translate(calc(-50%),calc(-50%));
}

.page.ready .planeta.azul {
    transform: translate(calc(-50% - 600px),calc(-50% - 300px));
    animation-delay: 0.1s;
}

.page.ready .planeta.morado {
    transform: translate(calc(-50% + 100px),calc(-50% + 250px));
    animation-delay: 0.2s;
}

.page.ready .planeta.naranja {
    transform: translate(calc(-50% + 400px), calc(-50% - 150px));
    animation-delay: 0.3s;
}

.page.ready .planeta.rojo {
    transform: translate(calc(-50% - 150px),calc(-50% - 250px)) scale(0.7);
    animation-delay: 0.4s;
}

.page.ready .planeta.verde {
    transform: translate(calc(-50% - 300px),calc(-50% + 250px));
    animation-delay: 0.5s;
}

.page.ready .frame {
    animation: flashyUI 2s linear;
    
}


.mini-block {
    opacity: 0;
    animation: fadeLoop 6s linear infinite;
}

.page.ready .mini-block.block1 {
    opacity: 0.8;
    animation-delay: 2s;
}

.page.ready .mini-block.block2 {
    opacity: 0.8;
    animation-delay: 3s;
}

.page.ready .mini-block.block3 {
    opacity: 0.8;
    animation-delay: 4s;
}

.page.ready .mini-block.block4 {
    opacity: 0.8;
    animation-delay: 5s;
}

.page.ready .mini-block.block5 {
    opacity: 0.8;
    animation-delay: 6s;
}

.page.ready .mini-block.block6 {
    opacity: 0.8;
    animation-delay: 7s;
}

.page.ready .mini-block.block7 {
    opacity: 0.8;
    animation-delay: 8s;
}

.page.ready .mini-block.block8 {
    opacity: 0.8;
    animation-delay: 9s;
}

@keyframes fadeLoop {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 0.4;
    }

    50% {
        opacity: 0.8;
    }

    90% {
        opacity: 0.8;
    }

    100% {
        opacity: 0;
    }
}




/*MINI SHIP ANIMATION*/

@keyframes panningPlanet {

    0% {
        left: 50%;
        top: 50%;
    }

    15% {
        left: 50.5%;
        top: 49.5%;
    }

    30% {
        left: 49.5%;
        top: 50.5%;
    }

    45% {
        left: 50.5%;
        top: 49.5%;
    }

    60% {
        left: 50%;
        top: 50%;
    }

    75% {
        left: 50.5%;
        top: 50.5%;
    }

    90% {
        left: 49.5%;
        top: 49.5%;
    }

    100% {
        left: 50%;
        top: 50%;
    }

}


.page .ceja {
    opacity: 0;
    animation-iteration-count: infinite;
    animation: fadeLoop 6s cubic-bezier(0.42, 0, 0, 1.98) infinite;
}

.page.ready .ceja.ceja1 {
    opacity: 0.8;
    animation-delay: 2s;
}

.page.ready .ceja.ceja2 {
    opacity: 0.8;
    animation-delay: 3s;
}

.page.ready .ceja.ceja3 {
    opacity: 0.8;
    animation-delay: 4s;
}

.page.ready .ceja.ceja4 {
    opacity: 0.8;
    animation-delay: 5s;
}

.page.ready .ceja.ceja5 {
    opacity: 0.8;
    animation-delay: 6s;
}

.page.ready .planets-wrapper {
    transform: scale(1);
}

@keyframes fadeLoop {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 0.4;
    }

    50% {
        opacity: 0.8;
    }

    90% {
        opacity: 0.8;
    }

    100% {
        opacity: 0;
    }
}

.ceja {
}

form .error-message {
    margin-top: 0;
    font-size: 12px;
    color: var(--punch);
    width: 100%;
    font-family: 'GalanoGrotesqueRegular', sans-serif;
}

.sr-only {
    display: block;
    height: 20px;
    width: 100px;
}


.error-message {
    opacity: 0;
    position: absolute;
    z-index: -1;
    pointer-events: none;
    font-size: 12px;
    top: -20px;
    left: 12px;
    bottom: 100%;
    display: block;
    transition: bottom 0.3s ease-out, top 0.3s linear, opacity 0.3s linear;
}

.form-group {
    position: relative;
    padding-bottom: 0;
}

    .form-group > div:has(.error-message) {
        position: relative;
        overflow: clip;
        height: 20px;
        width: 100%;
    }

    .form-group:has(.select-invalid) .error-message {
        top: 0;
    }

.input-spk.select-invalid {
    box-shadow: 0 0 6px var(--punch);
}

.error-message.show {
    opacity: 1;
}

button.submit-btn.denied {
    animation: miniDenied 1s linear;
}

button.submit-btn:hover {
}

button.submit-btn.signing-in {
    width: 100%;
    transition: background-position 4s ease-out, width 2s linear;
    animation: infiniSing 12s ease, shadowDank 10s linear infinite, letterPop 3s linear infinite;
    animation-iteration-count: infinite;
}

#button_eye {
    position: absolute;
    top: 0;
    right: 0;
}

.eye {
    position: absolute;
    top: 2px;
    right: 15px;
    height: 25px;
    width: 25px;
    transition: transform 0.3s ease-out, opacity 0.2s linear;
    transform: rotate(0deg);
    display: flex;
    justify-content: center;
    opacity: 1;
    filter: invert(50%) sepia(0%) saturate(0);
}

#button_eye:not(.blind) #passwordEyeBlind {
    opacity: 0;
    transform: rotate(360deg);
}

#button_eye.blind #passwordEye {
    opacity: 0;
    transform: rotate(-360deg);
}

.toast-container {
    font-family: 'GalanoGrotesqueRegular', sans-serif;
    position: fixed;
    z-index: 9999;
    top: 100px;
    right: 20px;
    bottom: auto;
    background-color: var(--turquoise);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    display: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

@keyframes letterPop {
    0%, 12%, 21%, 100% {
        font-size: 14px;
    }

    15% {
        font-size: 12px;
    }

    18% {
        font-size: 15px;
    }
}

@keyframes infiniSing {
    0% {
        background-position: 0 100%;
    }

    15% {
        background-position: 100% 100%;
    }

    30% {
        background-position: 102% 100%;
    }

    45% {
        background-position: -50% 100%;
    }

    60% {
        background-position: -100% 100%;
    }

    75% {
        background-position: -102% 100%;
    }

    90% {
        background-position: 50% 100%;
    }

    100% {
        background-position: 0 100%;
    }
}


@keyframes miniDenied {
    0% {
        background: var(--mine-shaft);
        transform: translate(0,0);
        width: calc(100% - 30px);
        box-shadow: 0 0 6px transparent;
        color: gray;
    }

    15%, 45%, 75% {
        background: var(--cod-gray);
        transform: translate(5px,0);
        width: 150px;
        box-shadow: 0 0 6px var(--punch);
    }

    30%, 60% {
        background: var(--mine-shaft);
        transform: translate(-5px,0);
        width: 150px;
        box-shadow: 0 0 6px transparent;
    }


    100% {
        background: var(--mine-shaft);
        transform: translate(0,0);
        width: calc(100% - 30px);
        box-shadow: 0 0 6px transparent;
    }
}
