html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

strong,
b {
  font-weight: 700;
}

body {
  margin: 0;
  color: #f9faff;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  background-color: #000000; 
}

@media print {
  body {
    background-color: #fff;
  }
}

body::backdrop {
  background-color: #000000;
}

@font-face {
  font-family: Nunito-fallback;
  size-adjust: 101.44000000000005%;
  ascent-override: 109%;
  src: local("Arial");
}

html {
  scrollbar-width: thin;
  scrollbar-color: #aaadbe;
}

html::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: rgba(0, 0, 0, 0);
}

html::-webkit-scrollbar-thumb {
  background: #aaadbe;
  border-radius: 30px;
}

html::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0);
}

body {
  overflow-y: overlay;
  font-size: 14px;
  font-family: Nunito, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

button {
  font-family: Nunito, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Nunito, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 900;
  color: #fff;
  margin-block: 0;
}

h1 {
  font-size: 24px;
  line-height: 31px;
}

h2 {
  font-size: 1.2rem;
}

@media (max-width: 1509.95px) {
  h2 {
    font-size: 0.875rem;
  }
}

h3 {
  font-family: Nunito, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 900;
  color: #fff;
}

a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #fff;
}

.mnfgames-header-logo {
  z-index: 11;
  position: fixed;
  background-image: none;
  background: rgba(33, 34, 51, 0.9);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  width: 100%;
  top: 0;
  left: auto;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  -webkit-box-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.mnfgames-header-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0px 8px;
}


.mnfgames-header-logo-img {
  max-width: 90%;
  max-height: auto;
  padding-top: 3px;
}


.mnfgames-header-logo-img img {
    width: 99%;
    height: auto;
	padding-top: 3px; 
}

.mnfgames-menu {
  width: 200px;
  -webkit-transition: visibility 0s, all 0.15s ease-in-out;
  transition: visibility 0s, all 0.15s ease-in-out;
  height: calc(100vh - 60px);
  background: #000000;
  content-visibility: auto;
  z-index: 3;
  position: fixed;
  top: 60px;
  left: 0;
  border-right: 1px solid #28293d;
  overflow-y: auto; 
  overflow-x: hidden;
}

.mnfgames-menu::-webkit-scrollbar {
  width: 6px;
}

.mnfgames-menu::-webkit-scrollbar-track {
    background: transparent; 
}

.mnfgames-menu::-webkit-scrollbar-thumb {
  background: transparent; 
  border-radius: 30px;
  
  transition: background 0.3s ease-in-out; 
}

.mnfgames-menu:hover::-webkit-scrollbar-thumb {
  background: #aaadbe; 
}

.mnfgames-menu::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0); 
}

@media (min-width: 1910px) {
  .mnfgames-menu {
    width: 200px;
  }
}

.mnfgames-menu:hover {
  width: 200px;
}

.mnfgames-menu:hover .SidebarLinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mnfgames-menu:hover #sidebarLanguageSelector {
  display: block;
}

@media (max-width: 1909.95px) {
  .mnfgames-menu {
    width: 60px;
  }

  .mnfgames-menu:hover [class*="LabelContainer"] {
    opacity: 1;
    visibility: visible;
  }
}

.mnfgames-menu-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 200px;
  height: 34px;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left-width: 6px;
  border-left-style: solid;
  border-left-color: #a48eff;
  pointer-events: none;
}

.mnfgames-menu-home svg {
  width: 60px;
  height: 34px;
  padding: 0 19px;
  text-align: center;
  margin-left: -6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a48eff;
}

.mnfgames-menu-home .LabelContainer {
  -webkit-transition: visibility 0s, opacity 0.3s, all 0.2s ease-in-out;
  transition: visibility 0s, opacity 0.3s, all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
  color: #a48eff;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

@media (min-width: 1910px) {
  .mnfgames-menu-home .LabelContainer {
    opacity: 1;
    visibility: visible;
  }
}

.mnfgames-menu-home:active {
  color: #a48eff;
}

.mnfgames-menu-home:active svg {
  color: #a48eff;
}

@media (hover: hover) {
  .mnfgames-menu-home:hover {
    color: rgb(204, 204, 204);
  }

  .mnfgames-menu-home:hover [class*="LabelContainer"] {
    -webkit-transform: translate(8px, 0);
    -moz-transform: translate(8px, 0);
    -ms-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }
}

.mnfgames-menu-icon {
  display: inline-block;
  fill: currentcolor;
  height: 24px;
  width: 24px;
}

.mnfgames-menu-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 200px;
  height: 34px;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left-width: 6px;
  border-left-style: solid;
  border-left-color: transparent;
}

.mnfgames-menu-links svg {
  width: 60px;
  height: 34px;
  padding: 0 19px;
  text-align: center;
  margin-left: -6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #878a9e;
}



.mnfgames-menu-links .mnfgames-menu-icon {
  width: 60px;
  padding: 0 19px;
  text-align: center;
  margin-left: -6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #878a9e;
}


.mnfgames-menu-links .LabelContainer {
  -webkit-transition: visibility 0s, opacity 0.3s, all 0.2s ease-in-out;
  transition: visibility 0s, opacity 0.3s, all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
}

@media (min-width: 1910px) {
  .mnfgames-menu-links .LabelContainer {
    opacity: 1;
    visibility: visible;
  }
}

.mnfgames-menu-links:active {
  color: #a48eff;
}

.mnfgames-menu-links:active svg {
  color: #a48eff;
}

@media (hover: hover) {
  .mnfgames-menu-links:hover {
    cursor: pointer;
    color: rgb(204, 204, 204);
  }

  .mnfgames-menu-links:hover [class*="LabelContainer"] {
    -webkit-transform: translate(8px, 0);
    -moz-transform: translate(8px, 0);
    -ms-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }

  .mnfgames-menu-links:hover svg {
    color: rgb(108, 110, 126);
  }
}

.mnfgames-menu-hr {
  margin: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-width: 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.12);
  border-bottom-width: thin;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 16px;
  margin-right: 16px;
}

.mnfgames-lang-box {
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 16px;
}

@media (min-width: 0px) {
  .mnfgames-lang-box {
    display: none;
  }
}

@media (min-width: 1910px) {
  .mnfgames-lang-box {
    display: block;
  }
}

.mnfgames-lang-box button {
  min-width: unset;
  width: 165px;
}

.mnfgames-lang-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Nunito;
  font-weight: 700;
  font-size: 16px;
  padding: 8px;
  padding-left: 16px;
  box-sizing: border-box;
  border-radius: 8px;
  height: 40px;
  min-width: 190px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  border: 2px solid #28293d;
  background: transparent;
  color: #f9faff;
}

.mnfgames-lang-select .IconExpandSelect {
  display: block;
}

.mnfgames-lang-select .IconCollapseSelect {
  display: none;
}

.mnfgames-lang-select svg {
  height: 18px;
  width: 18px;
  margin-right: 4px;
  margin-left: 8px;
  color: #878a9e;
}

.mnfgames-lang-select:hover {
  color: #878a9e;
  cursor: pointer;
  border-color: #474967;
}

.mnfgames-lang-select.Mui-expanded {
  color: #f9faff;
  border-color: #6842ff;
  background: #2f3148;
}

.mnfgames-lang-select.Mui-expanded .IconExpandSelect {
  display: none;
}

.mnfgames-lang-select.Mui-expanded .IconCollapseSelect {
  display: block;
}

.mnfgames-lang-box-list {
  z-index: 1500;
}

.mnfgames-lang-dropbox-list {
  font-family: Nunito;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  overflow: auto;
  min-width: 180px;
  background: #2f3148;
  padding: 8px 0px;
  padding-bottom: 0;
  scrollbar-width: thin;
  scrollbar-color: #aaadbe;
  max-height: min(50vh, 400px);
}

.mnfgames-lang-dropbox-list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: rgba(0, 0, 0, 0);
}

.mnfgames-lang-dropbox-list::-webkit-scrollbar-thumb {
  background: #aaadbe;
  border-radius: 30px;
}

.mnfgames-lang-dropbox-list::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0);
}

.mnfgames-lang-dropbox-list li {
  padding: 0px 16px;
  display: block;
  height: 40px;
  line-height: 40px;
}

.mnfgames-lang-dropbox-list li:hover {
  cursor: pointer;
  background: #373952;
}

.mnfgames-lang-dropbox-list li.Mui-disabled {
  color: #666a7f;
}

.mnfgames-lang-dropbox-list li.Mui-disabled:hover {
  cursor: normal;
  background: #2f3148;
}

