.app-loading{
    overflow: hidden !important;
    position: fixed !important;
    inset: 0;
    cursor: none;
}

.cat-loader-box{
    display: none;
}

.app-loading .cat-loader-box{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    min-height: 100vh;
}

.cat-loader-container{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: #0b0b0b;
    width: 100%;
    height: 100vh;
    z-index: 1099;
}

.cat-loading {
    position: relative;
    height: 190px;
    width: 220px;
    z-index: 999;
}

.cat-loading .cat-ear {
    position: absolute;
    top: -30%;
    height: 60%;
    width: 25%;
    background: #fff;
}

.cat-loading .cat-ear::before,
.cat-loading .cat-ear::after {
    content: "";
    position: absolute;
    bottom: 24%;
    height: 10%;
    width: 5%;
    border-radius: 50%;
    background: #0b0b0b;
}

.cat-loading .cat-ear::after {
    transform-origin: 50% 100%;
}

.cat-loading .cat-ear.cat-ear--left {
    left: -7%;
    border-radius: 70% 30% 0% 0%/100% 100% 0% 0%;
    transform: rotate(-15deg);
}

.cat-loading .cat-ear.cat-ear--left::before,
.cat-loading .cat-ear.cat-ear--left::after {
    right: 10%;
}

.cat-loading .cat-ear.cat-ear--left::after {
    transform: rotate(-45deg);
}

.cat-loading .cat-ear.cat-ear--right {
    right: -7%;
    border-radius: 30% 70% 0% 0%/100% 100% 0% 0%;
    transform: rotate(15deg);
}

.cat-loading .cat-ear.cat-ear--right::before,
.cat-loading .cat-ear.cat-ear--right::after {
    left: 10%;
}

.cat-loading .cat-ear.cat-ear--right::after {
    transform: rotate(45deg);
}

.cat-loading .cat-face {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0b0b0b;
    border-radius: 50%;
}

.cat-loading .cat-eye {
    position: absolute;
    top: 35%;
    height: 30%;
    width: 31%;
    background: #fff;
    border-radius: 50% 50% 50% 50%/60% 60% 40% 40%;
}

.cat-loading .cat-eye::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    border-radius: 0 0 50% 50%/0 0 40% 40%;
    background: #0b0b0b;
    -webkit-animation: blink 4s infinite ease-in;
    animation: blink 4s infinite ease-in;
}

@-webkit-keyframes blink {
    0% {
        height: 0;
    }

    90% {
        height: 0;
    }

    92.5% {
        height: 100%;
    }

    95% {
        height: 0;
    }

    97.5% {
        height: 100%;
    }

    100% {
        height: 0;
    }
}

@keyframes blink {
    0% {
        height: 0;
    }

    90% {
        height: 0;
    }

    92.5% {
        height: 100%;
    }

    95% {
        height: 0;
    }

    97.5% {
        height: 100%;
    }

    100% {
        height: 0;
    }
}

.cat-loading .cat-eye::before {
    content: "";
    position: absolute;
    top: 60%;
    height: 10%;
    width: 15%;
    background: #fff;
    border-radius: 50%;
}

.cat-loading .cat-eye.cat-eye--left {
    left: 0;
}

.cat-loading .cat-eye.cat-eye--left::before {
    right: -5%;
}

.cat-loading .cat-eye.cat-eye--right {
    right: 0;
}

.cat-loading .cat-eye.cat-eye--right::before {
    left: -5%;
}

.cat-loading .cat-eye .cat-eye-pupil {
    position: absolute;
    top: 25%;
    height: 50%;
    width: 20%;
    background: #0b0b0b;
    border-radius: 50%;
    -webkit-animation: look-around 4s infinite;
    animation: look-around 4s infinite;
}

@-webkit-keyframes look-around {
    0% {
        transform: translate(0);
    }

    5% {
        transform: translate(50%, -25%);
    }

    10% {
        transform: translate(50%, -25%);
    }

    15% {
        transform: translate(-100%, -25%);
    }

    20% {
        transform: translate(-100%, -25%);
    }

    25% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes look-around {
    0% {
        transform: translate(0);
    }

    5% {
        transform: translate(50%, -25%);
    }

    10% {
        transform: translate(50%, -25%);
    }

    15% {
        transform: translate(-100%, -25%);
    }

    20% {
        transform: translate(-100%, -25%);
    }

    25% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

.cat-loading .cat-eye.cat-eye--left .cat-eye-pupil {
    right: 30%;
}

.cat-loading .cat-eye.cat-eye--right .cat-eye-pupil {
    left: 30%;
}

.cat-loading .cat-eye .cat-eye-pupil::after {
    content: "";
    position: absolute;
    top: 30%;
    right: -5%;
    height: 20%;
    width: 35%;
    border-radius: 50%;
    background: #fff;
}

.cat-loading .cat-face .cat-muzzle {
    position: absolute;
    top: 60%;
    left: 50%;
    height: 6%;
    width: 10%;
    background: #fff;
    transform: translateX(-50%);
    border-radius: 50% 50% 50% 50%/30% 30% 70% 70%;
}


.matrix {
    font-weight: 100;
    font-size: 28px;
    color: #90ee90;
}

.dud {
    color: #008000;
}