* {
    outline: none;
    text-decoration: none;
    font-family: "Chakra Petch", sans-serif;
    box-sizing: border-box;
    border-radius: 5px;

}

body {
    background-color: var(--plt-10);
    margin: 0;
}

a {
    color: #54ff00;
}

.seo {
    padding: 40px;
    text-align: center;
    border-radius: 10px;
    background: #262425;
    border: 2px solid #4c4a4b;
    margin: 30px 0;
    color: white;
}

h1,
h2,
h3,
h4,
h5 {
    color: #54ff00;
    font-size: 15px;
}

.seo-container {
    width: 100%;
    padding: 0 20px;
    padding-left: 400px;
    padding-right: 400px;
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 20;
    padding: 1px;
    overflow: hidden;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #004f02;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #54ff00;
    border-radius: 15px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #54ff00;
    opacity: 0.5;
}

.modal .modal-content {
    align-self: center;
    background-color: #004f02;
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 0.5rem;
    overflow: hidden;
    /* POP-UP SET POSITION */
    position: relative;
    bottom: 30px;
}

@media screen and (min-width: 500px) {
    #preloader {
        background: #000 url(/img/loading.svg) no-repeat center center;
        background-size: 17%;
        height: 100vh;
        width: 100%;
        position: fixed;
        z-index: 100;
        color: #ffffff;
    }
}


@media screen and (max-width: 450px) {
    #preloader {
        background: #000 url(/img/loading.svg) no-repeat center center;
        background-size: 50%;
        height: 100vh;
        width: 100%;
        position: fixed;
        z-index: 100;
        color: #ffffff;
    }
}


.loading-text {
    text-align: center;
    align-items: center;
    background-size: 15%;
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 100;
    top: 200px;
}

p.loading {
    font-size: 20em;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
}

span[class^="dot-"] {
    opacity: 0;
}

.dot-one {
    animation: dot-one 2s infinite linear
}

.dot-two {
    animation: dot-two 2s infinite linear
}

.dot-three {
    animation: dot-three 2s infinite linear
}

