body {
    background-color: rgba(14,9,68,1);
}
.logo {
    max-width: 140px;
    display: block;
    margin: auto;
    order: 1;
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
}
main {
    min-height: 100vh;
    display: flex;
	flex-direction: column-reverse;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
}
.plinko-bottom-container {
    margin: auto;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
    margin-top: -47px;
    padding: 0 15px;
    text-transform: uppercase;
}
.plinko-bottom-container .prize {
    background-color: green;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 800;
    flex-grow: 1;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    margin-top: 10px;
    margin-bottom: 10px;
    margin: 0 3px;
    border-bottom: 0.1875rem solid transparent;
    transition: all .15s ease-in-out;
    opacity: 1;
    position: relative;
}
.plinko-bottom-container .prize.finish {
    opacity: 0.5;
    filter: grayscale(100);
}
.plinko-bottom-container .prize.hidden {
    opacity: 0.9;
}
.plinko-bottom-container .prize.active {
    transform: scale(1.3);
    opacity: 1;
    z-index: 10;
}
.plinko-bottom-container .prize.save {
    background: rgb(38 195 95) !important;
    border-bottom-color: rgb(12 74 50) !important;
    opacity: 1;
    filter: grayscale(0);
}
.plinko-bottom-container .prize:first-child {
    margin-left: 0;
}
.plinko-bottom-container .prize:last-child {
    margin-right: 0;
}

.plinko-bottom-container .prize.pink {
    background: rgb(241, 31, 94);
    border-bottom-color: rgb(162, 0, 48);
}
.plinko-bottom-container .prize.orange {
    background: rgb(255, 121, 0);
    border-bottom-color: rgb(191, 47, 1);
}
.plinko-bottom-container .prize.yellow {
    background: rgb(255, 184, 0);
    border-bottom-color: rgb(189, 92, 3);
}

#defaultCanvas0 {
    width: 100% !important;
    height: auto !important;
}
@media (min-width: 768px) {
    .plinko-bottom-container {
        max-width: 600px;
    }
    #defaultCanvas0 {
        max-width: 600px;
        margin: auto;
    }
}
@media (min-width: 1180px) {
    .plinko-bottom-container {
        max-width: 47vw;
    }
    #defaultCanvas0 {
        max-width: 47vw;
    }
}
@media (min-width: 1280px) {
    .plinko-bottom-container {
        max-width: 20vw;
    }
    #defaultCanvas0 {
        max-width: 20vw;
    }
}
@media (min-width: 1366px) {
    .plinko-bottom-container {
        max-width: 30vw;
    }
    #defaultCanvas0 {
        max-width: 30vw;
    }
}
@media (min-width: 1440px) {
    .plinko-bottom-container {
        max-width: 25vw;
    }
    #defaultCanvas0 {
        max-width: 25vw;
    }
}
main .btn-container {
    background: linear-gradient(to bottom,  #0e0944 0%,#7802ae 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    flex-grow: 1;
    position: relative;
}
main .btn-container button {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: none;
    background-color: transparent;
}
.btn-play {
    position: relative;
}
.btn-content {
    width: max-content;
    height: max-content;
    margin: auto;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
}
.btn-play span:last-child {
    display: none;
}
.btn-play:not([disabled]):active span:first-child {
    display: none;
}

.btn-play:not([disabled]):active span:last-child {
    display: block;
}

.btn-play span i {
    position: absolute;
    top: -10px;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 42px;
    color: #f6a41f;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.modal {
    color: #fff;
}
.modal-title {
    font-weight: 900;
    text-shadow: 0px 4px 0px rgba(65,10,155,.5);
}
.modal-dialog {
    max-width: 934px;
}
.modal-content {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;

    border-radius: 10px;
    overflow: hidden;
}
.modal-body {
    font-size: 18px;
    font-weight: 600;
}
.modal-background {
    position: absolute;
    top: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    object-fit: cover;
}
.modal-footer {
    border: none !important;
}
.modal-header, .modal-body, .modal-footer {
    z-index: 10;
    border: none;
}
@media (min-width: 0) {
    .modal-header {
        padding: 30px 0 0;
    }
    .modal-header, .modal-body, .modal-footer {
        padding: 30px;
    }
    .modal-title {
        font-size: 2.00rem;
        line-height: 0.75rem;
    }
    .modal-art {
        margin-bottom: 30px;
        max-width: 290px;
    }
}
@media (min-width: 1440px) {
    .modal-header, .modal-body, .modal-footer {
        padding: 60px;
    }
    .modal-title {
        font-size: 4.25rem;
        line-height: 2.75rem;
    }
}

.modal-link-container {
    position: relative;
    padding: 10px;
    border-radius: 12px;
    background-color: #410a9b;
}
.modal-footer a {
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    padding: 10px 0px 8px;
    display: flex;
    flex-direction: column;
    background-color: #0da784;
    border: none;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    border-radius: 12px;
    padding-inline: 12px;
    box-shadow: rgba(13,167,131,.086) 0px -3px 0px 0px inset, rgba(13,167,131,.349) 0px 2px 0px 0px inset;
    transition: background-size .3s ease-in-out 0s;
    background: linear-gradient(420deg, #0da784 0%, #0da784 15%, #087c5b 15%, #087c5b 100%) left center / 100% 100% no-repeat;
}
.modal-footer a:hover {
    background-size: 750% 100%;
    box-shadow: rgba(13,167,131,.086) 0px -3px 0px 0px inset, rgba(13,167,131,.349) 0px 2px 0px 0px inset;
}

* {
    user-select: none;
	touch-action: manipulation;
}

html {
    scroll-behavior: smooth;
}
.opacity-0 {
    opacity: 0;
}