@import "https://fonts.googleapis.com/css2?family=Montserrat&display=swap";
.gamePage-module__ujjPUa__main__container{width:100vw;height:auto}.gamePage-module__ujjPUa__page{width:100vw;height:100vh}.gamePage-module__ujjPUa__first__page{border-bottom:2px solid var(--theme-color-decor-2);height:90vh;position:relative}.gamePage-module__ujjPUa__center__container{flex-direction:column;justify-content:center;align-items:center;width:80%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-35%)}.gamePage-module__ujjPUa__center__container .gamePage-module__ujjPUa__title{color:var(--text-color-1);mix-blend-mode:difference;text-wrap:nowrap;margin:0;font-size:7rem;font-style:italic}.gamePage-module__ujjPUa__stat__box{background-color:var(--theme-color-tone-1);border-radius:var(--border-radius-large);border:2px solid var(--theme-color-decor-2);flex-direction:column;justify-content:center;align-items:center;width:75%;height:20%;display:flex;position:absolute;bottom:0;left:50%;transform:translate(-50%,50%);box-shadow:0 0 20px #000000bf}.gamePage-module__ujjPUa__stat__box__section{border-bottom:1px solid var(--theme-color-tone-2);justify-content:space-evenly;align-items:center;width:95%;height:50%;display:flex}.gamePage-module__ujjPUa__stat{color:var(--text-color-1);flex-direction:column;justify-content:center;align-items:center;display:flex}.gamePage-module__ujjPUa__stat p{margin:0;font-size:1.25rem;font-weight:700}.gamePage-module__ujjPUa__stat p:nth-child(2){color:var(--text-color-3);font-size:10px;font-weight:900}.gamePage-module__ujjPUa__reviews__page{flex-direction:column;justify-content:space-between;align-items:center;height:auto;margin-bottom:10vh;display:flex}.gamePage-module__ujjPUa__reviews__page .gamePage-module__ujjPUa__dummy{width:100%;height:10vh}@media only screen and (max-width:600px){.gamePage-module__ujjPUa__center__container .gamePage-module__ujjPUa__title{text-wrap:wrap;text-align:center;width:100%;color:var(--text-color-1);font-size:1.75rem}.gamePage-module__ujjPUa__stat__box{width:95%;height:25%;transform:translate(-50%,33%)}.gamePage-module__ujjPUa__stat__box__section{flex-wrap:wrap;justify-content:space-evenly;align-items:center;display:flex}.gamePage-module__ujjPUa__stat__box__section:first-child{height:66%}.gamePage-module__ujjPUa__stat__box__section:nth-child(2){height:34%}.gamePage-module__ujjPUa__stat{width:auto;padding:5px}.gamePage-module__ujjPUa__stat p:nth-child(2){font-size:.5rem}}
.ratingBar-module__kwIuqW__main__bar{background:#00000040;width:100%;max-width:80vw;display:flex;position:relative}.ratingBar-module__kwIuqW__main__bar .ratingBar-module__kwIuqW__rating__label{background:var(--text-color-1);border-radius:var(--border-radius-small);padding:5px 5px 3px;position:absolute;top:130%}.ratingBar-module__kwIuqW__main__bar .ratingBar-module__kwIuqW__rating__label:before{content:" ";border:8px solid #0000;border-bottom-color:var(--text-color-1);width:0;height:0;position:absolute;top:-55%;left:50%;transform:translate(-50%)}.ratingBar-module__kwIuqW__rating__label h1{color:#252525;margin:0;font-size:100%}.ratingBar-module__kwIuqW__color__bar{justify-content:flex-end;height:100%;display:flex}.ratingBar-module__kwIuqW__marker{background:var(--text-color-1);width:2px;height:100%}
.post-module__KsQJPW__posts__container{justify-content:flex-start;align-items:center;padding:25px 5vw;display:flex;overflow-x:auto}.post-module__KsQJPW__posts__container::-webkit-scrollbar{height:2px}.post-module__KsQJPW__post__card{border:1px solid var(--text-color-2);border-radius:var(--border-radius-large);flex-direction:column;justify-content:center;align-items:center;width:35vw;height:30vh;margin:0 15px;display:flex;overflow:hidden;box-shadow:0 0 20px #000000bf}.post-module__KsQJPW__post__card h3{color:var(--text-color-1);margin:5px 10px}.post-module__KsQJPW__post__card p{color:var(--text-color-3);text-align:justify;text-transform:none;margin:10px 15px}.post-module__KsQJPW__title__bar{border-bottom:1px solid var(--theme-color-tone-2);justify-content:space-between;align-items:center;width:100%;height:20%;display:flex}.post-module__KsQJPW__text__box{width:100%;height:70%;max-height:75%;font-size:14px;overflow-y:auto}.post-module__KsQJPW__footer{background-color:var(--theme-alter-2);justify-content:flex-end;align-items:center;width:100%;height:10%;font-size:9px;font-style:italic;display:flex;overflow-y:hidden}.post-module__KsQJPW__more__button{justify-content:center;align-items:end;height:30vh;margin:0 15px;display:flex}.post-module__KsQJPW__more__button a{color:var(--text-color-1);padding:5px 15px;font-size:12px;font-style:italic;font-weight:600;text-decoration:underline;transition:all .25s ease-in-out}.post-module__KsQJPW__more__button a:hover{cursor:pointer;color:var(--text-color-2)}.post-module__KsQJPW__delete__button{border-radius:var(--border-radius-small);color:#050505;text-transform:none;background:#dc143c;margin:5px 10px;padding:1px 6px;font-weight:600;transition:all .25s ease-in-out}.post-module__KsQJPW__delete__button:hover{cursor:pointer;opacity:.7}@media only screen and (max-width:600px){.post-module__KsQJPW__post__card{width:70vw;height:50vh}.post-module__KsQJPW__more__button{height:50vh}}
.modal-module__V-rQna__overlay{z-index:101;background:#000c;justify-content:center;align-items:center;width:100vw;height:100vh;position:fixed;top:0;left:0}.modal-module__V-rQna__window{background:var(--theme-color-tone-1);border-radius:var(--border-radius-large);border:1px solid var(--text-color-2);overflow:hidden;box-shadow:0 0 20px #000000bf}.modal-module__V-rQna__window__toolbar{border-bottom:1px solid var(--theme-color-tone-2);justify-content:space-between;align-items:center;width:100%;height:15%;display:flex}.modal-module__V-rQna__window__content{width:100%;height:85%}.modal-module__V-rQna__window__title{color:var(--text-color-1);margin:0 15px;font-style:italic}.modal-module__V-rQna__window__close__button{color:#dc143c;background:var(--theme-alter-2);text-transform:none;border-radius:var(--border-radius-small);border:1px solid #dc143c;margin:0 15px;padding:3px 9px;font-weight:700;transition:all .25s ease-in-out}.modal-module__V-rQna__window__close__button:hover{opacity:.6;cursor:pointer}
.dashboard-module__Ap9lTa__login__container{flex-direction:column;justify-content:center;align-items:center;width:100vw;height:90vh;display:flex}.dashboard-module__Ap9lTa__login{border-radius:var(--border-radius-small);color:var(--theme-color-decor-1);background:var(--theme-alter-2);border:1px solid var(--theme-color-decor-1);padding:5px 25px;font-style:italic;font-weight:700;text-decoration:none;transition:all .25s ease-in-out}.dashboard-module__Ap9lTa__login:hover{opacity:.7;cursor:pointer}.dashboard-module__Ap9lTa__main__container{color:#efefef;flex-direction:column;justify-content:flex-start;align-items:center;width:100vw;height:auto;min-height:90vh;display:flex}.dashboard-module__Ap9lTa__optionBar__container{background:var(--theme-color-tone-2);flex-direction:row;justify-content:flex-start;align-items:center;width:100vw;padding:1vh 0;display:flex}.dashboard-module__Ap9lTa__optionBar__container div *{cursor:pointer}.dashboard-module__Ap9lTa__optionBar__container div a{color:var(--text-color-2);background:var(--text-color-3);border-radius:var(--border-radius-small);margin:0 10px;padding:3px 10px;font-size:.75rem;font-style:italic;font-weight:700;transition:all .25s ease-in-out}.dashboard-module__Ap9lTa__optionBar__container div a:last-child{color:#dc143c;background:var(--theme-color-tone-1);border:1px solid #dc143c}.dashboard-module__Ap9lTa__optionBar__container div a:hover{opacity:.7}.dashboard-module__Ap9lTa__filterBar__container{background:var(--theme-color-tone-2);border-radius:var(--border-radius-small);-webkit-user-select:none;user-select:none;flex-wrap:wrap;justify-content:space-between;align-items:center;width:90%;height:auto;margin-top:5vh;padding:10px;display:flex}.dashboard-module__Ap9lTa__filterBar__container .dashboard-module__Ap9lTa__ordering{justify-content:space-between;align-items:center;width:auto;min-height:40px;padding:0% 2%;display:flex}.dashboard-module__Ap9lTa__filterBar__container .dashboard-module__Ap9lTa__ordering div{margin-bottom:1px}.dashboard-module__Ap9lTa__filterBar__container p{color:var(--text-color-3);margin:0 10px 0 0;font-size:small;font-weight:700}.dashboard-module__Ap9lTa__filterBar__container button{text-transform:uppercase;color:var(--text-color-2);background:var(--text-color-3);border-radius:var(--border-radius-small);cursor:pointer;border:none;margin:2px 3px 2px 0;padding:3px 10px 2px;font-size:x-small;font-style:italic;font-weight:700;transition:all .25s ease-in-out}.dashboard-module__Ap9lTa__filterBar__container button:hover{opacity:.65}.dashboard-module__Ap9lTa__filterBar__container .dashboard-module__Ap9lTa__ordering .dashboard-module__Ap9lTa__toggled,.dashboard-module__Ap9lTa__filterBar__container .dashboard-module__Ap9lTa__direction .dashboard-module__Ap9lTa__toggled{background:var(--theme-color-tone-1);color:var(--theme-color-decor-1)}.dashboard-module__Ap9lTa__filterBar__container .dashboard-module__Ap9lTa__direction{justify-content:space-between;align-items:center;width:auto;min-height:40px;padding:0% 2%;display:flex}.dashboard-module__Ap9lTa__filterBar__container .dashboard-module__Ap9lTa__direction div{margin-bottom:3px}.dashboard-module__Ap9lTa__gameCard__container{flex-direction:column;justify-content:flex-start;align-items:center;width:80vw;height:auto;min-height:100vh;padding:0 0 5vh;display:flex}.dashboard-module__Ap9lTa__form{background:var(--theme-color-tone-2);border-radius:var(--border-radius-large);border:2px solid var(--theme-alter);box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:90%;max-width:1000px;margin:2vh auto;padding:2vh 0;display:none}.dashboard-module__Ap9lTa__form__content{box-sizing:border-box;flex-direction:column;gap:25px;width:95%;display:flex}.dashboard-module__Ap9lTa__form__section{box-sizing:border-box;flex-direction:column;gap:15px;width:100%;display:flex}.dashboard-module__Ap9lTa__form__section__title{color:var(--theme-color-decor-1);text-transform:uppercase;border-bottom:1px solid var(--theme-alter);margin:0;padding:0 0 10px;font-size:.9rem;font-style:italic;font-weight:700}.dashboard-module__Ap9lTa__form__grid{box-sizing:border-box;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;width:100%;display:grid}.dashboard-module__Ap9lTa__form__row{box-sizing:border-box;flex-wrap:wrap;gap:15px;width:100%;display:flex}.dashboard-module__Ap9lTa__form__field{box-sizing:border-box;flex-direction:column;flex:1;gap:8px;min-width:170px;max-width:100%;display:flex}.dashboard-module__Ap9lTa__form__field label{color:var(--text-color-3);text-transform:uppercase;align-items:center;gap:8px;font-size:.75rem;font-style:italic;font-weight:700;display:flex}.dashboard-module__Ap9lTa__form__field label svg{color:var(--theme-color-decor-1);flex-shrink:0;font-size:1.1rem}.dashboard-module__Ap9lTa__checkbox__label{cursor:pointer;border-radius:var(--border-radius-small);background:var(--theme-alter);border:2px solid var(--theme-alter);box-sizing:border-box;width:100%;padding:12px 15px;transition:all .25s ease-in-out;flex-direction:row!important;justify-content:space-between!important}.dashboard-module__Ap9lTa__checkbox__label:hover{background:var(--theme-alter-2);border-color:var(--theme-color-decor-1)}.dashboard-module__Ap9lTa__checkbox__label input[type=checkbox]{cursor:pointer;width:22px;height:22px;accent-color:var(--theme-color-decor-1);flex-shrink:0;margin:0}.dashboard-module__Ap9lTa__form__field input:not([type=checkbox]),.dashboard-module__Ap9lTa__form__field textarea{box-sizing:border-box;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;width:100%;color:var(--text-color-1);background:var(--theme-alter-2);border:2px solid var(--theme-alter);border-radius:var(--border-radius-small);text-transform:none;padding:10px 12px;font-size:.85rem;font-style:italic;transition:all .25s ease-in-out}.dashboard-module__Ap9lTa__form__field input:not([type=checkbox]):focus,.dashboard-module__Ap9lTa__form__field textarea:focus{border-color:var(--theme-color-decor-1);background:var(--theme-alter);outline:none}.dashboard-module__Ap9lTa__form__field input::placeholder,.dashboard-module__Ap9lTa__form__field textarea::placeholder{color:var(--text-color-2);opacity:.6}.dashboard-module__Ap9lTa__form__field textarea{resize:vertical;min-height:100px;font-family:inherit}.dashboard-module__Ap9lTa__form__button__container{justify-content:center;align-items:center;gap:15px;margin-top:10px;display:flex}.dashboard-module__Ap9lTa__form__button__reset,.dashboard-module__Ap9lTa__form__button__submit{text-transform:uppercase;border-radius:var(--border-radius-small);cursor:pointer;border:1px solid;padding:8px 20px;font-size:.75rem;font-style:italic;font-weight:700;transition:all .25s ease-in-out}.dashboard-module__Ap9lTa__form__button__reset{color:var(--text-color-3);background:var(--theme-alter-2);border-color:var(--text-color-3)}.dashboard-module__Ap9lTa__form__button__reset:hover{opacity:.7;background:var(--theme-alter)}.dashboard-module__Ap9lTa__form__button__submit{color:var(--theme-color-decor-1);background:var(--theme-alter-2);border-color:var(--theme-color-decor-1)}.dashboard-module__Ap9lTa__form__button__submit:hover{background:var(--theme-color-tone-1);opacity:.9}@media only screen and (max-width:1200px){.dashboard-module__Ap9lTa__gameCard__container{width:100vw}.dashboard-module__Ap9lTa__filterBar__container{width:90%}.dashboard-module__Ap9lTa__filterBar__container a{margin:2px}.dashboard-module__Ap9lTa__filterBar__container p{font-style:italic}.dashboard-module__Ap9lTa__filterBar__container .dashboard-module__Ap9lTa__ordering{border-bottom:1px solid var(--theme-alter);width:95%}.dashboard-module__Ap9lTa__filterBar__container .dashboard-module__Ap9lTa__ordering div{flex-wrap:wrap;justify-content:flex-end;padding:10px 0;display:flex}.dashboard-module__Ap9lTa__filterBar__container .dashboard-module__Ap9lTa__direction{justify-content:space-between;align-items:center;width:95%}.dashboard-module__Ap9lTa__filterBar__container .dashboard-module__Ap9lTa__direction div{flex-wrap:wrap;justify-content:flex-end;display:flex}}@media only screen and (max-width:900px){.dashboard-module__Ap9lTa__form{width:96%;padding:2vh 0}.dashboard-module__Ap9lTa__form__content{gap:20px;width:98%}.dashboard-module__Ap9lTa__form__section{gap:12px}.dashboard-module__Ap9lTa__form__grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;width:100%}.dashboard-module__Ap9lTa__form__row{gap:12px;width:100%}.dashboard-module__Ap9lTa__form__field{min-width:150px;max-width:100%}.dashboard-module__Ap9lTa__form__field input:not([type=checkbox]),.dashboard-module__Ap9lTa__form__field textarea{width:100%;padding:9px 11px}}@media only screen and (max-width:600px){.dashboard-module__Ap9lTa__welcome__container{flex-direction:column}.dashboard-module__Ap9lTa__welcome__container h1{font-size:7vw}.dashboard-module__Ap9lTa__form{width:98%;margin:1vh auto;padding:1.5vh 0}.dashboard-module__Ap9lTa__form__content{gap:16px;width:95%}.dashboard-module__Ap9lTa__form__section{gap:10px;width:100%}.dashboard-module__Ap9lTa__form__section__title{width:100%;font-size:.8rem}.dashboard-module__Ap9lTa__form__grid{grid-template-columns:1fr;gap:10px;width:100%}.dashboard-module__Ap9lTa__form__row{flex-direction:column;gap:10px;width:100%}.dashboard-module__Ap9lTa__form__field{width:100%;min-width:100%;max-width:100%}.dashboard-module__Ap9lTa__form__field label{width:100%;font-size:.7rem}.dashboard-module__Ap9lTa__form__field input:not([type=checkbox]),.dashboard-module__Ap9lTa__form__field textarea{box-sizing:border-box;width:100%;padding:8px 9px;font-size:.78rem}.dashboard-module__Ap9lTa__checkbox__label{box-sizing:border-box;width:100%}.dashboard-module__Ap9lTa__form__button__container{flex-direction:column;gap:8px;width:100%}.dashboard-module__Ap9lTa__form__button__reset,.dashboard-module__Ap9lTa__form__button__submit{box-sizing:border-box;width:100%;padding:10px 12px}.dashboard-module__Ap9lTa__optionBar__container{justify-content:center}}
.loader-module__Pt_CGG__loading__container{flex-direction:column;justify-content:center;align-self:center;align-items:center;padding:0 0 25px;display:flex}.loader-module__Pt_CGG__loading__title{color:var(--text-color-1);font-size:1.15rem}.loader-module__Pt_CGG__loading__circle{border:6px solid #0003;border-top:6px solid var(--text-color-1);border-radius:50%;width:20px;height:20px;animation:.75s linear infinite loader-module__Pt_CGG__spin}@keyframes loader-module__Pt_CGG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.reviewCard-module__TphUZa__card{border-radius:var(--border-radius-small);cursor:pointer;width:90%;height:auto;margin-top:10px;padding:10px;transition:all .25s ease-in-out;position:relative}.reviewCard-module__TphUZa__card:hover .reviewCard-module__TphUZa__delete{display:flex}.reviewCard-module__TphUZa__card:hover{background:var(--theme-color-tone-2)}.reviewCard-module__TphUZa__card__main{justify-content:space-between;align-items:center;width:100%;display:flex}.reviewCard-module__TphUZa__card__sub{flex-wrap:wrap;align-items:center;width:100%;margin-top:5px;display:flex}.reviewCard-module__TphUZa__hashtag{color:var(--text-color-3);background:var(--theme-color-tone-2);border-radius:var(--border-radius-large);margin:5px 15px 0 0;padding:5px;font-size:8px;font-weight:600}.reviewCard-module__TphUZa__card__image{justify-content:center;align-items:center;width:5%;height:100%;font-size:.75rem;display:flex}.reviewCard-module__TphUZa__card__image h1{height:100%;color:var(--text-color-2);opacity:.5;justify-content:center;align-items:center;margin:0;display:flex}.reviewCard-module__TphUZa__card__image .reviewCard-module__TphUZa__rotate svg{transform:rotate(-45deg)}.reviewCard-module__TphUZa__card__mid{justify-content:space-between;align-items:center;width:80%;display:flex}.reviewCard-module__TphUZa__card__mid .reviewCard-module__TphUZa__card__mid__text{flex-direction:column;justify-content:center;align-items:start;width:40%;display:flex}.reviewCard-module__TphUZa__card__mid .reviewCard-module__TphUZa__card__mid__icons{justify-content:space-between;align-items:center;width:60%;display:flex}.reviewCard-module__TphUZa__card__title{color:var(--text-color-1);margin:0;font-size:.75rem}.reviewCard-module__TphUZa__card__user{color:var(--text-color-2);margin:0;font-size:.55rem;font-weight:600}.reviewCard-module__TphUZa__card__score{width:10%;color:var(--text-color-1);justify-content:flex-end;margin:0 15px;font-size:1.25rem;display:flex}.reviewCard-module__TphUZa__card .reviewCard-module__TphUZa__delete{border-radius:var(--border-radius-small);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:10;justify-content:space-between;align-items:center;width:100%;height:100%;display:none;position:absolute;top:0;left:0}.reviewCard-module__TphUZa__card .reviewCard-module__TphUZa__delete h1{max-width:40%;margin-left:15px}.reviewCard-module__TphUZa__card .reviewCard-module__TphUZa__delete a{border-radius:var(--border-radius-small);cursor:pointer;justify-content:center;align-items:center;margin:10px 15px 10px 0;padding:5px 12px;font-size:10px;font-weight:600;transition:all .25s ease-in-out;display:inline-flex}.reviewCard-module__TphUZa__card .reviewCard-module__TphUZa__delete .reviewCard-module__TphUZa__edit{color:var(--text-color-2);background:var(--text-color-3)}.reviewCard-module__TphUZa__card .reviewCard-module__TphUZa__delete .reviewCard-module__TphUZa__remove{color:#4b0000;background:#dc143c;border:1px solid #dc143c}.reviewCard-module__TphUZa__card .reviewCard-module__TphUZa__delete a:hover{opacity:.6}@media only screen and (max-width:1200px){.reviewCard-module__TphUZa__card__image{width:10%}.reviewCard-module__TphUZa__card__mid .reviewCard-module__TphUZa__card__mid__text{padding:0 10px}}@media only screen and (max-width:600px){.reviewCard-module__TphUZa__card{background:var(--theme-color-tone-2)}.reviewCard-module__TphUZa__card__image{width:auto}}
.titleComponent-module__2ZKw0q__wrapper{background:linear-gradient(90deg,var(--theme-color-decor-1),var(--theme-color-decor-2));justify-content:center;align-items:center;width:100%;height:auto;padding:5vh 0;display:flex}.titleComponent-module__2ZKw0q__title__container{justify-content:space-between;align-items:center;width:90%;height:5vh;display:flex}.titleComponent-module__2ZKw0q__title__container h1{color:var(--theme-color-tone-2);margin:0;font-family:Tektur;font-style:italic}
.gamesComponent-module__1FoOxW__main__container{width:100vw;min-height:90vh}.gamesComponent-module__1FoOxW__title__container{flex-wrap:wrap;justify-content:center;padding:25px;display:flex}.gamesComponent-module__1FoOxW__title__container div{background:var(--theme-color-tone-1);border:2px solid var(--theme-color-tone-2);border-radius:var(--border-radius-large);cursor:default;margin:10px 25px;padding:10px 25px;transition:all .25s ease-in-out;box-shadow:0 0 20px #000000bf}.gamesComponent-module__1FoOxW__title__container div:hover{background:var(--theme-color-tone-2);cursor:pointer}.gamesComponent-module__1FoOxW__title__container div:hover .gamesComponent-module__1FoOxW__item__box{color:var(--text-color-1)}.gamesComponent-module__1FoOxW__title__container .gamesComponent-module__1FoOxW__item__box{color:var(--text-color-3);margin:0;font-style:italic;transition:all .25s ease-in-out}.gamesComponent-module__1FoOxW__title__container h1{font-size:1.25rem}.gamesComponent-module__1FoOxW__title__container p{color:var(--text-color-2);margin:0;font-size:.85rem;font-style:italic;font-weight:700}.gamesComponent-module__1FoOxW__title__container p span{font-size:1rem}.gamesComponent-module__1FoOxW__no__results__text{text-align:center;color:var(--text-color-2);margin:35px auto}@media only screen and (max-width:600px){.gamesComponent-module__1FoOxW__title__container .gamesComponent-module__1FoOxW__item__box{font-size:1.15rem}.gamesComponent-module__1FoOxW__title__container p{font-size:.85rem}.gamesComponent-module__1FoOxW__title__container p span{font-size:.75rem}}
.profilePage-module__KKW5qG__main__container{width:100vw;height:90vh}.profilePage-module__KKW5qG__splitter{width:100%;height:100%;display:flex}.profilePage-module__KKW5qG__profile__card__side{border-right:2px solid var(--theme-color-tone-2);flex-direction:column;justify-content:center;align-items:center;width:40%;height:100%;display:flex}.profilePage-module__KKW5qG__reviews__side{flex-direction:column;align-items:center;width:60%;height:100%;display:flex;overflow-y:auto}.profilePage-module__KKW5qG__reviews__side .profilePage-module__KKW5qG__no__review__message{color:var(--text-color-2);font-style:italic}.profilePage-module__KKW5qG__reviews__side .profilePage-module__KKW5qG__bottom__dummy{color:#0000;width:100%;height:10vh}.profilePage-module__KKW5qG__reviews__title{width:85%;color:var(--text-color-1);background:var(--theme-color-decor-2);clip-path:polygon(0 0,100% 0%,92% 100%,0% 100%);align-self:flex-start;margin:25px 0 0;padding:7px 15px;font-style:italic;display:none}@media only screen and (max-width:600px){.profilePage-module__KKW5qG__main__container{height:auto}.profilePage-module__KKW5qG__splitter{flex-direction:column}.profilePage-module__KKW5qG__profile__card__side{justify-content:center;align-items:center;width:100%;height:90vh;display:flex}.profilePage-module__KKW5qG__reviews__side{width:100%}.profilePage-module__KKW5qG__reviews__title{display:block}.profilePage-module__KKW5qG__no__review__message{text-align:center}}
