@import url(https://fonts.googleapis.com/css2?family=Orelega+One&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Merriweather&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Mali&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Petit+Formal+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&display=swap');
*,
body,
html {
    -webkit-tap-highlight-color: transparent;
}

:root {
    color-scheme: light only;
}

::selection {
    color: #e1e1e1;
    background: #2d3446 !important;
}

body {
    overflow-x: hidden;
}
.beta {
    position: sticky;
    right: 8%; /* You can adjust this value as needed */
    top: 2%;
    z-index: 99;
    display: block;
    max-width: fit-content;
    margin-left: auto; /* Use auto to center the element horizontally */
    margin-right: 1em; /* Adjust the right margin as needed */
    font-weight: 500;
    font-size: 0.9rem;
    color: #e7e7e7e7;
    background: linear-gradient(127deg, #245f96ce, #238ceece);
    padding: 8px 11px;
    border-radius: 5px;
    text-decoration: none;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.57);
    font-family: 'Poppins', sans-serif;
    transition: transform 0.2s;
    user-select: none;
    cursor: pointer;
}

.beta:hover {
    transform: scale(1.05); 
}

.beta:active{
    transform: scale(0.9) translateY(8px) !important; 
}

.load {
    border-radius: .8rem;
    background: url(assets/ripple.png) center center no-repeat;
}

.stickyTOP {
    background-image: linear-gradient(to top, #b5ae977a, #b5ae97bf, #b5ae97f0, #b5ae97f0, #b5ae97f0, #b5ae97f0, #b5ae97f0, #b5ae97f0);
    margin: 0;
    z-index: 99;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.roster {
    margin-top: 0 !important;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #3a4258ce;
    border-radius: .8rem;
}

::-webkit-scrollbar-thumb {
    background: #aaa797;
    border-radius: .8rem;
}

::-webkit-scrollbar-thumb:hover {
    background: #ddd5bdbf;
}

.logoPA {
    animation: fadecenter 0.5s ease 0s 1 normal forwards;
}

@keyframes bounceleft {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: translateX(250px);
    }
    38% {
        animation-timing-function: ease-out;
        opacity: 1;
        transform: translateX(0);
    }
    55% {
        animation-timing-function: ease-in;
        transform: translateX(68px);
    }
    72% {
        animation-timing-function: ease-out;
        transform: translateX(0);
    }
    81% {
        animation-timing-function: ease-in;
        transform: translateX(32px);
    }
    90% {
        animation-timing-function: ease-out;
        transform: translateX(0);
    }
    95% {
        animation-timing-function: ease-in;
        transform: translateX(8px);
    }
    100% {
        animation-timing-function: ease-out;
        transform: translateX(0);
    }
}

@keyframes bounceback {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: scale(0);
    }
    38% {
        animation-timing-function: ease-out;
        opacity: 1;
        transform: scale(1);
    }
    55% {
        animation-timing-function: ease-in;
        transform: scale(0.7);
    }
    72% {
        animation-timing-function: ease-out;
        transform: scale(1);
    }
    81% {
        animation-timing-function: ease-in;
        transform: scale(0.84);
    }
    89% {
        animation-timing-function: ease-out;
        transform: scale(1);
    }
    95% {
        animation-timing-function: ease-in;
        transform: scale(0.95);
    }
    100% {
        animation-timing-function: ease-out;
        transform: scale(1);
    }
}

#buttonInstall {
    width: auto;
    display: inline-block;
    padding: 4px;
    font-size: .8rem;
    border-radius: 2px;
    box-sizing: border-box;
    text-decoration: none;
    color: #45433d;
    background-color: #aaa797;
    box-shadow: inset 0 -.3em 0 -.18em rgba(0, 0, 0, .17);
    text-align: center;
    position: relative;
    user-select: none;
    margin: 8px;
    margin-left: 10px;
    cursor: pointer;
    min-width: 120px;
    font-family: Merriweather, Georgia, serif;
    font-weight: 700;
    border: 0;
}

#buttonInstall:hover {
    box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, .3);
    transition: box-shadow 1.2s;
}

::selection {
    background-color: transparent;
}

body {
    font-family: Merriweather, Georgia, serif;
    background-color: #2d3446;
    margin: 0;
    color: #dcddde;
    padding: 0;
}

#accessLvl {
    -webkit-animation: pulsate 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: .5;
    font-weight: 700;
}

.inlineT {
    min-width: 100%;
    color: #45433d!important;
    border: 1px solid #605d4e;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 3px;
}

#entryLvl {
    -webkit-animation: pulsate 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: .5;
    color: #2fcb37cf;
}

