/* update 20/09/22 */
.g_new {
    color: #fff;
    background-color: #1db377;
    font-size: 10px;
    margin: 2px;
    padding: 0px 5px;
    border-radius: 10px;
    animation: beat 1s ease infinite alternate;
}

.game--category {
    background-color: #ebebeb;
    padding: 3px 3px 5px 14px;
    margin: 3px;
    border-radius: 5px;
    color: #000;
}

.dropdown--content ul li:hover {
    background-color: #ebebeb;
    border-radius: 5px;
    color: #000;
    padding-left: 25px
}
.dropdown--content ul li {
    transition: all 250ms ease;
    font-weight: 300 !important
}
.td-black {
    overflow-x: hidden
}

#playpark_topbar {
    height: 30px !important
}

@media only screen and (max-width: 768px) {
    #playpark_topbar {
        display: none;
    }
}

.pp--tb--width {
    width: 100%;
    display: inline-block;
    height: 30px;
    background: #fffffd;
    border-bottom: 1px solid #ccc;
    padding: 0 .5%;
    font-family: 'Kanit', sans-serif !important
}

.pp--tb--width ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px !important;
    font-weight: 300 !important
}

.pp--tb--width ul li {
    float: left;
    padding: 2px 15px;
    height: 30px !important;
    margin: 0 !important
}

.pp--tb--width ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #333;
    margin: 0 !important
}

/* .pp--tb--width ul li a:hover {
    color: #0077c0
} */

.pp--tb--width ul li a img {
    top: -2px;
    position: relative
}

.bor--r {
    border-right: #ccc thin solid
}

.dropdown--content {
    display: none;
    position: absolute;
    left: 141px;
    top: 28px;
    background-color: #fff;
    width: 550px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    padding: 15px;
    z-index: 99999;
    color: #607D8B
}

.dropdown--content ul p {
    margin-bottom: 10px !important
}

.dropdown--content ul li {
    float: none;
    margin: -5px 0 !important
}

/* .dropdown--content ul li a {
    transition: all 250ms ease;
    font-weight: 300 !important
} */

/* .dropdown--content ul li a:hover {
    color: #0077c0;
    padding-left: 5px
} */

.pp--tb--width ul li:hover .dropdown--content {
    display: block !important
}

.game--block--topbar {
    width: 50%;
    float: left;
    margin-bottom: 15px
}

@media (max-width: 784px) {
    .dropdown--content {
        display: none;
        position: absolute;
        left: 0;
        top: 28px;
        width: 100% !important;
        z-index: 99999;
        color: #607D8B
    }

    .game--block--topbar {
        width: 100%;
        float: left
    }
}


/* light box */


#button-close>button {
    margin: 0 2px 0 0;
}

.popup {
    background: rgba(100, 100, 100, 0.5);
    position: fixed;
    display: none;
    z-index: 5000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.popup>.wrapper {
    max-width: 600px;
    width: 90%;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: #fff;
    padding: 4px;
    z-index: 5001;
    text-align: center;
    border: 3px solid #404040;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
}

.example_e {
    border: 0;
    border-radius: 4px;
    padding: 8px 8px;
    font-size: 12px;
    margin-top: 6px;
    color: #fff;
    cursor: pointer;
    background: #404040;
    border-radius: 6px;
    transition: all 0.3s ease 0s;
}

.example_e:hover,
a.close-popup:hover {
    color: #404040 !important;
    font-weight: 700 !important;
    letter-spacing: 3px;
    background: none;
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
    transition: all 0.3s ease 0s;
}

a.close-popup {
    position: relative;
    float: right;
    top: -4px;
    right: -4px;
    z-index: 99;
    font-weight: bold;
    font-size: 16px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 2px 5px 2px 6px;
    line-height: 1em;
    text-align: center;
    background: #404040;
    border: 4px solid #fff;
    cursor: pointer;
    color: #fff !important;
    transition: all 0.3s ease 0s;
}

.img-box {
    width: 100%;
    border-radius: 10px;
}