﻿:host {
    text-align: center;
}

.block-ui-template {
    color: white;
    min-height: 90px;
    background-color: rgba(0, 0, 0, 0.5);
}

#loader {
    position: relative;
    width: 54px;
    height: 54px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.5);
}

    #loader ul {
        margin: 0;
        list-style: none;
        width: 90px;
        position: relative;
        padding: 0;
        height: 10px;
        background-color: rgba(0, 0, 0, 0.5);
    }

        #loader ul li {
            position: absolute;
            width: 7px;
            height: 0;
            background-color: rgb(255, 230, 0);
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.5);
        }

.path {
    animation: draw 3.5s infinite;
}

@keyframes draw {
    50% {
        stroke-dashoffset: 0;
    }
}

.f-comissioner-r {
    font-family: "Comissioner-Regular", sans-serif;
}

.f-white {
    color: #fff !important;
}

.f-18 {
    font-size: 35px !important;
}

.spinner {
    margin: 100px auto;
    width: 100px;
    height: 100px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
    background-color: rgba(0, 0, 0, 0.5);
}

.dot1, .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #44c1ef;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
    background-color: rgba(0, 0, 0, 0.5);
}

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.full-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Fondo negro */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}


.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background-color: #4158D0;
    background-image: linear-gradient(43deg, #4D92DF 0%, #4D92DF 46%, #4D92DF 100%);
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    cursor: pointer;
}

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #4c00ff;
        background-image: linear-gradient(160deg, #0A0909 0%, #0A0909 100%);
        cursor: pointer;
    }

    .slider::-moz-range-thumb {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #0093E9;
        background-image: linear-gradient(160deg, #0A0909 0%, #0A0909 100%);
        cursor: pointer;
    }

    /* Estilos para el slider deshabilitado */
    .slider:disabled {
        background-color: #ccc;
        background-image: none;
        cursor: not-allowed;
        opacity: 0.5;
    }

        .slider:disabled::-webkit-slider-thumb {
            background-color: #777;
            background-image: none;
            cursor: not-allowed;
        }

        .slider:disabled::-moz-range-thumb {
            background-color: #777;
            background-image: none;
            cursor: not-allowed;
        }



/*.loader {
    position: relative;
    width: 54px;
    height: 54px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.5);*/ /* Fondo oscuro semi-transparente */
/*}

    .loader div {
        width: 15px;
        height: 57px;
        background-color: white;*/ /* Fondo oscuro semi-transparente */
        /*position: absolute;
        left: 50%;
        top: 40%;
        opacity: 0;
        border-radius: 40px;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
        animation: fade458 1s linear infinite;
    }
    .loader p {
        width: 50%;*/ /* Agrega un ancho específico */
        /*height: 50%;
        color: white;
        position: absolute;
        left: 67%;
        top: 58%;
        transform: translateX(-50%);
        opacity: 0;
        border-radius: 40px;
        animation: fade458 1s linear infinite;
    }

@keyframes fade458 {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.25;
    }
}

.loader .bar1 {
    transform: rotate(30deg) translate(0, -130%);
    animation-delay: -1.1s;
}

.loader .bar2 {
    transform: rotate(30deg) translate(0, -130%);
    animation-delay: -1.1s;
}

.loader .bar3 {
    transform: rotate(60deg) translate(0, -130%);
    animation-delay: -1s;
}

.loader .bar4 {
    transform: rotate(90deg) translate(0, -130%);
    animation-delay: -0.9s;
}

.loader .bar5 {
    transform: rotate(120deg) translate(0, -130%);
    animation-delay: -0.8s;
}

.loader .bar6 {
    transform: rotate(150deg) translate(0, -130%);
    animation-delay: -0.7s;
}

.loader .bar7 {
    transform: rotate(180deg) translate(0, -130%);
    animation-delay: -0.6s;
}

.loader .bar8 {
    transform: rotate(210deg) translate(0, -130%);
    animation-delay: -0.5s;
}

.loader .bar9 {
    transform: rotate(240deg) translate(0, -130%);
    animation-delay: -0.4s;
}

.loader .bar10 {
    transform: rotate(270deg) translate(0, -130%);
    animation-delay: -0.3s;
}

.loader .bar11 {
    transform: rotate(300deg) translate(0, -130%);
    animation-delay: -0.2s;
}

.loader .bar12 {
    transform: rotate(330deg) translate(0, -130%);
    animation-delay: -0.1s;
}


.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);*/ /* Fondo oscuro semi-transparente */
    /*display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;*/ /* Se superpone a todo el contenido */
    /*backdrop-filter: blur(5px);*/ /* Efecto de desenfoque para el fondo */
/*}*/