@-webkit-keyframes pulsate {
    0% {
        opacity: .5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: .5;
    }
}

input {
    font-size: 1.2rem;
    padding: 12px 20px 12px 20px;
    border: 0;
    margin-bottom: 1.2rem;
    font-family: Merriweather, Georgia, serif;
    border-radius: .8rem;
    background-color: transparent;
    border-bottom: 3px solid #aaa797;
    color: #fff;
    font-weight: 700;
}

textarea {
    font-size: 1rem;
    padding: 12px 20px 12px 20px;
    border: 0;
    margin-bottom: 1.2rem;
    font-family: Merriweather, Georgia, serif;
    border-radius: .8rem;
    background-color: transparent;
    border-bottom: 3px solid #aaa797;
    color: rgb(61, 61, 61);
    font-weight: 700;
    -webkit-tap-highlight-color: #2d3446e6;
}

textarea::selection {
    background-color: #2d3446e6;
    color: #aaa797;
}

.input:active {
    border-bottom: 5px solid #aaa797;
}

select {
    margin-bottom: 25px;
    font-family: Merriweather, Georgia, serif;
    border-radius: .8rem;
    font-size: 1rem;
}

.logoutLink {
    margin-left: 25px;
    padding: .5em;
    border-radius: .3rem;
    background-color: rgba(255, 0, 0, .418);
    border-bottom: #000 3px solid;
    font-size: .87rem;
    font-weight: 700;
    display: inline-block;
    position: relative;
    cursor: pointer;
    opacity: .5;
}

.logoutLink:active {
    top: .1em;
}

.logoutLink:hover {
    background-color: rgba(255, 0, 0, .425);
    transition: all linear .7s;
    opacity: 1;
}

#content {
    margin: 0;
    padding: 0;
}

::placeholder {
    color: #e7e5e5d1;
}

::placeholder:active {
    color: #fff;
}

.logoText {
    font-size: xx-large;
}

#test {
    display: none;
}

.input {
    width: 75%
}

.column {
    float: left;
    width: 47%;
    padding: 10px;
}

a {
    cursor: pointer;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.logoText {
    font-size: 2rem;
}

@media screen and (max-width:1750px) {
    .steamButton {
        margin-top: 2rem!important;
    }
    .logoText {
        font-size: 1.6rem;
    }
}

.fullScreen {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100vw!important;
    height: 100vh!important;
    border: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 999999;
}

@media screen and (max-width:700px) {
     ::-webkit-scrollbar {
        display: none;
    }
    #closeOther {
        font-size: .8rem!important;
    }
    .closeButton {
        font-size: 1.2rem!important;
    }
    #mapData {
        margin-top: 0!important;
    }
    #hoverDiv {
        width: 80vw!important;
    }
    #password {
        width: 80vw;
    }
    .editButton {
        position: relative;
    }
    .stickySearch {
        box-shadow: 0 12px 0 0 rgb(0 0 0 / 28%);
    }
    .login {
        width: 85vw!important;
    }
    .column {
        width: 95%
    }
    .optionsDiv {
        text-align: center;
    }
    #artyContent {
        width: 90vw!important;
    }
    #iframeContent {
        margin-top: 1px!important;
        width: 96vw!important;
        height: 98vh!important;
    }
    #steamContent {
        margin-top: 1px!important;
        width: 96vw!important;
        height: 98vh!important;
    }
    #camContent {
        width: 90vw!important;
    }
    #mapRows {
        width: 90%!important;
    }
    #steamRows {
        width: 90%!important;
    }
    .clearable {
        width: 90%!important;
    }
    #steamUser {
        width: 82vw!important;
    }
    .steamButton {
        margin-top: 2rem!important;
    }
    #filterIDS {
        width: 82vw!important;
    }
    #otherOverlay {
        width: 100% !important;
        right: unset !important;
    }
}

.channel {
    color: #b9bbbe;
    cursor: pointer;
    font-style: normal;
    font-family: Whitney, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    border: 0;
    border-radius: 3px;
    background-color: #40444b;
    padding: .3em;
    display: inline-block;
}

.channel:hover {
    background-color: #4c4e54;
}

.optionsDiv {
    text-align: right;
}

.clearable {
    background: transparent url(closeW.png) no-repeat right -25px center;
    width: 58%
}

.clearable.x {
    background-position: right 15px center;
}

.clearable.onX {
    cursor: pointer;
}

.clearable::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.clearable2 {
    width: 58%;
    color: #3e3c35;
    background: transparent url(close.png) no-repeat right -25px center;
    border-bottom: 3px solid #605d4e;
}