.mnfgames-sidebar-links {
  margin-left: 20px;
  margin-top: 8px;
  display: none;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 1910px) {
  .mnfgames-sidebar-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.mnfgames-sidebarlinks {
  color: #666a7f;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.mnfgames-sidebarlinks:hover {
  opacity: 0.8;
}

.mnfgames-sidebar-copy {
  color: #666a7f;
  font-size: 12px;
  font-weight: 400;
  margin-top: 8px;
}

.mnfgames-sidebar-support {
  width: 100%;
  height: 46px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(12.5px);
  backdrop-filter: blur(12.5px);
  box-shadow: 0px -1px 0px #28293d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mnfgames-layout-main {
  min-height: calc(100vh - 60px - 8px);
  margin-top: calc(60px + 8px);
}

@media (max-width: 1909.95px) {
  .mnfgames-layout-main {
    padding-left: 60px;
  }
}

@media (min-width: 1910px) {
  .mnfgames-layout-main {
    padding-left: 200px;
  }
}

.mnfgames-layout-container {
  padding-left: 8px;
}

.mnfgames-top-games-container ul {
  padding: 12px 8px;
}

@media (max-width: 799px) {
  .mnfgames-top-games-container .arrow {
    display: none !important;
  }
}

.mnfgames-top-games-container li.primeCarouselLi,
.mnfgames-top-games-container .skeleton {
  margin-right: 4px;
  width: calc((100vw - 76px) / 1.1);
  
  aspect-ratio: 473 / 263;
}

.mnfgames-top-games-item {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
}

@media (min-width: 600px) {
  .mnfgames-top-games-container li.primeCarouselLi,
  .mnfgames-top-games-container .skeleton {
    width: calc((100vw - 76px) / 1.6);
    
  }
}

@media (min-width: 800px) {
  .mnfgames-top-games-container li.primeCarouselLi,
  .mnfgames-top-games-container .skeleton {
    width: calc((100vw - 76px) / 2.1);
    
  }
}

@media (min-width: 1000px) {
  .mnfgames-top-games-container li.primeCarouselLi,
  .mnfgames-top-games-container .skeleton {
    width: calc((100vw - 76px) / 2.6);
    
  }
}

@media (min-width: 1200px) {
  .mnfgames-top-games-container li.primeCarouselLi,
  .mnfgames-top-games-container .skeleton {
    width: calc((100vw - 76px) / 3.1);
    
  }
}

@media (min-width: 1700px) {
  .mnfgames-top-games-container li.primeCarouselLi,
  .mnfgames-top-games-container .skeleton {
    width: calc((100vw - 76px) / 3.6);
    
  }
}

@media (min-width: 1910px) {
  .mnfgames-top-games-container li.primeCarouselLi,
  .mnfgames-top-games-container .skeleton {
    width: calc((100vw - 216px) / 3.6);
    
  }
}

@media (min-width: 2100px) {
  .mnfgames-top-games-container li.primeCarouselLi,
  .mnfgames-top-games-container .skeleton {
    width: calc((100vw - 216px) / 4.1);
    
  }
}

@media (min-width: 3000px) {
  .mnfgames-top-games-container li.primeCarouselLi,
  .mnfgames-top-games-container .skeleton {
    width: calc((100vw - 216px) / 4.6);
    
  }
}

.mnfgames-top-games-container .arrow {
  top: 10px;
  min-height: 100%;
  
}




.mnfgames-top-games-list-arrow {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  z-index: 2;
  min-height: 330px;
}

@media (hover: hover) {
  .mnfgames-top-games-list-arrow:hover .arrow {
    opacity: 1;
  }
}

.mnfgames-top-games-list {
  display: flex;	
  margin-block-end: 0;
  padding: 10px 8px;
  overflow: hidden;
  overflow-x: scroll;
  width: 100%;
  white-space: nowrap;
  list-style: none;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  scroll-padding: 50px 50px 50px 50px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin: 0;
}

.mnfgames-top-games-list::-webkit-scrollbar {
  display: none;
}

.mnfgames-top-games-list li.primeCarouselLi {
  list-style: none;
  flex-shrink: 0;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
}

.mnfgames-right-arrow {
  height: calc(100px + 4px);
  top: 10px;
  -webkit-background-position: 50%;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 50px;
  color: transparent;
  border: 0;
  position: absolute;
  z-index: 1;
  outline-color: initial;
  outline-style: none;
  outline-width: 0;
  opacity: 0;
  border-radius: 0;
  -webkit-transition: opacity 0.25s ease, background-color 0.25s ease;
  transition: opacity 0.25s ease, background-color 0.25s ease;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0Ljc2MyAxNy4yMzd2LTIuNDc0bC0xNCAxNGExLjc0OCAxLjc0OCAwIDAwMCAyLjQ3NGMuNjgzLjY4NCAxLjc5LjY4NCAyLjQ3NCAwbDE0LTE0YTEuNzQ4IDEuNzQ4IDAgMDAwLTIuNDc0bC0xNC0xNEExLjc1IDEuNzUgMCAwMC43NjMgMy4yMzdsMTQgMTR6IiBmaWxsPSIjRUZGMUYxIi8+PC9zdmc+);
  right: 0px;
}

.mnfgames-left-arrow:hover {
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}

.mnfgames-left-arrow {
  height: calc(100px + 4px);
  top: 10px;
  -webkit-background-position: 50%;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 50px;
  color: transparent;
  border: 0;
  position: absolute;
  z-index: 1;
  outline-color: initial;
  outline-style: none;
  outline-width: 0;
  opacity: 0;
  border-radius: 0;
  -webkit-transition: opacity 0.25s ease, background-color 0.25s ease;
  transition: opacity 0.25s ease, background-color 0.25s ease;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuMjM3IDE3LjIzN3YtMi40NzRsMTQgMTRjLjY4NC42ODMuNjg0IDEuNzkgMCAyLjQ3NGExLjc0OCAxLjc0OCAwIDAxLTIuNDc0IDBsLTE0LTE0YTEuNzQ4IDEuNzQ4IDAgMDEwLTIuNDc0bDE0LTE0YTEuNzQ4IDEuNzQ4IDAgMDEyLjQ3NCAwYy42ODQuNjgzLjY4NCAxLjc5IDAgMi40NzRsLTE0IDE0eiIgZmlsbD0iI0VGRjFGMSIvPjwvc3ZnPg==);
  left: 0px;
}

.mnfgames-left-arrow:hover {
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}

.mnfgames-games-list {
  padding: 0;
  margin: 0;
  content-visibility: auto;
  contain-intrinsic-size: auto 171px;
  contain: layout paint;
  padding-left: 0;
  overflow: hidden;
  margin-top: 4px;
  position: relative;
}

@media (max-width: 1509.95px) {
  .mnfgames-games-list {
    padding-bottom: 8px;
    margin-bottom: -4px;
  }
}

.mnfgames-games-list li.primeCarouselLi,
.mnfgames-games-list .skeleton {
  margin-right: 4px;
  width: calc((100vw - 76px) / 2.25);
  height: calc(((((100vw - (76px)) / 2.25) - 4px) * 0.5617977528089888) + 4px);
}

@media (min-width: 600px) {
  .mnfgames-games-list li.primeCarouselLi,
  .mnfgames-games-list .skeleton {
    width: calc((100vw - 76px) / 3.25);
    height: calc(
      ((((100vw - (76px)) / 3.25) - 4px) * 0.5617977528089888) + 4px
    );
  }
}

@media (min-width: 800px) {
  .mnfgames-games-list li.primeCarouselLi,
  .mnfgames-games-list .skeleton {
    width: calc((100vw - 76px) / 4.25);
    height: calc(
      ((((100vw - (76px)) / 4.25) - 4px) * 0.5617977528089888) + 4px
    );
  }
}

@media (min-width: 1000px) {
  .mnfgames-games-list li.primeCarouselLi,
  .mnfgames-games-list .skeleton {
    width: calc((100vw - 76px) / 5.25);
    height: calc(
      ((((100vw - (76px)) / 5.25) - 4px) * 0.5617977528089888) + 4px
    );
  }
}

@media (min-width: 1200px) {
  .mnfgames-games-list li.primeCarouselLi,
  .mnfgames-games-list .skeleton {
    width: calc((100vw - 76px) / 6.25);
    height: calc(
      ((((100vw - (76px)) / 6.25) - 4px) * 0.5617977528089888) + 4px
    );
  }
}

@media (min-width: 1700px) {
  .mnfgames-games-list li.primeCarouselLi,
  .mnfgames-games-list .skeleton {
    width: calc((100vw - 76px) / 7.25);
    height: calc(
      ((((100vw - (76px)) / 7.25) - 4px) * 0.5617977528089888) + 4px
    );
  }
}

@media (min-width: 1910px) {
  .mnfgames-games-list li.primeCarouselLi,
  .mnfgames-games-list .skeleton {
    width: calc((100vw - 216px) / 7.25);
    height: calc(
      ((((100vw - (216px)) / 7.25) - 4px) * 0.5617977528089888) + 4px
    );
  }
}

@media (min-width: 2100px) {
  .mnfgames-games-list li.primeCarouselLi,
  .mnfgames-games-list .skeleton {
    width: calc((100vw - 216px) / 8.25);
    height: calc(
      ((((100vw - (216px)) / 8.25) - 4px) * 0.5617977528089888) + 4px
    );
  }
}

