.swHead {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    z-index: 100 !important;
    background-color: #000;
}

a {
    color: #c2a76f;
}

.screen01,
.screen02 {
    position: relative;
}

.swHead a {
    /*        text-decoration: none;*/
}

.img-respon {
    width: 100%;
}

.hidden {
    display: none;
}

.seen {
    display: initial;
}

.unseen {
    display: none;
}

.mainlogo {
    display: block;
    max-width: 150px;
    margin: 10px auto;
}


.part2 {
    display: flex;
    width: 100%;
    max-width: 180px;
    justify-content: flex-end;
    padding: 0px 15px 0 0;
}

.swBtn {
    font-size: 16px;
    border-radius: 6px;
    text-align: center;
    height: 35px;
    color: #c2a76f;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swBtn:hover {
    color: #FFF;
}

.playBtn {
    background-color: #33ff00;
    color: #000033;
}

.stdBtn {
    background-color: #0099ff;
    color: #FFF;
    cursor: pointer;
}

.promoTxtblk {
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    border: 0;
    height: 40px;
    width: 200px;
}

.promoBtn {
    height: 40px;
    padding: 5px;
    border-radius: 4px;
    border: 0;
    width: 200px;
    background-color: #223c66;
    color: #eeeeee;
    font-weight: bold;
}

.promoFooter {
    position: relative;
    background-color: #0c0c0c;
    color: #FFF;
    padding: 5px;
    max-width: 800px;
    width: 97%;
    margin: 50px auto 10px;
    border-radius: 6px;
    z-index: 100 !important;
}

.promoFooter a {
    text-decoration: underline;
}

.gameInfo {
    padding: 5px;
    max-width: 300px;
    width: 97%;
    margin: auto;
    border-radius: 6px;
}

.gameInfo h2 {
    font-size: 18px;
    color: #FFF;
    text-align: center;
}


.promoModal .modal-content {
    background-image: url('../images/rewards-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px;
    background-color: #050f3e;
}

.promoModal .rewardInfo {
    min-height: 200px;
}

.promoModal h1 {
    font-size: 26px;
    color: #0099ff;
}

.promoModal .btn-secondary {
    color: #fff;
    background-color: #f42fad;
    border-color: #f42fad;
}

.promoModal .rewardBlk {
    background-color: rgba(0, 0, 51, 0.6);
    color: #FFF;
    padding: 5px;
    border-radius: 6px;
}

.promoModal .rewardBlk b {
    color: #33ff00;
}


.promoTnc .modal-content {
    background-color: #060d1a;
    font-size: 14px;
    color: #8c95a3;;
    padding: 10px;
}


.promoTnc ul {
    padding-inline-start: 20px;
}

.promoTnc h1 {
    font-size: 26px;
    color: #c2a76f;
}

.promoTnc .btn-secondary {
    color: #fff;
    background-color: #f42fad;
    border-color: #f42fad;
}

.modal-backdrop.show {
    opacity: 0.8;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.error {
    color: #dd1717;
    font-size: 16px;
    border-radius: 6px;
    text-align: center;
    width: 100%;
    display: block;
}

#textTogg {
    display: none;
}

.howto {
    background-color: #000333;
    color: #33fb01;
    max-width: 110px;
    width: 100%;
    margin: 20px auto;
    cursor: pointer;
    font-weight: bold;
}

.retogBtn {
    margin: 0px auto 10px;
    text-decoration: underline;
    cursor: pointer;
}


@media (min-width:481px) {}

@media (min-width:768px) {

    .gameInfo {
        max-width: 600px;
    }

.mainlogo {
    max-width: 170px;
}
}

@media (min-width:1000px) {}

@media (min-width:1025px) {.mainlogo {
    max-width: 220px;
}}

@media (min-width:1441px) {}