html,
body {
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-family: Helvetica, Arial, sans-serif;
    background: #000000;
    color: white;
}

* {
    box-sizing: border-box;
}

a {
    color: #38c;
    ;
    text-decoration: none;
    background-color: transparent;
    text-decoration: underline;
}

a:hover {
    color: #059;
    text-decoration: underline;
}

html,
body,
canvas {
    touch-action: none;
}

input:focus {
    outline: 0;
}

input {
    border: 0;
}

.group-button {
    display: none;
}

.setting {
    margin: 0 auto;
    width: 150px;
    justify-content: center;
    border: 1px solid #8C8585;
    cursor: pointer;
    background: #f6f6f6;
    color: #333;
    text-shadow: 0 1px 0 #f3f3f3;
    padding: 10px 16px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.setting:hover {
    background-color: #ededed;
}

#notSupportedWrap {
    margin: 2em auto 1em auto;
    width: 75%;
    max-width: 45em;
    border: 2px solid #aaa;
    border-radius: 1em;
    padding: 2em;
    background-color: #f0f0f0;
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    color: black;
}

#notSupportedTitle {
    font-size: 1.8em;
}

.notSupportedMessage {
    font-size: 1.2em;
}

.notSupportedMessage em {
    color: #888;
}

.right {
    float: right;
}

.left {
    float: left;
}

.hidden {
    overflow: hidden;
}

.font-weight-bold {
    font-weight: bold;
}

.text-align {
    text-align: center
}

.text-align-end {
    text-align: end;
}

.container-scores,
.container-newgame,
.container-statistics,
.container-achievements,
.container-theme,
.container-setting,
.container-hi-scores,
.notice-dealt {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 330px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 12px rgba(0, 0, 0, .6);
    z-index: 3;
}

.container-statistics,
.notice-dealt {
    width: 460px;
    display: none;
}

.container-hi-scores {
    display: none;
    width: 500px;
}

.container-achievements {
    display: none;
    width: 600px;
}

.container-theme {
    max-width: 860px;
    width: 100%;
    height: 100%;
    max-height: 585px;
}

.container-theme .title {
    font-size: 20px;
    font-weight: bold;
}

.container-setting {
    width: 440px;
    /*	display: block;*/
}

.container-row {
    width: 100%;
}

.title {
    border-bottom: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    text-shadow: 0 1px 0 #eee;
    padding: 12px 0px;
    text-align: center;
    font-weight: 700;
    position: relative;
    text-transform: capitalize;
}

.content {
    padding: 16px;
    background-color: #fff;
}

.content {
    color: black;
}

.icon_close {
    cursor: pointer;
}

.icon_close2 {
    display: none
}

.icon_close img {
    position: absolute;
    top: 6px;
    right: 5px;
    width: 45px;
    height: 32px;
}

.margin-top-16 {
    margin-top: 16px;
}

.margin-bottom-16 {
    margin-bottom: 16px;
}

.list-scores {
    padding: 10px 10px 10px 10px;
    background: #f6f6f6;
    border: 1px solid #ddd;
    color: #333;
    text-shadow: 0 1px 0 #f3f3f3;
    border-bottom: 0px;
    text-transform: capitalize;
    cursor: pointer;
}

.text-center {
    text-align: center;
}

.list-scores:hover {
    background: #ededed;
}