@media (min-width: 3000px) {
  .mnfgames-games-list li.primeCarouselLi,
  .mnfgames-games-list .skeleton {
    width: calc((100vw - 216px) / 9.25);
    height: calc(
      ((((100vw - (216px)) / 9.25) - 4px) * 0.5617977528089888) + 4px
    );
  }
}

.mnfgames-games-list .arrow {
  height: calc(((((100vw - (76px)) / 2.25) - 4px) * 0.5617977528089888) + 4px);
}

@media (min-width: 600px) {
  .mnfgames-games-list .arrow {
    height: calc(
      ((((100vw - (76px)) / 3.25) - 4px) * 0.5617977528089888) + 4px
    );
  }
}

@media (min-width: 800px) {
  .mnfgames-games-list .arrow {
    height: calc(
      ((((100vw - (76px)) / 4.25) - 4px) * 0.5617977528089888) + 4px
    );
  }
}

@media (min-width: 1000px) {
  .mnfgames-games-list .arrow {
    height: calc(
      ((((100vw - (76px)) / 5.25) - 4px) * 0.5617977528089888) + 4px
    );
  }
}

@media (min-width: 1200px) {
  .mnfgames-games-list .arrow {
    height: calc(
      ((((100vw - (76px)) / 6.25) - 4px) * 0.5617977528089888) + 4px
    );
  }
}

@media (min-width: 1700px) {
  .mnfgames-games-list .arrow {
    height: calc(
      ((((100vw - (76px)) / 7.25) - 4px) * 0.5617977528089888) + 4px
    );
  }
}

@media (min-width: 1910px) {
  .mnfgames-games-list .arrow {
    height: calc(
      ((((100vw - (216px)) / 7.25) - 4px) * 0.5617977528089888) + 4px
    );
  }
}

@media (min-width: 2100px) {
  .mnfgames-games-list .arrow {
    height: calc(
      ((((100vw - (216px)) / 8.25) - 4px) * 0.5617977528089888) + 4px
    );
  }
}

@media (min-width: 3000px) {
  .mnfgames-games-list .arrow {
    height: calc(
      ((((100vw - (216px)) / 9.25) - 4px) * 0.5617977528089888) + 4px
    );
  }
}

.mnfgames-games-list-title {
  padding-left: 8px;
  padding-top: 8px;
  margin-bottom: 8px;
  box-sizing: inherit;
}


.mnfgames-games-list-link {
  padding-left: 8px;
  padding-top: 8px;
  min-height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}

@media (max-width: 1509.95px) {
  .mnfgames-games-list-link {
    padding-left: 0 !important;
    min-height: 21px;
  }
}

.mnfgames-games-list-link .carouselTitle {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: flex-end;
  align-self: flex-end;
  padding-right: 16px;
  padding-bottom: 3px;
}

@media (max-width: 1509.95px) {
  .mnfgames-games-list-link .carouselTitle {
    line-height: 1 !important;
    padding-left: 12px;
  }
}

.mnfgames-games-list-link .carouselTitleLink {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 0;
  z-index: 2;
  text-transform: none;
  line-height: 1 !important;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #a48eff;
  font-weight: 700;
}

.mnfgames-games-list-link .carouselTitleLink:hover {
  color: #6842ff;
}

@media (max-width: 1509.95px) {
  .mnfgames-games-list-link .carouselTitleLink {
    margin-bottom: -2px;
    font-size: 12px;
  }

  .mnfgames-games-list-link .carouselTitleLink:hover {
    background-color: transparent !important;
  }
}

.mnfgames-text-container {
  margin: 16px;
  margin-left: 10px;
  margin-bottom: 24px;
  content-visibility: auto;
  contain: layout paint;
  overflow-anchor: none;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 874.95px) {
  .mnfgames-text-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
}

.mnfgames-text-container-wrapper {
  border-radius: 10px;
  background-color: #212233;
  position: relative;
  width: 424px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 20px;
  height: 100%;
  width: 100%;
}

@media (max-width: 874.95px) {
  .mnfgames-text-container-wrapper {
    width: 100%;
    height: 100%;
  }
}
.mnfgames-text-container-content {
  scrollbar-width: thin;
  scrollbar-color: #aaadbe;
  color: #bdbfce;
  font-size: 14px;
  height: 100%;
  overflow: hidden;
}

.mnfgames-text-container-content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: rgba(0, 0, 0, 0);
}

.mnfgames-text-container-content::-webkit-scrollbar-thumb {
  background: #aaadbe;
  border-radius: 30px;
}

.mnfgames-text-container-content::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0);
}

@media (max-width: 874.95px) {
  .mnfgames-text-container-content {
    height: 100%;
  }
}

.mnfgames-text-container-content h2 {
  font-size: 20px;
}

.mnfgames-text-container-content a {
  color: #a48eff;
  font-weight: 700;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.mnfgames-text-container-button {
  border-radius: 30px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Nunito;
  font-weight: 800;
  font-size: 16px;
  box-sizing: border-box;
  padding: 8px 16px;
  background: transparent;
  color: #a48eff;
  height: 40px;
}

.mnfgames-text-container-button:active {
  color: rgba(104, 66, 255, 0.8);
}

.mnfgames-text-container-button:hover {
  color: #6842ff;
}

.mnfgames-text-container-button.Mui-disabled {
  background: #28293d;
  color: #474967;
  cursor: default;
}

.mnfgames-text-container-button svg {
  height: 20px;
  width: 20px;
  margin-right: 8px;
}

.mnfgames-msg-box {
  padding: 8px 24px;
  border-radius: 10px;
  background: #5335cc;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: Nunito, Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 4px 8px 0;
  text-align: center;
}

.mnfgames-trial-box {
  padding: 8px 24px;
  border-radius: 10px;
  background: #ffffff;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  font-family: Nunito, Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 4px 8px 0;
  text-align: center;
}

.mnfgames-buy-box {
  padding: 8px 24px;
  border-radius: 10px;
  background: #8eda00;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: Nunito, Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 4px 8px 0;
  text-align: center;
}

.mnfgames-layout-category {
  padding-left: 8px;
  padding-bottom: 20px;
}

.mnfgames-category-games-list {
  display: grid;
  -webkit-box-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  box-sizing: border-box;
  content-visibility: visible;
  margin-top: -4px;
  margin-left: -4px;
  padding: 0;
  width: 100%;
  -webkit-column-gap: 6px;
  column-gap: 6px;
  row-gap: 6px;
  margin: 0;
  width: 100%;
  grid-template-columns: repeat(1, 1fr);
}

@media only screen and (max-width: 959px) {
  .mnfgames-category-games-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: inherit;
  }
}

@media (max-width: 1081.95px) {
  .mnfgames-category-games-list {
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    width: 100%;
  }
}

.mnfgames-category-games-list .skeleton {
  margin: 4px;
  height: 0 !important;
  padding-top: calc(100 / 178 * (100% - 4px)) !important;
}

@media (min-width: 1778px) {
  .mnfgames-category-games-list .skeleton {
    margin: 6px;
  }
}