@keyframes dot-one {
    0% {
        opacity: 0;
    }

    15% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes dot-two {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes dot-three {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}



.count-title {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: smaller;
    background-color: #ffffff3d;
    margin-right: 7px;
    margin-left: 7px;
}

.count-title1 {

    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: smaller;
    right: 48px;
    position: relative;
}

.count-title2 {

    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: smaller;
    position: relative;
}

.count-title3 {

    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: smaller;
    left: 30px;
    position: relative;
}



.modal .modal-content .btn-close {
    float: right;
    width: 2.5rem;
    height: 2.1rem;
    border-bottom-left-radius: 6px;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--btn-2);
    background-color: #54ff00;
    cursor: pointer;
    color: #ffffff;
    border: none;
    text-decoration: none;
}

.modal .modal-content .btn-close:hover {
    background: var(--btn-2-hover);
}

.modal .modal-content h3 {
    margin: 0;
    padding: 8px 10px;
    color: #fff;
    background-color: var(--plt-3);
}

.modal .modal-content .wrap-modal {
    padding: 10px;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
}

.modal .modal-content .wrap-modal .left img {
    width: 100%;
}

.modal .modal-content .wrap-modal .right {
    margin-left: 15px;
}

.modal .modal-content .wrap-modal .right .pattern-container .jackpot-time p {
    margin: 0;
    padding: 5px;
    text-align: center;
    color: #000000;
    font-weight: bold;
}


hr.style18 {
    height: 42px;
    border-style: solid;
    border-color: #54ff00;
    border-width: 2px 0 0 0;
    border-radius: 20px;
}

.liveDataWD {
    color: #ffffff;
    text-align: center;
    margin-top: -40px;
    font-size: smaller;
    font-family: system-ui;

}




.modal .modal-content .wrap-modal .right .pattern-container .jackpot-time .title-jackpot {
    background-color: #00bfff;
}

.pattern {

    background-color: #00000044;
    margin-left: 10px;
    margin-right: 10px;
}

.modal .modal-content .wrap-modal .right .pattern-container .jackpot-time .jamgacorRange {
    background-color: #ffffff;
    border-style: ridge;
}

.modal .modal-content .wrap-modal .right .pattern-container .table-pattern {
    margin-top: 10px;
    margin-right: 7px;
    margin-left: 7px;

}

.modal .modal-content .wrap-modal .right .pattern-container .table-pattern .pattern-title {
    background-color: var(--plt-3);
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .list-winner {
        max-height: 20vh;
    }

    .list-winner {
        margin-left: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .list-winner {
        max-height: 200px;
    }

    .list-winner {
        margin-left: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.list-winner {
    overflow-x: hide;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    list-style: none;
    margin-bottom: 15px;
    margin-top: 8px;
    display: flex;
    white-space: flex;
    width: 95%;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #00000080;
    position: relative;
    right: 6px;
    margin-left: 16px;
}

.list-winner a {
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}

.list-winner .ltime {
    color: #ffffff;
}

.list-winner .luser {
    color: #ffffff;
    display: table;
    margin: 3px;
}

.list-winner .lprice {
    color: #f9ff00;

}

.modal .modal-content .wrap-modal .right .pattern-container .table-pattern .pattern-title p {
    text-align: center;
    padding: 0px;
    color: #fff;
    display: block;
    font-size: 0.9em;
    margin-top: .5em;
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.modal .modal-content .wrap-modal .right .pattern-container .table-pattern .pattern p {
    margin: 0;
    color: #fff;
    padding: 0px;
    text-align: center;
}


.modal .modal-content .modal-button {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    color: #fff;
}

.modal .modal-content .modal-button a {
    text-transform: uppercase;
    padding: 9px;
    color: #fff;
}

.modal .modal-content .modal-button a:first-child {
    justify-content: center;
    align-items: center;
    background: var(--btn-1);
    background-color: #54ff00;
    display: flex;
    cursor: pointer;
    border: none;
    text-decoration: none;
}

.modal .modal-content .modal-button a:first-child:hover {
    background: var(--btn-1-hover);
    background-color: #0688fa;
}

.modal .modal-content .modal-button a:last-child {
    background: var(--btn-2);
}

.modal .modal-content .modal-button a:last-child:hover {
    background: var(--btn-2-hover);
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    background: #000000db
}

.wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 0 10px;
}

header .top-header {
    background-color: var(--plt-9);
    border-bottom: var(--border-width) solid var(--primary-color);
}

header .top-header .wrapper {
    display: grid;
    grid-template-columns: 1fr;
    padding: 3px 10px;
}

header .top-header .wrapper>div {
    display: flex;
    align-items: center;
}

header .top-header .wrapper .logo a {
    display: flex;
}

header .top-header .wrapper .logo a img {
    width: 100%;
    max-width: 240px;
}

header .top-header .wrapper .date {
    justify-content: center;
}

header .top-header .wrapper .date .date-wrap {
    background-color: var(--ply-8);
    padding: 8px 10px;
    display: flex;
    align-items: center;
    border: var(--border-width) solid var(--plt-7);
}

header .top-header .wrapper .date .date-wrap>p {
    margin: 0;
}

header .top-header .wrapper .date .date-wrap>p:first-child {
    margin-right: 5px;
    background-color: var(--plt-7);
    padding: 5px 10px;
    color: var(--text-color-1);
    border: var(--border-width) solid var(--plt-6);
}

header .top-header .wrapper .date .date-wrap>p:last-child {
    color: var(--text-color-2);
}

@media screen and (max-width: 500px) {
    header .top-header .wrapper .date p {
        font-size: 13px;
    }

    .seo {
        padding: 20px;
        text-align: justify;
        border-radius: 10px;
        background: #262425;
        border: 2px solid #4c4a4b;
        color: white;
    }

    .seo-container {
        width: 100%;
        padding: 0 20px;
    }
}

header .banner .wrapper {
    padding: 15px 10px;
    display: flex;
}

header .banner .wrapper img {
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
}

@media screen and (max-width: 550px) {
    header .banner .wrapper {
        padding: 0;
    }

    header .banner .wrapper img {
        border-radius: 0;
    }

    .seo {
        padding: 20px;
        text-align: justify;
        border-radius: 10px;
        background: #262425;
        border: 2px solid #4c4a4b;
        color: white;
    }

    .seo-container {
        width: 100%;
        padding: 0 20px;
    }
}

header .bottom-header .wrapper {
    display: flex;
}

header .bottom-header .wrapper .broadcast {
    background-color: var(--plt-9);
    border: var(--border-width) solid var(--plt-8);
    display: flex;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
}

header .bottom-header .wrapper .broadcast marquee {
    border-radius: 5px;
    border: var(--border-width) solid var(--plt-7);
    background-color: var(--plt-10);
    color: var(--text-color-2);
    padding: 5px;
}

header .bottom-header .wrapper .button {
    width: 240px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-left: 10px;
}

header .bottom-header .wrapper .button a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
}

header .bottom-header .wrapper .button a:first-child {
    background: var(--btn-1);
    margin-right: 5px;
    border: 2px solid #3bd8f1;
}

header .bottom-header .wrapper .button a:first-child:hover {
    background: var(--btn-1-hover);
    border: 2px solid #3bd8f1;
}

header .bottom-header .wrapper .button a:last-child {
    margin-left: 5px;
    background: var(--btn-2);
    border: 2px solid #8b8b8b;
}

header .bottom-header .wrapper .button a:last-child:hover {
    background: var(--btn-2-hover);
    border: 2px solid #8b8b8b;
}

@media screen and (max-width: 550px) {
    header .bottom-header .wrapper {
        padding: 0;
        flex-direction: column;
    }

    header .bottom-header .wrapper .broadcast {
        border-radius: 0;
    }

    header .bottom-header .wrapper .button {
        width: 100%;
        margin-left: 0;
    }

    header .bottom-header .wrapper .button a {
        padding: 8px;
        border-radius: 0;
    }

    header .bottom-header .wrapper .button a:first-child {
        margin-right: 0;
    }

    header .bottom-header .wrapper .button a:last-child {
        margin-left: 0;
    }

    .seo {
        padding: 20px;
        text-align: justify;
        border-radius: 10px;
        background: #262425;
        border: 2px solid #4c4a4b;
        color: white;
    }

    .seo-container {
        width: 100%;
        padding: 0 20px;
    }
}

main {
    margin-top: 10px;
}

main .wrapper {
    display: flex;
}

main .wrapper .sidebar {
    min-width: 180px;
}

main .wrapper .sidebar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

main .wrapper .sidebar ul li {
    background-color: var(--plt-9);
    margin-bottom: 10px;
    border-radius: 5px;
    border: var(--border-width) solid var(--plt-8);
    padding: 5px;

}

.active {
    background-color: #ffffff42;
    display: flex;
    padding: 10px 15px;
    border-radius: 5px;
    min-width: 150px;
    max-height: 150px;
    justify-content: center;
}

main .wrapper .sidebar ul li a {
    border: var(--border-width) solid var(--plt-8);
    display: flex;
    padding: 10px 15px;
    border-radius: 5px;
    min-width: 150px;
    max-height: 150px;
    justify-content: center;
}

main .wrapper .sidebar ul li a img {
    max-width: 125px;
    width: 100%;
}

main .wrapper .sidebar ul li:hover a {
    background-color: var(--plt-5);
}

main .wrapper .sidebar ul li:last-child {
    margin-bottom: 0;
}

main .wrapper .container {
    margin-left: 10px;
    padding: 10px;
    background-color: var(--plt-9);
    width: 100%;
    border: var(--border-width) solid var(--plt-8);
    border-radius: 5px;
}

main .wrapper .container .container-content .container-title {
    background-color: var(--plt-8);
    border: var(--border-width) solid var(--plt-7);
    border-radius: 5px;
}

main .wrapper .container .container-content .container-title h1 {
    color: #ffffff;
    text-align: center;
    margin: 0;
}

main .wrapper .container .container-content .container-search {
    padding: 15px 0;
    width: 100%;
}

main .wrapper .container .container-content .container-search input {
    display: block;
    margin-left: auto;
    background-color: #ffffff;
    border: var(--border-width) solid var(--plt-7);
    padding: 5px 8px;
    color: var(--text-color-2);
    border-radius: 7px;
}

main .wrapper .container .container-content .container-search input:focus {
    border-color: var(--primary-color);
}

main .wrapper .container .container-content .container-games {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

main .wrapper .container .container-content .container-games .games-box {
    padding: 5px;
}

main .wrapper .container .container-content .container-games .games-box .games-box-content {
    background-color: var(--plt-8);
    border: var(--border-width) solid var(--plt-7);
    border-radius: 5px;
    overflow: hidden;
}

main .wrapper .container .container-content .container-games .games-box .games-box-content .games-header {
    display: flex;
    position: relative;
    padding-bottom: 15px;
}

main .wrapper .container .container-content .container-games .games-box .games-box-content .games-header img {
    width: 100%;
}

main .wrapper .container .container-content .container-games .games-box .games-box-content .games-header .percent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: space-between;
    padding: 5px;
    align-items: center;
    color: #fff;
}

main .wrapper .container .container-content .container-games .games-box .games-box-content .games-header .percent p {
    margin: 0;
}

main .wrapper .container .container-content .container-games .games-box .games-box-content .games-header .percent .percent-container {
    margin: 0 5px;
    background-color: #fff;
    height: 10px;
    width: 100%;
    flex-grow: 1;
    border-radius: 50px;
    border: 2px solid #000000;
    position: relative;
    gap: 3px;
    display: flex;
    align-items: center;
}

main .wrapper .container .container-content .container-games .games-box .games-box-content .games-header .percent .percent-container .percent-bar {
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 50px;
    height: 100%;
    height: 100%;
    animation: borealisBar 3s linear infinite;


}

@keyframes borealisBar {
    from {
        background-position: 100%;
    }

    0% {
        left: 0%;
        right: 100%;
        width: 0%;
    }
}


.customSwalBtn {
    background-image: linear-gradient(180deg, #54ff00, #0a1600);
    border-radius: 10px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;

    padding: 10px 32px;
}


.swal2-modal,
.swal2-overlay {
    position: fixed;
    display: none
}

.swal2-overlay {
    background-color: rgba(0, 0, 0, .4);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000
}

.swal2-modal {
    background-color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
    left: 50%;
    top: 50%;
    margin-top: -200px;
    max-height: 90%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 2000
}

.swal2-modal:focus {
    outline: 0
}

.swal2-modal.loading {
    overflow-y: hidden
}

.swal2-modal h2 {
    color: #000000;
    font-size: 30px;
    text-align: start;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 60px;
    display: block
}

.swal2-modal .swal2-spacer {
    height: 10px;
    color: transparent;
    border: 0
}

.swal2-modal button.styled {
    color: #fff;
    border: 0;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 3px;
    padding: 10px 32px;
    margin: 0 5px;
    cursor: pointer
}

.swal2-content,
.swal2-icon {
    padding: 0;
    position: relative
}

.swal2-modal button.styled:not(.loading)[disabled] {
    opacity: .4;
    cursor: no-drop
}

.swal2-modal button.styled.loading {
    box-sizing: border-box;
    border: 4px solid transparent;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: -2px 30px;
    vertical-align: top;
    background-color: transparent !important;
    color: transparent;
    cursor: default;
    border-radius: 100%;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
    animation: rotate-loading 1.5s linear 0s infinite normal
}

.swal2-modal button:not(.styled).loading:after {
    display: inline-block;
    content: "";
    margin-left: 5px;
    vertical-align: -1px;
    height: 6px;
    width: 6px;
    border: 3px solid #999;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
    animation: rotate-loading 1.5s linear 0s infinite normal
}

.swal2-checkbox input,
.swal2-checkbox span,
.swal2-radio input,
.swal2-radio span {
    vertical-align: middle
}

.swal2-modal .swal2-image {
    margin: 20px auto;
    max-width: 100%
}

.swal2-modal .swal2-close {
    font-size: 36px;
    line-height: 36px;
    font-family: serif;
    position: absolute;
    top: 5px;
    right: 13px;
    cursor: pointer;
    color: #858585;
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

.swal2-modal .swal2-close:hover {
    color: #d55
}

.swal2-modal>.swal2-checkbox,
.swal2-modal>.swal2-input,
.swal2-modal>.swal2-radio,
.swal2-modal>.swal2-select,
.swal2-modal>.swal2-textarea {
    display: none
}

.swal2-content {
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    float: none;
    margin: 0;
    line-height: normal;
    color: #000000
}

.swal2-content ol {

    text-align: start;
    line-height: 25px;
    margin-right: 15px;
    font-size: small;


}



.swal2-icon.swal2-info,
.swal2-icon.swal2-question,
.swal2-icon.swal2-warning {
    font-size: 60px;
    line-height: 80px;
    text-align: center
}

.swal2-icon {
    width: 80px;
    height: 80px;
    border: 4px solid grey;
    border-radius: 50%;
    margin: 20px auto 30px;
    box-sizing: content-box;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.swal2-icon.swal2-error {
    border-color: #f27474
}

.swal2-icon.swal2-error .x-mark {
    position: relative;
    display: block
}

.swal2-icon.swal2-error .line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #f27474;
    display: block;
    top: 37px;
    border-radius: 2px
}

.swal2-icon.swal2-error .line.left {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px
}

.swal2-icon.swal2-error .line.right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px
}

.swal2-icon.swal2-warning {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #f8bb86;
    border-color: #f8bb86
}

.swal2-icon.swal2-info {
    font-family: "Open Sans", sans-serif;
    color: #3fc3ee;
    border-color: #3fc3ee
}

.swal2-icon.swal2-question {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #c9dae1;
    border-color: #c9dae1
}

.swal2-icon.swal2-success {
    border-color: #a5dc86
}

.swal2-icon.swal2-success::after,
.swal2-icon.swal2-success::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 120px;
    background: #fff
}

.swal2-icon.swal2-success::before {
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px
}

.swal2-icon.swal2-success::after {
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 60px;
    transform-origin: 0 60px
}

.swal2-icon.swal2-success .placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, .2);
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2
}

.swal2-icon.swal2-success .fix {
    width: 7px;
    height: 90px;
    background-color: #fff;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.swal2-icon.swal2-success .line {
    height: 5px;
    background-color: #a5dc86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2
}

.swal2-icon.swal2-success .line.tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.swal2-icon.swal2-success .line.long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.swal2-checkbox,
.swal2-input,
.swal2-radio,
.swal2-select,
.swal2-textarea {
    margin: 20px auto
}

.swal2-input:not([type=file]),
.swal2-textarea {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    font-size: 18px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
    -webkit-transition: all .3s;
    transition: all .3s
}

.swal2-input:not([type=file]).error,
.swal2-textarea.error {
    border-color: #f06e57 !important
}

.swal2-input:not([type=file]):focus,
.swal2-textarea:focus {
    outline: 0;
    box-shadow: 0 0 3px #c4e6f5;
    border: 1px solid #b4dbed
}

.swal2-input:not([type=file]):focus::-moz-placeholder,
.swal2-textarea:focus::-moz-placeholder {
    -webkit-transition: opacity .3s 30ms ease;
    transition: opacity .3s 30ms ease;
    opacity: .8
}

.swal2-input:not([type=file]):focus:-ms-input-placeholder,
.swal2-textarea:focus:-ms-input-placeholder {
    -webkit-transition: opacity .3s 30ms ease;
    transition: opacity .3s 30ms ease;
    opacity: .8
}

.swal2-input:not([type=file]):focus::-webkit-input-placeholder,
.swal2-textarea:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .3s 30ms ease;
    transition: opacity .3s 30ms ease;
    opacity: .8
}