.clearable2::placeholder {
    color: #3e3c35;
}

.clearable2.x2 {
    background-position: right 15px center;
}

.clearable2.onX2 {
    cursor: pointer;
}

#title2Input {
    color: #3e3c35;
}

#title2Input::placeholder {
    color: #3e3c35;
}

#titleInput {
    color: #3e3c35;
}

#titleInput::placeholder {
    color: #3e3c35;
}

#linkInput {
    color: #3e3c35;
}

#linkInput::placeholder {
    color: #3e3c35;
}

#fileInput {
    color: #3e3c35;
}

.clearable2::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

#mapContent {
    background-color: #bab399f2;
    padding: 20px;
    border-radius: .8rem;
    box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 34%);
    width: 95vw;
}

#mapDesc::selection {
    background-color: #6e99ce!important;
}

#otherContent {
    background-color: #bab399f2;
    padding: 20px;
    border-radius: .8rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: rgb(0, 0, 0, 34%) 0px 0 10px;
    -moz-box-shadow: rgb(0, 0, 0, 34%) 0 0 10px;
    box-shadow: rgb(0, 0, 0, 34%) 0 0 10px;
}

#artyContent {
    background-color: #bab399f2;
    padding: 20px;
    border-radius: .8rem;
    box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 34%);
    width: 45vw;
    user-select: none;
}

#iframeContent {
    background-color: #bab399f2;
    padding: 20px;
    border-radius: .8rem;
    box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 34%);
    width: 45vw;
}

#steamContent {
    background-color: #bab399f2;
    padding: 20px;
    border-radius: .8rem;
    box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 34%);
    width: 45vw;
}

#steamUser {
    color: #000000bd;
    font-size: 1.2rem;
    border-radius: .8rem;
    margin: 15px;
    background-color: #ddd5bd82;
    width: 30vw;
    height: auto;
    padding-bottom: 35px;
    padding-top: 1px;
}

#steamUser:hover {
    background-color: #ddd5bdbf;
}

#hoverDiv {
    color: rgba(0, 0, 0, .6);
    font-size: 1.2rem;
    border-radius: .8rem;
    margin: 15px;
    background-color: #aaa797;
    height: auto;
    padding: 1.5rem;
    width: 63vw;
    animation: fadein 0.8s ease 0s 1 normal forwards;
}

#otherContent {
    animation: fadein 0.5s ease 0s 1 normal forwards;
}

@keyframes bouncein {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: translateX(-250px);
    }
    38% {
        animation-timing-function: ease-out;
        opacity: 1;
        transform: translateX(0);
    }
    55% {
        animation-timing-function: ease-in;
        transform: translateX(-68px);
    }
    72% {
        animation-timing-function: ease-out;
        transform: translateX(0);
    }
    81% {
        animation-timing-function: ease-in;
        transform: translateX(-28px);
    }
    90% {
        animation-timing-function: ease-out;
        transform: translateX(0);
    }
    95% {
        animation-timing-function: ease-in;
        transform: translateX(-8px);
    }
    100% {
        animation-timing-function: ease-out;
        transform: translateX(0);
    }
}

.logoText {
    animation: fadecenter 0.5s ease 0s 1 normal forwards;
}

@keyframes bounce {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: translateY(-250px);
    }
    38% {
        animation-timing-function: ease-out;
        opacity: 1;
        transform: translateY(0);
    }
    55% {
        animation-timing-function: ease-in;
        transform: translateY(-65px);
    }
    72% {
        animation-timing-function: ease-out;
        transform: translateY(0);
    }
    81% {
        animation-timing-function: ease-in;
        transform: translateY(-28px);
    }
    90% {
        animation-timing-function: ease-out;
        transform: translateY(0);
    }
    95% {
        animation-timing-function: ease-in;
        transform: translateY(-8px);
    }
    100% {
        animation-timing-function: ease-out;
        transform: translateY(0);
    }
}

@keyframes animated_div {
    0% {
        transform: rotate(0deg);
        left: 0px;
        width: 5vw;
        font-size: 0.3rem;
    }
    25% {
        transform: rotate(20deg);
        left: -300px;
        width: 15vw;
        font-size: 0.5rem;
    }
    70% {
        transform: rotate(0deg);
        left: 300px;
        width: 52vw;
        font-size: 1.1rem;
    }
    100% {
        transform: rotate(-360deg);
        left: 0px;
        width: 63vw;
        font-size: 1.2rem;
    }
}