@media (min-width: 330px) {
  .mnfgames-category-games-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 590px) {
  .mnfgames-category-games-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 850px) {
  .mnfgames-category-games-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1080px) {
  .mnfgames-category-games-list {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1250px) {
  .mnfgames-category-games-list {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (min-width: 1545px) {
  .mnfgames-category-games-list {
    grid-template-columns: repeat(7, 1fr);
  }
}

@media (min-width: 2020px) {
  .mnfgames-category-games-list {
    grid-template-columns: repeat(8, 1fr);
  }
}

@media (min-width: 2222px) {
  .mnfgames-category-games-list {
    grid-template-columns: repeat(9, 1fr);
    -webkit-column-gap: 10px;
    column-gap: 10px;
    row-gap: 6px;
  }
}

@media (min-width: 2630px) {
  .mnfgames-category-games-list {
    grid-template-columns: repeat(10, 1fr);
  }
}

.mnfgames-category-games-box {
  border-radius: calc(8px + 2px);
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  box-sizing: border-box;
  display: block;
  contain: layout;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.5, 0, 0.1, 1);
  transition: transform 0.1s cubic-bezier(0.5, 0, 0.1, 1);
  transition-delay: 0s;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  margin-left: 1px;
  margin-top: 1px;
  width: calc(100% - 1px);
  padding-top: calc(100 / 178 * (100% - 4px)) !important;
  width: 100%;
  height: 0;
  padding: 0;
  margin-bottom: 10px;
}

.mnfgames-category-games-box .skeleton {
  top: 0 !important;
}

.mnfgames-category-games-box .CharThumbImage,
.mnfgames-category-games-box .GameThumbImage {
  -webkit-transition: opacity 0.3s cubic-bezier(0.5, 0, 0.1, 1);
  transition: opacity 0.3s cubic-bezier(0.5, 0, 0.1, 1);
  transition-delay: 0ms;
  z-index: 1;
  border-radius: 8px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: transparent;
}

.mnfgames-top-games-item .CharThumbImage,
.mnfgames-top-games-item .GameThumbImage {

  border-radius: 8px;

}
.mnfgames-category-games-box .CharThumbTitleContainer ,
.mnfgames-category-games-box .gameThumbTitleContainer {
  color: #ffffff;
  position: absolute;
  bottom: 5px;
  margin-bottom: 8px;
  margin-left: 8px;
  z-index: 4;
  font-size: 11.2px;
  font-weight: 700;
  width: 0;
  height: 0;
  overflow: hidden;
}
.mnfgames-category-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 24px 0px;
  content-visibility: auto;
  contain: layout paint;
  contain-intrinsic-size: 50px;
}

.mnfgames-category-pagination-first {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  font-weight: 800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50px;
  border: 2px;
  border-style: solid;
  border-color: #da7f14;
  padding: 8px;
  background: #2f3148;
  width: 50px;
  height: 50px;
  margin: 5px;
  font-size: 20px;
  border-width: 3px;
  background-color: transparent;
}

.mnfgames-category-pagination-subsequent {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  font-weight: 800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50px;
  border: 2px;
  border-style: solid;
  border-color: transparent;
  padding: 8px;
  background: #2f3148;
  width: 50px;
  height: 50px;
  margin: 5px;
  font-size: 20px;
}

.mnfgames-category-pagination-subsequent:hover {
  background: #434561;
}

.mnfgames-category-pagination-next {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  font-weight: 800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50px;
  border: 2px;
  border-style: solid;
  border-color: transparent;
  padding: 8px;
  background: #da7f14;
  width: unset;
  height: 50px;
  margin: 5px;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.mnfgames-category-pagination-next:hover {
  background: #da7f14;
}

.mnfgames-category-pagination-next-title {
  display: none;
}

@media only screen and (min-width: 600px) {
  .mnfgames-category-pagination-next-title {
    display: block;
  }
}
.mnfgames-category-pagination-next-arrow {
  display: inline-block;
  fill: currentcolor;
  height: 24px;
  width: 24px;
  margin-left: 8px;
}

.mnfgames-category-tags {
  padding: 0;
  margin: 0;
  content-visibility: auto;
  contain-intrinsic-size: 168px;
  contain: layout paint;
  padding-left: 0;
  overflow: hidden;
  margin-top: 4px;
  position: relative;
  height: 168px;
}

@media (max-width: 1509.95px) {
  .mnfgames-category-tags {
    padding-bottom: 8px;
    margin-bottom: -4px;
    contain-intrinsic-size: 148px;
    height: 148px;
  }
}

.mnfgames-category-tags .arrow {
  height: calc(96px + 8px);
  top: 14px;
}

.mnfgames-category-tags-table {
  width: calc(178px + 8px);
}

.mnfgames-category-tags-box {
  height: calc(96px + 16px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mnfgames-category-tags-box a {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.mnfgames-category-tags-onebox {
  border-radius: 6px;
  position: relative;
  width: 178px;
  margin: 4px;
  height: 48px;
  background-color: #da7f14;
  color: #ffffff;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-weight: 700;
}

.mnfgames-category-tags-onebox:hover {
  background-color: rgb(76, 44, 7);
}

.mnfgames-category-tags-onebox:hover img {
  opacity: 0.9;
}

.mnfgames-category-tags-onebox img {
  height: 48px;
  width: 65px;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.mnfgames-category-tags-onebox-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 113px;
  text-align: center;
  padding: 4px;
}

.mnfgames-category-tags-onebox-title p {
  font-size: 11.2px;
  white-space: normal;
  width: 100%;
  text-align: center;
  margin-block-start: 0;
  margin-block-end: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}

.mnfgames-single-hr {
  margin: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-width: 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.12);
  border-bottom-width: thin;
  width: calc(100% - 16px);
  margin-top: 4px;
  margin-bottom: 20px;
}

@media (min-width: 0px) {
  .mnfgames-single-hr {
    margin-left: 16px;
  }
}

@media (min-width: 1280px) {
  .mnfgames-single-hr {
    margin-left: 0px;
  }
}

.mnfgames-single-container-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 29px;
}

.mnfgames-single-container-title {
  color: #767a8e;
  width: 110px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.mnfgames-single-container-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.mnfgames-single-container-content div a {
  min-height: 0 !important;
}

.mnfgames-single-container-content > a:not(:first-child) {
    margin-left: 4px;
}

.mnfgames-single-container-link {
  color: #a48eff;
  cursor: pointer;
  font-weight: 700;
}

.mnfgames-single-container-link:hover {
  color: #6842ff;
}
.mnfgames-single-breadcrumb-box > div {
  display: inline-block;
}

.mnfgames-single-breadcrumb-box > div > a,
.mnfgames-single-breadcrumb-box > div > div {
  display: inline-block;
}

.mnfgames-single-breadcrumb-box > div > a {
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: normal;
  color: #fff;
}

@media (max-width: 599.95px) {
  .mnfgames-single-breadcrumb-box > div > a {
    min-height: 48px;
    min-width: 48px;
  }
}

.mnfgames-single-breadcrumb-box > div > a:hover {
  cursor: pointer;
  color: #da7f14;
}
.mnfgames-single-breadcrumb-link > a {
  text-transform: capitalize !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  color: #a48eff !important;
}

.mnfgames-single-breadcrumb-link > a:hover {
  color: #da7f14 !important;
}

.mnfgames-single-breadcrumb-link .breadcrumpSeparator {
  font-size: 14px;
  color: #666a7f;
  margin-left: 4px;
  margin-right: 4px;
}

.mnfgames-single-breadcrumb-separator {
  margin: 0px 8px;
  font-size: 0.7em;
}

.mnfgames-sequelsprequels-box {
  border-radius: calc(8px + 2px);
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  box-sizing: border-box;
  display: block;
  contain: layout;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.5, 0, 0.1, 1);
  transition: transform 0.1s cubic-bezier(0.5, 0, 0.1, 1);
  transition-delay: 0s;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  margin-left: 1px;
  margin-top: 1px;
  width: calc(100% - 1px);
  padding-top: calc(100 / 178 * (100% - 4px)) !important;
  width: 100%;
  height: 0;
  padding: 0;
}

.mnfgames-sequelsprequels-box .skeleton {
  top: 0 !important;
}

.mnfgames-sequelsprequels-box .CharThumbImage,
.mnfgames-sequelsprequels-box .GameThumbImage {
  -webkit-transition: opacity 0.3s cubic-bezier(0.5, 0, 0.1, 1);
  transition: opacity 0.3s cubic-bezier(0.5, 0, 0.1, 1);
  transition-delay: 0ms;
  z-index: 1;
  border-radius: 8px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: transparent;
}

.mnfgames-sequelsprequels-box .CharThumbTitleContainer,
.mnfgames-sequelsprequels-box .gameThumbTitleContainer {
  color: #ffffff;
  position: absolute;
  bottom: 5px;
  margin-bottom: 8px;
  margin-left: 8px;
  z-index: 4;
  font-size: 11.2px;
  font-weight: 700;
  width: 0;
  height: 0;
  overflow: hidden;
}



img {
  max-width: 100%;
  height: auto;
}

.list-ratings {
   float: right;
   min-width: 85px;  
   min-height: 20px; 
}

@media screen and (max-width: 600px) {
  a[aria-label] {
    pointer-events: none;
  }

  .LabelContainer {
    pointer-events: all;
  }

  .mnfgames-category-games-list {
    gap: 1.25em;
  }

  .mnfgames-category-games-box > div {
    max-width: 16ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}



        @media (min-width:1082px) {
            .mnfgames-form {
                position: absolute;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }
        }

        @media (max-width:1081.95px) {
            .mnfgames-form {
                position: relative;
                -webkit-flex: 1;
                -ms-flex: 1;
                flex: 1;
            }
        }

        @media (max-width:699.95px) {
            .mnfgames-form {
                display: none;
            }
        }

		        .mnfgames-input {
            border-radius: 30px;
            fill: #AAADBE;
            height: 40px;
            background-color: #373952;
            border-color: transparent;
            border-style: solid;
            border-width: 1px;
            box-shadow: 0px 0px;
            font-family: '__Nunito_e57fca', '__Nunito_Fallback_e57fca', Arial, "Helvetica Neue", Helvetica, sans-serif;
            font-weight: 700;
            font-size: 16px;
            color: #AAADBE;
            outline: 0;
            padding-left: 16px;
        }

        .mnfgames-input:focus {
            border-color: #6842FF;
        }

        .mnfgames-input::-webkit-input-placeholder {
            color: #AAADBE;
            opacity: 1;
            font-family: '__Nunito_e57fca', '__Nunito_Fallback_e57fca', Arial, "Helvetica Neue", Helvetica, sans-serif;
        }

        .mnfgames-input::-moz-placeholder {
            color: #AAADBE;
            opacity: 1;
            font-family: '__Nunito_e57fca', '__Nunito_Fallback_e57fca', Arial, "Helvetica Neue", Helvetica, sans-serif;
        }

        .mnfgames-input:-ms-input-placeholder {
            color: #AAADBE;
            opacity: 1;
            font-family: '__Nunito_e57fca', '__Nunito_Fallback_e57fca', Arial, "Helvetica Neue", Helvetica, sans-serif;
        }

        .mnfgames-input::placeholder {
            color: #AAADBE;
            opacity: 1;
            font-family: '__Nunito_e57fca', '__Nunito_Fallback_e57fca', Arial, "Helvetica Neue", Helvetica, sans-serif;
        }

        @media (min-width:600px) {
            .mnfgames-input {
                outline: 0;
            }
        }

        @media (min-width:1082px) {
            .mnfgames-input {
                width: 460px;
                margin: auto;
            }
        }

        @media (max-width:1081.95px) {
            .mnfgames-input {
                width: 100%;
            }
        }

        @media (min-width:600px) {
            .mnfgames-input {
                outline: 0;
            }
        }

        @media (min-width:1082px) {
            .mnfgames-input {
                width: 460px;
                margin: auto;
            }
        }

        @media (max-width:1081.95px) {
            .mnfgames-input {
                width: 100%;
            }
        }
        .mnfgames-svg-container {
            color: #AAADBE;
            height: 36px;
            width: 36px;
            padding: 0px;
            margin: 0px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            position: absolute;
            top: 2px;
            right: 8px;
        }

        .mnfgames-svg-container svg {
            height: 20px;
            width: 20px;
        }


.mnfgames-search-results {
    max-height: 400px;
    position: absolute;
    width: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)) rgb(26, 27, 40);
    border-radius: 10px;
    overflow: auto;
    margin-block: 0px;
    padding-inline: 0px;
    margin-top: 16px;
    z-index: 99;
}

.mnfgames-search-results li:hover, .mnfgames-search-results li.selectedOption {
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
}

.mnfgames-search-results li {
    list-style: none;
    padding: 8px 16px;
}

.mnfgames-search-results::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background: rgba(0, 0, 0, 0);
}

.mnfgames-search-results::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0);
}

