@keyframes scrollin_l {
    from {
        left: -60%
    }

    to {
        left: -85%
    }
}

@keyframes scrollin_r {
    from {
        left: 60%
    }

    to {
        left: 85%
    }
}

@keyframes hudin {
    from {
        left: -75%
    }

    to {
        left: 0px
    }
}

@keyframes hudout {
    from {
        left: 0px
    }

    to {
        left: -75%
    }
}


@keyframes hudbgin {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.7;
    }
}

@keyframes hudbgin_fade {
    from {
        opacity: 0.7;
    }

    to {
        opacity: 1;
    }
}

@keyframes hudbgout {
    from {
        opacity: revert;
    }

    to {
        opacity: 0;
    }
}


@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

iframe {
    position: fixed;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -10000;
}

.preview {
    z-index: 1000000 !important;
    position: fixed;
    left: 2.5%;
    width: 64%;
    height: 64%;
    top: 14%;
    animation-name: fadein;
    animation-timing-function: ease-in;
    animation-duration: 0.25s;
}

.preview_fade {
    z-index: 1000000 !important;
    position: fixed;
    left: 2.5%;
    width: 64%;
    height: 64%;
    top: 14%;
    opacity: 0;
    animation-name: fadeout;
    animation-timing-function: ease-out;
    animation-duration: 0.25s;
}

.backbtn {
    position: fixed;
    z-index: 10000001 !important;
}

@keyframes button {
    from {
        box-shadow: none;
    }

    to {
        box-shadow: #00000070 0px 4px 7px 1px;
    }
}

@keyframes buttonfadeout {
    from {
        box-shadow: #00000070 0px 4px 7px 1px;
    }

    to {
        box-shadow: none;
    }
}

* {
    font-family: "Convection UI";
    padding: 0px;
    margin: 0px;
}

@font-face {
    font-family: "Convection UI";
    src: url("Convmd.ttf");
}