@-webkit-keyframes animated_div {
    0% {
        -webkit-transform: rotate(0deg);
        left: 0px;
    }
    25% {
        -webkit-transform: rotate(20deg);
        left: 0px;
    }
    50% {
        -webkit-transform: rotate(0deg);
        left: 500px;
    }
    55% {
        -webkit-transform: rotate(0deg);
        left: 500px;
    }
    70% {
        -webkit-transform: rotate(0deg);
        left: 500px;
        background: #1ec7e6;
    }
    100% {
        -webkit-transform: rotate(-360deg);
        left: 0px;
    }
}

@-moz-keyframes animated_div {
    0% {
        -moz-transform: rotate(0deg);
        left: 0px;
    }
    25% {
        -moz-transform: rotate(20deg);
        left: 0px;
    }
    50% {
        -moz-transform: rotate(0deg);
        left: 500px;
    }
    55% {
        -moz-transform: rotate(0deg);
        left: 500px;
    }
    70% {
        -moz-transform: rotate(0deg);
        left: 500px;
        background: #1ec7e6;
    }
    100% {
        -moz-transform: rotate(-360deg);
        left: 0px;
    }
}

@-o-keyframes animated_div {
    0% {
        transform: rotate(0deg);
        left: 0px;
    }
    25% {
        transform: rotate(20deg);
        left: 0px;
    }
    50% {
        transform: rotate(0deg);
        left: 500px;
    }
    55% {
        transform: rotate(0deg);
        left: 500px;
    }
    70% {
        transform: rotate(0deg);
        left: 500px;
        background: #1ec7e6;
    }
    100% {
        transform: rotate(-360deg);
        left: 0px;
    }
}

#hoverDiv:hover {
    background-color: #ddd5bdbf;
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, .64);
}

#hoverDiv h1 {
    text-align: left;
}

#hoverDiv:hover p {
    color: rgb(0 0 0 / 72%)!important;
}

.copy {
    background-color: #25303ee3;
    padding: 1rem;
    user-select: none;
}

.copy:active {
    border: 3px solid rgba(10, 73, 133, .918);
}

#copySuccess {
    background-color: rgba(0, 255, 136, .363);
    padding: .8rem;
    border-radius: .8rem;
    margin-top: 1rem;
}

code {
    padding: 1rem;
    border-radius: .8rem;
    font-family: Lucida Console;
    color: #3e3c35;
    font-weight: 500;
    font-size: 1.3rem;
    background-color: #fff8dc94;
    user-select: all;
    display: inline-block;
    -webkit-tap-highlight-color: #6e99ce;
}

code::selection {
    background-color: #6e99ce;
}

#camContent {
    background-color: #bab399f2;
    padding: 20px;
    border-radius: .8rem;
    box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 34%);
    width: 65vw;
}

.xButton {
    width: auto;
    display: inline-block;
    padding: 1em;
    font-size: 1.2rem;
    border-radius: .15em;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    background-color: #2d3446e6;
    box-shadow: inset 0 -.6em 0 -.35em rgba(0, 0, 0, .17);
    text-align: center;
    position: relative;
    user-select: none;
    margin: 8px;
    margin-left: 10px;
    cursor: pointer;
    min-width: 320px;
    border-radius: .8rem;
    font-family: Merriweather, Georgia, serif;
    font-weight: 700;
    background-color: #2d3446e6;
}

.xButton:active {
    top: .1em;
}

.closeButton {
    width: auto;
    display: inline-block;
    padding: .9em;
    font-size: 1rem;
    border-radius: .15em;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    background-color: #2d3446e6;
    box-shadow: inset 0 -.6em 0 -.35em rgba(0, 0, 0, .17);
    text-align: center;
    position: relative;
    user-select: none;
    margin: 8px;
    margin-left: 10px;
    cursor: pointer;
    min-width: 185px;
    border-radius: .8rem;
    font-family: Merriweather, Georgia, serif;
    font-weight: 700;
    background-color: #2d3446e6;
}

.closeButton:active {
    top: .1em;
}

.artButton {
    width: auto;
    display: inline-block;
    padding: 1em;
    font-size: 16px;
    border-radius: .15em;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    background-color: #5d2424a8;
    box-shadow: inset 0 -.6em 0 -.35em rgba(0, 0, 0, .17);
    text-align: center;
    position: relative;
    user-select: none;
    margin: 8px;
    margin-left: 10px;
    cursor: pointer;
    min-width: 205px;
    border-radius: .8rem;
    font-family: Merriweather, Georgia, serif;
    font-weight: 700;
}

.artButton:active {
    top: .1em;
}

