﻿html, body {
    height: 100%;
    margin: 0;
    color:#ffffff;
    background-color: #0562a6 !important;
}

.body-centered {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.body-normal {
    height: 100%;
    width: 100%;
}

input:focus {
    outline: none;
    box-shadow: none;
}

.main-font {
    font-family: 'Press Start 2P';
}

.designer-font {
    font-family: electrolize !important;
}

.designer-font-2 {
    font-family: bangers;
}

.font-size-normal {
    font-size: 12px;
}

.font-size-large {
    font-size: 18px;
}

.block-div {
    pointer-events: none;
    opacity: .7;
}

.body-centered {
    height: 100%;
    width: 100%;
    align-items: center;
}

.body-normal {
    height: 100%;
    width: 100%;
}

.designer-main {
    color: #ffffff;
    font-size: 16px;
}

.form-dialog {
    border-style: solid;
    border-color: #444444;
    border-width: 1px;
    padding: 10px 10px 10px 10px;
    background-color: #333333;
    color: #e3e3e3;
    -webkit-box-shadow: 10px 10px 16px -8px rgba(0,0,0,1.0);
    -moz-box-shadow: 10px 10px 16px -8px rgba(0,0,0,1.0);
    box-shadow: 10px 10px 16px -8px rgba(0,0,0,1.0);
}

.designer-dialog {
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 4px;
    padding: 10px 10px 10px 10px;
    min-height: 800px;
    width: 500px;
    background-color: #000000;
}

.designer-dialog-shadow {
    -webkit-box-shadow: 10px 10px 16px -8px rgba(0,0,0,1.0);
    -moz-box-shadow: 10px 10px 16px -8px rgba(0,0,0,1.0);
    box-shadow: 10px 10px 16px -8px rgba(0,0,0,1.0);
}

.designer-side-menu {
    outline: none;
}

    .designer-side-menu a {
        opacity: 1.0;
    }

        .designer-side-menu a:hover {
            opacity: 1.0;
            outline: none !important;
            text-decoration: none;
        }

.designer-block-menu {
    border-radius: 4px;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px;
    padding: 10px 10px 10px 10px;
    background-color: #0562a6;
    color: #ffffff;
}

.designer-block-menu-dark {
    border-radius: 4px;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px;
    padding: 10px 10px 10px 10px;
    background-color: #000000;
    color: #ffffff;
}

.outerProgress {
    width: 300px; /* Adjust as needed */
    height: 20px; /* Adjust as needed */
    background-color: #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.innerProgress {
    height: 100%;
    background-color: #4caf50;
    transition: width 0.5s ease; /* Adjust the transition duration as needed */
}

.home-outline {
    text-shadow: 0 0 1px #000, /* Bottom right */
    0 0 1px #000, /* Bottom left */
    0 0 1px #000, /* Top right */
    0 0 1px #000; /* Top left */
}

.home-dialog {
    color: #ffffff !important;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px;
    border-radius: 0px;
    padding: 10px 10px 10px 10px;
    min-height: 100px;
    width: 300px;
    background-color: #000000;
    opacity: 1.0;
}

.home-dialog-label {
    color: #ffdb93 !important;
    font-weight: normal;
}

.home-dialog-label-error {
    color: #ff0000 !important;
    font-weight: normal;
}

.home-button {
    border-style: solid;
    border-width: 1px;
    border-color: #ffdb93;
    border-radius: 0px;
    padding: 20px 5px 20px 5px;
    color: #000000;
}

.home-dialog-input {
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: #ffdb93;
    border-radius: 0px;
    padding: 5px 5px 5px 5px;
    color: #ffffff;
}

    .home-dialog-input:focus {
        background-color: transparent;
        border-style: solid !important;
        border-width: 1px !important;
        border-color: #ffdb93 !important;
        border-radius: 0px !important;
        padding: 5px 5px 5px 5px !important;
        color: #ffffff !important;
        outline: none;
    }

.home-dialog-buttons {
}

    .home-dialog-buttons a {
        display: inline-block;
        border-style: solid;
        border-color: transparent;
        border-width: 1px;
        padding: 5px 5px 5px 5px;
        cursor: pointer;
        color: #e1ff8e !important;
        text-decoration: none;
    }

        .home-dialog-buttons a:hover {
            border-style: solid;
            border-color: #e3e3e3;
            border-width: 1px;
            padding: 5px 5px 5px 5px;
            text-decoration: none;
        }


.play-options {
}

    .play-options a {
        display: inline-block;
        border-style: solid;
        border-color: #ffffff;
        background-color: #111111;
        border-width: 1px;
        padding: 5px 5px 5px 5px;
        cursor: pointer;
        color: #ffffff !important;
        text-decoration: none;
    }

        .play-options a:hover {
            color: #e1ff8e !important;
        }

.designer-dialog-label {
    font-size: 16px;
}

.designer-dialog-input {
    background-color: #2078b8;
    border-style: solid;
    border-width: 1px;
    border-color: #4a92c6;
    border-radius: 0px;
    padding: 5px 5px 5px 5px;
    color: #ffffff;
    font-size: 16px;
}

    .designer-dialog-input:focus {
        border-style: solid !important;
        border-width: 1px !important;
        border-color: #4a92c6 !important;
        border-radius: 0px !important;
        padding: 5px 5px 5px 5px !important;
        color: #ffffff !important;
        outline: none;
    }

.designer-dialog-select {
    height: 36px;
    background-color: #2078b8;
    border-style: solid;
    border-width: 1px;
    border-color: #4a92c6;
    border-radius: 0px;
    padding: 5px 5px 5px 5px;
    color: #ffffff;
    font-size: 16px;
}

.designer-button {
    font-size: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #4b8dbe;
    border-radius: 4px;
    padding: 10px 20px 10px 20px;
    background-color: #094470;
    color: #ffffff;
    cursor: pointer;
    opacity: .85;
}

    .designer-button:hover {
        opacity: 1;
    }

.tab-bar {
    height: 56px;
    margin-bottom: 20px;
    background-image: url('/_images/tab-bg.png');
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #000000;
}

.tab-bar-selected {
    height: 56px;
    margin-bottom: 20px;
    background-image: url('/_images/tab-1-left.png'), url('/_images/tab-1-right.png'), url('/_images/tab-1-bg.png');
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: left top, right top, left top;
    display: inline-block;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 13px;
    font-size: large;
    color: #ffffff;
}

.tab-bar-unselected {
    height: 56px;
    margin-bottom: 20px;
    background-image: url('/_images/tab-2-left.png'), url('/_images/tab-2-right.png'), url('/_images/tab-2-bg.png');
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: left top, right top, left top;
    display: inline-block;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 13px;
    font-size: large;
    color: #d3d3d3;
    cursor: pointer;
}

.tab-bar-button {
    display: inline-block;
    float: right;
    font-size: large;
}

    .tab-bar-button a {
        opacity: .90;
        display: inline-block;
        color: #000000 !important;
        background-color: #4af800;
        padding: 0px 15px 0px 15px;
        cursor: pointer;
    }

        .tab-bar-button a:hover {
            opacity: 1.0;
        }


.play-sm-button {
    border-style: solid;
    border-color: #333333;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    background-color: #000000;
    line-height: 30px;
}

    .play-sm-button a {
        display: inline-block;
        font-family: Verdana;
        color: #ff0000;
        opacity: .8;
        width: 100%;
        text-align: center;
        font-size: 15px;
        text-decoration: none;
        height: 33px;
    }

        .play-sm-button a:hover {
            opacity: 1.0;
            background-color: #111111;
        }

.form-button {
    border-style: solid;
    border-color: #333333;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    background-color: #000000;
    line-height: 25px;
}

    .form-button a {
        display: inline-block;
        font-family: Verdana;
        color: #ff0000;
        opacity: .8;
        width: 100%;
        text-align: center;
        font-size: 13px;
        text-decoration: none;
        height: 25px;
    }

        .form-button a:hover {
            opacity: 1.0;
            background-color: #111111;
        }

.form-textarea {
    background-color: #000000;
    color: #e3e3e3;
    padding: 5px 5px 5px 5px;
}

.input-text-1 {
    width: 100%;
    font-size: 15px;
    color: #888888;
    background-color: #1e1e1e;
    border-style: solid;
    border-color: transparent;
    border-width: 1px;
    padding: 7px 7px 7px 7px;
}

.input-text-1-disabled {
    width: 100%;
    font-size: 15px;
    color: #888888;
    background-color: transparent;
    border-style: solid;
    border-color: #444444;
    border-width: 1px;
    padding: 7px 7px 7px 7px;
}

.setup-form {
    border-style: solid;
    border-width: 1px;
    border-color: #777777;
    padding: 10px 10px 10px 10px;
    color: #e3e3e3;
    background-color: #555555
}

#cookieConsentBanner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #2b2b2b;
    color: white;
    text-align: center;
    padding: 20px;
    z-index: 9999;
    display: none;
}

    #cookieConsentBanner button {
        margin-left: 15px;
        padding: 10px 20px;
        background-color: #4CAF50;
        color: white;
        border: none;
        cursor: pointer;
    }

        #cookieConsentBanner button:hover {
            background-color: #45a049;
        }