.border-top {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.border-bottom {
    border-bottom: 1px solid #ddd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.border-center {
    border-bottom: 1px solid #ddd;
    border-radius: 5px;
}

.icon-right {
    font-weight: 100;
    background-color: rgba(0, 0, 0, .3);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 1px 1px 1px 6px;
    color: #fff;
}

.icon-right img {
    width: 10px;
    height: 10px;
}

.won,
.lost {
    color: #333;
    text-shadow: 0 1px 0 #f3f3f3;
    margin-bottom: 8px;
    margin: 10px auto;
    max-width: 70px;
}

.won .circle-Won,
.lost .circle-Lost {
    margin-top: 4.5px;
    background-color: rgb(162, 225, 0);
    height: 8px;
    width: 8px;
    border-radius: 50%;
}

.lost .circle-Lost {
    background-color: rgb(225, 43, 30);
}

.content-statistics {
    margin: 0px 30px;
}

.longest {
    color: #333;
    text-shadow: 0 1px 0 #f3f3f3;
    padding: 4px;
    margin-bottom: 8px;
    padding-left: 0;
}

.width-70 {
    width: 70%;
}

.width-30 {
    width: 30%;
}

.width-20 {
    width: 20%;
    padding: 5px 10px;
}

.close {
    background: #f6f6f6;
    color: #333;
    text-shadow: 0 1px 0 #f3f3f3;
    padding: 10px 50px;
    margin: 8px 0px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: fit-content;
    margin: auto;
    margin-top: 8px;
    cursor: pointer;
}

.close:hover {
    background: #ededed;
}

.content-achievements {
    /*height: 450px;*/
    text-align: center;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.width-20 img {
    width: 100%;
    margin-bottom: 5px;
}

.width-20 div {
    font-weight: 600;
    color: #333;
    text-shadow: 0 1px 0 #f3f3f3;
}

.width-20 p {
    color: #333;
    text-shadow: 0 1px 0 #f3f3f3;
    margin: 0px;
    font-size: 14px;
    font-weight: 200;
}

.images-on {
    display: none;
}

.images-off {
    display: block;
}

.levelBtn {
    cursor: pointer;
}

.list-setting {
    padding: 15px 20px;
    border-bottom: 1px solid #e9e9e9;
    min-width: 400px;
    color: #333;
    text-shadow: 0 1px 0 #f3f3f3;
    background-color: #fff;
}

.player-name {
    line-height: 2.1;
}

.sound-option,
.option,
.drag-option {
    line-height: 2;
}

.sound-option,
.animation-option,
.drag-option {
    width: 85%;
}

.option {
    width: 15%;
}

input:focus {
    outline: 0;
}

input::placeholder {
    color: #757575;
    font-size: 16px;
}

input[type="text"] {
    border: 1px solid #909090;
    outline: 0;
    padding: 6px;
    line-height: 1.5;
    border-radius: 5px;
    width: 240px;
}

.option {
    cursor: pointer;
    text-align: center;
    padding: 0px 15px;
    border: 1px solid #0c0c0c;
    border-radius: 5px;
    background-color: rgb(246, 246, 246);
}

.option1 {
    padding: 0 10px;
    width: auto;
    border: 0px;
}

.background-on {
    background-color: rgb(51, 136, 204);
    color: #fff;
}

.on {
    display: none;
}

.block {
    display: block
}

.none {
    display: none;
}

.head-table {
    font-weight: bold;
}

.head-table,
.row-table {
    border-bottom: 1px solid #E5E5E5;
}

.rank {
    font-weight: bold;
    height: 35px;
    width: 59px;
    text-align: center;
}

.rank img {
    margin-top: -4px;
}

.name {
    width: 116px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.score {
    width: 66px;
    text-align: center;
}

.time {
    width: 100px;
    text-align: center;
}

.date {
    width: 120px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rank,
.name,
.score,
.time,
.date {
    padding: 6px 8px;
    line-height: 1.5;
    color: #333;
    text-shadow: 0 1px 0 #f3f3f3;
}

.input-left {
    position: absolute;
    bottom: 20px;
    left: 150px;
    z-index: 2;
}

.input-right {
    position: absolute;
    bottom: 20px;
    right: 150px;
    z-index: 2;
}

.button-input {
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    margin: 0px 5px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255, 255, 255, 0.3), inset 0 -15px 30px rgba(0, 0, 0, 0.3);
    height: 40px;
}

.button-input:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255, 255, 255, 0.4), inset 0 -15px 30px rgba(0, 0, 0, 0.2), 0 0 6px rgba(255, 255, 255, 0.7);
}

.auto {
    margin: 0 5px;
    color: #000;
}

.auto:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255, 255, 255, 0.4), inset 0 -15px 30px rgba(0, 0, 0, 0.2), 0 0 6px rgba(255, 255, 255, 0.7);
}

.auto div {
    color: #fff;
    font-weight: bold;
}

.auto .off {
    color: #000;
}

.width_all {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
}

.img-on {
    display: none;
}

.check1 img,
.check2 img,
.check3 img,
.check4 img,
.check5 img {
    width: 20px;
    height: 20px;
}

input~.tab {
    display: none;
    margin-top: 10px;
}

#tab1:checked~.tab.content1,
#tab2:checked~.tab.content2,
#tab3:checked~.tab.content3,
#tab4:checked~.tab.content4 {
    display: block;
}

