@font-face {
  font-family: Proxima Soft;
  src: url(../fonts/ProximaSoft-Black.woff2) format("woff2");
  src: url(../fonts/ProximaSoft-Black.woff) format("woff");
  src: url(../fonts/ProximaSoft-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proxima Soft;
  src: url(../fonts/ProximaSoft-Bold.woff2) format("woff2");
  src: url(../fonts/ProximaSoft-Bold.woff) format("woff");
  src: url(../fonts/ProximaSoft-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proxima Soft;
  src: url(../fonts/ProximaSoft-SemiBold.woff2) format("woff2");
  src: url(../fonts/ProximaSoft-SemiBold.woff) format("woff");
  src: url(../fonts/ProximaSoft-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proxima Soft;
  src: url(../fonts/ProximaSoft-Regular.woff2) format("woff2");
  src: url(../fonts/ProximaSoft-Regular.woff) format("woff");
  src: url(../fonts/ProximaSoft-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html,
body {
  font-family: "Proxima Soft", serif;
  font-weight: 500;
}

:root {
  --box-shadow: 0 2px 40px rgb(53 39 185 / 15%);
}

[data-theme="dark"] {
  --box-shadow: 0 2px 40px rgb(23 0 241 / 15%);
}

.hidden-search {
  display: none;
}

/* ================================== header-game - game-full-rate */
.iframe-default {
  display: block;
  /* border-radius: var(--border-radius); */
  min-height: 450px;
}

.margin-left {
  margin-left: -10px;
}

.play-game {
  margin-top: 32px;
}

.header-game {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 48px;
  height: auto;
  overflow: hidden;
  color: var(--primary-title);
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 10px;
  /* margin-top: 16px; */
  /* border-radius: var(--border-radius); */
  /* border: 1px solid rgba(0, 0, 0, .125); */
  background: var(--light-gray);
}

.box-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-game-extend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-game-extend > span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 44px;
  /* min-height: 44px; */
  min-height: 40px;
  margin-left: 5px;
  cursor: pointer;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* border-radius: var(--border-radius); */
  -webkit-transition: cubic-bezier(0.32, 1.2, 0.54, 1.17);
  -o-transition: cubic-bezier(0.32, 1.2, 0.54, 1.17);
  transition: cubic-bezier(0.32, 1.2, 0.54, 1.17);
}

.expand {
  margin-right: -5px;
}

.hidden {
  display: none;
}

.header-game-extend > span > svg {
  fill: var(--primary-title);
}



.header-game-extend > span:hover  svg, .header-game-extend > span:hover svg path{
  /* fill: var(--purple); */
}

/* .header-game-extend>span:hover {
  background: linear-gradient(90deg, #3d63cd, #6424db);
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
} */

.share-btn:hover > svg,
.comment-btn:hover > svg,
.theatemode:hover > svg,
.expand-btn:hover > svg,
.expand-btn:hover > span {
  fill: #6424db;
  color: #6424db;
}

.active.share-btn > svg,
.active.comment-btn > svg,
.active.theatemode > svg,
.active.expand-btn > svg,
.active.expand-btn > span {
  fill: #6424db;
  color: #6424db;
}

.favorite-btn:hover > svg path {
  fill: #FA4A35;
}

.favorite-btn.active > svg path {
  fill: #FA4A35;
}

/* fullscreen.php */
.exit-fullscreen {
  width: 36px;
  height: 36px;
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 999999;
  padding: 8px;
  color: white;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-family: sans-serif;
  line-height: 21px;
  font-size: 25px;
  border-radius: 6px;
}

#expand {
  cursor: pointer !important;
}

.force_full_screen {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 999999;
  top: 0px !important;
  border: 0px !important;
  left: 0px !important;
  right: 0px !important;
  cursor: pointer !important;
}

@media (max-width: 576px) {
  .header-game {
    max-height: unset;
  }

  .box-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-game-extend {
    /* -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; */
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .game-full-rate {
    margin: 10px 0;
  }
}

.hidden_theatemode {
  display: none;
}

/* =================================== comments ================================= */
.comments-wrap {
  color: var(--primary-title);
  padding: 15px;
  border-radius: 12px;
  border: 1px solid #615c6c;
  box-shadow: var(--box-shadow);
}

/* =================================== pagination ================================= */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: center; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* margin: 30px auto 0; */
  /* padding: 0 20px; */
  width: 100%;
  /* height: 60px; */
  /* border-radius: 20px; */
  /* background-color: var(--black2); */
}

.pagination .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 50px;
  padding: 15px;
  /* border-radius: 20px; */
  border-radius: 50%;
  background-color: transparent;
  font-size: 16px;
  color: var(--purple);
  font-weight: 700;
  margin: 0 6px;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.pagination .btn:hover {
  cursor: pointer;
  color: white;
  background-color: var(--purple);
}

.pagination .active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 50px;
  padding: 15px;
  /* border-radius: 20px; */
  border-radius: 50%;
  background: linear-gradient(94.63deg, #3d63cd 10.2%, #6424db 89.98%);
  font-size: 16px;
  color: white;
  font-weight: 700;
  cursor: default;
  font-weight: 700;
  margin: 0 5px;
}

.pagination > span:nth-child(1) {
  margin-left: 0;
}

/*============================== loading_mask ==============================*/
.hidden-load {
  display: none;
}

.loading_mask {
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loading_mask > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.action .loading_mask > svg {
  left: 50%;
}

/*============================== breadcrumbs ==============================*/
.breadcrumbs {
  margin: 0 0 20p;
  text-transform: capitalize;
  font-weight: 700;
}

.breadcrumbs a {
  color: var(--main-color-links);
  text-decoration: none;
  font-size: 16px;
}

.breadcrumbs__delimiter {
  padding: 0 4px;
}

/* ========================== game__content - Use the footer======================== */
.game__content {
  font-size: 16px;
  line-height: 1.5;
  color: var(--main-color-text);
  word-wrap: break-word;
}

.game__content strong,
.game__content em {
  color: var(--main-color-text);
}

.game__content ul,
.game__content ol {
  padding-left: 21px;
  margin-bottom: 26px;
}

.game__content ul:last-child,
.game__content ol:last-child {
  margin-bottom: 0;
}

.game__content li {
  line-height: 26px;
  padding-left: 3px;
  position: relative;
}

.game__content li:hover {
  color: #000;
  cursor: pointer;
  background: #d04444;
}

.game__content p {
  line-height: 26px;
  margin-bottom: 26px;
  letter-spacing: 0.4px;
}

.game__content a {
  font-style: italic;
  color: var(--main-color-links);
}

.game__content a:hover,
.game__content a:focus {
  color: #e53f71;
}

.game__content h1,
.game__content h2,
.game__content h3,
.game__content h4,
.game__content h5,
.game__content h6 {
  font-weight: bold;
  margin-bottom: 12px;
}

.game__content h1:last-child,
.game__content h2:last-child,
.game__content h3:last-child,
.game__content h4:last-child,
.game__content h5:last-child,
.game__content h6:last-child {
  margin-bottom: 0;
}

.SliderArrow_slideArrow__cXoHU.SliderArrow_prevBtn__bJd18 {
  left: -8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.SliderArrow_slideArrow__cXoHU.SliderArrow_nextBtn__nmad_ {
  right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.SliderArrow_slideArrow__cXoHU.SliderArrow_nextBtn__nmad_ svg {
  transition: opacity 0.1s ease-in-out;
  opacity: 1;
  transform: rotate(180deg);
}

.SliderArrow_slideArrow__cXoHU:disabled {
  display: none;
}

.SliderArrow_slideArrow__cXoHU {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -2px;
  bottom: 0;
  width: 42px;
  min-width: 42px;
  background: #fff;
  z-index: 14;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border-radius: 28px;
}

.SliderArrow_slideArrow__cXoHU {
  opacity: 0;
}

.SliderArrow_slideArrow__cXoHU:hover {
  opacity: 0.7;
}

@media (max-width: 500px) {
  .SliderArrow_slideArrow__cXoHU {
    opacity: 0.7;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
  }
}

.LocaleSwitcher_switcher__qNjSC {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.LocaleSwitcher_switcher__qNjSC .LocaleSwitcher_button___TNwD {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 24px;
  width: 80px;
  height: 44px;
  border-radius: 8px;
  color: var(--body);
  border: 1px solid var(--body);
  text-transform: uppercase;
  cursor: pointer;
  transition-property: background-color, color, opacity, border-color;
  opacity: 0.9;
}

.LocaleSwitcher_switcher__qNjSC
  .LocaleSwitcher_button___TNwD.LocaleSwitcher_selector__RR3to {
  border-radius: 50%;
  width: 42px;
  height: 42px;
  color: var(--body);
  border: 2px solid var(--purple);
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.LocaleSwitcher_switcher__qNjSC
  .LocaleSwitcher_button___TNwD.LocaleSwitcher_selector__RR3to
  .LocaleSwitcher_flag__Z1u7U {
  position: absolute;
}

.LocaleSwitcher_switcher__qNjSC
  .LocaleSwitcher_button___TNwD.LocaleSwitcher_active__qO_FR,
.LocaleSwitcher_switcher__qNjSC
  .LocaleSwitcher_button___TNwD.LocaleSwitcher_active__qO_FR:hover {
  background-color: var(--purple);
  color: #fff;
}

.LocaleSwitcher_switcher__qNjSC .LocaleSwitcher_button___TNwD:hover {
  background-color: var(--purple);
  color: #fff;
  opacity: 1;
}

.LocaleSwitcher_switcher__qNjSC .LocaleSwitcher_popoverContent__7vQ_T {
  /* display: flex; */
  flex-direction: column;
  gap: 14px;
  padding: 18px;
}

.LocaleSwitcher_switcher__qNjSC
  .LocaleSwitcher_popoverContent__7vQ_T
  .LocaleSwitcher_title__0oJ_4 {
  font-size: 18px;
  white-space: nowrap;
  color: var(--primary-title);
}

.LocaleSwitcher_switcher__qNjSC
  .LocaleSwitcher_popoverContent__7vQ_T
  .LocaleSwitcher_localesWrapper__Y0elz {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.LocaleSwitcher_switcher__qNjSC .LocaleSwitcher_hiddenSeoLinks__QACw9 {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}

.LocaleSwitcher_switcher__qNjSC.LocaleSwitcher_admin__38a4X
  .LocaleSwitcher_selector__RR3to {
  color: #eee;
}

.LocaleSwitcher_switcher__qNjSC.LocaleSwitcher_admin__38a4X
  .LocaleSwitcher_selector__RR3to:hover {
  color: #fff;
  background-color: #0c0c0c;
}

.LocaleSwitcher_switcher__qNjSC {
  position: relative;
}

.LocaleSwitcher_popoverContent__7vQ_T {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: opacity 0.2s ease;
  display: none;
}
.LocaleSwitcher_switcher__qNjSC::after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 10px;
  background: transparent;
}


.LocaleSwitcher_switcher__qNjSC:hover .LocaleSwitcher_popoverContent__7vQ_T {
  display: flex;
}


html[data-theme="dark"] .LocaleSwitcher_switcher__qNjSC:hover .LocaleSwitcher_popoverContent__7vQ_T {
  background-color: var(--light-gray);
  color: var(--primary-title);
}