.ytButton {
    width: auto;
    display: inline-block;
    padding: 1em;
    font-size: 16px;
    border-radius: .15em;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    background-color: #45433d;
    box-shadow: inset 0 -.6em 0 -.35em rgba(0, 0, 0, .17);
    text-align: center;
    position: relative;
    user-select: none;
    margin: 8px;
    margin-left: 10px;
    cursor: pointer;
    min-width: 205px;
    border-radius: .8rem;
    font-family: Merriweather, Georgia, serif;
    font-weight: 700;
}

.ytButton:active {
    top: .1em;
}

.editButton {
    position: absolute;
    margin-top: -125px;
    margin-left: 196px;
    min-width: 130px;
    font-size: 1rem;
    width: auto;
    display: inline-block;
    padding: .8em;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    background-color: #2d3446e6;
    box-shadow: inset 0 -.6em 0 -.35em rgba(0, 0, 0, .17);
    text-align: center;
    user-select: none;
    cursor: pointer;
    border-radius: .8rem;
    font-family: Merriweather, Georgia, serif;
    font-weight: 700;
}

.editButton:hover {
    box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, .048);
    transition: box-shadow 1.2s;
}

.editButton:active {
    top: .1em;
}

.steamButton {
    width: auto;
    display: inline-block;
    padding: .8em;
    font-size: 1.2rem;
    border-radius: .15em;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    background-color: #2d3446e6;
    box-shadow: inset 0 -.6em 0 -.35em rgba(0, 0, 0, .17);
    text-align: center;
    position: relative;
    user-select: none;
    margin: 8px;
    margin-left: 10px;
    cursor: pointer;
    min-width: 205px;
    border-radius: .8rem;
    font-family: Merriweather, Georgia, serif;
    font-weight: 700;
}

.steamButton:hover {
    box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, .048);
    transition: box-shadow 1.2s;
}

.steamButton:active {
    top: .1em;
}

.stratButton {
    width: auto;
    display: inline-block;
    padding: .77em;
    font-size: 1.2rem;
    border-radius: .15em;
    box-sizing: border-box;
    text-decoration: none;
    color: #45433d;
    background-color: #aaa797;
    box-shadow: inset 0 -.6em 0 -.35em rgba(0, 0, 0, .17);
    text-align: center;
    position: relative;
    user-select: none;
    margin: 8px;
    margin-left: 10px;
    cursor: pointer;
    min-width: 205px;
    border-radius: .8rem;
    font-family: Merriweather, Georgia, serif;
    font-weight: 700;
}

#steamData {
    animation: fadein 0.3s ease 0s 1 normal forwards;
}

#mapDesc {
    animation: fadein 0.3s ease 0s 1 normal forwards;
}

.column,
iframe,
.mapsLink {
    animation: fadein 0.3s ease 0s 1 normal forwards;
}

