.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: white !important;
    border: 1px solid white;
    background-color: white;
    background: #000000;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: white !important;
    border: 1px solid transparent;
    border-radius: 2px;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: white;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: white !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}

.vYLZYqQ {
    color: #03e9f4;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
    letter-spacing: 4px;
    overflow: hidden;
    margin-right: 50px;
}

.vYLZYqQ:hover {
    background: #03e9f4;
    color: #050801;
    box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4,
    0 0 200px #03e9f4;
    -webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
}

.vYLZYqQ:nth-child() {
    filter: hue-rotate(270deg);
}

.vYLZYqQ span {
    position: absolute;
    display: block;
}

.vYLZYqQ span:nth-child() {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #03e9f4);
    animation: animate1 1s linear infinite;
}

@keyframes animate1 {
    0% {
        left: -100%;
    }
    50%,
    100% {
        left: 100%;
    }
}

a span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #03e9f4);
    animation: animate4 1s linear infinite;
    animation-delay: 0.75s;
}

@keyframes animate4 {
    0% {
        bottom: -100%;
    }
    50%,
    100% {
        bottom: 100%;
    }
}

footer {
    width: 100vw;
    bottom: 0px;
}

footer div {
    background-color: var(--col-deepblue);
    margin: -5px 0px 0px 0px;
    padding: 0px;
    color: #fff;
    text-align: center;
}

svg {
    width: 100%;
    overflow: visible;
}

.wave {
    animation: wave 3s linear;
    animation-iteration-count: infinite;
    fill: #1b1a1a;
}

.drop {
    fill: var(--col-deepblue);
    xfill: #99000055;
    animation: drop 3.2s linear infinite normal;
    stroke: var(--col-deepblue);
    stroke-width: 0.5;
    transform: translateY(25px);
    transform-box: fill-box;
    transform-origin: 50% 100%;
}

.drop1 {
}

.drop2 {
    animation-delay: 3s;
    animation-duration: 3s;
}

.drop3 {
    animation-delay: -2s;
    animation-duration: 3.4s;
}

.drop4 {
    animation-delay: 1.7s;
}

.drop5 {
    animation-delay: 2.7s;
    animation-duration: 3.1s;
}

.drop6 {
    animation-delay: -2.1s;
    animation-duration: 3.2s;
}

.gooeff {
    filter: url(#goo);
}

#wave2 {
    animation-duration: 5s;
    animation-direction: reverse;
    opacity: 0.6;
}

#wave3 {
    animation-duration: 7s;
    opacity: 0.3;
}

@keyframes drop {
    0% {
        transform: translateY(25px);
    }
    30% {
        transform: translateY(-10px) scale(0.1);
    }
    30.001% {
        transform: translateY(25px) scale(1);
    }
    70% {
        transform: translateY(25px);
    }
    100% {
        transform: translateY(-10px) scale(0.1);
    }
}

@keyframes wave {
    to {
        transform: translateX(-100%);
    }
}

.bg-box-dark {
    background: rgb(0 0 0 / 73%);
}

.block2 {
    position: relative;
    background: #27272a;
}

.block2:before,
.block2:after {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    background: linear-gradient(
            45deg,
            #fb0094,
            #0000ff,
            #00ff00,
            #ffff00,
            #ff0000,
            #fb0094,
            #0000ff,
            #00ff00,
            #ffff00,
            #ff0000
    );
    background-size: 400%;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    z-index: -1;
    animation: steam 20s linear infinite;
}

@keyframes steam {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.block2:after {
    filter: blur(50px);
}

.gradient-border {
    margin-bottom: 20px;
    --borderWidth: 3px;
    background: #fff;
    position: relative;
    border-radius: var(--borderWidth);
}

.gradient-border:after {
    content: "";
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(
            60deg,
            #f79533,
            #f37055,
            #ef4e7b,
            #a166ab,
            #5073b8,
            #1098ad,
            #07b39b,
            #6fba82
    );
    border-radius: calc(2 * var(--borderWidth));
    z-index: -1;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
}

@keyframes animatedgradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.text-fill {
    letter-spacing: 0;
    padding: 0.25em 0 0.325em;
    display: block;
    margin: 0 auto;
    text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);

    /* Clip Background Image */

    background: url(https://i.ibb.co/RDTnNrT/animated-text-fill.png) repeat-y;
    -webkit-background-clip: text;
    background-clip: text;

    /* Animate Background Image */

    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 80s linear infinite;

    /* Activate hardware acceleration for smoother animations */

    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}

/* Animate Background Image */
@-webkit-keyframes aitf {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

#totop,
#totop2 {
    position: fixed;
    right: 0;
    bottom: 10px;
    width: 149px;
    height: 249px;
    overflow: hidden;
    cursor: pointer;
    display: none;
    background: url("assets/img/up.png") no-repeat 0px 0;
    z-index: 9999;
}

#totop2 {
    background: url("assets/img/up.png") no-repeat -149px 0;
}

@keyframes linear {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 200px 0;
    }
}

@keyframes radial {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 60px;
    }
}

@keyframes repeating {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 85px;
    }
}

@keyframes electronic {
    0%,
    100% {
        background-position: 20px -30px;
    }

    25% {
        background-position: 150px 5px;
    }

    50% {
        background-position: 20px 40px;
    }

    75% {
        background-position: -100px 5px;
    }
}

.biliboard-border {
    display: block;
    margin: auto;
    margin-top: 50px;
    text-decoration: none;
    color: inherit;
}

.biliboard {
    text-align: center;
    position: relative;
    background: #fff;
}

.biliboard:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 3px;
    transform: scale(1.02, 1.08);
    position: absolute;
    background: #95C378;
    background: linear-gradient(
            90deg,
            #fafafa,
            #fafafa,
            #1d8ef7,
            #fafafa,
            #fafafa
    );
    background-position: 55px 0;
    top: 0;
    animation: linear 1s infinite linear;
    left: 0;
    z-index: -1;
}

.biliboard.radial:before {
    background: radial-gradient(#fafafa, #fafafa, #95C378, #fafafa, #fafafa);
    animation: radial 1s infinite linear;
}

.biliboard.repeating:before {
    background: repeating-linear-gradient(
            -45deg,
            #fafafa,
            #fafafa 30px,
            #00afdb 30px,
            #00afdb 60px
    ) fixed;
    animation: repeating 1s infinite linear;
}

.biliboard.electronic:before {
    background: radial-gradient(
            #ea238d,
            #ea238d,
            #ea238d,
            #ea238d,
            #fafafa,
            #fafafa
    ) no-repeat;
    background-size: 150px 50px;
    animation: electronic 2s infinite linear;
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(calc(-100% - 3rem))
    }
}

.marquee {
    display: flex;
    width: max-content;
    animation: scroll 300s linear infinite;
}

.marquee:hover {
    animation-play-state: paused;
}

.tab-button {
    @apply border-transparent border-b-2;
}

.tab-button.active {
    @apply text-blue-500 border-blue-500;
}

.chino-re {
    background: url('assets/img/flicker.gif');
    color: #95C378;
}

.chino_heavenly {
    user-select: none;
    color: #95C378;
    text-shadow: 0px 4px 4px #95C378;
}

.lora-font {
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: < weight >;
    font-style: normal;
}