.content3 img {
    width: 100px;
    height: 136px;
}

.content3 .themeCollumn {
    width: 25%;
}

.content3 a {
    display: flow-root;
}

.content4 a {
    display: flow-root;
}

/* .container-theme .content {
        height: 640px;
}
*/

.theme-content {
    height: 45px;
}

.theme-content input {
    display: none;
}

input+label {
    display: block;
    border: 1px solid #ddd;
    border-right: 0px;
    background: #EEE;
    padding: 10px 12px;
    position: relative;
    top: 1px;
    font-size: 18px;
    font-weight: bold;
    float: left;
    font-family: sans-serif;
    /* vertical-align: middle; */
    height: 100%;
}

input+label:hover {
    background-color: #cce7f3;
}

input:checked+label {
    background: #38c;
    border-bottom: 1px solid transparent;
}

input~.tab {
    padding: 12px;
    width: 100%;
    height: 400px;
    float: left;
    overflow-y: auto;
}

.conner-left {
    border-radius: 4px 0px 0 4px;
}

.conner-right {
    border-radius: 0px 4px 4px 0;
    border-right: 1px solid #ddd;

}

.themeCollumn {
    width: 33.333%;
    float: left;
    text-align: center;
    font-weight: bold;
    border-radius: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 15px;
    color: black;
}

.themeActive {
    background-color: rgb(51, 136, 204);
    color: white;
}

.loading {
    position: fixed;
    top: 50%;
    left: 50%;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 6px;
    border: 1px solid black;
    box-shadow: 0 0 20px black;
    width: 300px;
    height: 150px;
    z-index: 999;
    transform: translate(-50%, -50%);
}

.cover-loading {
    width: 100%;
    height: 100%;
    background: rgb(16 16 16 / 44%);
    position: fixed;
    z-index: 998;

}

.lds-facebook {
    position: relative;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
}

.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #fff;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}

@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }

    50%,
    100% {
        top: 24px;
        height: 32px;
    }
}


.base {
    z-index: 90;
    position: fixed;
    bottom: 0px;
    right: 0px;
    background-color: #fff;
    width: 98px;
    height: 98px;
    transition: all 0.5s cubic-bezier(0.5, -0.75, 0.05, 1);
    border-top-left-radius: 100%;
    z-index: 2;
}

.base .menu {
    z-index: 100;
    background-color: #fff;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100px;
    height: 100px;
    border-top-left-radius: 200px;
    cursor: pointer;
    transition: all 1s cubic-bezier(0.5, -0.75, 0.05, 1), background-color 1s ease;
}

.base .menu .icon {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    left: 50%;
}

.base .menu .icon:before,
.base .menu .icon:after {
    content: '';
    transform: rotate(0deg);
    transition: top 0.5s ease 0.5s, transform 0.5s ease, background-color 0.75s ease 0.25s;
}

.base .menu .icon .bar,
.base .menu .icon:before,
.base .menu .icon:after {
    position: absolute;
    height: 5px;
    left: 0px;
    right: 0px;
    border-radius: 5px;
    background-color: #21264b;
}

.base .menu .icon .bar {
    transition: opacity 0s linear 0.5s, background-color 0.75s ease 0.25s;
    opacity: 1;
    top: 10px;
}

.base .menu .icon:before {
    top: 0px;
}

.base .menu .icon:after {
    top: initial;
    top: 20px;
}

.base .icons {
    z-index: 98;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 0px;
    height: 0px;
}

.base .icons>* {
    position: absolute;
    font-size: 40px;
    color: #21264b;
    transition: 0.3s cubic-bezier(0.5, -0.25, 0.05, 1);
}

.base .icons .fa-leaderboard {
    top: 100%;
    left: 100%;
    transition-delay: 0.2s;
}

.base .icons .fa-setting {
    top: 100%;
    left: 100%;
    color: #fff;
    transition-delay: 0.1s;
}

.base .icons .fa-theme {
    top: 100%;
    left: 100%;
}

.base .section {
    z-index: 96;
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 0px;
    width: 0px;
}

.base .section .cover1,
.base .section .cover1 .cover2,
.base .section .cover1 .cover2 .content {
    position: absolute;
    width: 600px;
    height: 600px;
}