@keyframes fadecenter {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeleft {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes faderight {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes dropin {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: scale(0);
    }
    38% {
        animation-timing-function: ease-out;
        opacity: 1;
        transform: scale(1);
    }
    55% {
        animation-timing-function: ease-in;
        transform: scale(0.7);
    }
    72% {
        animation-timing-function: ease-out;
        transform: scale(1);
    }
    81% {
        animation-timing-function: ease-in;
        transform: scale(0.84);
    }
    89% {
        animation-timing-function: ease-out;
        transform: scale(1);
    }
    95% {
        animation-timing-function: ease-in;
        transform: scale(0.95);
    }
    100% {
        animation-timing-function: ease-out;
        transform: scale(1);
    }
}

.stratButton:hover {
    box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, .3);
    transition: box-shadow 1.2s;
}

.stratButton:active {
    top: .1em;
}

.cam1Button {
    width: auto;
    display: inline-block;
    padding: .77em;
    font-size: 1.2rem;
    border-radius: .15em;
    box-sizing: border-box;
    text-decoration: none;
    color: #45433d;
    text-align: center;
    position: relative;
    user-select: none;
    margin: 8px;
    margin-left: 15px;
    margin-right: -30px;
    cursor: pointer;
    min-width: 205px;
    border-radius: .8rem;
    font-family: Merriweather, Georgia, serif;
    font-weight: 700;
}

.toggle {
    position: absolute !important;
    margin: -3.5px 0 0 -45px;
    font-size: 2rem;
}

.cam2Button {
    width: auto;
    display: inline-block;
    padding: .77em;
    font-size: 1.2rem;
    border-radius: .15em;
    box-sizing: border-box;
    text-decoration: none;
    color: #45433d;
    text-align: center;
    position: relative;
    user-select: none;
    margin: 8px;
    margin-left: 15px;
    margin-right: -30px;
    cursor: pointer;
    min-width: 205px;
    border-radius: .8rem;
    font-family: Merriweather, Georgia, serif;
    font-weight: 700;
}

.cam1Button:hover {
    color: #45433dd7;
}

.cam2Button:hover {
    color: #45433dd7;
}

.cam1Button:active {
    color: #45433d;
}

.cam2Button:active {
    color: #45433d;
}

.filesButton {
    width: auto;
    display: inline-block;
    padding: 1em;
    font-size: 16px;
    border-radius: .15em;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    background-color: #2d3446e6;
    box-shadow: inset 0 -.6em 0 -.35em rgba(0, 0, 0, .17);
    text-align: center;
    position: relative;
    user-select: none;
    margin: 8px;
    margin-left: 10px;
    cursor: pointer;
    min-width: 205px;
    border-radius: .8rem;
    font-family: Merriweather, Georgia, serif;
    font-weight: 700;
}

.filesButton:active {
    top: .1em;
}

.csaButton {
    width: auto;
    display: inline-block;
    padding: 1em;
    font-size: 16px;
    border-radius: .15em;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    background-color: #813939;
    box-shadow: inset 0 -.6em 0 -.35em rgba(0, 0, 0, .17);
    text-align: center;
    position: relative;
    user-select: none;
    margin: 8px;
    margin-left: 10px;
    cursor: pointer;
    min-width: 205px;
    border-radius: .8rem;
    font-family: Merriweather, Georgia, serif;
    font-weight: 700;
}

.csaButton:active {
    top: .1em;
}

.usaButton {
    width: auto;
    display: inline-block;
    padding: 1em;
    font-size: 16px;
    border-radius: .15em;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    background-color: #0e305d;
    box-shadow: inset 0 -.6em 0 -.35em rgba(0, 0, 0, .17);
    text-align: center;
    position: relative;
    user-select: none;
    margin: 8px;
    margin-left: 10px;
    cursor: pointer;
    min-width: 205px;
    border-radius: .8rem;
    font-family: Merriweather, Georgia, serif;
    font-weight: 700;
}

.usaButton:active {
    top: .1em;
}

#mapDesc {
    font-family: Merriweather, serif;
    font-size: 1rem!important;
    background-color: #ddd5bd36;
    padding: 2rem;
    border-radius: .8rem;
    box-shadow: inset 0 -.6em 0 -.35em rgba(40, 40, 40, .102);
    -webkit-tap-highlight-color: #6e99ce;
    font-weight: 400;
}

#mapDesc:hover {
    box-shadow: inset 0 0 100px 100px rgba(107, 107, 107, .028);
    transition: box-shadow 1.2s;
}

#otherDesc {
    font-family: Merriweather, Georgia, serif;
}

#artyDesc {
    font-family: Merriweather, Georgia, serif;
}

#iframeDesc {
    font-family: Merriweather, Georgia, serif;
}

#steamDesc {
    font-family: Merriweather, Georgia, serif;
}

#camDesc {
    font-family: Merriweather, Georgia, serif;
}

.sticky {
    position: sticky;
    top: 0;
    z-index: 9999;
}

hr {
    border: 10px solid #c5c1af;
    border-radius: 5px;
}

.stickySearch {
    position: sticky;
    top: 0;
    z-index: 3;
    margin-top: 15px;
    margin-bottom: 10px;
    background-color: #2d3446;
}

#mapContent::-webkit-scrollbar {
    display: none;
}

#otherContent::-webkit-scrollbar {
    display: none;
}

#artyContent::-webkit-scrollbar {
    display: none;
}

#iframeContent::-webkit-scrollbar {
    display: none;
}

#steamContent::-webkit-scrollbar {
    display: none;
}

#camContent::-webkit-scrollbar {
    display: none;
}

#otherContent {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#iframeContent {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#steamContent {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#camContent {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.link {
    cursor: pointer;
    font-family: Merriweather, Georgia, serif;
    font-size: 1rem;
    color: #000000bf;
    text-decoration: none;
    border-bottom: 2px dotted;
}

.link:visited {
    color: #000000bf;
}

.link:hover {
    color: #0000006e;
    border-bottom: 2px dashed;
}

.text {
    color: #00000085!important;
    font-size: 1.2rem;
}

.login {
    width: 50vw;
}

#uploadForm {
    background-color: #c5c1af;
    border-radius: .8rem;
    padding: 10px;
    height: auto;
    width: 92%;
    font-size: 20px;
    color: #000000bf;
}

#otherBtns {
    margin-top: 25px;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 55px;
    margin-bottom: 55px;
    color: #ffffffb5;
    font-size: 40px;
    height: 7px;
}

