.card-notification{z-index:10;position:fixed;top:75px;right:20px;border-radius:5px;padding:10px;box-shadow:2px 2px 10px -5px #ddd;cursor:pointer}.card-notification:after,.card-notification:before{content:"";width:40px;height:5px;background:#fff;z-index:1;position:absolute;top:40%;right:10px;transition:all .5s;opacity:0;border-radius:10px}.card-notification:hover:before{opacity:1;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.card-notification:hover:after{opacity:1;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.card-notification p{margin:0;width:280px}.message{background:#f1f1f1;color:#4f4f4f}.error{background:#ff7676;color:#fff}.success{background:#7a56e8;color:#fff}.full-screen-loading{z-index:100}.full-screen-loading .full-screen-loading-overlay{background:#000;opacity:.95;position:fixed;top:0;left:0;width:100%;height:100vh;-webkit-animation:full-screen-loadingOverlay .25s linear;animation:full-screen-loadingOverlay .25s linear}@-webkit-keyframes full-screen-loadingOverlay{0%{opacity:0}to{opacity:1}}@keyframes full-screen-loadingOverlay{0%{opacity:0}to{opacity:1}}.full-screen-loading .full-screen-loading-text{color:#fff;-webkit-animation:full-screen-loadingText 1.5s linear infinite;animation:full-screen-loadingText 1.5s linear infinite;text-align:center}.full-screen-loading .full-screen-loading-img{background:url(/static/media/v3.378e51ca.svg) no-repeat 50%/contain;position:fixed;top:calc(50vh - 130px);left:calc(50vw - 110px);width:200px;height:200px;display:flex;flex-direction:column;justify-content:flex-end}@-webkit-keyframes full-screen-loadingText{0%{text-shadow:0 0 0 #fff}25%{text-shadow:0 0 2px #fff}50%{text-shadow:0 0 5px #fff}75%{text-shadow:0 0 2px #fff}to{text-shadow:0 0 0 #fff}}@keyframes full-screen-loadingText{0%{text-shadow:0 0 0 #fff}25%{text-shadow:0 0 2px #fff}50%{text-shadow:0 0 5px #fff}75%{text-shadow:0 0 2px #fff}to{text-shadow:0 0 0 #fff}}.register-page{font-family:"Baloo 2",cursive;max-width:1900px;display:flex;flex-direction:row-reverse}.register-page .step-col{background:#f1f1f1;box-shadow:5px 0 10px #ddd;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100px}.step{margin-bottom:100px}.register-page .register-col{background:#fff;height:100vh;padding:0 20px;overflow-y:auto;flex:1 1}.register-page .register-title{margin-top:20px;text-align:center}.register-page .register-text{text-align:center;font-size:1.4em;margin-top:10px}.register-page .register-form{margin-top:20px}.register-page .register-lead{margin-top:10px;text-align:center;opacity:.5}.register-page .register-lead .text-lead{color:#7a56e8;font-weight:700}.register-page .fade-in{opacity:0;transition:all .5s}.register-page .fade-out{opacity:1;transition:all .5s}.register-page .register-form{max-width:600px;margin:0 auto}.register-page .register-form label{margin-top:10px}.register-page .register-form .form-group{display:flex;justify-content:space-between}.register-page .form-group div:first-child{width:60%}.register-page .form-group div:nth-child(2){margin-left:10px;width:40%}.register-page .form3 .form-group div:first-child,.register-page .form3 .form-group div:nth-child(2){width:50%}.register-page .input-field{border:2px solid #f1f1f1;border-radius:10px;color:#7a56e8;width:100%;height:48px;margin:0;padding:10px;background:#f1f1f1}.register-page textarea.input-field{height:70px}.register-page .input-field:focus{border-color:#7a56e8;box-shadow:none}.register-page .input-error{font-size:.9em;color:red;display:block}.register-page .input-file{text-align:center;height:50px;position:relative;cursor:pointer}.register-page .select-file{display:none}.register-page .input-file:hover{background:#ddd}.register-page .image-preview-container{width:150px;height:150px;overflow:hidden;background:none;margin:10px auto;border:2px solid #7a56e8;border-radius:50%;position:relative;box-shadow:5px 5px 5px rgba(122,86,232,.2)}.register-page .image-preview{width:100%;height:100%;object-fit:cover}.register-page .buttons{display:flex;justify-content:space-between;max-width:600px;margin:0 auto}.register-page .previous{background:#fff;color:#7a56e8}.register-page .next,.register-page .previous{margin:10px 0;cursor:pointer;border:none;padding:5px 10px}.register-page .next{color:#fff;background:#7a56e8;border-radius:2px}.register-page button[disabled]{opacity:.5;cursor:default}.register-page .check{width:30px;height:30px;border-radius:50px;background:#fff;text-align:center;margin:5px auto;padding-top:5px;cursor:default}.register-page .current{background:rgba(122,86,232,.2);color:#4f4f4f}.register-page .checked{background:#7a56e8;color:#fff}.register-page .fail{background:#f53b3b;color:#fff}.register-page .already-account{margin-top:30px}.register-page .already-account a{color:orange;font-weight:700}.register-page .login-link{margin-top:25px;text-align:center}.register-page a{color:orange}@media (max-width:800px){.register-page .step-col{width:40px}}@media (max-width:320px){.register-page .form-group div:nth-child(2){margin-left:4px}}.verification-page{font-family:"Baloo 2",cursive;background:rgba(122,86,232,.7);width:100vw;height:100vh;display:flex;justify-content:center;align-items:center}.verification-page .verify-card-container{width:25rem;margin:0 10px;text-align:center;box-shadow:-2px 2px 10px #7a56e8;position:relative}.verification-page .verify-card-container:before{content:" ";width:50px;height:15px;background:#fff;position:absolute;top:0;left:-25px;border-radius:10px}.verification-page .verify-card-container:after{content:" ";width:25px;height:15px;background:#fff;position:absolute;top:20px;left:-10px;border-radius:10px}.verification-page .verify-card-body{background:#fff;border-radius:5px 5px 0 0;padding:20px 25px}.verification-page .verify-re-send{margin-top:20px;background:#fff;border-radius:0 0 5px 5px}.verification-page .verify-re-send-input{background:#f1f1f1;border:none;padding:5px;border-radius:5px;margin:10px 5px}.verification-page .verify-re-send-input:focus{border-color:#7a56e8}.verification-page .verify-re-send-button{color:#fff;border:2px solid #fff;padding:5px 10px;background:#7a56e8;border-radius:2px}.verification-page .verify-card-title{font-size:1.7em}.verification-page .verify-card-text{color:#8f8f8f}@media (max-width:480px){.verification-page .verify-card-container:before{left:-7px}.verification-page .verify-card-container:after{left:-3px}}.login-page{height:100vh;background:rgba(122,86,232,.7);display:flex;justify-content:center;align-items:center;flex-direction:column}.login-page .login-overlay{border-radius:5px 5px 5px 5px;box-shadow:-2px 2px 10px #7a56e8;display:grid;grid-template-columns:1fr 1fr;border-radius:10px;margin:10px 20px;max-width:720px}.login-page .register-col{font-family:"Baloo 2",cursive;text-align:center;color:#fff;padding:10px 20px 30px;border-radius:10px 0 0 10px;background:#7a56e8}.login-page .register-title{font-size:1.7em;font-weight:700;margin-top:100px}.login-page .register-text{font-size:1em}.login-page .register-action{font-size:1em;color:hsla(0,0%,100%,.5);margin-top:100px}.login-page .register-link{border:2px solid #fff;border-radius:50px;background:none;padding:5px 55px;margin-bottom:50px;transition:all .5s;color:#fff;text-decoration:none}.login-page .register-link:hover{color:#7a56e8;cursor:pointer;background:#fff}.login-page .login-col{background:#fff;color:#7a56e8;font-family:"Baloo 2",cursive;text-align:center;padding:10px 20px 30px;border-radius:0 10px 10px 0}.login-page .login-title{font-size:1.7em;font-weight:700;margin-top:60px}.login-page .input-field{border:2px solid #f1f1f1;border-radius:10px;color:#7a56e8;width:100%;margin:10px 0 0;padding:10px;background:#f1f1f1}.login-page .input-field:focus{border-color:#7a56e8}.login-page .see-password{display:flex;align-items:flex-start}.login-page .login-button{color:#fff;border:2px solid #7a56e8;border-radius:50px;background:#7a56e8;padding:5px 0;margin-top:20px;margin-bottom:10px;width:100%;transition:all .5s}.login-page .login-button:hover{background:rgba(122,86,232,.8);border-color:rgba(122,86,232,0);cursor:pointer}.login-page .recover-link,.recover-link:hover{color:orange;text-decoration:none}.login-page .validation{max-width:300px;margin:0 auto;color:#f53b3b}.login-page .retangle-1{height:35px;width:70px;background:#fff;position:absolute;top:0;left:-50px;border-radius:50px}.login-page .retangle-2{height:10px;width:40px;background:#7a56e8;position:absolute;top:35px;left:-25px;border-radius:1000px}.login-page .retangle-3{height:25px;width:70px;background:#fff;position:absolute;top:45px;left:-25px;border-radius:50px}.login-page .login-col{position:relative}.login-page .login-col:before{top:0;left:-30px}.login-page .login-col:after,.login-page .login-col:before{content:" ";width:50px;height:20px;background:#fff;position:absolute;border-radius:10px}.login-page .login-col:after{top:40px;left:-15px}.login-page .register-col{position:relative}.login-page .register-col:before{content:" ";width:50px;height:20px;background:#7a56e8;position:absolute;top:20px;right:-25px;border-radius:10px;z-index:1}@media (max-width:510px){.login-page .login-overlay{grid-template-columns:1fr;width:90%}.login-page .register-col{display:none}.login-page .login-col{border-radius:10px}.login-page .login-col:after,.login-page .login-col:before{content:none}}#gamelist-modal{position:fixed;top:80px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);width:90%;max-height:70vh;overflow-y:scroll;background:#fff;padding:10px;border-radius:10px;z-index:1;box-shadow:2px 2px 10px #9f9f9f}#gamelist-modal .header{display:flex;justify-content:space-between;padding:10px}#gamelist-modal .header img{cursor:pointer}#gamelist-modal .header span{color:#7a56e8}#gamelist-modal .gamelist-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-template-rows:auto;grid-gap:20px 5px}#gamelist-modal .game-item{width:150px;margin:0 auto;cursor:pointer;text-align:center}#gamelist-modal .game-item h6{padding-top:5px}.loading-overlay{background:#f1f1f1;opacity:1;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:10px}.loading-spin{position:absolute;top:calc(50% - 25px);left:calc(50% - 25px);width:50px;height:50px;margin:0 auto;-webkit-animation:spin 1.5s linear infinite;animation:spin 1.5s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}#game-modal{position:fixed;top:100px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);background:#fff;width:270px;border-radius:10px 10px 10px 10px;box-shadow:0 0 10px grey;z-index:10}#game-modal .game-image{width:270px;height:200px;object-fit:cover;border-radius:10px 10px 0 0}#game-modal p{text-align:center;margin:5px}#game-modal div{display:flex;justify-content:space-around;padding:10px 0}#game-modal div button{width:100px;padding:5px 20px;color:#4c4c4c;background:none;border:none;border-radius:10px 10px 10px 10px}#game-modal div button:nth-child(2){background:#f1f1f1;color:#000;transition:all .25s}#game-modal div button:nth-child(2):active{font-size:10px}#game-modal button img{width:20px;height:inherit;border-radius:0;object-fit:cover}#edit-profile{position:fixed;top:75px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-radius:10px;background:#fff;box-shadow:0 0 20px rgba(122,86,232,.5)}.wrap{min-height:370px;min-width:200px;max-height:80vh;overflow:auto}.wrap h2{text-align:center;margin:50px 10px;width:300px}#edit-profile form{padding:0 10px;display:flex;flex-direction:column;align-items:center}#edit-profile form #image{position:fixed;top:-100vh;left:-100vw}#edit-profile .img-profile-edit-wrap{padding:5px;width:auto;margin:0 auto;cursor:pointer;font-size:.01px}#edit-profile .img-profile-edit{width:100px;height:100px;border-radius:50%;object-fit:cover;box-shadow:1px 1px 5px #7a56e8}#edit-profile .input-group{display:flex;justify-content:space-between}#edit-profile form label{width:100%}#edit-profile form .input-group label{width:49%}#edit-profile form input,#edit-profile form textarea{width:100%;border:2px solid #eee;border-radius:5px;background:#eee;padding:0 5px}#edit-profile form input.ok,#edit-profile form textarea.ok{border-color:#eee}#edit-profile form input.not-ok,#edit-profile form textarea.not-ok{border-color:#ff7676}#edit-profile .buttons{display:flex;justify-content:space-around}#edit-profile .buttons .close-form,#edit-profile .buttons .save-form{background:#fff;border:none;padding:5px 20px}#edit-profile .buttons .save-form{background:#7a56e8;color:#fff}#edit-profile .buttons .save-form:hover{opacity:.8;transition:all .5s}@media(max-width:720px){#edit-profile{width:90%;top:75px}}@media(max-height:600px){.wrap{max-height:370px;overflow-y:scroll}}header{background:#fff;font-family:"Baloo 2",cursive;position:fixed;top:0;left:0;width:100%;height:70px;z-index:10;box-shadow:0 0 5px #9f9f9f}header nav{max-width:1200px;margin:0 auto;padding:0 50px;display:flex;justify-content:space-between;align-items:center}nav .search-group{width:100%;height:40px;max-width:490px;display:flex;padding:0 20px;position:relative}nav .search-group label{font-size:.01px}nav .search-group input{width:100%;background:#f1f1f1;color:#4f4f4f;border:2px solid #f1f1f1;border-radius:10px 0 0 10px;padding-left:20px}nav .search-group input:focus{border:2px solid #7a56e8}nav .search-group ::-webkit-input-placeholder{color:#8f8f8f}nav .search-group :-ms-input-placeholder{color:#8f8f8f}nav .search-group ::-ms-input-placeholder{color:#8f8f8f}nav .search-group ::placeholder{color:#8f8f8f}nav .search-group select{-moz-appearance:none;-webkit-appearance:none;appearance:none;width:120px;color:#fff;padding:0 10px;cursor:pointer;border:2px solid #7a56e8;border-radius:0 10px 10px 0;background:#7a56e8;background-image:url(/static/media/arrow-down-select.b5f169ef.svg);background-repeat:no-repeat;background-position:right 5px top 50%,0 0;background-size:12px}nav .search-results{width:400px;position:absolute;top:55px;left:20px;background:#fff;border-radius:0 0 10px 10px}nav .search-results .loading-overlay{border-radius:0}nav .search-results .result-item{display:flex;align-items:center;padding:5px 20px;text-decoration:none;color:#4c4c4c;border-bottom:1px solid #f1f1f1;cursor:pointer}nav .search-results .result-item:last-child{border-radius:0 0 10px 10px}nav .search-results .result-item:hover{background:#f1f1f1}nav .search-results .result-item.blank:hover{background:#fff;cursor:default}nav .search-results .result-item img{width:75px;height:75px;border-radius:10px;object-fit:cover}nav .search-results .result-item p{flex:1 1;margin-left:20px}nav .nav-profile{margin:10px 0;display:flex;align-items:center;position:relative}.nav-profile span{margin-right:25px;overflow:hidden;text-overflow:ellipsis;max-width:300px;white-space:nowrap}.nav-profile .arrow-profile{padding:10px;cursor:pointer;transition:all .5s}.nav-profile .arrow-profile.show{-webkit-transform:rotate(180deg);transform:rotate(180deg);transition:all .25s}.nav-profile .img-profile{width:50px;height:50px;overflow:hidden;background:none;border-radius:50%;object-fit:cover}.nav-profile .sub-nav{background:#fff;position:absolute;bottom:-78px;right:0;width:100px;z-index:1;border-radius:0 0 10px 10px;box-shadow:1px 1px 1px #9f9f9f}.nav-profile .sub-nav.hidden{display:none}.nav-profile .sub-nav.show{display:block}.nav-profile .sub-nav ul{display:flex;flex-direction:column;margin:0}.nav-profile .sub-nav ul li{list-style:none;padding:5px 10px;cursor:pointer;display:flex;justify-content:space-between}.nav-profile .sub-nav ul li:hover{background:#f1f1f1;transition:color .25s}.nav-profile .sub-nav ul li:nth-child(3):hover{border-radius:0 0 10px 10px}.nav-profile .sub-nav ul li.sub-nav-img{display:none}.nav-profile .sub-nav .icon{width:16px}.responsive-home{display:none}.responsive-home img{margin:10px 10px 1px;border:2px solid #7a56e8;border-radius:10px;background:#7a56e8}@media(max-width:720px){nav .search-group select{width:200px}.nav-profile span{max-width:70px}header nav{padding:0 10px}}@media(max-width:600px){.nav-profile span{display:none}}@media(max-width:520px){header nav{padding:0 10px}nav .logo{display:none}nav .search-group select{width:150px}nav .search-results{width:300px}.responsive-home{display:block;position:fixed;bottom:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}}@media(max-width:480px){.nav-profile .img-profile{display:none}.nav-profile .sub-nav ul li.sub-nav-img{display:flex}.nav-profile .sub-nav ul li.sub-nav-img img{width:50px;height:50px;border-radius:50%;object-fit:cover}.nav-profile .sub-nav{bottom:-155px}}@media(max-width:350px){nav .search-results{width:270px}}.user-404{display:flex;justify-content:center;align-items:center;height:100vh;margin:0}.profile-page,.user-404{font-family:"Baloo 2",cursive}.profile-page{margin-top:70px}.profile-banner{width:100%;max-height:400px;overflow:hidden}.profile-banner .blank-banner{height:400px;background:#f9f9f9;display:flex;justify-content:center;align-items:center}.profile-banner img{width:105%;height:105%;margin-left:-5%;transition:all .5s}.profile-banner img:hover{-webkit-transform:scale(1.1);transform:scale(1.1);margin-left:0}.profile-page .profile{max-width:1200px;margin:-110px auto 0;display:grid;grid-template-columns:1fr 2fr 1fr;grid-template-rows:auto minmax(200px,auto);grid-gap:20px 10px;padding:0 50px 20px;border-bottom:1px solid #7a56e8}.profile .profile-image{z-index:1;width:200px;height:200px;overflow:hidden;background:none;border-radius:50%;object-fit:cover;border:5px solid #f1f1f1;box-shadow:1px 1px 10px rgba(122,86,232,.2);background:#f1f1f1}.profile .profile-name{margin-top:150px;background:#fff;border-radius:10px;display:flex;align-items:center}.profile h1{margin:0 50px;font-size:32px}.profile-state{max-width:200px}.profile-state .profile-like-dislike{display:flex;justify-content:space-around}.profile-state .profile-like-dislike div{display:flex;align-items:center;font-size:18px;cursor:pointer;margin-top:10px}.profile-state .profile-since{text-align:center;margin-top:20px;font-size:16px;color:#8f8f8f}.profile .profile-info{font-size:22px}.profile .profile-interactions{display:flex;flex-direction:column;align-items:center;cursor:default}.profile .profile-interactions p{font-size:20px;text-align:center;color:#8f8f8f}.profile-page .email{grid-column:1/4;text-align:center;color:#9f9f9f}.profile-page .buttons{display:flex;justify-content:space-between;width:200px;margin:0 auto}.profile-page .buttons button{width:100px;background:rgba(122,86,232,.8);color:#fff;border:none;border-radius:0 0 0 5px}.profile-page .buttons button:nth-child(2){border-radius:0 0 5px 0}.profile-page .buttons button.selected{background:#7a56e8}.platforms{grid-template-columns:1fr 1fr;grid-template-rows:50px 50px;grid-gap:5px 5px;max-width:540px;margin:0 auto}.platforms .platform-container div{display:flex;flex-direction:row}.platforms .platform-container .platform{background:#f8f8f8;color:#4f4f4f;border:none;border-radius:5px 0 0 5px;width:100%;max-width:215px;padding:3px 0 0 5px;height:30px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:600}.platforms .platform-container .platform:hover{cursor:default}.profile-page .copy{height:30px;width:50px;border-radius:0 5px 5px 0;display:flex;justify-content:center;color:#fff;background:#7a56e8;cursor:pointer;background-image:url(/static/media/copy.24ddeafa.svg);background-repeat:no-repeat;background-position:50%;background-size:14px}.profile-page .gamelist-title{text-align:center;margin:25px 0 20px;font-size:32px}.profile-page .gamelist{width:100%;max-width:1200px;margin:0 auto 48px;padding:0 20px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;grid-gap:5px}.gamelist .game-item{max-width:150px;margin:0 auto;cursor:pointer}.game-item img{width:150px;height:100px;object-fit:cover;border-radius:3px}.game-item a:focus img,.game-item img:hover{box-shadow:1px 1px 5px #7a56e8}.gamelist .game-item h2{font-size:16px;padding-top:5px;text-align:center}.game-item.game-number{display:flex;justify-content:center;align-items:center;width:150px;height:100px;background:url(/static/media/border.c5789039.svg);background-position:50%;background-repeat:no-repeat;background-size:contain}.game-item.game-number h2{font-size:20px;color:#7a56e8;font-weight:600}@media (max-width:970px){.profile-page .gamelist{grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:auto auto}}@media (max-width:650px){.profile-page .gamelist{grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto}}@media (max-width:720px){.profile-page .profile{grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto auto}.profile-page .profile-image{grid-column:1/3;grid-row:1/1;margin-left:auto;margin-right:auto}.profile-page .profile-name{grid-column:1/3;grid-row:2/2;margin-top:0;justify-content:center}.profile h1{margin:0;font-size:32px;text-align:center}.profile-page .profile-state{grid-column:1/1;grid-row:3/3;justify-content:center}.profile-page .profile-interactions{grid-column:2/2;grid-row:3/3;justify-content:center}.profile-page .profile-state{justify-content:space-between}.profile-page .profile-info{grid-column:1/3;grid-row:4/4}.profile-page .gamelist{padding:0 5px}.profile-page .platforms{grid-column:1/3;grid-row:4/4}}@media (max-width:500px){.profile-page .gamelist{grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto;padding:0 5px}.gamelist .game-item{margin:0 auto}}@media (max-width:480px){.platforms{grid-template-columns:1fr;grid-template-rows:auto}}#home-page-container{margin:90px auto 10px;width:90%;max-width:1200px}.main-text .text-highlight{font-size:3rem;background:-webkit-linear-gradient(45deg,#7a56e8,#00e963);-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.25;font-weight:900}.main-text h2.title{font-size:2.5rem;font-weight:900;text-align:justify}.main-text p{font-size:1.5rem;color:rgba(87,88,92,.75);text-align:justify;line-height:1.2}.main-text{padding:40px 10px 14px 0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto auto}.player-container{padding:24px 10px;margin:24px 0;display:flex;background:#ececec;border-radius:5px;flex-wrap:wrap}.player-container.recommended{justify-content:flex-end}.player-container.game{text-align:center}.player-container .text{flex:1 1;font-size:2rem;color:rgba(87,88,92,.8)}.player-container.game .text{flex-basis:100%}p.others{font-size:1.5rem;color:rgba(87,88,92,.75);margin-top:24px}.player-container .text svg{fill:rgba(87,88,92,.8);width:16px;height:16px;margin-left:8px}.player-container .game-block .game-image,.player-container .player-block .profile-image{width:114px;height:114px;overflow:hidden;background:none;border-radius:50%;z-index:2;position:relative}.player-container .game-block .game-image{border-radius:3px}.player-container .game-image img,.player-container .profile-image img{width:100%;height:100%;object-fit:cover}.player-container .game-block,.player-container .player-block{margin:6px 10px;width:100%;max-width:120px;position:relative;cursor:pointer}.player-container .game-block .title,.player-container .player-block .title{font-size:14px;margin-top:5px;line-height:1.1;text-align:center}.player-container .player-block.recommended:after{content:"";width:120px;height:120px;border-radius:50%;background:gradient(45deg,#7a56e8,#00e963,#7a56e8,#7a56e8);position:absolute;top:-3px;left:-3px;z-index:1;background:-webkit-linear-gradient(45deg,#7a56e8,#00e963,#7a56e8,#7a56e8);background-size:100% 100%;-webkit-animation:recommended-player 1s linear infinite;animation:recommended-player 1s linear infinite}@-webkit-keyframes recommended-player{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes recommended-player{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.my-site{text-align:center;padding:2px 4px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto}.my-site a{color:#7845df}@media (max-width:580px){.player-container.recommended{justify-content:center}.player-container.recommended .text{text-align:center;flex-basis:100%}.player-container.recommended .text svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.main-text{padding-top:10px}.main-text h2.title,.main-text p{text-align:center}.game-block.hide-in-mobile{display:none}#home-page-container{margin-bottom:70px}}*{padding:0;margin:0;box-sizing:border-box;outline:0}body{font-family:"Baloo 2",Helvetica,sans-serif;color:#4f4f4f;font-size:1em;background:#f1f1f1}.fadeInComponent{-webkit-animation:fadeInComponent .25s linear;animation:fadeInComponent .25s linear}@-webkit-keyframes fadeInComponent{0%{opacity:0}to{opacity:1}}@keyframes fadeInComponent{0%{opacity:0}to{opacity:1}}.toLeftSlideComponent{-webkit-animation:toLeftSlideComponent .5s linear;animation:toLeftSlideComponent .5s linear}@-webkit-keyframes toLeftSlideComponent{0%{position:fixed;top:0;right:-100vw}to{position:fixed;top:0;right:0}}@keyframes toLeftSlideComponent{0%{position:fixed;top:0;right:-100vw}to{position:fixed;top:0;right:0}}.d-block{display:block}.d-flex{display:flex}.d-none{display:none}.d-grid{display:grid}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1;border-top-right-radius:10px}::-webkit-scrollbar-thumb{background:#888;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#4c4c4c}::-webkit-scrollbar-thumb:active{background:#1c1c1c}
/*# sourceMappingURL=main.674cda2a.chunk.css.map */