@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;700&display=swap');
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(.8, .8);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(.8, .8);
    }
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.shake {
    animation: shake .75s;
    animation-delay: .4s;
}

:root {
    --olumpagetopmargin: 25px;
    --olumpagemargin: 10px;
}

body {
    position: absolute;
    top: 0;
    font-size: 15px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    font-family: poppins;
    border: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.d-hide {
    display: none !important;
}

.d-block {
    display: block !important;
}

#body {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #232323;
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF !important;
    margin-top: 20px;
}

.footer>a {
    margin: 0 8px;
    color: #FFF !important;
}

#close-but {
    cursor: pointer;
    border: none;
    background-color: transparent;
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 20000000;
    font-size: 25px;
    font-weight: 700;
    color: red;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #fff;
}

.main {
    position: absolute;
    display: flex;
    flex-direction: column;
    transform: scale(80%, 80%);
}

.main-body {
    display: flex;
    flex-direction: column;
    width: 1200px;
}

.main-body-top {
    display: flex;
    width: 1200px;
}

.main-body-top>div {
    flex: 1;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-con {
    width: 300px;
    display: flex;
    flex-direction: column;
}

#nickname {
    height: 45px;
    width: 300px;
    position: relative;
    color: #484848;
    line-height: 45px !important;
    text-align: center;
    background: #f1f1ea;
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .2), 0 2px 4px rgba(0, 0, 0, .25), 0 2px 4px rgba(0, 0, 0, .4) !important;
    outline: 0;
    border-radius: 4px;
    border: 0px solid #616161;
    font-size: 21px;
    margin-top: 0px;
    font-weight: 700;
    float: left;
}

#nickname:focus {
    color: #484848;
}

#nickname::placeholder {
    color: #959592
}

#play-but,
#play-again {
    width: 300px;
    height: 65px;
    margin: 15px 0px auto;
    border-radius: 7px;
    border-top: 2px transparent solid;
    border-bottom: 2px transparent solid;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-size: 28px;
    font-weight: 700;
    justify-content: center;
    background-color: rgb(181 230 30);
    color: rgb(82, 109, 3);
    box-shadow: inset 0 -8px 0 rgb(145, 190, 9), 0 2px 4px rgb(145, 190, 9), 0 2px 4px rgb(145, 190, 9)!important;
    cursor: pointer;
    border: none;
    margin-bottom: 15px;
}

#play-but:hover,
#play-again:hover {
    background-color: rgb(145, 184, 24);
    box-shadow: none !important;
}

a:-webkit-any-link {
    color: black;
    cursor: pointer;
    text-decoration: none !important;
}

#bg-con {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    x: 0;
    y: 0;
}

#koyu-ton {
    position: absolute;
    x: 0;
    y: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

#ads {
    width: 300px;
    height: 250px;
}

#rosette-area {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 300px;
    background-color: rgba(232, 131, 148, 1);
    border-radius: 10px;
}

#rosettes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 20px;
}

#rosettes>img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin: 5px;
    opacity: .5;
    cursor: pointer;
}

.wonRosette {
    opacity: 1 !important;
    box-shadow: 0px 2px 15px white;
}

.indexx {
    width: 20px;
}

#scoreboard_table {
    width: 250px;
    border-radius: 5px;
    padding: 5px;
    color: #485654 !important;
}

.number-of-score {
    float: left;
    margin: 0px 0px 0;
    margin-left: 0px;
    padding: 0;
    background: #ef3f4b;
    width: 25px;
    text-align: center;
    font-weight: 700;
    margin-left: 0px;
    border-radius: 0;
    font-size: 14px;
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .2), 0 2px 4px rgba(0, 0, 0, .25), 0 2px 4px rgba(0, 0, 0, .4) !important;
    height: 25px;
    line-height: 25px;
}

.nick-of-score {
    float: left;
    margin-left: 10px;
}

.score {
    float: right;
}

.fontWeight-600 {
    font-weight: 600;
}

td {
    min-width: 20px;
    text-align: center;
    padding-bottom: 5px;
}

.winRosetteImg {
    width: 100px;
    border-radius: 50%;
    box-shadow: 0px 2px 15px white;
    transition: .6s;
    transition-timing-function: cubic-bezier(.17, .67, .33, .94);
}

.winRosetteImg250px {
    width: 250px;
}

.rosetteInfoCon {
    width: 400px;
    height: 600px;
    position: absolute;
    background-color: #fbe5c1;
    border-radius: 10px;
    left: calc(50% - 200px);
    top: calc(50% - 300px);
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.rosetteInfoCon>img {
    width: 80%;
    border-radius: 50%;
    box-shadow: 0px 2px 50px black;
}

.rosetteInfoCon>p {
    width: 80%;
    font-size: 14pt;
    padding-top: 60px;
    padding-left: 16px;
    padding-right: 16px;
}

#right-button-menu {
    width: 300px !important;
    display: flex;
    justify-content: center;
}

.r-header {
    width: 100%;
}

.r-btn {
    font-size: 20px;
    border: none;
    padding: 7px;
    margin: 10px;
    border-radius: 10px;
    color: #000;
    background-color: #fbe5c1
}

.r-btn:hover {
    color: #FFF;
    background-color: rgba(0, 0, 0, .3)
}