.separator::after,
.separator::before {
    content: '';
    flex: 1;
    border-bottom: 6px solid #0e305d;
    outline: 2px solid rgba(255, 255, 255, .877);
    box-shadow: 0 0 0 6px #8c534e;
}

.separator:not(:empty)::before {
    margin-right: .95em;
}

.separator:not(:empty)::after {
    margin-left: .95em;
}

.xButton:hover {
    box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, .336);
    transition: box-shadow 1.2s;
}

.closeButton:hover {
    box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, .336);
    transition: box-shadow 1.2s;
}

.artButton:hover {
    box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, .048);
    transition: box-shadow 1.2s;
}

.filesButton:hover {
    box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, .336);
    transition: box-shadow 1.2s;
}

.ytButton:hover {
    box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, .048);
    transition: box-shadow 1.2s;
}

.usaButton:hover {
    box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, .048);
    transition: box-shadow 1.2s;
}

.csaButton:hover {
    box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, .048);
    transition: box-shadow 1.2s;
}

.iframe {
    background: unset!important;
    border: 0;
}

.dropbtn {
    color: #45433d;
    background-color: #aaa797;
    padding: .9rem;
    font-size: 1.2rem;
    border: none;
    cursor: pointer;
    box-shadow: inset 0 -.6em 0 -.35em rgb(0 0 0 / 17%);
    min-width: 205px;
    font-family: Merriweather, Georgia, serif;
    border-radius: .8rem;
    font-weight: 700;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin: 8;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #aaa797c7;
    min-width: 225px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 4;
    border-radius: .8rem;
    font-family: Whitney, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bolder;
    font-size: 1rem;
    text-align: left;
}

.dropdown-content a {
    color: rgba(0, 0, 0, .6);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    padding: 1rem;
}

.dropdown-content a:hover {
    background-color: #2d3446c4;
    transition: all .6s;
    border-radius: .8rem;
    color: rgba(255, 255, 255, .726);
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, .3);
    transition: box-shadow 1.2s;
}

.dropdown-content a:active {
    top: .1em;
    box-shadow: inset 1px 1px 10px #333;
}

.single {
    float: left;
    width: 100%;
    padding: 20px;
}

.half {
    float: left;
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
}

.row2:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width:600px) {
    #otherContent {
        margin-top: 10px!important;
    }
    #mapContent {
        margin-top: 2px!important;
        margin-bottom: 2px!important;
        height: 98%!important;
        animation: scaleout 1s ease 0s infinite normal forwards;
    }
    .stratButton {
        font-size: 1rem!important;
        padding: .65em!important;
    }
    .dropbtn {
        font-size: 1rem!important;
        padding: .65em!important;
    }
    .half {
        width: 100%
    }
}

.darkmode-layer,
.darkmode-toggle {
    z-index: 999999999999999;
}

#shareLink {
    cursor: pointer;
}

#shareLink:hover {
    opacity: .8;
}

iframe {
    border-radius: .8rem;
    background: url('assets/ripple.png') center center no-repeat;
}

.tooltip {
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.tooltip:hover {
    background-color: #2d3446cb;
    color: rgba(255, 255, 255, .774)!important;
    border-radius: 1rem;
}

.tooltiptext:hover {
    transition: all .3s;
    color: rgba(255, 255, 255, .877);
}

.tooltip .tooltiptext {
    visibility: hidden;
    transition: visibility .3s linear, opacity .3s linear;
    opacity: 0;
    width: auto;
    min-width: 252.7px;
    background-color: #2d3446cb;
    color: #fff;
    text-align: left;
    border-radius: .8rem;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 100%!important;
    left: 50%!important;
    margin-left: -15px!important;
    margin-bottom: 3px!important;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

#weapon {
    padding: 5px;
    text-align: left;
    font-size: 1rem;
    margin-left: 8%
}

#arty {
    padding: 5px;
    text-align: left;
    font-size: 1rem;
    margin-left: 8%
}

#misc {
    padding: 5px;
    text-align: left;
    font-size: 1rem;
    margin-left: 8%
}

#CSAregiment {
    padding: 5px;
    text-align: left;
    font-size: 1rem;
    margin-left: 5%;
    font-weight: 800;
    color: #813939;
    border-bottom: 2px dotted #1f1e1c;
}

#USAregiment {
    padding: 5px;
    text-align: left;
    font-size: 1rem;
    margin-left: 5%;
    font-weight: 800;
    color: #0e305d;
    border-bottom: 2px dotted #1f1e1c;
}

.fa-info-circle {
    padding: 5px;
}