.mnfgames-search-results::-webkit-scrollbar-thumb {
    background: rgb(170, 173, 190);
    border-radius: 30px;
}


.mnfgames-search-title {
    text-align: center;
    font-size: 24px;
    margin: 24px 0px;
}

.mnfgames-search-text {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 16px;
}	
	


.game-container {
    position: relative; 
    width: 70%;
    min-height: 600px; 
    display: flex;
    flex-direction: column; 
    justify-content: flex-end; 
    background-color: #212233; 
}


.flash-container, .ruffle-container, .iframe-container {
    width: 100%;
    aspect-ratio: 4 / 3;
    position: relative;
    overflow: hidden;
    min-height: 600px;
}


.game-controls {
    display: flex;
    flex-direction: column;
    position: relative; 
    bottom: 0;
    z-index: 2;
    width: 100%;
    background: rgb(33, 34, 51); 
}

.game-controls-content {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    height: 45px;
    padding: 0 16px;
    box-sizing: border-box;
}

.game-controls-left {
    display: flex;
    align-items: center;
}

.game-title {
    font-size: 1rem;
    font-weight: 900;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.game-controls-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.control-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: rgb(249, 250, 255);
    border: 1px solid transparent; 
    cursor: pointer;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 0 12px;
    height: 45px;
    min-width: 40px;
    transition: background-color 250ms, color 250ms, border-color 250ms; 
    border-radius: 4px;
}

.control-btn:hover {
    background-color: rgba(255, 255, 255, 0.1); 
    border-color: #9b51e0; 
}


.control-btn svg {
    width: 24px;
    height: 24px;
    fill: white;
}

.divider {
    height: 20px;
    margin: 0 8px;
    border-right: 1px solid rgb(63, 65, 92); 
}


.notification {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    z-index: 1000;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease;
    color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.notification.success {
    background-color: #4CAF50; 
}

.notification.error {
    background-color: #F44336; 
}


.notification.fade {
    opacity: 0;
    transform: translateY(20px);
}
		
	
.mnfgames-lang-box-list {
 display: none; // По умолчанию список скрыт
}

.mnfgames-lang-box-list.is-open {
   display: block; 
}

.mnfgames-category-characters-box {
  border-radius: calc(8px + 2px);
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  box-sizing: border-box;
  display: block;
  contain: layout;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.5, 0, 0.1, 1);
  transition: transform 0.1s cubic-bezier(0.5, 0, 0.1, 1);
  transition-delay: 0s;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  margin-left: 1px;
  margin-top: 1px;
  width: calc(100% - 2px);
  padding-top: calc(3 / 2 * (100% - 4px)) !important;
  width: 100%;
  height: 0;
  padding: 0;
  margin-bottom: 10px;  
}

.mnfgames-category-characters-box .skeleton {
  top: 0 !important;
}

.mnfgames-category-characters-box .CharThumbImage,
.mnfgames-category-characters-box .GameThumbImage {
  -webkit-transition: opacity 0.3s cubic-bezier(0.5, 0, 0.1, 1);
  transition: opacity 0.3s cubic-bezier(0.5, 0, 0.1, 1);
  transition-delay: 0ms;
  z-index: 1;
  border-radius: 8px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: transparent;
}

.mnfgames-category-characters-box .CharThumbTitleContainer,
.mnfgames-category-characters-box .gameThumbTitleContainer {
  color: #ffffff;
  position: absolute;
  bottom: 5px;
  margin-bottom: 8px;
  margin-left: 8px;
  z-index: 4;
  font-size: 11.2px;
  font-weight: 700;
  width: 0;
  height: 0;
  overflow: hidden;
}

.mnfgames-category-characters-box > div {
  max-width: 16ch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}







.single-game-wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
@media (min-width: 992px) {
	.single-game-wrapper {
		flex-direction: column-reverse; 
	}
}


.game-player-section {
    width: 100%;
    max-width: 900px; 
    margin: 0 0 20px 0; 

}


.player-orientation--horizontal {
	aspect-ratio: 867 / 650; 
}
.player-orientation--vertical {
	aspect-ratio: 488 / 650; 
    max-width: 650px; 
}


.game-player-container {
	position: relative;
	width: 100%;
    height: 100%; 
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	overflow: hidden; 
}
.game-player-container ruffle-player {
    display: block;
    width: 100%;
    height: 100%;
}

.game-player-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  box-sizing: content-box;
  overflow: hidden;
 background-color: #000;
}


.game-splash-screen {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
	z-index: 10; display: flex; justify-content: center; align-items: center;
	cursor: pointer; overflow: hidden;
	transition: opacity 0.4s ease, visibility 0.4s ease;
}
.game-splash-screen::before {
	content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
	background-color: rgba(12, 13, 20, 0.75);
	z-index: 1;
}
.game-splash-screen.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.splash-bg-video {
	position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
	min-width: 100%; min-height: 100%; width: auto; height: auto;
	z-index: 0; filter: blur(3px) brightness(0.7);
}
.splash-content {
	text-align: center; color: #fff; z-index: 2; position: relative;
}
.splash-icon {
	width: 216px; height: 121px; object-fit: cover;
	border-radius: 12px; margin-bottom: 15px;
}
.splash-title {
	font-size: 2rem; margin: 0 0 20px 0; font-weight: 900;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.7);
}
.splash-play-button {
    box-sizing: border-box; text-transform: capitalize; font-size: 1.3em;
    cursor: pointer; font-family: Nunito, Arial, "Helvetica Neue", Helvetica, sans-serif;
    align-items: center; display: inline-flex; justify-content: center;
    position: relative; border-radius: 999px; padding: 0.8em 3em;
    border-width: 0px; user-select: none;
    
    background-color: #6842FF;
    color: rgb(255, 255, 255);
    font-weight: 900; margin-top: 8px;
    transform: perspective(1px) translateZ(0);
    
    
    

    
    animation: pulse-button-new 2.5s infinite ease-in-out;
}


.splash-play-button:hover {
    
    background-color: #8668FF;
    
    box-shadow: none;
}