.swal2-input:not([type=file])::-moz-placeholder,
.swal2-textarea::-moz-placeholder {
    color: #bdbdbd
}

.swal2-input:not([type=file]):-ms-input-placeholder,
.swal2-textarea:-ms-input-placeholder {
    color: #bdbdbd
}

.swal2-input:not([type=file])::-webkit-input-placeholder,
.swal2-textarea::-webkit-input-placeholder {
    color: #bdbdbd
}

.swal2-input:not([type=file]) {
    height: 43px;
    padding: 0 12px
}

.swal2-input[type=file] {
    font-size: 20px
}

.swal2-textarea {
    height: 108px;
    padding: 12px
}

.swal2-select {
    color: #555;
    font-size: inherit;
    padding: 5px 10px;
    min-width: 40%;
    max-width: 100%
}

.swal2-radio {
    border: 0
}

.swal2-radio label:not(:first-child) {
    margin-left: 20px
}

.swal2-radio input {
    margin: 0 3px 0 0
}

.swal2-checkbox {
    color: #555
}

.swal2-validationerror {
    background-color: #f1f1f1;
    margin: 0 -20px;
    overflow: hidden;
    padding: 10px;
    color: #797979;
    font-size: 16px;
    font-weight: 300;
    display: none
}

.swal2-validationerror::before {
    content: "!";
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ea7d7d;
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin-right: 10px
}