.game-filter-selected {
    display: inline-block;
    border-radius: 8px;
    padding: 3px 10px 3px 10px;
    font-size: 14px;
    color: #000000;
    background-color: #ffffff;
    margin-left:10px;
    margin-bottom:5px;
    line-height:18px;
}

.game-filter-not-selected {
    display: inline-block;
    border-radius: 8px;
    padding: 3px 10px 3px 10px;
    font-size: 16px;
    color: #000000;
    background-color: #ffffff;
    margin-left: 10px;
    margin-bottom: 5px;
    line-height: 18px;
    opacity: .30;
}

.mobileMenu {
    border-style: solid;
    border-color: #333333;
    border-width: 1px;
    border-style: solid;
    background-color: #000000;
    line-height: 40px;
    height: auto;
}

    .mobileMenu a {
        display: inline-block;
        font-family: electrolize;
        padding-left: 10px;
        padding-right: 10px;
        color: #ff0000;
        opacity: .8;
        width: 100%;
        font-size: 17px;
        text-decoration: none;
        height: 40px;
    }

        .mobileMenu a:hover {
            opacity: 1.0;
            background-color: #111111;
        }

.sticky-div {
    position: sticky;
    top: 0; /* the point at which it becomes "stuck" */
    z-index: 1000;
}


