@font-face {
    font-family: 'VCR_MONO';
    src: url(/assets/VCR-9ba1931b4d4f62260db7efca5dbbcd2486afbf7a22a1433f3ae0539249d03454.ttf);
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    background: rgb(43,43,43);
    background: -moz-linear-gradient(135deg, rgba(43,43,43,1) 45%, rgba(35,35,35,1) 85%);
    background: -webkit-linear-gradient(135deg, rgba(43,43,43,1) 45%, rgba(35,35,35,1) 85%);
    background: linear-gradient(135deg, rgba(43,43,43,1) 45%, rgba(35,35,35,1) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b2b2b",endColorstr="#232323",GradientType=1);
    font-family: 'VCR_MONO';
}

.title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -5px;
    height: 60px;
    background-color: rgb(53, 117, 148);
    width: 100%;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 3px rgba(0, 0, 0, 0.098);
    /* margin-bottom: -10px; */
}

h1 {
    font-size: 1.2rem;
    font-weight: 100;
    letter-spacing: 4px;
    margin: 0;
}
h2 {
    margin: 0;
    font-size: .7rem;
    font-weight: 100;
    letter-spacing: 4px;
}

.notYou {
        margin: 0;
        font-size: .5rem;
        font-weight: 100;
        letter-spacing: 2px;
        font-style: italic;
}

.contents {
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: start;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    /* background-color: red; */
    max-width: 1010px;
}

.viewsContainer {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: start;
    /* background-color: green; */
    width: 200px;
    height: 20px;
    margin-right: 15px;
}

#view-count {
    width: 100px;
    margin-right: -17px;
}

.viewsLive {
    width: 10px;
    height: 10px;
    background-color: red;
    margin-right: -2px;
    border-radius: 50%;
    animation: onAndOff 2s linear infinite;
}

@keyframes onAndOff {
    0% {
        background-color: rgb(115, 62, 62);
    }
    50% {
        background-color: rgb(182, 61, 61);
        box-shadow: red 0px 0px 10px;
    }
    100% {
        background-color: rgb(115, 62, 62);
    }
}


#unity-container { position: absolute; }
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }

#unity-container.unity-mobile { width: 100%; height: 100% }

#unity-canvas { background: #23719b }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; background: url(/progress-bar-empty-dark.png) no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url(/progress-bar-full-dark.png) no-repeat center }
#unity-footer { position: relative; margin-top: 10px; }
#unity-fullscreen-button {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    width: 58px;
    height: 38px;
    background-color: rgb(53, 117, 148);
    font-size: .5rem;
    border-radius: 2px;
}

#unity-fullscreen-button:hover {
    background-color: rgb(43, 94, 120);
}
.unity-mobile #unity-footer { display: none }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }


/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
