@charset "UTF-8";
body,
html {
    width: 100%;
    height: 100%
}

body {
    font-family: sans-serif;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #111
}

#wrapper {
    width: 100%;
    height: 100%
}

.rs-container {
    width: 100%;
    height: 100%
}

.rs-ringpreloader {
    position: absolute;
    z-index: 4000;
    top: 50%;
    left: 50%
}

.rs-ringpreloader .lds-ring {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.rs-ringpreloader .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 48px;
    height: 48px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border-color: #aaa transparent transparent transparent
}

.rs-ringpreloader .lds-ring div:nth-child(1) {
    animation-delay: -.45s
}

.rs-ringpreloader .lds-ring div:nth-child(2) {
    animation-delay: -.3s
}

.rs-ringpreloader .lds-ring div:nth-child(3) {
    animation-delay: -.15s
}

@keyframes lds-ring {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.rs-game-overlay {
    background: rgba(15, 15, 15, .9);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0
}

.rs-game-panel {
    background-color: #b2d235;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    border-radius: 4px;
    transform: translate(-50%, -50%)
}

.rs-game-panel .rs-closebtn {
    display: block;
    position: absolute;
    font-size: 38px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
    user-select: none;
    text-align: center;
    background: #111;
    right: 0;
    color: #fff;
    z-index: 9999
}

.rs-image-panel {
    background-color: rgba(0, 0, 0, 0)
}

.rs-image-panel img {
    border-radius: 12px;
    cursor: pointer
}

.rs-game-optionpanel {
    border-radius: 8px
}

.rs-game-optionpanel .rs-optionitem {
    cursor: pointer;
    text-align: center;
    padding: 8px;
    font-size: 22px;
    transition: .25s all ease-out;
    text-transform: uppercase
}

.rs-game-optionpanel .rs-optionitem:hover {
    background: #eee
}

.rs-trophy-panel {
    font-family: "Gloria Hallelujah";
    background: rgba(0, 177, 128, .5098039216);
    max-width: 500px;
    max-height: 600px;
    border-radius: 18px
}

.rs-trophy-panel .meta-container {
    width: 100%;
    top: 40px;
    position: absolute;
    text-align: center
}

.rs-trophy-panel .meta-container span {
    display: block;
    color: #fff;
    font-size: 30px;
    margin: 8px;
    letter-spacing: 2px;
    user-select: none
}

.rs-trophy-panel img {
    display: block;
    text-align: center;
    max-width: 250px;
    margin: 8px auto;
    user-select: none
}

.rs-trophy-panel .level-label {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #111;
    font-size: 32px;
    bottom: 26px;
    user-select: none
}

.rs-trophy-panel .trophy-container {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.trophy-level-title {
    font-family: "Gloria Hallelujah";
    user-select: none;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    letter-spacing: 6px;
    margin: 4px;
    border-radius: 50px;
    padding: 6px;
    width: 100%;
    text-align: center
}

.trophy-button-container {
    width: 200px;
    display: flex;
    z-index: 9999;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4px;
    align-content: center;
    justify-content: space-evenly;
    bottom: 18px
}

.trophy-button-container .rs-cr3d-mainbutton {
    transform: scale(1.15)
}

.rs-cr3d-restartpanel {
    width: 300px;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    padding: 16px;
    color: #eee;
    background: rgba(10, 10, 10, .9);
    top: 50%;
    left: 50%;
    position: fixed;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    user-select: none
}

.rs-cr3d-readypanel {
    width: 240px;
    font-size: 40px;
    letter-spacing: 2px;
    font-family: "Gloria Hallelujah";
    text-transform: uppercase;
    text-align: center;
    padding: 6px;
    color: #eee;
    background: rgba(10, 10, 10, .9);
    top: 50%;
    left: 50%;
    position: fixed;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    user-select: none
}

.rs-cr3d-helppanel {
    max-width: 500px;
    max-height: 150px;
    border-radius: 8px
}

.rs-cr3d-helppanel .rs-helpcontainer {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.rs-cr3d-helppanel .helppanel-content {
    width: 100%;
    height: 100%;
    user-select: none;
    font-family: Montserrat
}

.rs-cr3d-helppanel .help-section {
    padding: 8px;
    text-align: center;
    margin: 16px 4px
}

.rs-cr3d-helppanel .help-section img {
    display: block;
    margin: 0 auto
}

.rs-cr3d-helppanel .help-section h3 {
    font-family: Verdana;
    font-size: 24px;
    margin: 8px
}

.rs-cr3d-cpanel {
    text-align: center;
    max-width: 500px;
    max-height: 500px;
    font-family: Montserrat;
    text-align: center;
    border-radius: 8px;
    margin: 16px 4px;
    padding: 8px
}

.rs-cr3d-cpanel h3 {
    font-family: Verdana;
    font-size: 24px;
    margin: 8px
}

.rs-cr3d-cpanel p {
    font-size: 24px
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: local(""), url(fonts/montserrat-v15-latin-regular.woff2) format("woff2"), url(fonts/montserrat-v15-latin-regular.woff) format("woff")
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 400;
    src: local(""), url(fonts/montserrat-v15-latin-italic.woff2) format("woff2"), url(fonts/montserrat-v15-latin-italic.woff) format("woff")
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 300;
    src: local(""), url(fonts/montserrat-v15-latin-300italic.woff2) format("woff2"), url(fonts/montserrat-v15-latin-300italic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: "Gloria Hallelujah";
    font-style: normal;
    font-weight: 400;
    src: url(fonts/gloria-hallelujah-v21-latin-regular.woff2) format("woff2")
}

@font-face {
    font-family: icomoon;
    src: url(fonts/icomoon.eot?7ehtvk);
    src: url(fonts/icomoon.eot?7ehtvk#iefix) format("embedded-opentype"), url(fonts/icomoon.ttf?7ehtvk) format("truetype"), url(fonts/icomoon.woff?7ehtvk) format("woff"), url(fonts/icomoon.svg?7ehtvk#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-lock:before {
    content: "\e900"
}

.icon-timer:before {
    content: "꤅";
    color: #fff
}

.icon-hint:before {
    content: "꤆"
}

.icon-mode:before {
    content: "꤇"
}

.icon-setting:before {
    content: "꤈"
}

.icon-home:before {
    content: "꤉"
}

.icon-info:before {
    content: "ꤊ"
}

.icon-quill:before {
    content: "\e907"
}

.icon-stack:before {
    content: "\e92e"
}

.icon-undo:before {
    content: "\e984"
}

.icon-screen-full:before {
    content: "\e98b"
}

.icon-screen-normal:before {
    content: "\e98c"
}

.icon-eye:before {
    content: "\e9ce"
}

.icon-playtime:before {
    content: "\ea1c"
}

.icon-pausetime:before {
    content: "\ea1d"
}

.icon-sound-on:before {
    content: "\ea27"
}

.icon-sound-off:before {
    content: "\ea2a"
}

.icon-shuffle:before {
    content: "\ea30"
}

.icon-nextlevel:before {
    content: "\ea34"
}

.icon-heart:before {
    content: "\e9da"
}

body {
    height: 100%;
    overflow: hidden;
    overscroll-behavior-y: contain;
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: none;
    cursor: url(cursor.png), auto;
    transform-style: preserve-3d;
    perspective: 1000px
}

.rs-cr3d {
    display: none;
    width: 100%;
    max-width: 984px;
    margin: 0 auto;
    box-sizing: border-box !important;
    background: #2d2d2d;
    background-image: radial-gradient(white, rgba(255, 255, 255, .2) 2px, transparent 4px), radial-gradient(white, rgba(255, 255, 255, .15) 1px, transparent 3px), radial-gradient(white, rgba(255, 255, 255, .1) 2px, transparent 4px), radial-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, .1) 2px, transparent 3px);
    background-size: 550px 550px, 350px 350px, 250px 250px, 150px 150px;
    background-position: 0 0, 40px 60px, 130px 270px, 70px 100px;
    user-select: none;
    perspective: 1000px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.rs-cr3d-timeout {
    font-weight: 700
}

.coin-counter {
    font-family: Pacifico;
    position: fixed;
    font-size: 48px;
    color: #fc0;
    z-index: 9999;
    background: rgba(20, 20, 20, .75);
    padding: 4px;
    border-radius: 12px
}

@media screen and (max-width:574px) {
    .rs-cr3d-movebtn .movebtn-value {
        display: none !important
    }
    .rs-hscreen-header .app-info {
        display: none !important
    }
    .rs-hscreen-header .app-progress {
        width: 200px
    }
}

@media screen and (min-width:575px) {
    .rs-hscreen-header .app-title {
        font-size: 32px;
        margin-bottom: 6px
    }
    .rs-hscreen-header .appt-info {
        font-size: 12px
    }
    .rs-hscreen-header .app-progress {
        width: 200px
    }
    .trophy-level-title {
        font-size: 22px
    }
}

@media screen and (min-width:576px) {
    .rs-hscreen-header .app-title {
        font-size: 40px;
        margin-bottom: 8px
    }
    .rs-hscreen-header .appt-info {
        font-size: 16px
    }
    .rs-hscreen-header .app-progress {
        width: 250px
    }
    .trophy-level-title {
        font-size: 22px
    }
}

@media screen and (min-width:768px) {
    .rs-hscreen-header .app-title {
        font-size: 60px;
        margin-bottom: 2px
    }
    .rs-hscreen-header .appt-info {
        font-size: 20px
    }
    .rs-hscreen-header .app-progress {
        width: 300px
    }
    .trophy-level-title {
        font-size: 30px
    }
}

.rs-hscreen-header {
    position: relative
}

.rs-hscreen-header .app-logo {
    width: 100px;
    margin: 0 auto;
    margin-top: 32px;
    display: block;
    animation: 1s infinite alternate logo-animation;
    user-select: none
}

.rs-hscreen-header .app-title {
    font-family: "Gloria Hallelujah", cursive;
    text-align: center;
    color: #b2d235;
    letter-spacing: 6px;
    position: relative;
    user-select: none;
    font-weight: 400
}

.rs-hscreen-header .app-info {
    font-family: Montserrat, sans-serif;
    color: #fff;
    display: block;
    text-align: center;
    user-select: none;
    font-size: 22px
}

.rs-hscreen-header .app-progress {
    height: 10px;
    margin: 0 auto;
    margin-top: 24px;
    display: block;
    background: #555;
    border-radius: 10px
}

.rs-hscreen-header .app-progress-inner {
    background: #b2d235;
    height: 100%;
    border-radius: 10px;
    transition: all .35s ease-out
}

@keyframes logo-animation {
    from {
        transform: scale(1, 1)
    }
    to {
        transform: scale(1.2, 1.2)
    }
}

.rs-hscreenmenu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.rs-hscreenmenu .menu-list {
    width: 250px;
    margin: 0 auto;
    text-align: center
}

.rs-hscreenmenu .menu-item {
    font-family: "Gloria Hallelujah", cursive;
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    padding: 6px;
    margin: 22px;
    border: 2px solid #fff;
    border-radius: 30px;
    transition: all .2s ease-out
}

.rs-hscreenmenu .menu-item:hover {
    color: #111;
    background: #b2d235
}

.rs-cr3d-gamebuttonbar {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 260px;
    display: flex;
    align-items: flex-start;
    justify-content: space-around
}

.rs-cr3d-mainbutton {
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    background: #111;
    color: #eee;
    transition: all .1s ease-out
}

.rs-cr3d-mainbutton:hover {
    background: #eee !important;
    color: #111
}

.rs-cr3d-flatview {
    background: #111 !important;
    color: #eee
}

.rs-cr3d-mainbutton-extra {
    background: #b2d235 !important
}

.rs-cr3d-mainbutton-extra:hover {
    background: #111 !important;
    color: #eee
}

.rs-cr3d-gamewonbar {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 400px;
    display: flex;
    align-items: center;
    justify-content: center
}

.rs-cr3d-gamewonbar img {
    display: block;
    cursor: pointer;
    margin: 0 24px;
    transition: .25s all ease-out
}

.rs-cr3d-gamewonbar img:hover {
    transform: scale(1.15)
}

.rs-cr3d-gameheader {
    font-family: sans-serif;
    max-width: 400px;
    width: 100%;
    height: 50px;
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    align-items: center;
    flex-direction: column;
    justify-content: space-around
}

.rs-cr3d-gameheader .rs-cr3d-dbar {
    position: relative;
    width: 300px;
    height: 26px;
    border: 3px solid #eee;
    border-radius: 20px;
    overflow: hidden
}

.rs-cr3d-gameheader .rs-cr3d-dbar .progress-bar {
    position: absolute;
    background: #018172;
    background: linear-gradient(0deg, #018172 0, #07d4a7 100%);
    height: 100%;
    width: 100%
}

.rs-cr3d-gameheader .rs-cr3d-dbar .duration-label {
    position: absolute;
    color: #fff;
    user-select: none;
    font-size: 16px;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 26px;
    letter-spacing: 1px
}

.rs-cr3d-gameheader .rs-cr3d-timebtn {
    color: #fff;
    font-size: 20px;
    cursor: pointer
}

.rs-cr3d-gameheader .rs-cr3d-timebtn span {
    display: inline-block;
    vertical-align: middle;
    padding: 6px
}

.rs-cr3d-gameheader .rs-cr3d-timebtn .icon-timer {
    background: #333
}

.rs-cr3d-gameheader .rs-cr3d-timebtn .icon-pausetime {
    font-size: 12px
}

.rs-cr3d-gameheader .rs-cr3d-timebtn .icon-playtime {
    font-size: 12px
}

.rs-cr3d-gameheader .rs-cr3d-timebtn .timebtn-value {
    font-size: 14px;
    background: #fbb03b;
    color: #111;
    border-radius: 4px
}

.rs-cr3d-gameheader .rs-cr3d-levelbtn {
    width: 140px;
    margin: 0 auto;
    background: #009245;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    letter-spacing: 1px
}

.rs-cr3d-gameheader .rs-cr3d-levelbtn span {
    user-select: none;
    display: inline-block;
    padding: 4px 2px
}

.rs-cr3d-gameheader .rs-cr3d-levelbtn .levelbtn-label {
    font-family: "Gloria Hallelujah";
    font-size: 22px;
    padding: 2px
}

.rs-cr3d-gameheader .rs-cr3d-movebtn {
    color: #fff;
    font-size: 20px;
    cursor: pointer
}

.rs-cr3d-gameheader .rs-cr3d-movebtn span {
    display: inline-block;
    vertical-align: middle;
    padding: 6px
}

.rs-cr3d-gameheader .rs-cr3d-movebtn .icon-quill {
    background: #333;
    font-size: 18px
}

.rs-cr3d-gameheader .rs-cr3d-movebtn .icon-undo {
    font-size: 12px
}

.rs-cr3d-gameheader .rs-cr3d-movebtn .movebtn-value {
    font-size: 14px;
    background: #fbb03b;
    color: #111;
    border-radius: 4px
}

.rs-heartbar {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 0 6px;
    width: 180px;
    margin: 0 auto
}

.rs-heartbar .rs-heart-item {
    display: inline-block;
    font-size: 22px;
    line-height: 32px;
    user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    margin: 2px
}

footer {
    margin-top: 20px;
    text-align: center;
    color: #555;
    font-size: 14px
}

a:visited,
footer a {
    color: #fff
}

.extras-content {
    display: none
}

.helppanel-content {
    width: 100%;
    height: 100%;
    user-select: none;
    font-family: Montserrat
}

.help-section {
    padding: 8px
}

.help-section img {
    display: block;
    margin: 0 auto
}

.help-section h3 {
    font-size: 24px;
    margin: 8px
}

.helppanel-content .help-section {
    text-align: center
}

.rs-cr3d {
    max-width: 100%;
    height: 100% !important
}