:root {
    --sysRadioColor: rgb(23, 23, 150);
    --sysTextColor: rgb(23, 23, 150);
    --sysTextColorSecondary: #777777;
    --sysBorder: rgb(23, 23, 150);
    --sysBorderSecondary: rgb(23, 23, 150);
    --sysBackground: rgb(1 181 227);
    --scrollCustom: #0336e5;
}
::selection {
    background-color: #0336e5; /* Color de fondo del texto seleccionado */
    color: #ffffff;           /* Color del texto seleccionado */
}

::-moz-selection { /* Para compatibilidad con Firefox */
    background-color: #0336e5;
    color: #ffffff;
}




/* Barra de desplazamiento (scrollbar) personalizada */
/* Para navegadores basados en WebKit (Chrome, Edge, Safari) */



#welcome {
    /* background-image: linear-gradient(rgb(16 115 142), rgb(10 60 97)); */
    background-image: none;
    background-color: #f9f9f9;
}

@keyframes a {
    0% {
        transform: translateX(-10px)
    }
    50% {
        transform: translateX(10px)
    }
    to {
        transform: translateX(-10px)
    }
}


.card-signin {
    background-color: #FAD755;
    width: 100%;
}

.card-signin .btn.btn-lg {
    padding: 10px 20px;
    font-size: 0.94rem;
    border-radius: 2px;
}

.card .card-body h3,
.card .card-body h4,
.card .card-body h5,
.card .card-body h6 {
    font-weight: 400;
    color: #000;
}

.form-control {
    color: #000 !important;
}


/******/


.fade-enter {
    opacity: 0;
}

.fade-enter-active {
    transition: opacity 0.3s ease;
}

.fade-leave {}

.fade-leave-active {
    transition: all 0.3s ease;
    opacity: 0;
    transform: scale(0.8);
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

.cuadrados li {
    border-radius: 20%;
}

.preloader-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    background: transparent;
    z-index: 2;
    padding-left: 2px;
}

.percentage {
    z-index: 100;
    border: 1px solid #ccc;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 15px;
}

.loader,
.percentage {
    height: 10px;
    max-width: 200px;
    border: 2px solid var(--sysBackground);
    border-radius: 20px;
    font-weight: 300;
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.loader:after,
.percentage:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.trackbar {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    position: relative;
    opacity: 0.99;
    background: #fff;
}

.loadbar {
    width: 0%;
    height: 100%;
    background: var(--sysBackground);
    box-shadow: none;
    position: absolute;
    top: 0;
    left: 0;
    animation: flicker 5s infinite;
    overflow: hidden;
}

.glow {
    width: 0%;
    height: 0%;
    border-radius: 20px;
    box-shadow: none;
    position: absolute;
    bottom: -5px;
    animation: animation 5s infinite;
}

@keyframes animation {
    10% {
        opacity: 0.9;
    }
    30% {
        opacity: 0.86;
    }
    60% {
        opacity: 0.8;
    }
    80% {
        opacity: 0.75;
    }
}

.wrap {
    background-image: url(http://wallpaperfx.com/view_image/little-girls-1600x900-wallpaper-5569.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.copyrights {
    position: fixed;
    right: 20px;
    bottom: 20px;
    font-size: 14px;
    color: #fff;
    display: block;
}

.copyrights a {
    color: orange;
    text-decoration: none;
}

.copyrights a:hover {
    color: #fff;
    text-decoration: underline;
}


/****/


/***Material****/

h2 {
    text-align: center;
    margin-bottom: 50px;
}

h2 small {
    font-weight: normal;
    color: #888;
    display: block;
}

.footer {
    text-align: center;
}

.footer a {
    color: #53B2C8;
}


/* form starting stylings ------------------------------- */

.group {
    position: relative;
    margin-bottom: 1.5rem;
}

.input-custom {
    font-size: 16px;
    /* padding: 10px 10px 10px 5px; */
    padding: 5px 10px 5px 0px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #9e9e9e;
}

.input-custom:focus {
    outline: none;
}


/* LABEL ======================================= */


/* label {
    color: #999;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

label.checkbox-inline {
    top: 0px;
    pointer-events: auto;
    position: initial;
} */


/* active state */

.md-form .prefix.active {
    color: var(--sysBackground);
}

input:focus~label,
input:valid~label,
input:disabled~label {
    /* top: -15px; */
    font-size: 14px;
    color: #0a3c61;
    font-weight: 500;
}


/* BOTTOM BARS ================================= */

.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:before,
.bar:after {
    content: '';
    height: 1px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #0a3c61;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}


/* active state */

input:focus~.bar:before,
input:focus~.bar:after {
    width: 50%;
}


/* HIGHLIGHTER ================================== */

.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}


/* active state */

input:focus~.highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}


/* ANIMATIONS ================ */

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

.md-form .prefix {
    position: absolute;
    transition: color 0.2s;
    top: 0.25rem;
    font-size: 1.75rem;
}

.md-form .prefix~input,
.md-form .prefix~textarea,
.md-form .bar {
    margin-left: 2.5rem;
    width: calc(100% - 2.5rem);
}

.md-form label {
    left: 39px;
}

@media (max-width: 767px) {
    .card-body {
        background: linear-gradient( 125deg, rgb(255 255 255)50%, rgb(255 255 255 / 0%) 50%), linear-gradient( 92deg, rgb(255 246 246)50%, rgb(255 246 246)52%);
    }
    .margin-responsive {
        margin-top: 90px
    }
    #logoMobile {
        margin-top: calc(10vh);
    }
    #formlogin>div>div {
        padding: 0px;
    }
    #welcome,
    #login {
        height: auto;
    }
    .card.card-signin {
        height: 100vh;
    }
    /* .card-body {
        background: #fff;
        border: none;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 8%);
        background-image: url(img/otros/bg-bigdavi.png);
        background-repeat: no-repeat;
        background-position: inherit;
        position: absolute;
        width: 100%;
        display: inline-block;
        height: 100%;
    } */
}

#preloader .jumper {
    width: 250px;
    height: 82px;
}

.jumper>img {
    max-height: 65px;
}
.container.fill-height>.layout {
    height: auto;
}.swal2-container.swal2-top-end.swal2-backdrop-show {
    margin-top: 65px;
}