body{
    padding: 0;
    margin: 0;
    overflow: hidden;
}

input{
    width: 100%;
    padding: 5px;
    font-size: 22px;
    border-radius: 45px;
    border: 1px solid gray;
    text-align: center;
}

button.submit {
    font-size: 22px;
    width: 100%;
    background: linear-gradient(to bottom, #ffe100 16%, #ffe100 44%, #a39304 99%);
    color:black;
    padding: 5px 15px;
    border:0px;
    box-shadow: 2px 2px 2px grey;
    border-radius: 30px;
}

a.claimed {
    text-decoration: none;
    cursor: pointer;
    font-size: 22px;
    width: 100%;
    background: linear-gradient(to bottom, #ffe100 16%, #ffe100 44%, #a39304 99%);
    color:black;
    padding: 5px 15px;
    border:0px;
    box-shadow: 2px 2px 2px grey;
    border-radius: 30px;
}

table.main{
    display: block;
    transform: scale(0.7);
}

table.mobile{
    display: none;
    transform: scale(0.7);
}

img.logo-web{
    width: 80%;
    display: block;
}

div.mobile-logo-container{
    display: none;
}

img.logo-mobile{
    width: 100%;
    display: block;
    padding: 30px;
}

div.margin-box{
    margin-top: 133px;
    margin-left: -100px;
}

div.margin-box_mobile {
    margin-top: -45px;
    padding: 0px 32px 32px;
}

.container_spinner{
    width: auto;
    height: auto;
    margin: 0 auto;
    display: grid;
    place-items: center;
    grid-template-areas: "inner-div";
    margin-left: 114px;
    margin-top: 42px;
}

.container_spinner_mobile{
    width: 250px;
    height: auto;
    grid-template-areas: "inner-div";
    transform: scale(1.74);
    position: absolute;
    z-index: -99;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
}

.container_spinner_mobile #canvas{
    width: 250px;
    transform: scale(1);
    margin-top: 10%;
}

 @media (min-width: 600px) and (max-width: 1920px){
.inner {
    transform: scale(0.93);
    margin-bottom: 8px;
    margin-right: 0px;
    grid-area: inner-div;
}
#img-desktop{
    height: 48em;
    margin-top: 10px;
}
}

@media (min-width: 1600px){
    .inner {
        transform: scale(0.93);
        margin-bottom: 8px;
        margin-right: 0px;
        grid-area: inner-div;
    }
    }

/* canvas.inner{
    transform: scale(0.93);
    margin-bottom: 8px;
    margin-right: 0px;
    grid-area: inner-div;
} */


@media (min-width: 1200px) and (max-width: 1920px){
    
    
    .container_spinner{
        margin-left: 0px;
        margin-top: 0px;
        /* transform: scale(1.5); */
    }

    table.main{
        transform: scale(1);
        margin-left: 100px;
        margin-top: 0px;
        margin-right: 200px;
    }
}

@media (min-width: 600px) and (max-width: 1200px){
    .container_spinner{
        margin-left: 0px;
        margin-top: 0px;
        transform: scale(0.7);
        margin-right: 20em;
    }

    table.main{
        transform: scale(1);
        margin-left: 100px;
    }
}

@media (min-width: 400px) and (max-width: 800px){
    .inner {
        transform: scale(0.93);
        margin-bottom: 8px;
        margin-right: 0px;
        grid-area: inner-div;
    }
    #img-desktop{
        height: 48em;
        margin-top: 10px;
    }

    .container_spinner{
        margin-top: 50px;
        height: 0px;
        transform: scale(0.7);
        /* margin-right: 20em; */
        margin-left: -30px;
    }

    table.main{
        transform: scale(1);
        margin-left: 100px;
    }
    }

/*
@media (max-width: 1440px){
    .container_spinner{
        margin-left: 70px;
		margin-top:-25px
    }

    table.main{
        margin-left: 33px;
		margin-top: -60px;
    }
}

@media (max-width: 1440px){
    .container_spinner{
        margin: 100px 50px 50px 110px;
    }

    table.main{
        margin-left: 63px;
		margin-top: -65px;
    }
}

@media (max-width: 1300){
    .container_spinner{
        margin-left: 163px;
		margin-top: -30px;
    }

    table.main{
        margin-left: 63px;
		margin-top: -65px;
    }
} */

