
@font-face {
    font-family: 'ZenMaruGothic-Light';
    src: url('/fonts/ZenMaruGothic-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'ZenMaruGothic-Regular';
    src: url('/fonts/ZenMaruGothic-Regular.ttf') format('truetype');
}


body {
    font-family: 'ZenMaruGothic-Light';
}

h4, h3 {
    font-family: 'ZenMaruGothic-Regular';
}



body {
    background: black;
}

.title {
    color: #979797;
}

.menu {
    width: 100px;
    height: 100vh;
    position: absolute;
    z-index:20;
    
}

input.small {
    font-size: .875em;
    max-width: 200px;
    font-weight: 600;
}

.footer {
    padding: 10px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.inline {
    display: inline-flex;
    width: 100%;
}

.centering 
{
    width:100%;
    display: grid;
    place-items: center;
}

.warn
{
    color: #ffce3e;
}

.error 
{
    color: #ff5e5e;
}

.footer input {
    margin: 0px;
}

.bezel {
    width: 300px;
    background-color: #dfdfdfb0;
    border-radius: 3px;
    color: black;
    box-shadow: inset 0 0 8px 1px #446493;
}

.plate {
    padding: 10px;
    height: 400px;
    color: #373737;
    background-image: url(/img/metal.jpg);
    border-radius: 8px;
    box-shadow: 0 0 6px 4px;
    transform: translate(0px, calc(50vh - 175px));
}

.plate a {
    color: #2626cf;
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0px;
    font-size: 20px;
}

.green {
    background: #81cf81;
}

.red{
    background:red;
}

.login-panel
{
    height:100vh;
    color:white;
    max-width:400px;

}

.fw{
    width: 100%;
}

.page {
    color: white;
    padding: 10px;
}

.fl{
    float:left;
}

.menu ul {
    margin: 0px;
    padding:0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .menu li {
        list-style-type: none;
    }

    .menu .button {
        width: 40px;
        display: grid;
        margin-top: 40px;
        cursor: pointer;
    }

.page {
    position: absolute;
    width: 100vw;
    height: 100vh;
    left: 0px;
    top: 0px;
    background: #000000c7;
    backdrop-filter: blur(5px);
}

.view {
    border-radius: 10px;
    background: #ffffffc7;
    width: 70%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 20px 3px #ffffff7a;
    overflow: hidden;
    padding: 10px;
    font-size: 0.75em;
    text-align: center;
    color: #0f0f53;
}

input, textarea {
    border: solid 1px #0f0f53;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    margin: 10px;
    width:40vw;
}

#sound-cross::before {
    display: inline-block;
    content: "\00d7";
    color: red;
    font-size: 60px;
    position: relative;
    top: -25px;
    z-index: 10;
    line-height: 1px;
    pointer-events: none;
}


.carousel table {
    min-height: 300px;
    max-width: 50vw;
}

.carousel table .vid
{
    width:60%;

}

.carousel table td{

    padding:5px;
}

.view table{
    
    margin:auto;
}

.editor {
    text-align: left;
    padding: 20px;
    font-size: 1.3em;
    font-weight: 700;
}
.hidden{
    display:none;
}

video {
    width: 100%;
    height: 100%;
}

@media all and (max-width: 600px) {

    .fullscreen {
        height:400px;
        z-index: -1;
    }

}

@media all and (max-width: 4000px) {

    .fullscreen {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: -1;
    }

}


.loader {
    border: 1px solid #f3f3f300;
    border-radius: 50%;
    border-top: 1px solid #0099ff;
    width: 10px;
    height: 10px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    color: white;
    position: fixed;
    top: 50%;
    left: 50%;
    font-size: 20px;
}

.shift {
    transform: translate(-50%, -50%);
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

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

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

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

.b-entry {
    text-align: justify;
    padding: 10px;
}

.b-page {
    color: white;
    padding: 10px;
    padding-bottom: 60px;
}

.chart
{
    width:100%;
    height:600px;
}

li.nav-item {
    background: #2b2c3f;
    padding: 5px;
    font-weight: 800;
    color: black;
    border-radius: 3px;
}