@font-face {
    font-family: 'Crystal';
    src: url('Fonts/Crystal Regular.ttf');
}

@font-face {
    font-family: 'pixel';
    src: url('Fonts/F77-Minecraft.ttf');
}

@font-face {
    font-family: 'Gagalin';
    src: url('Fonts/Gagalin-Regular.otf');
}

@font-face {
    font-family: 'Oswald';
    src: url('Fonts/Oswald-Medium.ttf');
}

@font-face {
    font-family: 'Btn';
    src: url('Fonts/Grus.ttf');
}


* {
    cursor: none;
}

#winCurDiv {
    position: absolute;
    z-index: 99999;
    pointer-events: none;
}

#winCur {
    position: absolute;
    z-index: 99999;
    pointer-events: none;
    width: 20px;
    top: -10px;
    left: -10px;
}

.wins {
    position: absolute;
    z-index: 1;
    opacity: 0;
    /* display: none; */
    /* display: block; */
    /* opacity: 0.7; */
    pointer-events: none;
    /* pointer-events: all; */
}




/* START */

#winLogoImg {
    width: 70%;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
}

#winLogoBTx {
    white-space: nowrap;
    font-size: 60%;
    color: #fff;
    opacity: 0.3;
}

.btn {
    text-align: center;
    background: url('Images/btn1.png') center/contain no-repeat;
    box-sizing: border-box;
    color: #888;
    text-shadow: -1px -1px 1px #000;
    transition: 0.3s;
    font-size: 80%;
    line-height: 2.5;
    font-family: 'Btn';
    transform: translate(-50%, -50%);
}

.btn:hover {
    color: #a00;
}

.btn3 {
    text-align: center;
    background: url('Images/btn3.png') center/contain no-repeat;
    box-sizing: border-box;
    color: #888;
    text-shadow: -1px -1px 1px #000;
    transition: 0.3s;
    font-size: 80%;
    line-height: 2.5;
    font-family: 'Btn';
    transform: translate(-50%, -50%);
}

.btn3:hover {
    color: #a00;
}


#winMenu {
    color: #770;
    font-family: 'pixel';
}

#iMPanel {
    background: url('Images/menu.png') center/contain no-repeat;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

#tMInfo {
    padding: 10px;
    overflow-y: scroll;
    font-size: 65%;
    z-index: 2;
    line-height: 1.5;
    color: #585;
}

#tMInfo p {
    text-indent: 15px;
    margin-top: 0;
}

#tMInfo hr {
    border: none;
    height: 2px;
    background-color: #5857;
}

#tMInfo::-webkit-scrollbar {
    width: 7px;
}

#tMInfo::-webkit-scrollbar-track {
    background-color: #000;
}

#tMInfo::-webkit-scrollbar-thumb {
    background-color: #770;
}

#tMMapsOk {
    font-size: 70%;
}

#iMFace {
    image-rendering: pixelated;
}




/* GAME */


#iGBlack {
    background-color: #000;
    pointer-events: none;
    z-index: 10;
}

#wGPrms {
    font-family: 'Crystal';
    font-size: 90%;
    line-height: 180%;
    color: #f007;
    text-shadow: 0px 0px 10px #f00a;
    z-index: 5;
    /* border: 1px solid #f00; */
    text-align: right;
}

#tGMess {
    font-family: 'Gagalin';
    font-size: 200%;
    transform: translate(-50%, -50%);
    /* display: none; */
    opacity: 0;
    pointer-events: none;
    /* border: 1px solid #f00; */
    text-align: center;
}

#iGNoise {
    background-image: url('Images/nest-noise.png');
    background-size: cover;
    /* background-position: top left; */
    opacity: 0.25;
    pointer-events: none;
}

#iGDark {
    background-image: url('Images/nest-dark.png');
    background-size: 100%;
    /* opacity: 0.8; */
    opacity: 0.6;
    pointer-events: none;
}

#iGPanel {
    background-image: url('Images/panel.png');
    background-size: 100%;
    pointer-events: none;
}

#wGNestsBg, #wGHPBg {
    background-color: #f005;
    z-index: 5;
    border-radius: 3px;
    box-shadow: 0 0 13px #f00a;
    opacity: 0;
}

#bGMenuOn {
    font-size: 200%;
    color: #700;
}

/* #winGame {
    display: none;
} */

#wGMenuBg, #wGMenuBg2 {
    background-color: #000a;
    z-index: 1;
    border-radius: 30px;
    box-shadow: 10px 10px 20px #000a;
    color: #aaa;
    text-align: center;
    padding: 20px;
    backdrop-filter: blur(3px);
    border: 4px solid #555;
}

#winSelWeapons {
    background-color: #000a;
    padding: 10px;
    color: #f00;
}