/* Liquid Loader Styles */
#liquidLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff !important;
    z-index: 99999 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
    overflow: hidden;
}
.dark #liquidLoader {
    background: #2a2a2a !important;
}
#liquidLoader.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.gegga {
    width: 0;
    height: 0;
    position: absolute;
}
.snurra {
    filter: url(#gegga);
    position: relative;
    z-index: 1;
    animation: none !important;
}
.stopp1 {
    stop-color: #dc2626;
}
.stopp2 {
    stop-color: #ef4444;
}
.halvan {
    animation: Snurra1 10s infinite linear !important;
    animation-play-state: running !important;
    stroke-dasharray: 180 800;
    fill: none;
    stroke: url(#gradient);
    stroke-width: 23;
    stroke-linecap: round;
    will-change: stroke-dashoffset;
}
.strecken {
    animation: Snurra1 3s infinite linear !important;
    animation-play-state: running !important;
    stroke-dasharray: 26 54;
    fill: none;
    stroke: url(#gradient);
    stroke-width: 23;
    stroke-linecap: round;
    will-change: stroke-dashoffset;
}
.skugga {
    filter: blur(5px);
    opacity: 0.3;
    position: absolute;
    transform: translate(3px, 3px);
}
@keyframes Snurra1 {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -403px;
    }
}
#liquidLoader .snurra,
#liquidLoader .skugga {
    animation-play-state: running !important;
}