.base .section .cover1,
.base .section .cover1 .cover2 {
    bottom: -50%;
    right: -50%;
    transform: translate(100%, 50%) rotate(4deg);
    overflow: hidden;
    pointer-events: none;
}

.base .section .cover1 {
    bottom: 0%;
    right: 0%;
    transform: translate(0%, 0%) rotate(45deg);
    transform-origin: 100% 100%;
}

.base .section .cover1 .cover2 {
    bottom: 0%;
    right: 0%;
    transform: translate(-0%, -0%) rotate(-91deg);
    transform-origin: 100% 100%;
}

.base .section .cover1 .cover2 .settingRight {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background-color: #ee1b59;
    transition: background-color 0s, width 1.5s cubic-bezier(0.5, -0.5, 0.05, 1) 0s, height 1.5s cubic-bezier(0.5, -0.5, 0.05, 1) 0s;
    pointer-events: auto;
    right: 0%;
    bottom: 0%;
    transform: translate(50%, -0%);
}

.base .section-static {
    z-index: 94;
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 0px;
    right: 0px;

    transform-origin: 100% 100%;
    transition: width 1s cubic-bezier(0.5, -0.75, 0.05, 1), height 1s cubic-bezier(0.5, -0.75, 0.05, 1);
}

.base .section-static.themeRight {
    transform: translate(30px, 30px) rotate(-45deg);
    border-top-left-radius: 400px;
}

.base .section-static.leaderRight {
    transform: translate(30px, 30px) rotate(45deg);

    border-top-left-radius: 400px;
}

.base.close {
    width: 300px;
    height: 300px;
    transition: all 1.25s cubic-bezier(0.5, 0, 0.05, 1.75);
}

.base.close .menu {
    width: 150px;
    height: 150px;
    transition: all 1s cubic-bezier(0.5, 0, 0.05, 1.75), background-color 1s ease;
    background-color: #21264b;
}

.base.close .menu .icon .bar,
.base.close .menu .icon:before,
.base.close .menu .icon:after {
    background-color: #fff;
}

.base.close .menu .icon .bar {
    opacity: 0;
}

.base.close .menu .icon:before,
.base.close .menu .icon:after {
    transition: top 0.5s linear, transform 0.5s ease 0.5s, background-color 0.75s ease 0.25s;
}

.base.close .menu .icon:before {
    top: 10px;
    transform: rotate(-45deg);
}

.base.close .menu .icon:after {
    top: 10px;
    transform: rotate(45deg);
}

.base.close .icons {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.base.close .icons>* {
    position: absolute;
    font-size: 40px;
    color: #21264b;
    transition: 0.3s cubic-bezier(0.5, 0, 0.05, 1.75) 0.7s;
    pointer-events: none;
}

.base.close .icons .fa-leaderboard {

    top: -260px;
    left: -85px;
}

.base.close .icons .fa-setting {
    top: -190px;
    left: -185px;
    color: #fff;
    transition-delay: 0.65s;
}

.base.close .icons .fa-theme {
    top: -85px;
    left: -250px;
    transition-delay: 0.8s;
}

.base.close .section .cover1 {
    transform-origin: 100% 100%;
}

.base.close .section .cover1,
.base.close .section .cover1 .cover2,
.base.close .section .cover1 .cover2 .settingRight {
    position: absolute;
    width: 600px;
    height: 600px;
}

.base.close .section .cover1,
.base.close .section .cover1 .cover2 {
    top: 50%;
    left: 50%;
    transform: translate(-100%, -100%) rotate(30deg);
    overflow: hidden;
    transition: transform 0.5s ease-in 0.5s;
}

.base.close .section .cover1 .cover2 {
    transform: translate(50%, -50%) rotate(-150deg);
    transform-origin: 0% 100%;
}

.base.close .section .cover1 .cover2 .settingRight {
    border-radius: 100%;
    background-color: #ee1b59;
    top: 100%;
    left: 0%;
    transform: translate(-50%, -50%);
    transition: background-color 0s, width 1.1s cubic-bezier(0.5, 0, 0.05, 1.75) 0.25s, height 1.1s cubic-bezier(0.5, 0, 0.05, 2) 0.25s;
}

.base.close .section .cover1 .cover2 .settingRight:hover {
    background-color: #dd1350;
}

.base.close .section-static {
    width: 240px;
    height: 240px;
    transition: width 1.25s cubic-bezier(0.5, 0, 0.05, 2), height 1.25s cubic-bezier(0.5, 0, 0.05, 2);
}

.input-right {
    right: 10px;
}

.input-left {
    left: 10px;
}

.input-left button,
.input-right button {
    height: 40px;
}

.option.option1.background-on {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255, 255, 255, 0.3), inset 0 -15px 30px rgba(0, 0, 0, 0.3);
}

