.res-shadow {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.res-shadow-nh {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.res-shadow:hover {
    box-shadow: 0 3.5px 7px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
}

.form-check-input:checked {
    background-color: olivedrab;
    border-color: olivedrab;
}

.form-check-input {
    background-color: rgba(107, 142, 35, 0.25);
    border-color: rgba(107, 142, 35, 0.25)b;
}

.form-check-input {
    --bs-focus-ring-color: rgba(107, 142, 35, 0.5);
}

.form-switch .form-check-input:focus {
    border-color: olivedrab;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23c2e085'/%3e%3c/svg%3e");
}

div.dl-btn {
    width: 200px;
    height: 50px;
    border-radius: 3px;
    backdrop-filter: brightness(1.2);
    cursor: pointer;
    background-color: hsla(100, 40%, 20%, 0.8);
}

div.dl-desc {
    width: 160px;
    position: absolute;
    top: 0px;
    left: 40px;
}

img.dl-btn {
    width: 30px;
    height: 30px;
    margin: 10px;
}

.pdl-btn {
    margin: 0px;
    display: block;
    font-weight: bold;
    color: rgb(222, 226, 230);
    margin-top: 2px;
}

p.dl-btn {
    display: block;
    margin: 0px;
    font-family: monospace;
    font-size: 13px;
    color: rgb(222, 226, 230);
    margin-top: 1px;
}

@font-face {
    font-family: Minecraftia;
    src: url(fonts/minecraftia-webfont.ttf);
}

@font-face {
    font-family: webicons;
    src: url(fonts/icn-regular-400.woff2);
    font-weight: 400;
}

@font-face {
    font-family: webicons;
    src: url(fonts/icn-light-300.woff2);
    font-weight: 300;
}

@font-face {
    font-family: webicons;
    src: url(fonts/icn-thin-100.woff2);
    font-weight: 100;
}

@font-face {
    font-family: webicons;
    src: url(fonts/icn-solid-900.woff2);
    font-weight: 900;
}

@font-face {
    font-family: webicons-dt;
    src: url(fonts/icn-duotone-900.woff2);
    font-weight: 900;
}

.mctext {
    font-family: Minecraftia;
}

.lang-select {
    width: 50px;
    height: 30px;
    margin: 10px;
    background-color: gray;
}

.theme-select {
    font-size: 25px;
}

.tt-div {
    margin-left: 10px;
    margin-right: 25px;
    backdrop-filter: brightness(1.3);
    width: 37.5px;
    cursor: pointer;
}

.tt-div-d {
    cursor: not-allowed !important;
    filter: opacity(0.7) !important;
}

.lang-flag {
    cursor: pointer;
    width: 100%;
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Header;
}

img-comparison-slider {
    outline: none;
    --divider-width: 3px;
    --divider-color: #eee;
}

.pack-desc {
    margin: 0px;
    width: 89%;
    font-size: 14px;
    text-align: left;
}

icn {
    font-weight: 400;
    font-family: webicons;
}

icnd {
    font-weight: 900;
    font-family: webicons;
    position: relative;
}

span.dt {
    position: absolute;
    left: 0px;
    font-family: webicons-dt;
}

img-comparison-slider.dark {
    --divider-color: #000;
    --default-handle-color: #000;
}

.left-ad {
    position: fixed;
    display: none;
    left: 0px;
    top: 0px;
    backdrop-filter: brightness(1.2);
    padding: 35px;
    height: 100%;
    background-color: rgba(0,0,255,0.02);
}

span.adtag {
    padding: 3px;
    border-radius: 5px;
    backdrop-filter: brightness(0.6);
    text-align: right;
    font-weight: bold;
    font-size: 10px;
    padding-left: 7px;
    padding-right: 7px;
    display: block;
    float: right;
    color: #fff;
    position: absolute;
    top: 3px;
    right: 3px;
}

.skyscraper-inner {
    backdrop-filter: brightness(0.8);
    min-width: 100px;
    min-height: 500px;
    position: relative;
}

.cb {
    position: fixed;
    bottom: -200px;
    left: 0px;
    width: 100%;
    min-height: 50px;
    background-color: var(--bs-light-bg-subtle);
    padding: 5px;
    font-size: 25px;
    -webkit-animation: slide-in 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide-in 0.5s forwards;
    animation-delay: 2s;
}

@-webkit-keyframes slide-in {
    100% { bottom: 0px; }
}

@keyframes slide-in {
    100% { bottom: 0px; }
}

@-webkit-keyframes slide-out {
    100% { bottom: -200px; }
}

@keyframes slide-out {
    100% { bottom: -200px; }
}

@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}

@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

.spin {
    display: inline-block;
    animation: spin 3s infinite linear;
    -webkit-animation: spin 3s infinite linear;
}

.noscript {
    position: fixed;
    background-color: darkred;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: white !important;
    font-weight: bold;
}

a {
    color: #55f;
}

e {
    font-weight: bold;
    filter: drop-shadow(0px 0px 5px #ffff8055);
}

.mainbox {
    text-align: left;
    max-width: 75%;
    margin-top: 25px;
    font-size: 18px;
}

@keyframes blink {
    0% { filter: opacity(1); }
    100% { filter: opacity(0); }
}

@-webkit-keyframes blink {
    0% { -webkit-filter: opacity(1); }
    100% { -webkit-filter: opacity(0); }
}

blink {
    animation: blink 1s infinite alternate;
}