.selSkinArea1 {
    width: 140px;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin-right: 15px;
    background-color: #e88394;
    cursor: pointer;
}

.selSkinArea1:hover {
    box-shadow: 0px 2px 15px white;
}

#selSkinImg1 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

#record {
    width: 140px;
    height: 140px;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fbe5c1;
}

.logo {
    width: 100%;
    height: 230px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo>img {
    border-radius: 10px;
    animation: zoom-in-zoom-out 1.5s ease infinite;
    animation-delay: 4s;
}

.dark-bg {
    z-index: 18;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 22, 22, .93);
    position: fixed
}

ul.skinList span {
    font-family: poppins, sans-serif;
    font-weight: 700
}

ul.skinList li,
ul.skinList li img,
ul.skinList span {
    display: inline-block
}

ul.skinList span {
    font-family: poppins, sans-serif;
    font-weight: 700
}

ul.skinList {
    position: absolute;
    width: 1024px;
    border-radius: 5px;
    max-height: 90%;
    overflow-y: auto;
    z-index: 100;
    padding: 45px 30px 30px;
    margin: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.winRosettes {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 480px;
    border-radius: 5px;
    z-index: 100;
    padding: 15px 30px 30px;
    margin: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.winRosettes>p {
    font-weight: 800;
    font-size: 14pt;
}

ul.skinList li {
    width: 85px;
    text-align: center;
    border-radius: 0px;
    padding: 12px;
    font-size: 12px;
    height: 80px;
    margin: 2px;
    position: relative;
    float: left;
}

ul.skinList li {
    background-color: #eee;
    border-radius: 5px;
    margin: 5px
}

.skinBaslik {
    font-family: poppins, sans-serif;
    font-weight: 700;
    color: #FFF;
}

ul.skinList li:hover {
    background: #fff;
    color: #fff
}

ul.skinList li img {
    border-radius: 100px;
    display: inline-block;
    position: absolute;
    top: 10px;
    height: 60px;
    width: 60px;
    left: 26px
}

ul.skinList li span {
    text-align: center;
    margin-top: 60px;
    font-size: 15px;
    color: #6d6546;
}

.how-to-play {
    display: flex;
    justify-content: center;
    align-items: start;
}

.how-to-play-mob {
    display: none;
    opacity: .7;
}

#howtoplay {
    width: 300px;
    max-height: 464px;
    overflow-y: scroll;
    background-color: rgb(251, 229, 193);
    padding: 20px;
    padding-bottom: 40px;
    text-align: justify;
    border-radius: 10px;
    font-size: 18px;
}

.main2 {
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: scale(80%, 80%);
}

#game_over {
    position: relative;
    width: 300px;
    height: 120px;
    background-color: rgba(0, 0, 0, .2);
    margin-bottom: 10px;
    font-weight: 600;
    border-radius: 10px;
    color: rgb(219, 217, 217);
}

.go_sc {
    position: absolute;
    top: calc( var(--olumpagetopmargin) * 0 + var(--olumpagemargin));
    left: var(--olumpagemargin);
}

.da_sc {
    position: absolute;
    top: calc( var(--olumpagetopmargin) * 0 + var(--olumpagemargin));
    right: var(--olumpagemargin);
}

.go_bs {
    position: absolute;
    top: calc( var(--olumpagetopmargin) * 1 + var(--olumpagemargin));
    left: var(--olumpagemargin);
}

.da_bs {
    position: absolute;
    top: calc( var(--olumpagetopmargin) * 1 + var(--olumpagemargin));
    right: var(--olumpagemargin);
}

.go_pt {
    position: absolute;
    top: calc( var(--olumpagetopmargin) * 2 + var(--olumpagemargin));
    left: var(--olumpagemargin);
}

.da_pt {
    position: absolute;
    top: calc( var(--olumpagetopmargin) * 2 + var(--olumpagemargin));
    right: var(--olumpagemargin);
}

.go_pk {
    position: absolute;
    top: calc( var(--olumpagetopmargin) * 3 + var(--olumpagemargin));
    left: var(--olumpagemargin);
}

.da_pk {
    position: absolute;
    top: calc( var(--olumpagetopmargin) * 3 + var(--olumpagemargin));
    right: var(--olumpagemargin);
}

#right-button-menu>div {
    border-radius: 10px;
}

@media only screen and (max-width:1210px) {
    .main-body,
    .main-body-top {
        width: 100%;
    }
}

@media only screen and (max-width:1024px) {
    .main {
        overflow-y: scroll;
        width: 100%;
    }
    .main,
    .main-body-top {
        flex-direction: column;
        justify-content: start;
        align-items: center;
        top: 0
    }
    .main-body {
        flex-direction: column;
    }
    .main,
    .main2 {
        transform: scale(95%, 95%);
    }
    .main-body-top>div {
        margin-bottom: 15px
    }
    .logo {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .how-to-play {
        display: none;
    }
    .how-to-play-mob {
        display: block;
    }
    #howtoplay {
        width: 265px;
    }
    .skinList {
        width: 100% !important;
        height: 80% !important;
        padding: 45px 0 !important;
        border-radius: 0 !important;
        overflow-y: scroll !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}