.popup-container{
	width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    background: #080808b0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.popup-body{
    width: 347px;
    height: 600px;
    margin: 2% auto;
    background: #313131;
    border-radius: 0px;
    color: white;
}

@media (max-width: 992px){
    .popup-body{
        margin: 10% auto;
    }
}

.popup-header{
    height: 48px;
    width: 100%;
    background: #ffe100;
    float: left;
    color: black;
}

.popup-close{
    cursor: pointer;
    width: 36px;
    height: 36px;
    background: white;
    color: black;
    float: right;
    padding: 5px;
    border-radius: 100px;
    position: absolute;
    margin-top: -10px;
    margin-left: -9px;
}

.popup-container-ads{
    background-repeat: no-repeat;
    margin: 10% auto;
    border-radius: 18px;
    background-size: 100%;
}

@media (min-width: 678px){
    .bodymodalspin {
        position: relative;
        color: white;
        background: #3a3a3a;
        padding: 20px 0 0 0;
        border-radius: 6px;
        width: 40% !important;
        box-shadow: 0 0 300px 10px #dfdfdf, 0 5px 5px black, inset 0 1px rgb(255 255 255 / 30%);
        opacity: 1;
        animation: munculbejo 0.5s;
    }
}

@media (max-width: 678px){
    .bodymodalspin {
        position: relative;
        color: white;
        background: #3a3a3a;
        padding: 20px 0 0 0;
        border-radius: 6px;
        box-shadow: 0 0 300px 10px #dfdfdf, 0 5px 5px black, inset 0 1px rgb(255 255 255 / 30%);
        opacity: 1;
        animation: munculbejo 0.5s;
    }
}

.moodalspinwl {
    width: 550px;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
    z-index: 3;
}


@keyframes munculbejo {
    0% {
        box-shadow: none;
        opacity: 0.1;
        transform: scale(0.1);
    }

    50% {
        box-shadow: 0 0 300px 10px #dfdfdf, 0 5px 5px black, inset 0 1px rgb(255 255 255 / 30%);
        opacity: 1;
        transform: scale(1.1);
    }

    100% {
        box-shadow: 0 0 300px 10px #dfdfdf, 0 5px 5px black, inset 0 1px rgb(255 255 255 / 30%);
        opacity: 1;
        transform: scale(1)
    }
}

.bodymodalspin h3 {
    width: 100%;
    text-align: center;
    margin: 0 0 15px 0;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 25px;
    text-shadow: 0 3px 3px #00000047;
    color: #e8ebf3;
}

.formredeem {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.redduser input {
    width: 100%;
    border: 1px solid transparent;
    background: #dee5f7;
    border-radius: 3px;
}

.redduser {
    position: relative;
    width: 85%;
    overflow: hidden;
    border-radius: 3px;
    z-index: 3;
    margin: 5px 0;
}

.input-group-text {
    padding: 10px 15px;
    background: linear-gradient(to bottom, #ffe100 16%, #ffe100 44%, #a39304 99%);
    color: #000;
    font-size: 15px;
    border: none;
}

.redduser input:focus {
    outline: none;
    border: 1px solid #ffd470;
    box-shadow: 0 0 10px #ffd470;
    border-radius: 3px;
}

.redduser input::placeholder {
    letter-spacing: 2px;
}

.ruangbtn {
    width: 70%;
}

.ruangbtn img {
    width: 100%;
    transition: all 0.3s ease;
}

.ruangbtn img:hover {
    filter: brightness(1.5) drop-shadow(0px 0px 30px #feee936c);
}

.formredeem p {
    width: 85%;
    text-align: center;
    font-size: small;
    text-shadow: 1px 2px 2px #00000040;
    white-space: pre-line;
    line-height: 13px;
    margin-top: 1rem;
}

.ruangbtn a {
    display: flex;
    width: 100%;
}

.formredeem .kontkadmin {
    color: #fff39e;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 20px;
    font-size: 11px;
}

.kontkadmin .fab {
    margin-right: 5px;
}

.bodymodalspin .groupspin {
    width: 200px;
    position: absolute;
    top: -270px;
    left: 70px;
    z-index: 2;
}

.listwheel {
    position: relative;
    animation: fademuncul 1s;
    opacity: 1;
}

@keyframes fademuncul {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}