.navbar-container{border-left:none}.dropdown-menu[data-bs-popper]{left:-35px}.navbar{box-shadow:0 1px 5px rgba(87,87,87,0.12);background-color:var(--navbar_bg);padding-left:calc(100vw - 100%)}.navbar-wrapper{border-left:6px solid var(--news_color);display:flex;flex-direction:column}.navbar-wrapper .hidden-desktop-menu{display:list-item}.navbar-wrapper .hidden-mobile-menu{display:none}.navbar-wrapper .navbar-brand{font-size:1.5rem;letter-spacing:2px}.navbar-wrapper .navbar-brand:hover{color:var(--second_color_2)}.navbar-wrapper .navbar-toggler:focus{box-shadow:none}.navbar-wrapper .navbar-brand{font-family:"Bangers", sans-serif;color:var(--second_color)}.navbar-wrapper .navbar-nav .nav-link{color:var(--second_color)}.navbar-wrapper .navbar-toggler{padding:0.05rem 0.25rem}@media (max-width: 576px){.navbar-wrapper .hidden-desktop-menu{display:none}.navbar-wrapper .hidden-mobile-menu{display:list-item}}@media (min-width: 576px){.navbar-container{border-left:3px solid var(--news_color)}.navbar-wrapper{border-left:none}}footer{color:var(--text_color_1);background-color:var(--navbar_bg)}footer .footer-wrapper{width:100%;padding:5px;display:flex;justify-content:space-between;align-items:center;gap:10px}footer .footer-wrapper .grazar-footer-name{font-size:1.1rem}footer .footer-wrapper a{color:var(--text_color_1)}footer .footer-wrapper a:hover{color:#fff}@media (max-width: 767px){footer .footer-wrapper{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:5px}}footer .cookie-banner{position:absolute;bottom:65px;font-size:0.8rem;padding:6px;border:2px solid var(--text_color_1);background-color:var(--navbar_bg);display:grid;grid-template-columns:1fr 110px}footer .cookie-banner .btn-outline-success:focus{box-shadow:none}.pagination-wrapper .page-link:focus{box-shadow:none}.pagination-wrapper .grazar-page-item .page-link{background-color:transparent}.pagination-wrapper .page-item .page-link{background-color:transparent;border:none;border-radius:0%;border-bottom:2px solid var(--news_color)}.pagination-wrapper .page-item.active .page-link{background-color:var(--news_color)}.profile-wrapper{display:grid;grid-template-columns:250px 1fr}.profile-wrapper .profile-description{padding:0 0 0 18px}.avatar-img-wrapper{width:250px;height:250px;min-width:250px;overflow:hidden}.avatar-img-wrapper-border{border:2px solid var(--text_color_1)}.avatar-img{width:100%;height:100%;object-fit:cover}@media (max-width: 767px){.profile-wrapper{grid-template-columns:150px 1fr}.avatar-img-wrapper{width:150px;height:150px;min-width:150px}h1.profile-username,h1.post-title{font-size:1.7rem}}@media (max-width: 475px){.profile-wrapper{display:flex;flex-direction:column}.profile-wrapper .avatar-img-wrapper{width:100%;height:100%}.profile-wrapper .profile-description{padding:12px 0 0 0}}@media (max-width: 375px){h1.profile-username{font-size:1.3rem}}.wrapper #searchGameModal .modal-content{background-color:var(--bg_color);border-color:#5f5f5f}.wrapper #searchGameModal .modal-content .modal-search-title{border-bottom:2px solid var(--news_color);line-height:40px;margin-bottom:15px}.wrapper .screenshots-listing{display:grid;width:100%;gap:15px;grid-auto-rows:minmax(150px, auto)}.wrapper .screenshots-listing .screenshot-wrapper .img-ratio{position:relative;aspect-ratio:16/9;-webkit-transition:border 400ms ease-in-out;-moz-transition:border 400ms ease-in-out;-o-transition:border 400ms ease-in-out;transition:border 400ms ease-in-out;border:1px solid var(--border_img)}.wrapper .screenshots-listing .screenshot-wrapper .img-ratio:hover{transition:border 400ms;border:1px solid var(--border_img)}.wrapper .screenshots-listing .screenshot-wrapper .img-ratio .img-zoom-wrapper{position:absolute;top:0;right:0;z-index:9;background-color:rgba(38,38,38,0.5)}.wrapper .screenshots-listing .screenshot-wrapper .img-ratio .img-zoom-wrapper svg{fill:#d8d8d8}.wrapper .screenshots-listing .screenshot-wrapper .screenshot-img{width:100%;-webkit-transition:filter 400ms ease-in-out;-moz-transition:filter 400ms ease-in-out;-o-transition:filter 400ms ease-in-out;transition:filter 400ms ease-in-out;filter:contrast(100%)}.wrapper .screenshots-listing .screenshot-wrapper .screenshot-img:hover{transition:filter 400ms;filter:contrast(105%)}.wrapper .screenshot-navigation{display:flex;justify-content:space-between;padding:0 5px;gap:5px}.wrapper .create-grazmol-button{background-color:var(--text_color_1)}@media (min-width: 992px){.wrapper.home-page .screenshots-listing{width:80%;grid-template-columns:repeat(2, 1fr)}}@media (min-width: 768px){.wrapper .screenshots-listing{display:grid;grid-template-columns:repeat(2, 1fr);grid-auto-rows:minmax(150px, auto);gap:15px}}@media (max-width: 767px){.wrapper .screenshots-single .page-title h1{width:100%}}.messages-bottom{position:fixed;bottom:50px;left:2%;width:96%;z-index:20}#delete-grazmol-modal .modal-content{background-color:var(--bg_color)}#delete-grazmol-modal .modal-content .modal-delete-titile{border-bottom:2px solid var(--news_color);line-height:40px;margin-bottom:25px}*{box-sizing:border-box}html{width:100%;max-width:100%}body{margin:0;padding:0}:root{--bg_color: #111827;--text_color_1: #d3d3d3;--link_color_1: #04a8cd;--link_color_2: #0d6efd;--link_hover_1: #6ce3fd;--news_color: #007bff;--news_hover_1: #0026a5;--navbar_bg: #343a40;--text_split: #25313f;--border_img: #464646}body{font-family:"Lato", sans-serif;color:var(--text_color_1);font-size:15px;background-color:var(--bg_color);margin:0;background-repeat:no-repeat;background-attachment:fixed;overflow-x:hidden;min-height:100%;height:100%;max-height:100%}h1,h2,h3,h4,h5,h6{color:var(--text_color_1)}a,.page-link{color:var(--link_color_1)}a,a:hover{text-decoration:none}a:hover{color:var(--link_hover_1)}a:hover h5{color:var(--news_hover_1)}.invalid-feedback{color:#ff4f60}.main-container{padding-left:calc(100vw - 100%);padding-top:100px;padding-bottom:20px}.container .wrapper-margin{margin-bottom:70px}.container .top-margin{margin-top:-30px !important}.wrapper{display:flex;flex-direction:column;align-items:center}.wrapper .post-content img{max-width:100%;height:auto}.wrapper .post-content iframe{max-width:100%}.wrapper .page-title,.wrapper .news-title,.wrapper .game-title,.wrapper .page-subtitle{width:100%;position:relative;display:flex;flex-direction:column}.wrapper .page-title h1,.wrapper .page-title h2,.wrapper .news-title h1,.wrapper .news-title h2,.wrapper .game-title h1,.wrapper .game-title h2,.wrapper .page-subtitle h1,.wrapper .page-subtitle h2{font-size:1.7rem;color:var(--text_color_1);min-width:50%;width:fit-content;padding-bottom:5px;border-bottom:2px solid var(--news_color);margin-bottom:20px}.wrapper .page-title h2,.wrapper .news-title h2,.wrapper .game-title h2,.wrapper .page-subtitle h2{font-size:1.5rem}.wrapper.post-single p{background-color:transparent !important}.wrapper.game-list .game-title{margin-bottom:25px;padding-left:20px;border-left:2px solid #535c65}.wrapper.game-list .game-title h2{font-size:1.5rem;width:100%;margin-bottom:0px;border-bottom:2px solid var(--text_split)}.wrapper.game-list .game-title h2:hover{color:#fff}.wrapper.news-list .news-title{margin-bottom:25px;padding-left:20px;border-left:2px solid #535c65}.wrapper.news-list .news-title h2{font-size:1.5rem;width:100%;margin-bottom:0px;border-bottom:2px solid var(--text_split)}.wrapper.news-list .news-title h2:hover{color:#fff}.wrapper.post-list .post-item{margin-bottom:25px;padding-left:20px;border-left:2px solid #535c65}.wrapper .home-page-post-item{width:100%;position:relative;display:flex;flex-direction:column}.wrapper .post-item{width:100%;position:relative;display:flex;flex-direction:column}.wrapper .post-item .post-item-title h2{font-size:1.5rem;width:100%;padding-bottom:5px;border-bottom:2px solid var(--text_split);margin-bottom:5px}.wrapper .post-item .post-item-title h2:hover{color:#fff}.wrapper .post-item .post-item-links{display:flex;justify-content:start}.wrapper .post-item .post-item-links .post-item-links-inner{display:flex;justify-content:end}.wrapper .post-item .post-item-links .post-item-links-inner.first-block .post-space:last-child{display:block}.wrapper .grazmol-listing{display:flex;flex-direction:column;align-items:center;width:100%}.wrapper .grazmol-listing .grazmol-wrapper{max-width:800px;width:100%;margin-bottom:40px}.wrapper .grazmol-listing .grazmol-wrapper .img-ratio{aspect-ratio:1/1}.wrapper .grazmol-listing .grazmol-wrapper .grazmol-img{width:100%;-webkit-transition:filter 400ms ease-in-out;-moz-transition:filter 400ms ease-in-out;-o-transition:filter 400ms ease-in-out;transition:filter 400ms ease-in-out;filter:contrast(100%)}.wrapper .grazmol-listing .grazmol-wrapper .grazmol-img:hover{transition:filter 400ms;filter:contrast(105%)}.wrapper .image-single .post-img{width:100%;border:1px solid var(--border_img)}.wrapper .grazmol-single-wrapper{max-width:800px;width:100%;margin:0 auto}.wrapper .grazmol-single-wrapper img{aspect-ratio:1/1}.wrapper .grazmol-alert-wrapper{max-width:800px;width:100%}.wrapper .screenshots-single .screenshot-img,.wrapper .screenshots-single .game-img,.wrapper .grazmol-single .screenshot-img,.wrapper .grazmol-single .game-img,.wrapper .user-profile .screenshot-img,.wrapper .user-profile .game-img,.wrapper .game-single .screenshot-img,.wrapper .game-single .game-img{width:100%;border:1px solid var(--border_img)}.wrapper .screenshots-single .grazmol-img,.wrapper .grazmol-single .grazmol-img,.wrapper .user-profile .grazmol-img,.wrapper .game-single .grazmol-img{width:100%}.wrapper .screenshots-single .page-subtitle,.wrapper .grazmol-single .page-subtitle,.wrapper .user-profile .page-subtitle,.wrapper .game-single .page-subtitle{margin-top:20px}.wrapper .screenshots-single .page-subtitle h1,.wrapper .screenshots-single .page-subtitle h2,.wrapper .grazmol-single .page-subtitle h1,.wrapper .grazmol-single .page-subtitle h2,.wrapper .user-profile .page-subtitle h1,.wrapper .user-profile .page-subtitle h2,.wrapper .game-single .page-subtitle h1,.wrapper .game-single .page-subtitle h2{width:100%;margin-bottom:10px}.wrapper .screenshots-single .page-subtitle h1:hover,.wrapper .screenshots-single .page-subtitle h2:hover,.wrapper .grazmol-single .page-subtitle h1:hover,.wrapper .grazmol-single .page-subtitle h2:hover,.wrapper .user-profile .page-subtitle h1:hover,.wrapper .user-profile .page-subtitle h2:hover,.wrapper .game-single .page-subtitle h1:hover,.wrapper .game-single .page-subtitle h2:hover{color:#fff}.wrapper .screenshots-single .page-subtitle .no-hover:hover,.wrapper .grazmol-single .page-subtitle .no-hover:hover,.wrapper .user-profile .page-subtitle .no-hover:hover,.wrapper .game-single .page-subtitle .no-hover:hover{color:inherit}.wrapper .grazar-content{display:flex}.wrapper .grazar-side-logo{display:flex;justify-content:center;margin-top:0px}.wrapper>.card,.wrapper .grazar-content{width:100%}.wrapper .text-muted{color:#97a5b1 !important}.wrapper .btn-outline-light:focus{box-shadow:none}.wrapper .btn-light:focus{box-shadow:none}.wrapper .btn-primary:focus{box-shadow:none}.wrapper .btn-danger:focus{box-shadow:none}.mobile-full-with{width:auto}.modal-open nav{padding-right:0px !important}.glightbox-clean .gslide-description{background:transparent !important}.glightbox-clean .gslide-title{color:#dfdfdf !important}.loader-line{width:100%;height:3px;position:relative;overflow:hidden;background-color:#ddd;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}.loader-line:before{content:"";position:absolute;left:-50%;height:3px;width:40%;background-color:var(--news_color);-webkit-animation:lineAnim 1s linear infinite;-moz-animation:lineAnim 1s linear infinite;animation:lineAnim 1s linear infinite;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}@keyframes lineAnim{0%{left:-40%}50%{left:20%;width:80%}100%{left:100%;width:100%}}@media (min-width: 992px){.wrapper .page-title,.wrapper .game-title,.wrapper .news-title{width:80%}.wrapper.home-page .grazmol-listing{width:80%}.wrapper .post-item{width:80%}.wrapper>.card,.wrapper .grazar-content,.wrapper .page-title{width:80%}}@media (max-width: 767px){.wrapper .page-title h1{width:100%}.wrapper .grazar-side-logo{margin-top:30px}.wrapper .grazar-content{flex-direction:column}.wrapper.post-single .post-item{margin-bottom:10px}.wrapper.post-single .post-item .post-item-links{display:flex;flex-direction:column;justify-content:start}.wrapper.post-single .post-item .post-item-links span{text-align:end}.wrapper.post-single .post-item .post-item-links .post-item-links-inner.first-block .post-space:last-child{display:none}}@media (max-width: 550px){.mobile-full-with{width:100%}}@media (max-width: 375px){h1.post-title{font-size:1.3rem}.post-single .post-item .post-item-links .post-item-links-inner.first-block{flex-direction:column}.post-single .post-item .post-item-links .post-item-links-inner.first-block .post-space{display:none}}

/*# sourceMappingURL=base.css.22048f40ba23.map */