@keyframes flicker {
    0% { opacity: 0.5; }
    50% { opacity: 1; }
    100% { opacity: 0.5; }
}

body {
    padding: 0px;
    margin: 0px;
    background: transparent;
}
.launcher {
    background: url("../images/bg.png") no-repeat top center;
    width: 974px;
    height: 598px;
    position: relative;
    -webkit-user-select: none;
    -webkit-app-region: drag;
    overflow: hidden;
    position: relative;
}
.launcher .header {
    width: 708px;
    height: 123px;
    margin: 0px 0px 0px 0px;
    display: flex;
    justify-content: space-between;
}
.launcher .logo {
   /*
    background: url('../images/logo.png') no-repeat;
 */ 
    width: 46px;
    height: 47px;
    margin: 70px 0px 0px 22px;
}
.launcher .buttons {
    width: 82px;
    margin: 0px 0px 0px 0px;
    display: flex;
    z-index: 100;
    position: relative;
}
.launcher .buttons .minimize {
    background: url('../images/minimize.png') no-repeat;
    width: 15px;
    height: 15px;
    margin: 38px 0px 0px 0px;
    cursor: pointer;
    -webkit-app-region: no-drag;
    position: relative;
    top: 50px;
    right: -200px;
}
.launcher .buttons .minimize:hover {
    filter: brightness(190%);
}
.launcher .buttons .closed {
    background: url('../images/closed.png') no-repeat;
    width: 15px;
    height: 15px;
    margin: 35px 0px 0px 7px;
    cursor: pointer;
    -webkit-app-region: no-drag;
    position: relative;
    top: 52px;
    right: -197px;
}
.launcher .buttons .closed:hover {
    filter: brightness(120%);
}
.launcher .buttons .settings {
    background: url('../images/settings.png') no-repeat;
    width: 15px;
    height: 15px;
    margin: 33px 0px 0px 7px;
    cursor: pointer;
    -webkit-app-region: no-drag;
    position: relative;
    top: 54px;
    right: -138px;
}
.launcher .buttons .settings:hover {
    filter: brightness(120%);
}
.launcher .news {
    background: url('../images/news/bg.png') no-repeat;
    width: 457px;
    height: 243px;
    margin: 12px 0px 0px 25px;
    position: relative;
    display: flex;
    z-index: 10;
    right: -335px;
    top: 18px;
}
.launcher .news .photo {
    width: 245px;
    height: 244px;
    transition: background-image 0.5s ease-in-out;
}
.launcher .news .container {
    width: 218px;
    height: 100%;
    margin: 0px 0px 0px -20px;
    overflow: hidden;
    position: relative;
}
.launcher .news .container .title {
    font-family: "Arial Black", "sans-serif";
    color: #febf00;
    font-size: 11px;
    text-transform: uppercase;
    margin: 4px 0px 30px 18px;
}
.launcher .news .container li {
    list-style: none;
    background: url('../images/news/icon.png') no-repeat;
    display: flex;
    padding: 0px 0px 10px 18px;
    margin: 10px 0px 0px 0px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #350c0c;
}
.launcher .news .container li:last-child {
    border-bottom: 0px;
}
.launcher .news .container li a {
    display: block;
    color: #fff;
    font-family: "Arial", "sans-serif";
    font-size: 13px;
    text-decoration: none;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    -webkit-app-region: no-drag;
}
.launcher .news .container li a:hover {
    color: #febf00;
}
.launcher .news .container li span {
    color: #febf00;
    font-family: "Arial", "sans-serif";
    font-size: 12px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.launcher .footer {
    display: flex;
    align-items: center;
    width: 689px;
    height: 87px;
    margin: 16px 0px 0px 11px;
}
.launcher .footer .start {
    background: url('../images/start.png') no-repeat;
    width: 188px;
    height: 58px;
    margin: 0px 25px 0px 25px;
    cursor: pointer;
    filter: drop-shadow(2px 4px 6px black);
    -webkit-app-region: no-drag;
    position: relative;
    right: -634px;
    bottom: -36px;
}
.launcher .footer .start:hover {
    filter: brightness(120%);
}
.launcher .footer .button {
    background: url('../images/button.png') no-repeat;
    width: 93px;
    height: 32px;
    cursor: pointer;
    filter: drop-shadow(2px 4px 6px black);
    margin: 2px 0px 0px 10px;
    text-decoration: none;
    -webkit-app-region: no-drag;
}

.launcher .footer .button:hover {
    filter: brightness(120%);
}
.launcher .footer .button span {
    display: block;
    text-align: center;
    font-family: "Arial Black", "sans-serif";
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    padding: 7px 0px 0px 0px;
    background: linear-gradient(to bottom, #ffffff, #a5a5a5);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(2px 2px 2px black);
}

.launcher .footer .WebSite {
    background: url('../images/site.png');
    width: 46px;
    height: 10px;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    position: relative;
    left: -98px;
    top: 36px;
    -webkit-app-region: no-drag;
}

.launcher .footer .WebSite:hover {
    filter: brightness(120%);
}

.launcher .footer .Shop {
    background: url('../images/shop.png');
    width: 55px;
    height: 12px;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    position: relative;
    left: -50px;
    top: 36px;
    -webkit-app-region: no-drag;
}

.launcher .footer .Shop:hover {
    filter: brightness(120%);
}
.launcher .footer .Support {
    background: url('../images/support.png');
    width: 65px;
    height: 12px;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    position: relative;
    left: -3px;
    top: 36px;
    -webkit-app-region: no-drag;
}

.launcher .footer .Support:hover {
    filter: brightness(120%);
}

.launcher .footer .dc {
    background: url('../images/dc.png');
    width: 25px;
    height: 25px;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    position: relative;
    left: 75px;
    top: 35px;
    -webkit-app-region: no-drag;
}

.launcher .footer .dc:hover {
    filter: brightness(120%);
}

.launcher .footer .yt {
    background: url('../images/yt.png');
    width: 25px;
    height: 25px;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    position: relative;
    left: 95px;
    top: 36px;
    -webkit-app-region: no-drag;
}

.launcher .footer .yt:hover {
    filter: brightness(120%);
}

.launcher .footer .fb {
    background: url('../images/fb.png');
    width: 25px;
    height: 25px;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    position: relative;
    left: 104px;
    top: 35px;
    -webkit-app-region: no-drag;
}

.launcher .footer .fb:hover {
    filter: brightness(120%);
}

.launcher .footer .ig {
    background: url('../images/ig.png');
    width: 25px;
    height: 25px;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    position: relative;
    left: 118px;
    top: 36px;
    -webkit-app-region: no-drag;
}

.launcher .footer .ig:hover {
    filter: brightness(120%);
}




.launcher .dl {
    background: url('../images/dl.png') no-repeat;
    width: 399px;
    height: 342px;
    position: absolute;
    top: 55px;
    left: 6px;
    mix-blend-mode: darken;
    animation: flicker 1.5s infinite alternate ease-in-out;
}

/*
    Modal Settings
 */

.launcher .bg-settings {
    background: url('../images/modal.png') no-repeat;
    width: 460px;
    height: 436px;
    position: relative;
    top: -414px;
    left: 250px;
    z-index: 100;
    display: none;
}
.launcher .bg-settings .closed {
    background: url('../images/closed.png');
    width: 22px;
    height: 23px;
    margin: 13px 0px 0px 420px;
    cursor: pointer;
    -webkit-app-region: no-drag;
    position: relative;
    top: 11px;
}
.launcher .bg-settings .closed:hover {
    filter: brightness(120%);
}
.launcher .bg-settings form {
    padding: 0px;
    margin: 4px 0px 0px 12px;
    width: 438px;
    -webkit-app-region: no-drag;
}
.launcher .bg-settings form .row {
    display: flex;
    margin: 15px 0px 0px 25px;
    gap: 15px;
}
.launcher .bg-settings form .row .form-group {
    width: auto;
    margin: 10px 0px 0px 0px;
}
.launcher .bg-settings form .row .form-group .title {
    display: block;
    font-family: "Arial", "sans-serif";
    font-size: 12px;
    color: #fff;
    margin: 0px 0px 0px 1px;
}
.launcher .bg-settings form .row .form-group input[type="text"] {
    width: 130px;
    height: 23px;
    padding: 0px 0px 0px 5px;
    margin: 10px 0px 0px 0px;
    outline: none;
    border: 1px solid #000000;
    font-family: "Arial", "sans-serif";
    font-size: 12px;
}
.launcher .bg-settings form .row .form-group select {
    width: 137px;
    height: 25px;
    padding: 0px 0px 0px 5px;
    margin: 10px 0px 0px 0px;
    outline: none;
    border: 1px solid #000000;
    font-family: "Arial", "sans-serif";
    font-size: 12px;
}
.launcher .bg-settings form .form-group .content-s {
    width: 119px;
    display: block;
    position: relative;
    padding-left: 18px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    font-family: "Arial";
    margin: 6px 0px 0px 0px;
    filter: drop-shadow(2px 4px 2px black);
}
.launcher .bg-settings form input[type="checkbox"], .launcher .bg-settings form input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.launcher .bg-settings form .form-group .checkbox, .launcher .bg-settings form .form-group .checkradio {
    position: absolute;
    top: 0px;
    left: 0;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    border: 2px solid #febf00;
    background-color: #fff;
}

.launcher .bg-settings form .form-group .checkbox:after, .launcher .bg-settings form .form-group .checkradio:after {
    content: "";
    position: absolute;
    display: none;
}

.launcher .bg-settings form .form-group .content-s input[type="checkbox"]:checked ~ .checkbox:after, .launcher .bg-settings form .form-group .content-s input[type="radio"]:checked ~ .checkradio:after {
    display: block;
}

.launcher .bg-settings form .form-group .content-s .checkbox:after, .launcher .bg-settings form .form-group .content-s .checkradio:after {
    left: 1px;
    top: 1px;
    width: 7px;
    height: 7px;
    background: #161616;
    border-radius: 50%;
}
.launcher .bg-settings form .form-group input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 58%;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    border-radius: 16px;
    margin: 19px 0px 0px 0px;
    border: none;
    background: transparent;
}

.launcher .bg-settings form .form-group input[type="range"]::-webkit-slider-runnable-track {
    height: 15px;
    background-color: #fff;
    border: none;
    border-radius: 16px;
}
.launcher .bg-settings form .form-group input[type="range"]::-moz-range-track {
    height: 15px;
    background-color: #fff;
    border-radius: 16px;
}
.launcher .bg-settings form .form-group input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 15px;
    width: 15px;
    background-color: #830600;
    border-radius: 50%;
    border: 2px solid #4c0400;
    box-shadow: -407px 0 0 400px #4c0400;
}
.launcher .bg-settings form .form-group input[type="range"]::-moz-range-thumb {
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    box-shadow: -407px 0 0 400px #fff;
}
.launcher .bg-settings form .form-group .number {
    color: #fff;
    font-size: 22px;
    font-family: "Arial Black", "sans-serif";
    padding: 0px 0px 0px 3px;
    filter: drop-shadow(2px 4px 6px black);
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.launcher .bg-settings form .save {
    background: url('../images/button.png') no-repeat;
    width: 93px;
    height: 32px;
    cursor: pointer;
    filter: drop-shadow(2px 4px 6px black);
    margin: 44px auto 0px;
    text-decoration: none;
    border: none;
    display: block;
    outline: none;
}
.launcher .bg-settings form .save:hover {
    filter: brightness(120%);
}
.launcher .bg-settings form .save span {
    display: block;
    text-align: center;
    font-family: "Arial Black", "sans-serif";
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    padding: 0px 0px 0px 0px;
    background: linear-gradient(to bottom, #ffffff, #a5a5a5);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(2px 2px 2px black);
}