@keyframes pulse-button-new {
    0% {
        box-shadow: 0 0 0 0 rgba(104, 66, 255, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(104, 66, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(104, 66, 255, 0);
    }
} 



.single-gallery-container {
    padding-top: 15px;
}
.single-gallery-container .mnfgames-top-games-list {
	padding-top: 0; padding-bottom: 0;
}

.primeCarouselLi.has-video-preview { position: relative; cursor: pointer; }
.primeCarouselLi.has-video-preview video {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
	object-fit: cover; display: none; z-index: 5;
}
.primeCarouselLi.has-video-preview .play-icon-overlay {
	position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
	font-size: 50px; color: rgba(255,255,255,0.8); text-shadow: 0 0 15px black;
	z-index: 6; pointer-events: none; opacity: 1; transition: opacity 0.2s ease;
}
.primeCarouselLi.has-video-preview:hover video { display: block; }
.primeCarouselLi.has-video-preview:hover .play-icon-overlay { opacity: 0; }

.game-preview-container .GameTopVideo {
    
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    
    
    width: 100%;
    height: 100%;
    
    
    object-fit: cover;
    
    
    z-index: 2;
    
    
    border-radius: 8px;

    
    display: none;
}



.player-and-sidebar-wrapper {
	display: block;
}


@media (min-width: 1280px) {

	
	.player-and-sidebar-wrapper {
		display: flex;
		align-items: flex-start;
		gap: 24px;
        margin-bottom: 20px;
	}

	.player-and-sidebar-wrapper > .game-player-section {
		width: auto;
		flex-grow: 1;
        margin-bottom: 0;
	}

    .player-and-sidebar-wrapper > .game-player-section.player-orientation--vertical {
        flex-grow: 0;
    }

	
	.game-sidebar-right {
		width: 750px;
		flex-shrink: 0;
		margin-top: 20px;

        
        display: grid;
        grid-template-columns: repeat(3, 1fr); 
        
        grid-auto-rows: 170px; 
        gap: 16px; 
	}

    
    .game-sidebar-right .mnfgames-related-games {
        grid-column: 1 / -1; 
        display: contents;   
    }

    
    .game-sidebar-right .mnfgames-related-games-list {
        grid-column: 1 / -1; 
        display: contents;
    }
    
    
    .game-sidebar-right .mnfgames-category-games-box {
        aspect-ratio: 16 / 9; 
    }

    
    .game-sidebar-right .banner-grid-item,
    .game-sidebar-right .banner-grid-item a,
    .game-sidebar-right .banner-grid-item img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .game-sidebar-right .banner-grid-item img {
        object-fit: contents; 
    }
}



/* --- Адаптация для вертикальных игр --- */
@media (min-width: 1280px) {

  /* Центрируем всю обёртку при вертикальной ориентации */
  .player-and-sidebar-wrapper.vertical-layout {
    justify-content: center;
    align-items: flex-start;
  }

  /* Расширяем сайдбар и добавляем 4 колонку */
  .player-and-sidebar-wrapper.vertical-layout .game-sidebar-right {
    width: 1000px;
    grid-template-columns: repeat(4, 1fr);
  }

  /* Уменьшаем макс. ширину самой игры и фиксируем высоту */
  .player-and-sidebar-wrapper.vertical-layout .game-player-section {
    max-width: 700px;
  }

  .player-and-sidebar-wrapper.vertical-layout .game-player-section .game-player-container {
    max-height: 80vh;
  }

  /* Поднимаем панель управления, если она перекрывается */
  .player-and-sidebar-wrapper.vertical-layout .game-controls {
    position: relative;
    z-index: 5;
    margin-top: 8px;
  }
}


.notification-modal {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    z-index: 1000; display: flex; align-items: center; justify-content: center;
    opacity: 0; visibility: hidden; pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.notification-modal.is-visible {
    opacity: 1; visibility: visible; pointer-events: auto;
}
.notification-modal__overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(10, 10, 20, 0.7);
}


.notification-modal__content {
    position: relative; background-color: rgb(33, 34, 51); color: #fff;
    border-radius: 12px; padding: 24px 32px 32px; text-align: center;
    width: min(500px, 90vw); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    transform: scale(0.9); transition: transform 0.3s ease;
}
.notification-modal.is-visible .notification-modal__content {
    transform: scale(1);
}


.notification-modal__close-btn {
    position: absolute; top: 12px; right: 12px; background: transparent;
    border: none; color: rgb(102, 106, 127); cursor: pointer; padding: 0;
    width: 32px; height: 32px; display: flex; align-items: center;
    justify-content: center; border-radius: 50%; transition: background-color 0.2s;
}
.notification-modal__close-btn:hover { background-color: rgba(255, 255, 255, 0.1); }

.notification-modal__icon-wrapper { margin: 0 auto 16px; width: 64px; height: 64px; }
.notification-icon { width: 100%; height: 100%; display: none; } 
.notification-icon.is-active { display: block; } 
.icon--success { color: #4caf50; }
.icon--error { color: #f44336; }

.notification-modal__title { font-size: 22px; font-weight: 700; margin: 0 0 12px; line-height: 1.3; }
.notification-modal__message { font-size: 16px; font-weight: 400; color: rgb(189, 191, 206); margin: 0 0 24px; line-height: 1.5; }

.notification-modal__confirm-btn {
    background-color: #4a4ff2; color: #fff; border: none; border-radius: 8px;
    padding: 12px 24px; font-size: 16px; font-weight: 600; cursor: pointer;
    min-width: 150px; transition: background-color 0.2s;
}
.notification-modal__confirm-btn:hover { background-color: #3a3fcf; }




.header-login-container {
    padding-right: 16px;
}


.header-login-button {
    border-radius: 30px;
    transition: all 250ms ease;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Nunito, sans-serif;
    font-weight: 800;
    font-size: 16px;
    box-sizing: border-box;
    padding: 8px 16px;
    background: #6842FF;
    color: #F9FAFF;
    height: 40px;
    white-space: nowrap; 
}
.header-login-button:hover {
    background: #8668FF;
}
.header-login-button:active {
    background: rgba(134, 104, 255, 0.7);
}
.header-login-button.is-disabled {
    background: #28293D;
    color: #474967;
    cursor: default;
}


@media (max-width: 614.95px) {
    .header-login-container {
        display: none;
    }
}





.auth-panel {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    z-index: 1001;
    opacity: 0; visibility: hidden; pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.auth-panel.is-visible {
    opacity: 1; visibility: visible; pointer-events: auto;
}
.auth-panel__overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(10, 10, 20, 0.7);
    transition: opacity 0.3s ease;
}


.auth-panel__drawer {
    position: fixed;
    top: 68px;
    right: 0;
    width: 400px;
    height: calc(100% - 68px - 16px);
    background: rgb(26, 27, 40);
    border-radius: 8px;
    margin-right: 8px;
    transform: translateX(110%);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: flex;
    flex-direction: column;
}
.auth-panel.is-visible .auth-panel__drawer {
    transform: translateX(0);
}


.auth-panel__header {
    width: 100%; height: 60px; min-height: 60px;
    display: flex; align-items: center; justify-content: center; 
    position: relative; 
    z-index: 2; border-bottom: 1px solid rgb(55, 57, 82);
}
.auth-panel__back-btn {
    position: absolute; left: 8px; 
}
.auth-panel__close-btn {
    position: absolute; right: 8px; 
}

.auth-panel__back-btn,
.auth-panel__close-btn {
    background: transparent; border: none; cursor: pointer; padding: 0;
    width: 48px; height: 48px; display: flex; align-items: center; justify-content: center;
    border-radius: 50%; color: #fff; transition: background-color 0.2s;
}
.auth-panel__back-btn:hover,
.auth-panel__close-btn:hover { background-color: rgba(255, 255, 255, 0.1); }
.auth-panel__back-btn { display: none; }
.auth-panel__step-title {
    color: #fff; font-size: 18px; font-weight: 700;
    margin: 0;
}


.auth-panel__title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-top: 24px;
    margin-bottom: 16px;
    text-align: center; 
}

.auth-panel__content-wrapper {
    height: 100%; overflow-y: auto;
}
.auth-panel__content {
    padding: 24px 16px 16px; 
    display: flex; flex-direction: column; align-items: center;
}
.auth-panel__form-container { 
    width: 100%; 
}

.form-greeting {
    color: #fff; font-size: 18px; font-weight: 700;
    margin-bottom: 24px; text-align: center;
}


.auth-step { display: none; }
.auth-step.is-active { display: block; }
.auth-form { display: flex; flex-direction: column; gap: 16px; }

.form-field { position: relative; }


.form-field input {
    width: 100%; height: 56px; 
    padding: 16px; 
    background-color: rgb(55, 57, 82); border: 1px solid transparent;
    border-radius: 8px; color: #fff; font-size: 16px;
    transition: all 0.2s ease; 
}



.form-field-terms {
    text-align: left;
    margin-top: 8px;
}
.form-field-terms label {
    display: flex;
    align-items: flex-start;
    font-size: 13px;
    color: rgb(189, 191, 206);
    cursor: pointer;
}
.form-field-terms input[type="checkbox"] {
    margin-top: 2px;
    margin-right: 8px;
    flex-shrink: 0;
}
.form-field-terms a {
    color: #8668FF;
    text-decoration: none;
}
.form-field-terms a:hover {
    text-decoration: underline;
}


.form-field label {
    position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
    color: rgb(189, 191, 206); pointer-events: none;
    transition: all 0.2s ease;
    background-color: transparent; 
}




.form-field input:focus,
.form-field input:not(:placeholder-shown) {
    outline: none;
    border-color: #6842FF;
    padding: 24px 16px 8px 16px; 
}


.form-field input:focus + label,
.form-field input:not(:placeholder-shown) + label {
    top: 8px; 
    transform: translateY(0);
    font-size: 12px;
    color: #6842FF;
}


.form-field input:disabled {
    color: rgb(102, 106, 127);
    border-color: transparent !important;
    background: rgba(47, 49, 72, 0.4);
}
.form-field input:disabled + label {
    top: 8px; transform: translateY(0); font-size: 12px;
    color: rgb(102, 106, 127);
}


.form-field__error-message { display: none; color: #f44336; font-size: 13px; text-align: left; margin-top: 4px; }
.form-field.has-error .form-field__error-message { display: block; }
.form-field.has-error input { border-color: #f44336 !important; }


.form-actions { margin-top: 16px; }
.form-submit-btn { width: 100%; height: 48px; background: #6842FF; color: #F9FAFF; border: none; border-radius: 8px; font-size: 16px; font-weight: 700; cursor: pointer; transition: background-color 0.2s; }
.form-submit-btn:hover { background: #8668FF; }
.form-submit-btn:disabled { background: rgb(40, 41, 61); color: rgb(71, 73, 103); cursor: default; }
.form-forgot-password { color: #8668FF; font-size: 14px; text-decoration: none; text-align: right; margin-top: 8px; }
.form-forgot-password:hover { text-decoration: underline; }


.form-field.has-icon { position: relative; }
.form-field.has-icon .form-field__icon-btn {
    position: absolute;
    top: 50%; right: 12px;
    transform: translateY(-50%);
    background: none; border: none; padding: 4px;
    color: rgb(102, 106, 127); cursor: pointer;
    display: flex; align-items: center; justify-content: center;
}

.form-field.has-icon .form-field__icon-btn:hover {
    color: #8668FF; 
}

.form-field.has-icon .form-field__icon-btn svg {
    width: 20px; height: 20px;
}
.form-field.has-icon .toggle-password .icon-eye-slash {
    display: none; 
}
.form-field.has-icon .toggle-password.is-active .icon-eye {
    display: none; 
}
.form-field.has-icon .toggle-password.is-active .icon-eye-slash {
    display: block; 
}


.form-password-requirements {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: -8px; 
    margin-bottom: 8px;
}

.requirement {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #f44336; 
    transition: color 0.3s ease;
}
.requirement.is-valid {
    color: #4caf50; 
}

.requirement .req-icon {
    width: 20px; 
    height: 20px; 
    margin-right: 8px; 
    flex-shrink: 0; 
}


.requirement .req-icon--success { display: none; }
.requirement .req-icon--error { display: inline-block; }

.requirement.is-valid .req-icon--success { display: inline-block; }
.requirement.is-valid .req-icon--error { display: none; }


.form-message {
    text-align: center;
    padding: 12px;
    font-weight: 700;
    margin-bottom: 12px;
    border-radius: 8px;
    display: none; 
}
.form-message.is-visible {
    display: block;
}
.form-message.is-error {
    color: #fff;
    background-color: rgb(231, 13, 92);
}
.form-message.is-success {
    color: #fff;
    background-color: #4caf50;
}



@media (max-width: 614.95px) {
    .auth-panel__drawer {
        width: calc(100% - 16px);
        height: calc(100% - 60px - 8px); 
        margin-right: 8px;
        margin-left: 8px;
        top: 60px; 
    }
}






.header-user-profile {
    padding-right: 16px; 
}


.header-user-profile__button {
    background-color: rgb(12, 13, 20); 
    border: 1px solid rgb(40, 41, 61);   
    padding: 0;
    cursor: pointer;
    border-radius: 50%; 
    line-height: 0; 
    
    
    transition: all 0.2s ease-in-out;
}


.header-user-profile__button img {
    border-radius: 50%; 
    width: 40px;
    height: 40px;
    object-fit: cover; 
    display: block; 
}


.header-user-profile__button:hover {
    border-color: #6842FF; 
    box-shadow: 0 0 8px rgba(104, 66, 255, 0.5); 
}


.user-panel__header {
    padding: 24px 16px;
    text-align: center;
    border-bottom: 1px solid rgb(55, 57, 82);
}
.user-panel__avatar img {
    border-radius: 50%;
    border: 4px solid rgb(55, 57, 82);
}
.user-panel__name {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-top: 12px;
}
.user-panel__email {
    font-size: 14px;
    color: rgb(189, 191, 206);
    margin-top: 4px;
}
.user-panel__actions {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.user-panel__button {
    display: block;
    width: 100%;
    padding: 12px 16px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    background-color: rgb(55, 57, 82);
    color: #fff;
    transition: background-color 0.2s;
}
.user-panel__button:hover {
    background-color: rgb(71, 73, 103);
}
.user-panel__button--primary {
    background-color: #6842FF;
    color: #fff;
}
.user-panel__button--primary:hover {
    background-color: #8668FF;
}
.user-panel__button--logout {
    margin-top: 16px;
    background-color: transparent;
    border: 1px solid rgb(71, 73, 103);
}
.user-panel__button--logout:hover {
    background-color: rgba(231, 13, 92, 0.2);
    border-color: rgb(231, 13, 92);
    color: #fff;
}



.reviews-section-wrapper {
    margin-top: 20px;
}

.reviews-section-title {
    font-size: 20px;
    margin-bottom: 15px;
    
}

.review-form-wrapper {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    
}

.review-form-avatar .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #333;
}

.review-form-fields {
    flex-grow: 1;
}

.game-review-form textarea {
    width: 100%;
    background-color: #2a2a2a;
    border: 1px solid #444;
    color: #eee;
    padding: 10px;
    border-radius: 4px;
    resize: vertical;
    min-height: 60px;
    margin-bottom: 10px;
}



.quick-review-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 15px;
}

.quick-review-btn {
    background-color: #2a2a2a;
    border: 1px solid #444;
    color: #eee;
    padding: 6px 12px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 13px;
}
.quick-review-btn:hover { background-color: #333; }

.game-review-form .form-actions {
    text-align: right;
    margin-top: 10px;
}


.review-login-prompt {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}
.game-review-form textarea:disabled {
    background-color: #252525;
    cursor: not-allowed;
}


.reviews-list-container {
    margin-top: 30px;
}


.review-submit-button {
    
    border-radius: 30px;
    transition: all 250ms ease;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Nunito, sans-serif;
    font-weight: 800;
    font-size: 16px;
    box-sizing: border-box;
    padding: 8px 16px;
    background: #6842FF;
    color: #F9FAFF;
    height: 40px;
    white-space: nowrap;
}


.review-submit-button:disabled {
    background: #333;
    color: #888;
    cursor: not-allowed;
}


.review-requirements {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 15px;
    font-size: 14px;
}

.requirement {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #888; 
    transition: color 0.3s ease;
}

.requirement .req-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.requirement .req-icon--success {
    display: none; 
}
.requirement .req-icon--error {
    display: inline-block; 
    color: #666; 
}


.requirement.is-valid {
    color: #eee; 
}

.requirement.is-valid .req-icon--success {
    display: inline-block; 
    color: #4caf50; 
}

.requirement.is-valid .req-icon--error {
    display: none; 
}



.reviews-list-container ol, 
.reviews-list-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.review-item {
    border-top: 1px solid #333;
    padding: 20px 0;
}
.review-item:first-child {
    border-top: none;
}

.review-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.review-header .avatar {
    border-radius: 50%;
}

.review-meta {
    display: flex;
    flex-direction: column;
}

.review-author {
    font-weight: bold;
    font-size: 16px;
}
.review-author a {
    color: #eee;
    text-decoration: none;
}
.review-author a:hover {
    text-decoration: underline;
}

.review-date {
    font-size: 13px;
    color: #888;
}

.review-content {
    padding-left: 75px; 
}

.review-rating-stars {
    margin-bottom: 10px;
}
.review-rating-stars img {
    vertical-align: middle;
}

.review-text p {
    margin-top: 0;
    line-height: 1.6;
}

.review-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 15px;
    padding-left: 75px;
}

.review-actions a {
    color: #aaa;
    text-decoration: none;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.review-actions a:hover {
    color: #fff;
}


.ratings-wrapper.is-disabled {
    opacity: 0.5;
    pointer-events: none;
}


.ratings-wrapper img {
    width: 24px;  
    height: 24px;
    margin: 0 2px; 
}




.user-panel-content {
    padding: 0 24px 24px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.user-panel-nav {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.user-panel-tab {
    padding: 12px 16px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    font-weight: 500;
    color: #6c757d;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.user-panel-tab:hover {
    color: #343a40;
}

.user-panel-tab.is-active {
    color: #007bff; 
    border-bottom-color: #007bff;
}

.user-panel-tabs-content {
    flex-grow: 1;
    overflow-y: auto; 
}

.user-panel-tab-content {
    display: none;
}

.user-panel-tab-content.is-active {
    display: block;
}

.user-panel-form-section {
    margin-bottom: 24px;
}

.user-panel-section-title {
    font-size: 1.1rem;
    margin-bottom: 16px;
}

.user-panel-divider {
    border: 0;
    border-top: 1px solid #e0e0e0;
    margin: 24px 0;
}

.user-panel__footer {
    padding-top: 16px;
    margin-top: auto; 
    border-top: 1px solid #e0e0e0;
}



.loading-spinner-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}
.loading-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.form-field-avatar-upload {
    position: relative;
    display: flex;
    align-items: center;
}


.avatar-upload-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}


.avatar-upload-label {
    
    display: inline-block;
    padding: 8px 16px;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
    background-color: rgb(55, 57, 82); 
    color: #fff;
    transition: background-color 0.2s;
    cursor: pointer;
    margin-right: 16px;
    flex-shrink: 0;
}

.avatar-upload-label:hover {
     background-color: rgb(71, 73, 103); 
}


.avatar-upload-filename {
    color: #bdbfce; 
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#user-panel-my-reviews .comment-list {
    list-style-type: none; 
    padding-left: 0;       
}




@media (max-width: 767px) {

    
    
    .game-player-section {
        max-width: 100%;
        margin-bottom: 20px; 
    }

    
    .game-player-container {
        
        height: auto;
        
        
        aspect-ratio: 16 / 9;
        
        
        border-radius: 0;
		
    }
    
    
    .game-player-section.player-orientation--vertical .game-player-container {
        aspect-ratio: 9 / 16;
    }

    
    .splash-title {
        
        font-size: 1.5rem; 
        padding: 0 15px; 
        text-align: center;
    }

    
    .game-controls-content {
        
        flex-wrap: wrap;
        
        
        justify-content: center;
        
        
        height: auto;
        min-height: 45px;
        
        
        padding: 8px 10px;
        
        
        gap: 8px;
    }
    
    
    .game-controls-right .control-btn {
        margin: 0 5px;
    }

}




.game-player-container {
    position: relative; 
    z-index: 1;
}




@media (max-width: 614.95px) {

    
    .splash-icon,
    .splash-title {
        display: none;
    }

    
    .splash-content {
        justify-content: center;
    }
}



.character-profile-header { display: flex; gap: 24px; margin-bottom: 24px; padding: 0 16px; }
.character-avatar img { max-width: 180px; height: auto; border-radius: 8px; }
.character-details { flex: 1; }
.character-name { margin-top: 0; }
.character-meta { display: flex; flex-direction: column; gap: 8px; margin-top: 12px; }
.character-description { margin-top: 16px; color: #ccc; }
.character-tabs-nav { display: flex; border-bottom: 1px solid #444; margin-bottom: 20px; padding: 0 16px; }
.character-tabs-nav .tab-link { padding: 10px 20px; border: none; background: transparent; color: #aaa; text-decoration: none; font-size: 16px; position: relative; bottom: -1px; }
.character-tabs-nav .tab-link.active { color: #fff; font-weight: bold; border-bottom: 2px solid #fff; }
.tab-pane { display: none; }
.tab-pane.active { display: block; }
@media (max-width: 768px) {
    .character-profile-header { flex-direction: column; align-items: center; text-align: center; }
    .character-meta { align-items: center; }
}



.moment-item {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 9 / 16; 
}
.moment-item img, 
.moment-item .moment-video-preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
}
.moment-item .moment-video-preview {
    opacity: 0;
    transition: opacity 0.3s;
}
.moment-item:hover .moment-video-preview {
    opacity: 1;
}




.artist-card {
    display: flex;
    flex-direction: column; 
    align-items: center;    
    text-align: center;
    padding: 10px 5px;      
    color: #ffffff;         
    text-decoration: none;  
    transition: transform 0.2s ease;
}

.artist-card:hover {
    transform: scale(1.03); 
}


.artist-card-name {
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 12px; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}


.artist-card-avatar {
    width: 90%; 
    max-width: 160px; 
    margin-bottom: 12px; 
    aspect-ratio: 1 / 1; 
}


.artist-card-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;    
    border-radius: 50%;   
    border: 2px solid #444; 
}


.artist-card-count {
    font-size: 0.9em;
}




.load-more-container {
    text-align: center;
    padding: 30px 16px;
    position: relative;
    z-index: 5;
}


.load-more-button {
    
    font-family: Nunito, Arial, "Helvetica Neue", Helvetica, sans-serif;
    background-color: #6842FF;
    color: rgb(255, 255, 255);
    font-weight: 900;
    font-size: 1.1em; 
    border-radius: 999px; 
    padding: 0.8em 3em;
    border-width: 0px;
    
    
    cursor: pointer;
    user-select: none;
    
    
    transition: background-color 0.3s ease, transform 0.2s ease, opacity 0.3s ease;
    animation: pulse-button-new 2.5s infinite ease-in-out; 
    
    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.load-more-button:hover:not(:disabled) {
    background-color: #7b5dff; 
}


.load-more-button:active:not(:disabled) {
    transform: scale(0.98);
}


.load-more-button:disabled {
    background-color: #4a30a8; 
    cursor: not-allowed;
    opacity: 0.7;
    animation: none; 
}
  

.hidden-moment {
    display: none;
}

.button-wrapper {
    text-align: center; 
    
    margin-bottom: 20px; 
}

.mnf-button {
    box-sizing: border-box;
    text-transform: capitalize;
    font-size: 1em;
    cursor: pointer;
    font-family: Nunito, Arial, "Helvetica Neue", Helvetica, sans-serif;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    position: relative;
    border-radius: 999px;

    
    padding: 8px 24px;

    
    margin: 4px 8px 8px; 

    
    width: 100%; 
    max-width: calc(100% - 22px); 
    


    border-width: 0px;
    user-select: none;

    background-color: #6842FF;
    color: rgb(255, 255, 255);
    font-weight: 900;

    
    
    
    


    transform: perspective(1px) translateZ(0);
    animation: pulse-shadow-mnf 2.5s infinite ease-out;
}

.mnf-button:hover {
    background-color: #8668FF;
    box-shadow: none;
}

@keyframes pulse-shadow-mnf {
  0% {
    box-shadow: 0 0 0 0 rgba(104, 66, 255, 0.7);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(104, 66, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(104, 66, 255, 0);
  }
}


@media (min-width: 1280px) {
    .mnfgames-single-hr {
        margin-left: 0px;
        
    }
}

/* === Новые варианты для iframe === */

/* Горизонтальный iframe (16:9) */
.player-orientation--iframe_horizontal {
    aspect-ratio: 16 / 9;
}

/* Вертикальный iframe (9:16) */
.player-orientation--iframe_vertical {
    aspect-ratio: 9 / 16;
    max-width: 650px;
}

.player-and-sidebar-wrapper > .game-player-section.player-orientation--iframe_vertical {
    flex-grow: 0;
}

/* Внутренний контейнер подгоняем под то же соотношение */
.game-player-section.player-orientation--iframe_horizontal .game-player-container {
    aspect-ratio: 16 / 9;
}

.game-player-section.player-orientation--iframe_vertical .game-player-container {
    aspect-ratio: 9 / 16;
}

/* === Оверлей при загрузке iframe === */
/* === Заглушка при загрузке iframe === */
.iframe-loading-overlay {
    position: absolute;
    inset: 0;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 10;
    transition: opacity 0.5s ease;
}

.iframe-loading-overlay.fade-out {
    opacity: 0;
    pointer-events: none;
}

.iframe-loading-content {
    text-align: center;
    color: #fff;
    font-family: 'Roboto', 'Arial', sans-serif;
}

/* === Текст === */
.loading-text {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    animation: pulseText 1.8s ease-in-out infinite;
}

/* === Фейковый прогресс-бар === */
.loading-bar {
    width: 220px;
    height: 8px;
    background-color: rgba(255,255,255,0.1);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.loading-bar-progress {
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, #3a82ff, #7c5cff, #d46bff);
    background-size: 200% 100%;
    animation: loadingProgress 5s ease-in-out forwards, gradientShift 3s linear infinite;
    border-radius: 10px;
}

/* Анимация для плавного заполнения */
@keyframes loadingProgress {
    from { width: 0%; }
    to { width: 100%; }
}

/* Перелив цвета */
@keyframes gradientShift {
    0% { background-position: 0 0; }
    100% { background-position: 200% 0; }
}

/* Пульсирующий текст */
@keyframes pulseText {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}

/* === Если вставишь GIF === */
.iframe-loading-gif {
    width: 100px;
    height: auto;
    margin-bottom: 20px;
}