.notif {
    position: fixed;
    font-size: 30px;
    width: 100%;
    border: none;
    height: 100%;
    color: rgb(255, 255, 255);
    background-color: rgb(7, 123, 19);
    background-image: url(xboxanim.gif);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.invisible, .invisible button {
    display: none;
    width: 0px;
    height: 0px;
}


.left {
    border-radius: 100%;
    top: -70%;
    left: -85%;
    animation-name: scrollin_l;
    animation-timing-function: linear;
    animation-duration: 0.7s;
    border-right-width: 3px;
    border-right-style: solid;
    border-right-color: black;
    position: fixed;
    width: 100%;
    height: 240%;
    background: #8d8d8d;
    background: linear-gradient(90deg, #f6f6f6, #8d8d8dff);
    box-shadow: 0px 0px 12px 0;
}

.preview_left {
    border-radius: 100%;
    top: -70%;
    left: -60%;
    position: fixed;
    border-right-width: 3px;
    border-right-style: solid;
    border-right-color: black;
    width: 100%;
    height: 240%;
    background: #8d8d8d;
    background: linear-gradient(90deg, #f6f6f6, #8d8d8dff);
    color: rgb(0, 0, 0);
    box-shadow: 0px 0px 12px 0;
}

.fin_left {
    border-radius: 100%;
    top: -70%;
    left: -85%;
    position: fixed;
    border-right-width: 3px;
    border-right-style: solid;
    border-right-color: black;
    width: 100%;
    height: 240%;
    background: #8d8d8d;
    background: linear-gradient(90deg, #f6f6f6, #8d8d8dff);
    box-shadow: 0px 0px 12px 0;
}

.right {
    border-radius: 100%;
    top: -70%;
    left: 85%;
    animation-name: scrollin_r;
    animation-timing-function: linear;
    animation-duration: 0.7s;
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: black;
    position: fixed;
    width: 100%;
    height: 240%;
    background: #8d8d8d;
    background: linear-gradient(270deg, #f6f6f6, #8d8d8dff);
    box-shadow: 0px 0px 12px 0;
}

.preview_right {
    border-radius: 100%;
    top: -70%;
    left: 60%;
    position: fixed;
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: black;
    width: 100%;
    height: 240%;
    background: #8d8d8d;
    background: linear-gradient(270deg, #f6f6f6, #8d8d8dff);
    color: rgb(0, 0, 0);
    box-shadow: 0px 0px 12px 0;
}

.fin_right {
    border-radius: 100%;
    top: -70%;
    left: 85%;
    position: fixed;
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: black;
    width: 100%;
    height: 240%;
    background: #8d8d8d;
    background: linear-gradient(270deg, #f6f6f6, #8d8d8dff);
    color: rgb(0, 0, 0);
    box-shadow: 0px 0px 12px 0;
}

.center {
    padding-left: 6%;
    padding-right: 14%;
    position: fixed;
    left: 10%;
    width: 70%;
    height: 100%;
    background-color: rgb(7, 123, 19);
    background-image: url(xboxanim.gif);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -10;
}

.container {
    position: fixed;
    width: 69%;
    height: 100%;
}

.topdiv {
    display: block;
    position: fixed;
    width: 69%;
    height: 20%;
}

.topdiv img {
    display: block;
    padding: 7px;
    height: 100%;
}

.centerdiv {
    position: fixed;
    top: 20%;
    width: 69%;
    height: 60%;
}

.centerdiv p {
    padding: 7px;
    color: white;
}

.bottomdiv {
    position: fixed;
    top: 65%;
    width: 69%;
    height: 20%;
}

.bottomdiv button {
    width: 120%;
    height: 80%;
    cursor: pointer;
    color: black;
    background: #a6a6a63d;
    background: linear-gradient(90deg, #a6a6a63d 0%, #a6a6a63d 100%);;
    border-top-style: solid;
    border-bottom-style: solid;
    border-color: #606060;
    border-left-style: none;
    border-right-style: none;
    animation-name: buttonfadeout;
    animation-timing-function: linear;
    animation-duration: 0.2s;
    font-size: 30px;
}

.bottomdiv button:hover,
.bottomdiv button:active,
.bottomdiv button:focus {
    animation-name: button;
    animation-timing-function: linear;
    animation-duration: 0.2s;
    background: linear-gradient(90deg, #3535353d 0%, #ffffff5e 30%, #fff 45%, #ffffff5e 60%, #3535353d 100%);
    box-shadow: #00000070 0px 4px 7px 1px;
}

.bottomdiv a {
    position: relative;
    left: -10%;
}

.backbtn button {
    background: linear-gradient(180deg, #464646 0%, #1c1c1c 30%, #000 100%);
    background-color: #1c1c1c;
    border-style: solid;
    border-color: #4f4f4f;
    border-radius: 5px;
    border-width: 2px;
    width: 9%;
    height: 7%;
    top: 82%;
    left: 2.5%;
    position: fixed;
    color: white;
    font-weight: bold;
    font-size: 90%;
    animation-name: fadein;
    animation-timing-function: ease-in;
    animation-duration: 0.25s;
}

.backbtn_fade {
    background: linear-gradient(180deg, #464646 0%, #1c1c1c 30%, #000 100%);
    background-color: #1c1c1c;
    border-style: solid;
    border-color: #4f4f4f;
    border-radius: 5px;
    border-width: 2px;
    width: 9%;
    height: 7%;
    top: 82%;
    left: 2.5%;
    position: fixed;
    color: white;
    font-weight: bold;
    font-size: 90%;
    opacity: 0;
    animation-name: fadeout;
    animation-timing-function: ease-out;
    animation-duration: 0.25s;
}

.backbtn button:active, .backbtn button:focus, .backbtn button:hover {
    background: linear-gradient(180deg, #707070 0%, #494949 30%, #202020 100%);
    background-color: #494949;
    cursor: pointer;
}

iframe {
    padding: 0;
    margin: 0;
    border: none;
}

.hudin {
    width: 75%;
    height: 100%;
    top: 0px;
    left: -75%;
    position: fixed;
    z-index: 11;
    animation-name: hudin;
    animation-timing-function: ease-out;
    animation-duration: 0.25s;
}

.hud {
    width: 75%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 11;
}

.hudout {
    width: 75%;
    height: 100%;
    top: 0px;
    left: -75px;
    position: fixed;
    z-index: 11;
    animation-name: hudout;
    animation-timing-function: ease-in;
    animation-duration: 0.25s;
}

.hudbg {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 10;
}

.hudbgin {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 10;
    opacity: 0.7;
    animation-name: hudbgin;
    animation-timing-function: ease-in;
    animation-duration: 0.25s;
}

.hudbgin_fade {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 10;
    opacity: 1;
    animation-name: hudbgin_fade;
    animation-timing-function: linear;
    animation-duration: 1s;
}

.hudbgout {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 10;
    opacity: 1;
    animation-name: hudbgout;
    animation-timing-function: ease-in;
    animation-duration: 0.25s;
}

.hudtitle {
    top: 5%;
    left: 2.5%;
    position: fixed;
    z-index: 12;
    font-weight: normal;
    color: white;
    font-size: 150%;
    animation-name: fadein;
    animation-timing-function: ease-in;
    animation-duration: 0.25s;
}

.hudtitle_fade {
    top: 5%;
    left: 2.5%;
    position: fixed;
    z-index: 12;
    font-weight: normal;
    color: white;
    font-size: 150%;
    opacity: 0;
    animation-name: fadeout;
    animation-timing-function: ease-out;
    animation-duration: 0.25s;
}