.option.option1 {
    color: #8d8d8d;
    height: 40px;
    line-height: 40px;
    background-color: rgb(40 40 40 / 50%);
}

.auto:hover {
    box-shadow: none;
}

.left.auto {
    border-radius: 5px;
}



.nav-tabs {
    padding-left: 15px;
    border-bottom: 4px solid #000;
    display: flex;
    overflow-x: auto;
    /* padding-bottom: 8px; */
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    position: relative;

}
/* .nav-tabs::after{
    content: "";
    position: absolute;
    bottom: 0;
    height: 4px;
    background-color: #000;
    width: 100%;
    left: 0;
} */
.nav-tabs::-webkit-scrollbar {
    display: none;
}

.nav-tabs li a {
    color: #fff;
    padding:0px 20px;
    height: 34px; 
    margin-right: 2px;
    background: #000;
    text-shadow: 1px 1px 2px #000;
    border: none;
    border-radius: 0;
    opacity: 0.5;
    display: block;
    line-height: 34px;
    position: relative;
    transition: all 0.3s ease 0s;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 4px solid #000;
}

.nav-tabs li a:hover {
    background: #000;
    opacity: 0.8;
}

.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
    color: #fff;
    background: #000;
    border: none;
    border-radius: 0;
    border-radius: 5px 5px 0px 0px;
}

.nav-tabs li.active a {
    opacity: 1;
}

.nav-tabs li {
    list-style-type: none;
    cursor: pointer;
}

.nav-tabs li a i,
.nav-tabs li.active a i {
    display: inline-block;
    padding-right: 5px;
    font-size: 15px;
    text-shadow: none;
}

