.pm-btn{border:0;border-radius:25px;display:flex;justify-content:center;gap:10px;cursor:pointer;padding:8px;text-transform:uppercase}.pm-btn-default{background-color:#2bb9ff;color:#fff}.pm-btn-default:hover{background-color:#ffa200}.pm-dashboard-container{display:flex;justify-content:center;margin-top:120px}.pm-dashboard{padding:30px 10px;background-color:#2bb9ff;border-radius:5px;display:flex;flex-direction:column;gap:10px;width:345px;margin:0 auto;justify-content:center;transition:all .3s ease-out;box-shadow:0 0 5px rgba(0,0,0,.5)}.pm-dashboard .group{display:flex;flex-flow:wrap;gap:15px;justify-content:center;width:100%}.pm-dashboard .group .resize{display:none}@media(min-width: 768px){.pm-dashboard .group .resize{display:flex}}.pm-dashboard .pp-item{display:flex;position:relative}.pm-dashboard .pp-item i{border:1px solid #fff;border-radius:5px;padding:10px;display:flex;justify-content:center;width:100%;cursor:pointer;transition:all .3s ease-in-out;color:#fff}.pm-dashboard .pp-item .notify-select{position:absolute;content:"";left:0;right:0;top:0;bottom:0;display:flex;justify-content:center;align-items:center}.pm-dashboard .pp-item .notify-select .circle{width:20px;height:20px;border-radius:100%}.pm-dashboard .pp-item .notify-select .pulse{animation:pulseSelect 2s infinite}.pm-dashboard .pp-item-1-1{width:calc(100% - 15px)}.pm-dashboard .pp-item-1-2{width:calc(50% - 15px)}.pm-dashboard .pp-item-1-3{width:calc(33.33% - 15px)}.pm-dashboard .pp-item-center{display:flex;justify-content:center}.pm-dashboard .pp-item-duo{display:flex;justify-content:space-between;align-items:center}.pm-dashboard .pp-item-hover:hover{background-color:#ffa200}.pm-dashboard .pp-item-hover:hover i{color:#fff}.pm-dashboard .start-game{visibility:hidden}.pm-dashboard .start-game.pulse{animation:pulseStartBtn 2s infinite}.pm-dashboard .pause-game{visibility:hidden}.pm-dashboard .pp-notify{display:flex;justify-content:center;align-items:center;width:100%;height:38px}.pm-dashboard .pp-notify .circle{width:20px;height:20px;border-radius:100%}.pm-dashboard .pp-notify .pulse{animation:pulseSelect 1s infinite}.pm-dashboard .pp-notify .notify-select{position:absolute;content:"";left:0;right:0;top:0;bottom:0;display:flex;justify-content:center;align-items:center;cursor:pointer}.pm-dashboard .pp-notify .notify-select .circle{width:20px;height:20px;border-radius:100%}.pm-dashboard .pp-notify .notify-select .pulse{animation:pulseSelect 1s infinite}.pm-dashboard .btn-play,.pm-dashboard .spw-start,.pm-dashboard .spi-start{position:absolute;content:"";left:0;top:0;width:100%;z-index:2}.pm-dashboard .spp-blink{animation:blink 5s linear infinite}.pm-dashboard .spm-image{position:absolute;content:"";left:0;top:0;width:100%;z-index:2}.pm-dashboard .db-header{font-size:22px;text-transform:uppercase;color:#fff}.pm-dashboard .classic-sizes{display:flex;flex-flow:wrap;gap:15px;padding-bottom:15px}.pm-dashboard .classic-sizes .classic-size-item{background-color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;width:50px;height:50px;cursor:pointer}.pm-dashboard .classic-sizes .classic-size-item:hover{background-color:#ffa200}.pm-dashboard .classic-sizes .classic-size-item.active{background-color:#ffa200}@keyframes pulseSelect{0%{box-shadow:0 0 0 0px rgba(255,255,255,.5)}100%{box-shadow:0 0 0 30px rgba(255,255,255,0)}}@keyframes pulseStartBtn{0%{transform:scale(1)}50%{transform:scale(1.2)}100%{transform:scale(1)}}@keyframes blink{0%{background-color:rgba(0,0,0,0)}40%{background-color:#ffa200}80%{background-color:rgba(0,0,0,0)}100%{background-color:#ffa200}}.guide-icon{border:1px solid #2bb9ff;border-radius:5px;width:60px;height:60px;display:flex;justify-content:center;align-items:center}.guide-icon i{color:#2bb9ff;font-size:1.3rem}.pm-guide{display:flex;flex-direction:column;align-items:center;margin:0;padding:0}.pm-guide p{text-align:center}.pm-guide a{border:1px solid #2bb9ff;padding:15px}.pm-guide i{color:#2bb9ff}.pm-guide-buttons{display:flex;gap:15px;flex-flow:wrap;justify-content:center;align-items:flex-start;max-width:500px;width:100%}.pm-guide-buttons li{width:calc(33.33% - 15px);display:flex;flex-direction:column;gap:10px;justify-content:center;align-items:center;text-align:center;text-transform:lowercase}.pm-how-to-play{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:80px 0}.pm-how-to-play a{border-radius:5px;border:1px solid #2bb9ff;padding:15px;text-transform:uppercase;color:#0097e3;display:block}.pm-how-to-play ul{display:flex;flex-direction:column;gap:10px;width:100%}.pm-how-to-play ul li{width:100%;cursor:pointer}.pm-how-to-play .guide-videos{display:flex;flex-direction:column;gap:30px}.pm-how-to-play .guide-videos .group{display:flex;flex-direction:column;gap:5px;text-transform:uppercase}.pm-how-to-play .guide-videos video{max-width:350px}.helper-container{position:relative;display:none;justify-content:flex-end}.helper-container .helper{width:50px;height:50px;background:url("../images/kids/helper1.png");background-repeat:no-repeat;background-size:cover;background-position:center}.helper-container .helper:hover{background:url("../images/kids/helper2.png");background-repeat:no-repeat;background-size:cover;background-position:center;cursor:pointer}.helper-container .helper.active{background:url("../images/kids/helper2.png");background-repeat:no-repeat;background-size:cover;background-position:center}.helper-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999}.helper-modal .content{position:relative;display:flex;flex-direction:column;gap:10px;justify-content:center;align-items:center;padding-top:5px}.helper-modal .content .cover{position:relative;width:350px}.helper-modal .content .cover .tiles{position:absolute;content:"";top:0;left:0;right:0;display:flex;flex-flow:wrap}.helper-modal .content .cover .tiles .tile{border-right:1px dashed #fff;border-bottom:1px dashed #fff}.helper-modal .helper-modal-footer{display:flex;justify-content:center}.helper-modal .helper-modal-footer .close-helper{background-color:#2bb9ff;border-radius:10px;display:flex;justify-content:center;align-items:center;color:#fff;cursor:pointer;width:30px;height:30px}.helper-modal .helper-modal-footer .close-helper:hover{background-color:#ffa200}.setup-modal{position:fixed;top:0;right:0;left:0;bottom:0;display:flex;justify-content:center;padding:30px 15px;z-index:99999999;overflow-y:auto}.setup-modal .setup-modal-container{max-width:900px;width:100%;margin:0 auto;background-color:#fff;border-radius:5px;position:relative;box-shadow:0 0 5px rgba(0,0,0,.5);height:fit-content}.setup-modal .close{display:flex;justify-content:flex-end;padding:10px}.setup-modal .close i{font-size:22px;cursor:pointer;color:#777}.setup-modal .close i:hover{color:#2bb9ff}.setup-menu{display:flex;gap:15px;justify-content:center}.setup-menu .setup-menu-item{text-transform:uppercase;font-family:"Anton",sans-serif;letter-spacing:1px;color:#2bb9ff;font-size:1.5rem;cursor:pointer}.setup-menu .setup-menu-item:hover{color:#ffa200}.setup-menu .setup-menu-item.active{color:#ffa200;border-bottom:2px solid #ffa200}.setup-content{padding:5px;padding-bottom:80px;position:relative}@media(min-width: 768px){.setup-content{padding:30px;padding-bottom:80px}}.setup-content .setup-group{padding:0 15px;display:none}.setup-content .setup-group.active{display:flex;flex-direction:column;gap:10px}.setup-content .wrap{display:flex;flex-direction:column;gap:15px}@media(min-width: 768px){.setup-content .wrap{gap:30px}}.setup-content .title{text-align:center;letter-spacing:1px;margin:0 0 10px 0}.setup-content .select-puzzle-size-content{width:100%}.setup-content .select-puzzle-size-list{display:flex;flex-direction:column;gap:10px;margin:0;padding:0}@media(min-width: 768px){.setup-content .select-puzzle-size-list{gap:15px}}.setup-content .select-puzzle-size-list .size-item{width:100%;background-color:#2bb9ff;display:flex;justify-content:center;align-items:center;cursor:pointer;color:#fff;font-size:1.5rem;font-family:"Anton",sans-serif;border-radius:5px;letter-spacing:1px;padding:10px 0}.setup-content .select-puzzle-size-list .size-item:hover{background-color:#ffa200}.setup-content .select-puzzle-size-list .size-item.active{background-color:#ffa200}.setup-content .select-difficulty-content{display:flex;flex-direction:column;gap:10px;padding-top:15px}.setup-content .select-difficulty-content ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.setup-content .select-difficulty-content .difficulty-item{width:100%;background-color:#2bb9ff;display:flex;justify-content:center;align-items:center;cursor:pointer;color:#fff;font-family:"Anton",sans-serif;font-size:1.3rem;border-radius:5px;letter-spacing:1px;padding:10px 0;text-transform:uppercase}.setup-content .select-difficulty-content .difficulty-item:hover{background-color:#ffa200}.setup-content .select-difficulty-content .difficulty-item.active{background-color:#ffa200}.setup-content .select-puzzle-category-content{width:100%}.setup-content .select-puzzle-category-content .cat-items .cat-item{border:1px solid #2bb9ff;cursor:pointer;border-radius:10px;padding:5px;display:flex;justify-content:center;align-items:center;color:#000;text-transform:uppercase}.setup-content .select-puzzle-category-content .cat-items .cat-item:hover,.setup-content .select-puzzle-category-content .cat-items .cat-item:focus{background-color:#ffa200}.setup-content .select-puzzle-category-content .cat-items .cat-item.active{background-color:#ffa200}.setup-content .select-puzzle-category-content .sub-category-item{padding:15px 0;position:relative}.setup-content .select-puzzle-category-content .sub-category-item .cover{text-align:center}.setup-content .select-puzzle-category-content .sub-category-item .cover img{max-width:250px;width:100%;border-radius:5px}@media(min-width: 768px){.setup-content .select-puzzle-category-content .sub-category-item .cover img{max-width:300px}}.setup-content .select-puzzle-category-content .sub-category-item .selected{position:absolute;content:"";left:0;right:0;bottom:0;top:0;display:flex;justify-content:center;align-items:center}.setup-content .select-puzzle-category-content .sub-category-item .selected i{font-size:1.5rem;color:#2bb9ff;width:40px;height:40px;background-color:#ffa200;border-radius:50%;display:flex;justify-content:center;align-items:center}.setup-content .select-puzzle-category-content p{text-align:center}.setup-content .start-game-container{position:absolute;right:10px;bottom:10px;display:flex;justify-content:center}.setup-content #start-game{background-color:#2bb9ff;width:60px;display:flex;justify-content:center;border-radius:5px;align-items:center;cursor:pointer;padding:10px 0;font-size:1.3rem;color:#fff}.setup-content #start-game:hover{background-color:#ffa200}.setup-content .splide__arrow--prev{left:-1em}.setup-content .splide__arrow--next{right:-1em}.setup-notify.error,.setup-notify.success{padding:15px;background-color:#f2f2f2;border-radius:5px}.setup-notify.error{border-top:2px solid #ff3535}.setup-notify.success{border-top:2px solid #48b615}.loader-container{display:flex;justify-content:center;padding:15px 0}.loader-container .loader{border-top:5px solid #2bb9ff;border-radius:50%;width:50px;height:50px;animation:spinLoader 2s linear infinite}@keyframes spinLoader{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.pm-loader-container{position:absolute;content:"";left:0;top:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;z-index:20}.pm-loader-container .pm-loader{background-color:#2bb9ff;width:150px;height:150px;border-radius:10px;box-shadow:0 0 5px rgba(0,0,0,.3);display:flex;justify-content:center;align-items:center;padding:30px;animation:pulsePMLoader 2s infinite}@keyframes pulsePMLoader{0%{transform:scale(1)}50%{transform:scale(1.2)}100%{transform:scale(1)}}.intro-loader{position:absolute;content:"";left:0;right:0;top:-35px;bottom:0;display:none;justify-content:center;align-items:center}.intro-loader .content{position:relative;display:flex;align-items:center;justify-content:center;width:100%;max-width:14rem;margin-top:2rem;margin-bottom:2rem;z-index:50}.intro-loader .content::before,.intro-loader .content::after{content:"";position:absolute;border-radius:50%;animation:masterPulsOut 1.8s ease-in-out infinite;filter:drop-shadow(0 0 1rem rgba(255, 255, 255, 0.75))}.intro-loader .content::before{width:100%;padding-bottom:100%;box-shadow:inset 0 0 0 1rem #fff;animation-name:masterPulsIn}.intro-loader .content::after{width:calc(100% - 2rem);padding-bottom:calc(100% - 2rem);box-shadow:0 0 0 0 #fff}@keyframes masterPulsIn{0%{box-shadow:inset 0 0 0 1rem #fff;opacity:1}50%,100%{box-shadow:inset 0 0 0 0 #fff;opacity:0}}@keyframes masterPulsOut{0%,50%{box-shadow:0 0 0 0 #fff;opacity:0}100%{box-shadow:0 0 0 1rem #fff;opacity:1}}.spm-app{position:relative}.spm-container{position:relative;background:url("../images/games/background_master.jpg");background-repeat:no-repeat;background-size:cover;padding-top:120px;display:flex;flex-direction:column}.spm-container .spm-confetti-container{position:absolute;content:"";left:0;top:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;z-index:999999}.puzzle-mobile{display:flex;flex-direction:column;position:fixed;left:0;top:0;bottom:0;width:100%;background-color:#fff;justify-content:center;align-items:center;z-index:99999}@media(min-width: 768px){.puzzle-mobile{display:none}}.puzzle-container{min-height:100vh;transition:all .3s ease-out}.puzzle-content .puzzle-wrapper{position:relative}.spm-puzzle{padding-bottom:30px;width:fit-content;margin:0 auto;display:flex;flex-direction:column;gap:10px;transition:all .3s ease-out;position:relative;overflow:hidden}.spm-puzzle .spm-top{display:flex;justify-content:space-between;background-color:#000;border-radius:5px}.spm-puzzle .spm-top .moves-container{display:flex;justify-content:flex-end;align-items:center;width:100%;padding-right:10px;color:#fff}.spm-puzzle .spm-top .level-container{display:flex;gap:10px;align-items:center;padding-left:10px}.spm-puzzle .spm-top .level-container .level-item{border-radius:50%;border:1px solid #ffa200;width:15px;height:15px}.spm-puzzle .spm-top .level-container .level-item.active{background-color:#ffa200}.spm-puzzle .spm-wrapper{position:relative;background-color:#fff;max-width:345px;width:100%;min-height:615px;height:100%}.spm-puzzle .spm-cells{background-color:#fff;position:relative;z-index:2}.spm-puzzle .spm-cells .puzzle-block{border-top:1px dashed #fff;border-left:1px dashed #fff;transition:all .2s ease-out;display:flex;justify-content:center;align-items:center}.spm-puzzle .spm-cells .quiz,.spm-puzzle .spm-cells .open-quiz{display:flex;justify-content:center;align-items:center;cursor:pointer}.spm-puzzle .spm-cells .quiz i,.spm-puzzle .spm-cells .open-quiz i{font-size:3rem;color:#ffa200}.spm-puzzle .spm-cells .quiz i:hover,.spm-puzzle .spm-cells .quiz i:focus,.spm-puzzle .spm-cells .open-quiz i:hover,.spm-puzzle .spm-cells .open-quiz i:focus{color:#2bb9ff}.spm-puzzle .puzzle-number{background-color:#fff;padding:5px;border-radius:50%;width:40px;height:40px;display:flex;justify-content:center;align-items:center}.spm-puzzle .start-screen{position:absolute;left:0;top:0;width:100%;bottom:0;display:flex;justify-content:center;align-items:center;z-index:10}.spm-puzzle .btn-play-container{position:absolute;content:"";left:0;right:0;top:0;bottom:0;display:none;justify-content:center;align-items:center;z-index:200}.spm-puzzle .btn-play-container .btn-play{cursor:pointer;color:#ffa200;font-size:5rem;position:relative;left:7px;top:-15px}.spm-puzzle .btn-play-container .btn-play:hover{transform:scale(1.2)}@keyframes slideup{0%{opacity:0;top:80%}100%{opacity:1;top:50%}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.2)}100%{transform:scale(1)}}.spm-cells{position:relative}.spm-cells-footer{position:absolute;bottom:10px;left:0;right:0;z-index:10;display:flex;justify-content:center;align-items:center;gap:15px;padding:0 30px}.spm-cells-footer .footer-item{width:calc(50% - 15px);background-color:#fff;border-radius:25px;padding:8px 15px;display:flex;justify-content:center;align-items:center;gap:10px}.spm-cells-footer .footer-item i{color:#2bb9ff;font-size:1.3rem}.spm-cells-footer .new-game{cursor:pointer;background-color:#2bb9ff;color:#fff;text-transform:uppercase}.spm-cells-footer .new-game:hover{background-color:#fff;color:#2bb9ff}.spm-cells-footer .new-game:hover i{color:#2bb9ff !important}.spm-gameover{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;z-index:2;background-color:rgba(255,255,255,.3)}.spm-gameover .gameover-body{background-color:#fff;width:250px;height:250px;border-radius:10px;box-shadow:0 0 5px rgba(0,0,0,.4);display:flex;justify-content:center;align-items:center;flex-direction:column;gap:10px;text-align:center;padding:15px;text-transform:uppercase}.spm-gameover .gameover-body .spm-new-game{cursor:pointer;background-color:#2bb9ff;color:#fff;text-transform:uppercase;border-radius:10px;border:0}.spm-gameover .gameover-body .spm-new-game:hover{background-color:#ffa200}.btn-notify-finished{width:100px;display:flex;justify-content:center;align-items:center}.quiz-panel{position:absolute;content:"";top:0;right:-100%;bottom:0;display:flex;justify-content:center;background-color:#fff;z-index:2;width:100%;animation:.3s slideIn ease forwards}.quiz-panel .quiz-container{display:flex;flex-direction:column;gap:15px;text-align:center;padding:0 15px}.quiz-panel .body{padding:0 30px}.quiz-panel .quiz-options{display:flex;flex-flow:wrap;border:1px solid #2bb9ff;border-radius:10px;padding:15px;justify-content:center;align-items:center;margin-top:30px;gap:15px;box-shadow:0 0 7px rgba(255,162,0,.6)}.quiz-panel .quiz-options .quiz-option{width:calc(33.33% - 15px);display:flex;justify-content:center;align-items:center}.quiz-panel .quiz-options .quiz-option .num{border-radius:50%;width:45px;height:45px;display:flex;justify-content:center;align-items:center;color:#fff;cursor:pointer;background-color:#2bb9ff}.quiz-panel .quiz-options .quiz-option .num:hover{background-color:#ffa200}.quiz-panel .quiz-options .quiz-option .num.selected{background-color:#ffa200}.quiz-panel.close{animation:.5s slideOut linear forwards}.quiz-panel .close{color:#8d8d8d;display:flex;justify-content:flex-end;margin-bottom:5px;padding-right:10px;padding-top:10px;cursor:pointer;font-size:1.5rem}.quiz-panel .quiz-solve{margin-top:10px;width:100%;border-radius:25px;cursor:pointer;display:none;justify-content:center;align-items:center;background-color:#2bb9ff;color:#fff;text-transform:uppercase;padding:15px 0;animation:jojo .5s ease-in-out forwards}.quiz-panel .quiz-solve:hover{background-color:#ffa200}.quiz-panel .quiz-solve.active{display:flex}.wheel-number{position:absolute;content:"";top:0;left:0;right:0;bottom:0;background-color:#000;display:flex;justify-content:center;align-items:center;z-index:2}.wheel-number .wheel-container{width:100%;display:flex;justify-content:center;flex-direction:column;align-items:center}.wheel-number .wheel-container .wheel-numbers{display:flex;flex-flow:wrap;gap:10px;justify-content:center;padding:30px}.wheel-number .wheel-container .number-item{width:calc(33.33% - 10px)}.wheel-number .wheel-container .number-item .number{display:flex;justify-content:center;align-items:center;border:2px solid #ffa200;color:#ffa200;height:50px}.wheel-number .wheel-container .number-item .number.active{background-color:#ffa200;color:#000}.wheel-number .wheel-container .next-level,.wheel-number .wheel-container .play-master{border-radius:50%;border:2px solid #ffa200;width:45px;height:45px;display:flex;justify-content:center;align-items:center;color:#ffa200;font-size:1.3rem;cursor:pointer;transition:all .3s ease-in-out}.wheel-number .wheel-container .next-level:hover,.wheel-number .wheel-container .play-master:hover{transform:scale(1.3)}.wheel-number .wheel-container .game-over{border-radius:10px;border:2px solid #ffa200;padding:15px;display:flex;justify-content:center;align-items:center;cursor:pointer;text-transform:uppercase;font-family:"Anton",sans-serif;letter-spacing:1px;color:#ffa200}.wheel-number .wheel-container .game-over:hover{background-color:#ffa200;color:#000}.palamania-master-video{width:100%}.palamania-master-video video{width:100%;display:block}@keyframes slideIn{0%{right:-100%}100%{right:0}}@keyframes slideOut{0%{right:0}100%{right:-100%}}@keyframes jojo{0%{transform:scale(0)}50%{transform:scale(1.15)}80%{transform:scale(0.5)}100%{transform:scale(1)}}