.chat_background_video__WSwXx {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    right: 0;
    bottom: 0;
    min-height: 100%;
}

.chat_background_video_profile__puvTM {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.chat_loadingScreen_profile__QWwgE {
    padding-top: 30%;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    z-index: 1;
}

.chat_loadingScreen__3ugs_ {
    padding-top: 30%;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
}

.chat_loadingText__t5Y_F {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: monospace;
    color: #44FFFF;
    width: 80vw;
    font-size: 1em;
    text-align: center;
    text-shadow: 0px 0px 20px #AA88FF;
}

.chat_loadingBar__3j7w8 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: content-box;
    height: 14px;
    width: 100%;
    display: flex;
    padding: 2px;
    box-shadow: 0px 0px 20px #AA88FF;
}

.chat_loadingBar_profile__Azb0j {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: content-box;
    height: 14px;
    width: 100%;
    display: flex;
    padding: 2px;
    border: 1px solid white;
}

.chat_loadingBar__3j7w8 .chat_stacking_item__hDnim {
    display: inline-block;
    height: 14px;
    background-color: #AA88FF;
    width: auto;
    display: flexbox;
    flex-grow: 1;
    opacity: 0.6;
}

.chat_loadingBar__3j7w8 .chat_moving_item__qmZnb {
    position: absolute;
    display: flexbox;
    height: 14px;
    background-color: #AA88FF;
    -webkit-animation-name: chat_fancy_bar__JBXya;
            animation-name: chat_fancy_bar__JBXya;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    opacity: 0.6;
}

.chat_loading_label__W7Ich {
    position: absolute;
    right: 1%;
    bottom: 25%;
    font-family: monospace;
    color: #44FFFF;
    width: auto;
    height: auto;
    font-size: 0.8em;
    text-align: center;
    text-shadow: 2px 2px 8px #DD00FF;
}

.chat_loading_logo___aeFf {
    width: 4rem;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    -webkit-animation-name: chat_spin__NYdy6;
            animation-name: chat_spin__NYdy6;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;

}

@-webkit-keyframes chat_fancy_bar__JBXya {
    0% {
        left: calc(0%);
        width: 10%;
    }

    20% {
        left: 20%;
        width: 60%;
    }

    40% {
        left: calc(90% - 2px);
        width: 10%;
    }

    50% {
        left: calc(90% - 2px);
        width: 10%;
    }

    70% {
        left: 20%;
        width: 60%;
    }

    90% {
        left: calc(0%);
        width: 10%;
    }

    100% {
        left: calc(0%);
        width: 10%;
    }
}

@keyframes chat_fancy_bar__JBXya {
    0% {
        left: calc(0%);
        width: 10%;
    }

    20% {
        left: 20%;
        width: 60%;
    }

    40% {
        left: calc(90% - 2px);
        width: 10%;
    }

    50% {
        left: calc(90% - 2px);
        width: 10%;
    }

    70% {
        left: 20%;
        width: 60%;
    }

    90% {
        left: calc(0%);
        width: 10%;
    }

    100% {
        left: calc(0%);
        width: 10%;
    }
}

@-webkit-keyframes chat_spin__NYdy6 {
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}

@keyframes chat_spin__NYdy6 {
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}

@media only screen and (max-width: 600px) {
    .chat_loading_label__W7Ich {
        position: absolute;
        right: 50%;
        bottom: 30%;
        transform: translate(50%, -50%);
    }

    .chat_loadingScreen__3ugs_ {
        padding-top: 80%;
    }
    .chat_background-video__RqeeY {
        min-height: 100vh;
    }
}