@-webkit-keyframes showSweetAlert {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes showSweetAlert {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes hideSweetAlert {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
}

@keyframes hideSweetAlert {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
}

.show-swal2 {
    -webkit-animation: showSweetAlert .3s;
    animation: showSweetAlert .3s
}

.show-swal2.no-animation {
    -webkit-animation: none;
    animation: none
}

.hide-swal2 {
    -webkit-animation: hideSweetAlert .15s forwards;
    animation: hideSweetAlert .15s forwards
}

.hide-swal2.no-animation {
    -webkit-animation: none;
    animation: none
}

@-webkit-keyframes animate-success-tip {

    0%,
    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes animate-success-tip {

    0%,
    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@-webkit-keyframes animate-success-long {

    0%,
    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@keyframes animate-success-long {

    0%,
    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@-webkit-keyframes rotatePlaceholder {

    0%,
    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    100%,
    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

@keyframes rotatePlaceholder {

    0%,
    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    100%,
    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

.animate-success-tip {
    -webkit-animation: animate-success-tip .75s;
    animation: animate-success-tip .75s
}

.animate-success-long {
    -webkit-animation: animate-success-long .75s;
    animation: animate-success-long .75s
}

.swal2-icon.swal2-success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in
}

@-webkit-keyframes animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
}

@keyframes animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
}

.animate-error-icon {
    -webkit-animation: animate-error-icon .5s;
    animation: animate-error-icon .5s
}

@-webkit-keyframes animate-x-mark {

    0%,
    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    80% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        margin-top: -6px
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

@keyframes animate-x-mark {

    0%,
    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    80% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        margin-top: -6px
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

.animate-x-mark {
    -webkit-animation: animate-x-mark .5s;
    animation: animate-x-mark .5s
}

@-webkit-keyframes pulse-warning {
    0% {
        border-color: #f8d486
    }

    100% {
        border-color: #f8bb86
    }
}

@keyframes pulse-warning {
    0% {
        border-color: #f8d486
    }

    100% {
        border-color: #f8bb86
    }
}

.pulse-warning {
    -webkit-animation: pulse-warning .75s infinite alternate;
    animation: pulse-warning .75s infinite alternate
}

@-webkit-keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}





main .wrapper .container .container-content .container-games .games-box .games-box-content .games-header .percent .percent-container .green {
    background: linear-gradient(to right, #31a13b, #00ff15);
}

main .wrapper .container .container-content .container-games .games-box .games-box-content .games-header .percent .percent-container .red {
    background: linear-gradient(to right, #a13131, #ff0000);
}

main .wrapper .container .container-content .container-games .games-box .games-box-content .games-header .percent .percent-container .yellow {
    background: linear-gradient(to right, #a16b31, #ffaa00);
}

main .wrapper .container .container-content .container-games .games-box .games-box-content .games-footer button {
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 6px;
    width: 100%;
    background: var(--btn-1);
    cursor: pointer;
}

main .wrapper .container .container-content .container-games .games-box .games-box-content .games-footer button:hover {
    background: var(--btn-1-hover);
}

@media screen and (max-width: 1000px) {
    main .wrapper .container .container-content .container-games {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .seo {
        padding: 20px;
        text-align: justify;
        border-radius: 10px;
        background: #262425;
        border: 2px solid #4c4a4b;
        color: white;
    }

    .seo-container {
        width: 100%;
        padding: 0 20px;
    }
}

@media screen and (max-width: 500px) {
    main .wrapper .container .container-content .container-games {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .seo {
        padding: 20px;
        text-align: justify;
        border-radius: 10px;
        background: #262425;
        border: 2px solid #4c4a4b;
        color: white;
    }

    .seo-container {
        width: 100%;
        padding: 0 20px;
    }
}

@media screen and (max-width: 500px) {
    main .wrapper .container .container-title {
        font-size: 2vw;
    }

    main .wrapper .container .container-games .games-box .games-box-content .games-header .percent .percent-txt {
        font-size: 13px;
    }

    .seo {
        padding: 20px;
        text-align: justify;
        border-radius: 10px;
        background: #262425;
        border: 2px solid #4c4a4b;
        color: white;
    }

    .seo-container {
        width: 100%;
        padding: 0 20px;
    }
}

@media screen and (max-width: 800px) {
    main .wrapper {
        flex-direction: column;
        padding: 0;
    }

    main .wrapper .sidebar ul {
        overflow-x: scroll;
        display: flex;
    }

    main .wrapper .sidebar ul::-webkit-scrollbar {
        background-color: var(--plt-10);
        height: 8px;
    }

    main .wrapper .sidebar ul::-webkit-scrollbar-thumb {
        background-color: #54ff00;
        border-radius: 15px;
    }

    main .wrapper .sidebar ul li {
        margin-bottom: 0;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }

    main .wrapper .sidebar ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 120px;
        min-height: 20px;
    }

    main .wrapper .container {
        padding: 0;
        padding-bottom: 5px;
        margin-left: 0;
        min-height: 100vh;
    }

    main .wrapper .container .container-content .container-title {
        padding: 1px;
        margin: 10px;
    }

    .seo {
        padding: 20px;
        text-align: justify;
        border-radius: 10px;
        background: #262425;
        border: 2px solid #4c4a4b;
        color: white;
    }

    .seo-container {
        width: 100%;
        padding: 0 20px;
    }
}

@media screen and (max-width: 800px) and (max-width: 550px) {
    main .wrapper .container .container-content .container-search {
        padding: 4px 10px;
    }

    .seo {
        padding: 20px;
        text-align: justify;
        border-radius: 10px;
        background: #262425;
        border: 2px solid #4c4a4b;
        color: white;
    }

    .seo-container {
        width: 100%;
        padding: 0 20px;
    }
}

@media screen and (max-width: 550px) {
    main {
        margin-top: 0;
    }

    .seo {
        padding: 20px;
        text-align: center;
        border-radius: 10px;
        background: #262425;
        border: 2px solid #4c4a4b;
        color: white;
    }

    .seo-container {
        width: 100%;
        padding: 0 20px;
    }
}

footer .wrapper .image {
    padding-top: 35px;
    padding-bottom: 10px;
}

footer .wrapper .image img {
    display: block;
    max-width: 650px;
    margin: auto;
    width: 100%;
}

footer .wrapper .copyright {
    padding-bottom: 10px;
    text-align: center;
    color: var(--text-color-1);
}

footer .wrapper .copyright a {
    color: var(--primary-color);
}

@media (max-width:720px) {

    /* MULAI FOOTER */

    .LiveChatTengah {
        display: inline-block;
        background: center/contain no-repeat;
        margin-right: 5px;
        animation-name: topbar-icon-bounce;
        animation-duration: 2.5s;
        animation-fill-mode: both;
        animation-timing-function: linear;
        animation-iteration-count: infinite
    }

    @keyframes topbar-icon-bounce {

        0%,
        100%,
        20%,
        40%,
        60%,
        80% {
            transform: translateY(0)
        }

        70% {
            transform: translateY(-5px)
        }

        50% {
            transform: translateY(-12px)
        }
    }

    .fixed-bottom-footer {
        display: flex;
        justify-content: space-around;
        position: fixed;
        padding: 5px 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        margin: 20px;
        background: linear-gradient(180.28deg, rgba(18, 18, 17, 0.45) 3.94%, rgb(0, 153, 255) 118.37%, rgba(0, 0, 0, 0) 118.38%, rgba(207, 121, 32, 0) 118.39%), #000000;
        box-shadow: 0px 4px 17px #ffd100;
        border-radius: 18px;
    }

    .fixed-bottom-footer img {
        max-width: 40%;
        margin-bottom: 5px;
    }

    .fixed-bottom-footer a {
        color: #fff;
        text-shadow: 2px 1px 3px #000;
        font-size: 10px;

    }

    .fixed-bottom-footer a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}


/* FOOTER SAMPAI SINI */