.nav-tabs li a span {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -9px;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.nav-tabs li a:hover span,
.nav-tabs li.active a span {
    letter-spacing: 1px;
    opacity: 1;
    transition: all 0.3s ease 0s;
}

.tab-content {
    padding: 30px;
    background: #fff;
    font-size: 16px;
    color: #6c6c6c;
    line-height: 25px;
}

.tab-content h3 {
    font-size: 24px;
    margin-top: 0;
}



@media screen and (max-width: 992px) {
    .themeCollumn {
        padding: 4px;
    }

    .container-theme {
        padding: 0 5px;
    }

    .container-theme .container-row.title {
        border-radius: 5px 5px 0 0;
    }

    .container-theme .container-row.content {
        border-radius: 0 0 5px 5px;
    }

    .themeCollumn a img {
        width: 100%;
    }

    .content3 .themeCollumn img {
        width: 100px;
        height: auto;
    }

    .base {
        width: 70px;
        height: 70px;
    }

    .base .menu {
        width: 70px;
        height: 70px;
    }

    .base.close .menu {
        width: 75px;
        height: 75px;
    }

    .base.close {
        width: 200px;
        height: 200px;
    }

    .base.close .section .cover1,
    .base.close .section .cover1 .cover2,
    .base.close .section .cover1 .cover2 .settingRight {
        width: 400px;
        height: 400px;
    }

    .base.close .icons .fa-leaderboard {
        top: -170px;
        left: -65px;
    }

    .base.close .icons .fa-setting {
        top: -130px;
        left: -130px;
    }

    .base.close .icons .fa-theme {
        top: -60px;
        left: -170px;
    }

    .base.close .icons img {
        width: 50px;
        height: 50px;
    }

    .base .icons img {
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width: 768px) {
    input~.tab {
        height: 100%;
        min-height: 400px;
    }
}

@media screen and (max-width: 650px) {
    .themeCollumn {
        width: 50%;
    }

    .content3 .themeCollumn {
        width: 33.33%;
    }
}

@media screen and (max-width: 600px) {
    .base {
        width: 55px;
        height: 55px;
    }

    .base .menu {
        width: 55px;
        height: 55px;
    }

    .base.close .menu {
        width: 60px;
        height: 60px;
    }

    .base.close {
        width: 150px;
        height: 150px;
    }

    .base.close .section .cover1,
    .base.close .section .cover1 .cover2,
    .base.close .section .cover1 .cover2 .settingRight {
        width: 300px;
        height: 300px;
    }

    .base.close .icons .fa-leaderboard {
        top: -130px;
        left: -45px;
    }

    .base.close .icons .fa-setting {
        top: -100px;
        left: -90px;
    }

    .base.close .icons .fa-theme {
        top: -50px;
        left: -120px;
    }

    .base.close .icons img {
        width: 30px;
        height: 30px;
    }

    .base .icons img {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 500px) {
    .container-achievements {
        max-width: 450px;
        width: 100%;
    }

    .width-20 {
        width: 33.33%;
        padding: 5px 10px;
        float: none;
        display: inline-block;
        margin: 0 -2px;
    }

    .button-input {
        font-size: 10px;
        height: 30px;
        margin: 0px 5px;
        padding: 2px 5px;

    }

    .input-left button,
    .input-right button {
        height: 30px;
    }

    .option.option1 {
        height: 30px;
        line-height: 30px;
        font-size: 10px;
        font-weight: bold;
    }

    .base .section-static.themeRight {
        transform: translate(70px, 60px) rotate(-45deg);
    }

    .base .section-static.leaderRight {
        transform: translate(70px, 60px) rotate(45deg);
    }

    input+label {
        padding: 9px 6px;
        font-size: 12px;
        height: 32px;
    }

    .container-setting {
        max-width: 100%;
    }

    .list-setting {
        min-width: unset;
        width: 100%;
    }

    .sound-option,
    .animation-option,
    .drag-option {
        width: 60%;
        font-size: 12px;
    }

    input[type="text"] {
        width: 100%;
    }

    .option {
        min-width: 32px;
        padding: 0 5px
    }

    .container-hi-scores {
        max-width: 500px;
        width: 100%;
    }

    .container-hi-scores .left {
        width: 13.3%;
    }

    .container-hi-scores .left.name {
        width: 30%;
    }
    .container-hi-scores .left.date {
        width: 30%;
    } 
}

@media screen and (max-width: 414px) {

    .themeCollumn {
        width: 100%;
    }

    .content3 .themeCollumn {
        width: 50%;
    }

    .container-theme .content {
        height: unset;
        padding-top: 10px;
        padding-bottom: 8px;
    }

    input~.tab {
        height: 100%;
        min-height: 400px;
    }
}

@media screen and (max-width: 360px) {

    .container-scores,
    .container-newgame,
    .container-statistics,
    .container-achievements,
    .container-theme,
    .container-setting,
    .container-hi-scores,
    .notice-dealt {
        width: 100%;
    }

    .container-hi-scores .head-table .left {
        font-size: 11px;
    }

    .container-hi-scores .left {
        width: 13.3%;
        font-size: 11px;
    }

    .container-hi-scores .left.name {
        width: 30%;
    }
    .container-hi-scores .left.date {
        width: 30%;
        height: 36px;
    } 
}

/*responsive with max height*/
@media screen and (max-height: 530px) {
    .container-hi-scores .container-row.content {
        max-height: 300px;
        overflow-y: scroll;
    }
}

@media screen and (max-height: 414px) {
    .container-theme .container-row.content {
        padding-bottom: 5px;
    }

    .container-theme {
        margin-top: 4px;
    }

    .close {
        padding: 6px 15px;
    }

    input~.tab {
        height: 100%;
        min-height: 230px;
    }

    .container-newgame .container-row.content {
        max-height: 250px;
        overflow-y: scroll;
    }
}

@media screen and (max-height: 375px) {
    input~.tab {
        height: 100%;
        min-height: 195px;
    }
}

@media screen and (max-height: 360px) {
    .themeCollumn {
        width: 33.33%;
    }

    input~.tab {
        height: 100%;
        min-height: 185px;
    }

    .list-setting {
        padding: 8px;
    }

    .container-hi-scores .container-row.content {
        max-height: 250px;
        overflow-y: scroll;
    }

    .container-hi-scores .container-row.title {
        padding: 8px 0;
    }

    .container-hi-scores .left {
        font-size: 12px;
    }
}

@media screen and (max-height: 320px) {
    .themeCollumn {
        width: 33.33%;
    }

    input~.tab {
        height: 100%;
        min-height: 145px;
    }
}

