/* @import url(https://fonts.googleapis.com/css?family=Quicksand:400,700|Titan+One|Creepster|Satisfy|Eczar:700); */
/* @import url('https://fonts.googleapis.com/css2?family=Fredoka:wdth,wght@75..125,300..700&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DynaPuff:wdth,wght@75..100,700&display=swap'); */
@import url("/font-awesome/css/all.min.css");

@font-face {
    font-family: "Quicksand";
    src: url("/content/fonts/Quicksand.ttf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Puffet";
    src: url("/content/fonts/Puffet.ttf") format("opentype");
    font-style: normal;
}

* {
    /* font-family: 'Quicksand', sans-serif; */
    /* font-family: 'Fredoka', sans-serif; */
    font-family: 'Quicksand', sans-serif;
}

a {
    color: lightblue;
}

/* pretty sure this is wrong idk what it was b4 */
:root {
    --accent: #3a3a3a;
    --primary: #3f3f3f;
    --secondary: #252424;
    --tertiary: #343232;

    --halloween-purple: #512888;
    --halloween-orange: #E66C2C;
}

.toastMessage {
    position: fixed;
    bottom: 0;
    right: 0;
    text-align: right;
    width: fit-content;
    padding: 0.521vw;
    margin-bottom: 0.521vw;
    border-radius: 0.365vw 0.000vw 0.000vw 0.365vw;
    background-color: #2f2f2f;
    box-shadow: inset 0 -0.313vw rgba(0, 0, 0, 0.2);
    transition: 0.25s;
    z-index: 14;
}

@keyframes heartbeat {
    0% {
        transform: scale(0.8);
    }

    5% {
        transform: scale(0.9);
    }

    10% {
        transform: scale(0.8);
    }

    15% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(0.8);
    }
}

.styles__toastContainer___o4pCa-camelCase {
    position: fixed;
    width: 20.833vw;
    height: 6.510vw;
    background-color: #2f2f2f;
    right: 0;
    top: 3.646vw;
    z-index: 998;
    border-radius: 0.521vw 0.000vw 0.000vw 0.521vw;
    box-shadow: inset 0 -0.260vw rgba(0, 0, 0, 0.2);
    display: flex;
    animation: styles__toastContainer___o4pCa-camelCase 0.25s linear;
    cursor: pointer;
}

.styles__toastIcon___vna3A-camelCase {
    position: relative;
    bottom: 0.156vw;
    left: 0.260vw;
    transform: scale(0.9);
}

.styles__toastTitle___39Rac-camelCase {
    font-size: 1.563vw;
    color: white;
    position: absolute;
    top: 0.260vw;
    left: 5.990vw;
}

.styles__toastMessage___xar43-camelCase {
    position: relative;
    color: white;
    top: 2.344vw;
    left: 0.417vw;
    overflow: hidden;
    height: 3.125vw;
    width: 14.583vw;
    filter: opacity(0.5);
    font-size: 0.83vw;
}

@keyframes styles__toastContainer___o4pCa-camelCase {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes flyIn {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes flyOut {
    0% {
        opacity: 1;
        transform: translateX(0%);
    }

    100% {
        opacity: 1;
        transform: translateX(100%);
    }
}

.arts__modal___VpEAD-camelCase {
    display: block;
    position: fixed;
    z-index: 15;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
}

.loaderModal {
    display: flex;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.loader {
    transform: scale(200%);
}

.styles__inputContainer___t9pz0-camelCase {
    border: 0.104vw solid rgba(0, 0, 0, 0.17);
    border-radius: 0.313vw;
    width: 90%;
    height: 45;
}

.loaderBox {
    width: 2vw;
    height: 2vw;
    -webkit-animation: loading 2s linear infinite;
    animation: loading 2s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.loaderBlook {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    overflow-y: none;
}

.loaderText {
    color: white;
    margin-bottom: 6.250vw;
    text-align: center;
    margin-right: 7.292vw;
}

.blookContainerLoader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    outline: none;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

@-webkit-keyframes loading {
    from {
        transform: translateY(0) rotate(0deg);
    }

    to {
        transform: translateY(0) rotate(1turn);
    }
}

@keyframes loading {
    from {
        transform: translateY(0) rotate(0deg);
    }

    to {
        transform: translateY(0) rotate(1turn);
    }
}

@keyframes chatAnimate__spin {
    0% {
        transform: rotate(0deg);
    }

    30% {
        transform: rotate(-25deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes chatAnimate__glow {
    0% {
        filter: drop-shadow(0.000vw 0.000vw 0.000vw black);
    }

    50% {
        filter: drop-shadow(0.000vw 0.052vw 0.260vw white);
    }

    100% {
        filter: drop-shadow(0.000vw 0.000vw 0.000vw black);
    }
}


@keyframes chatAnimate__scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes chatAnimate__flip {
    0% {
        transform: rotateY(0deg) scale(1);
    }

    50% {
        transform: rotateY(360deg) scale(1.2);
        perspective: 1000;
    }

    100% {
        transform: rotateY(1080deg) scale(1);
    }
}