.scroll-hidden {
    overflow-x: hidden;
    overflow-y: hidden;
}

/* spinner loader inicial */
#spinner-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    opacity: 1;
    z-index: 100000;
    background-color: #fff;
    position: fixed;
}

.unlockScreenModal .swal2-icon {
    display: none!important;
}

.unlockScreenModal .wrapper-image img {
    margin: auto;
    width: 135px;
    left: 103px;
    position: absolute;
    top: 20px;
}

.unlockScreenModal .swal2-content {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.unlockScreenModal .avatar-progress {
    margin: 2em auto;
}

.unlockScreenModal .btn-close-session {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

/*.unlockScreenModal .swal2-buttonswrapper button */ 
button.btn-material {
    box-shadow: none;
}

@keyframes opacidad {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes m-loader-rotate {
    to {
        transform: rotate(360deg);
    }
}

@-moz-keyframes m-loader-rotate {
    to {
        transform: rotate(360deg);
    }
}

@-o-keyframes m-loader-rotate {
    to {
        transform: rotate(360deg);
    }
}

@keyframes m-loader-rotate {
    to {
        transform: rotate(360deg);
    }
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;

    border-top: 3px solid var(--color-primary);
    border-right: 3px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    margin-top: -1rem;
    margin-left: -1rem;
    border-top-width: 3px;
    border-right-width: 3px;
    -webkit-animation: m-loader-rotate 0.6s linear infinite;
    -moz-animation: m-loader-rotate 0.6s linear infinite;
    -ms-animation: m-loader-rotate 0.6s linear infinite;
    -o-animation: m-loader-rotate 0.6s linear infinite;
    animation: m-loader-rotate 0.6s linear infinite;
}

/* bloqueo de pantalla al poner en resposo el sistema */
#overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1003;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.95);
    overflow-x: hidden;
    transition: 0.5s;
}

/* icono para cambiar los inputs de password a texto */

[action="view-pass"] {
    position: absolute;
    cursor: pointer;
    opacity: 1;
    display: block;
    right: 10px;
    top: 5px;
    width: 24px;
    height: 24px;
    filter: invert(69%) sepia(0%) saturate(363%) hue-rotate(121deg) brightness(94%) contrast(80%);
}

[action="view-pass"].eye-show {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect x='6.525' y='22.625' width='4.95' height='4.95'/%3E%3Cpath d='M49.056,17.773l6.986-6.986L53.213,7.958l-7.708,7.708A29.023,29.023,0,0,0,32,12c-7.527,0-14.441,3.63-19.9,7.8l2.852,2.852C19.773,19.042,25.707,16,32,16a24.33,24.33,0,0,1,10.537,2.634l-3.591,3.592a11.987,11.987,0,0,0-16.72,16.719l-4.394,4.4A58.493,58.493,0,0,1,5.113,32c.278-.329.588-.687.922-1.065L3.2,28.1C1.15,30.4,0,32,0,32A63.751,63.751,0,0,0,14.944,46.227L7.958,53.213l2.829,2.829L18.5,48.334A29.023,29.023,0,0,0,32,52c7.527,0,14.441-3.63,19.905-7.8l-2.852-2.852C44.227,44.958,38.293,48,32,48a24.33,24.33,0,0,1-10.537-2.634l3.591-3.592a11.987,11.987,0,0,0,16.72-16.719l4.394-4.395A58.493,58.493,0,0,1,58.887,32c-.278.329-.587.687-.922,1.065L60.8,35.9C62.85,33.6,64,32,64,32A63.751,63.751,0,0,0,49.056,17.773ZM24,32a7.984,7.984,0,0,1,12.055-6.884L25.116,36.055A7.942,7.942,0,0,1,24,32Zm16,0a7.984,7.984,0,0,1-12.055,6.884L38.884,27.945A7.939,7.939,0,0,1,40,32Z'/%3E%3Crect x='52.525' y='36.425' width='4.95' height='4.95'/%3E%3C/svg%3E");
}

[action="view-pass"].eye-hide {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M44,32A12,12,0,1,0,32,44,12,12,0,0,0,44,32ZM24,32a8,8,0,1,1,8,8A8.009,8.009,0,0,1,24,32Z'/%3E%3Crect x='6.525' y='22.625' width='4.95' height='4.95'/%3E%3Cpath d='M32,12c-7.527,0-14.441,3.63-19.9,7.8l2.852,2.852C19.773,19.042,25.707,16,32,16c12,0,22.706,11.06,26.887,16-.278.329-.587.687-.922,1.065L60.8,35.9C62.85,33.6,64,32,64,32S49.673,12,32,12Z'/%3E%3Cpath d='M32,48C20,48,9.294,36.94,5.113,32c.278-.329.588-.687.922-1.065L3.2,28.1C1.15,30.4,0,32,0,32S14.327,52,32,52c7.527,0,14.441-3.63,19.905-7.8l-2.852-2.852C44.227,44.958,38.293,48,32,48Z'/%3E%3Crect x='52.525' y='36.425' width='4.95' height='4.95'/%3E%3C/svg%3E");
}


.icon-input {
    position: absolute;
    top: 8px;
    left: 10px;
    height: 20px;
    width: auto;
}

.icon-input.uppercase {
    height: 16px;
    top: 10px;
    padding: 1px 4.5px;
    left: 8px;
}

.uppercase {
    border-radius: 3px;
    background-color: #969696;
    padding: 0px 2.5px;
}


.reset-btn {
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.reset-btn:focus {
    outline: none;
}

/* .select2-container--focus.select2-container--below.select2-container--open .select2-search__field */
.select2-selection {
    padding-left: 1em;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0px !important;
}

.swal2-container [name="Contraseña"],
.swal2-container [name="CUIT"] {
    letter-spacing: 2px;
    padding-left: 35px;
}


.m-loader:before {
    border-top-color: #2876b0;
}


[role="progressbar"] {
    height: 100%;
}