.fa-circle {
    padding: 5px;
}

#CSAartyTitle {
    padding: 5px;
    text-align: left;
    font-size: 1rem;
    margin-left: 5%;
    font-weight: 800;
    color: #813939;
    border-bottom: 2px dotted #1f1e1c;
    margin-top: 15px;
}

#USAartyTitle {
    padding: 5px;
    text-align: left;
    font-size: 1rem;
    margin-left: 5%;
    font-weight: 800;
    color: #0e305d;
    border-bottom: 2px dotted #1f1e1c;
    margin-top: 15px;
}

.side {
    text-align: left;
    font-size: 2.5rem;
    margin-left: 2%
}

#stance {
    text-align: left;
    font-size: 1.25rem;
    font-weight: 900;
}

#mapData {
    margin-top: 82px;
    user-select: none;
}

.usaH1 {
    color: #0e305d;
}

.csaH1 {
    color: #813939;
}

@keyframes bounceright {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: translateX(-250px);
    }
    38% {
        animation-timing-function: ease-out;
        opacity: 1;
        transform: translateX(0);
    }
    55% {
        animation-timing-function: ease-in;
        transform: translateX(-68px);
    }
    72% {
        animation-timing-function: ease-out;
        transform: translateX(0);
    }
    81% {
        animation-timing-function: ease-in;
        transform: translateX(-28px);
    }
    90% {
        animation-timing-function: ease-out;
        transform: translateX(0);
    }
    95% {
        animation-timing-function: ease-in;
        transform: translateX(-8px);
    }
    100% {
        animation-timing-function: ease-out;
        transform: translateX(0);
    }
}

.switch {
    position: relative;
    display: inline-block;
    width: 130px;
    height: 56px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(assets/desert.png);
    background-position-y: -16px;
    background-size: cover;
    width: 130px;
    height: 56px;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 2rem;
    box-shadow: 0px 6px 15px 5px rgba(207, 159, 96, 0.56);
    animation: bounceright 1s ease 0s 1 normal forwards;
}

.slider:before {
    position: absolute;
    content: "";
    height: 45px;
    width: 45px;
    left: 4px;
    bottom: 6px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 5rem;
}

input:checked+.slider {
    background-image: url('assets/night.png');
    background-size: cover;
    box-shadow: 0 6px 20px 0px rgb(12 3 54 / 56%);
    background-position-y: -8px;
}

input:focus+.slider {
    background-image: url('assets/night.png');
    background-position-y: top;
    background-size: cover;
}

input:checked+.slider:before {
    -webkit-transform: translateX(77px);
    -ms-transform: translateX(77px);
    transform: translateX(77px);
}

#canvas {
    background: transparent;
}

.loader {
    text-align: center;
}

.loader span {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: -280px 40px 54px -34px;
    background: url("assets/leaf.png");
    -webkit-animation: loader 10s infinite linear;
    -moz-animation: loader 10s infinite linear;
}

.loader span:nth-child(5n+5) {
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
}

.loader span:nth-child(3n+2) {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}

.loader span:nth-child(2n+5) {
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
}

.loader span:nth-child(3n+10) {
    -webkit-animation-delay: 2.7s;
    -moz-animation-delay: 2.7s;
}

.loader span:nth-child(7n+2) {
    -webkit-animation-delay: 3.5s;
    -moz-animation-delay: 3.5s;
}

.loader span:nth-child(4n+5) {
    -webkit-animation-delay: 5.5s;
    -moz-animation-delay: 5.5s;
}

.loader span:nth-child(3n+7) {
    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
}

@-webkit-keyframes loader {
    0% {
        width: 80px;
        height: 80px;
        opacity: 1;
        -webkit-transform: translate(0, 0px) rotateZ(0deg);
    }
    75% {
        width: 80px;
        height: 80px;
        opacity: 1;
        -webkit-transform: translate(100px, 600px) rotateZ(270deg);
    }
    100% {
        width: 80px;
        height: 80px;
        opacity: 0;
        -webkit-transform: translate(150px, 800px) rotateZ(360deg);
    }
}

@-moz-keyframes loader {
    0% {
        width: 80px;
        height: 80px;
        opacity: 1;
        -webkit-transform: translate(0, 0px) rotateZ(0deg);
    }
    75% {
        width: 80px;
        height: 80px;
        opacity: 1;
        -webkit-transform: translate(100px, 600px) rotateZ(270deg);
    }
    100% {
        width: 80px;
        height: 80px;
        opacity: 0;
        -webkit-transform: translate(150px, 800px) rotateZ(360deg);
    }
}

a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: .6;
}