._container_1cwye_1 {
  padding-top: 3.75rem;
  overflow: auto
}

._container_1cwye_1 ._header_1cwye_5 {
  padding: 1rem 1rem .5rem
}

._container_1cwye_1 ._header_1cwye_5 ._headerLabel_1cwye_9 {
  font-size: min(4vw, 1.1rem);
  color: #ffffffe6
}

._container_1cwye_1 ._header_1cwye_5 ._headerDescription_1cwye_13 {
  font-size: min(3.4vw, 1rem);
  color: #ffffffbf
}

._container_1cwye_1 ._card_1cwye_17 {
  background-color: #1f2130;
  border-radius: 6px;
  padding: 1rem;
  gap: .5rem;
  margin: 1rem
}

._card_1cwye_17 {
  background-color: #1f2130;
  border-radius: 6px;
  padding: 1rem;
  gap: .5rem;
  margin: 1rem
}

._container_1cwye_1 ._card_1cwye_17 ._cardText_1cwye_24 {
  font-size: min(3.4vw, 1rem)
}

/*  */
.title_history {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.title_history h1 {
  font-size: min(6vw, 1.75rem);
}

.title_history button {
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  border-style: solid;
  border-color: dodgerblue;
  border-width: 3px;
  font-size: 18px;
  background-color: transparent;
  padding: 8px 12px;
  cursor: pointer;
}

.History_container__R9Uuw {
  max-width: 1600px;
  margin: 40px auto 32px
}

@media(min-width: 768px) {
  .History_container__R9Uuw {
    margin-top: 20px;
  }
}

.History_title__PM8KD {
  font-size: 28px;
  line-height: normal;
  letter-spacing: -.5px;
  color: var(--primary-title);
  cursor: default;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%
}

.History_title__PM8KD:first-letter {
  text-transform: capitalize
}

@media(min-width: 768px) {
  .History_title__PM8KD {
    font-size: 22px
  }
}

.History_head__BUbUV {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  min-width: 100%;
  min-height: 49px
}

.History_pagination__5f5Zs {
  margin-top: auto;
  margin-bottom: 76px
}

@media(min-width: 768px) {
  .History_pagination__5f5Zs {
    margin-bottom: 84px
  }
}

.History_emptyContent__7tR3m {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.History_emptyTitle__afRs_ {
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  color: var(--primary-title);
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center
}

@media(max-width: 769px) {
  .History_emptyTitle__afRs_ {
    font-size: 30px
  }
}

.History_emptyText__u6mb8 {
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: var(--body);
  margin-bottom: 20px;
  max-width: 450px;
  text-align: center
}

.History_emptyImageContainer__3ZDRS {
  display: flex;
  justify-content: center;
  overflow: hidden;
  max-width: 600px;
  width: 100%;
  margin: 0 auto 40px
}

.History_emptyImage__FU6JD {
  max-width: 434px;
  width: 100%;
  height: auto
}

.History_clearBtn__YsZZ5 {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 95%;
  -webkit-background-clip: text;
  background-color: var(--purple);
  cursor: pointer
}

.History_clearBtn__YsZZ5,
.History_clearBtn__YsZZ5:before {
  display: flex;
  align-items: center;
  color: transparent;
  background-clip: text
}

.History_clearBtn__YsZZ5:before {
  content: "Clear all";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  -webkit-background-clip: text;
  background-image: linear-gradient(142deg, #3d63cd, #6424db);
  transition: opacity .3s ease-in-out;
  opacity: 0
}

.History_clearBtn__YsZZ5:hover:before {
  opacity: 1
}



/* game_item_ajax */
.item {
  position: relative;
}

.item-title {
  position: absolute;
  inset: -9px 0 -1px 0;
  text-align: center;
  padding: 16px 8px;
  padding-bottom: 90px;
  padding-top: 12px;
  display: flex;
  /* cho chữ nó ở cuối */
  align-items: flex-end;
  justify-content: center;
  background: linear-gradient(to top, rgba(19, 19, 21, 0.1) 0%, rgba(19, 19, 21, 0.45) 75%, rgba(19, 19, 21, 0.76) 100%);
  z-index: 2;
  opacity: 0;
  transition: .25s;
}

.item-title p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 600;
  color: white;
  margin-top: 0;
  text-transform: capitalize;
  width: 100%;
}

.item:hover .item-title {
  opacity: 1;
  top: 0;
}

/* ================================== pagination ===================================== */
.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 15px;
}

.pagination .btn {
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  font-weight: 800;
  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: 50px;
  border: 2px;
  border-style: solid;
  border-color: transparent;
  padding: 8px;
  color: #fff;
  background: #2F3148;
  width: 50px;
  height: 50px;
  font-size: 21px;
}

.pagination .btn:hover {
  background: #434561;
  cursor: pointer;

}

.pagination .active {
  font-weight: 800;
  border-radius: 50px;
  border-style: solid;
  border-color: dodgerblue;
  font-size: 21px;
  border-width: 3px;
  background-color: transparent;
  padding: 8px;
  width: 50px;
  height: 50px;
}

/* ========================== game__content */
.game__content {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
  /* color: #212529; */
  word-wrap: break-word;
  padding-right: 15px;
}

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

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

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

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

.game__content a {
  font-style: italic;
  color: #41c6ee;
}

.game__content a:hover,
.game__content a:focus {
  /* color: #007faf; */
  color: #0d6efd;
}


.game__content h2 {
  font-weight: bold;
  margin-bottom: 12px;
  color: var(--fontcolor3);
  font-size: 20px;
}

.game__content h3 {
  font-weight: bold;
  margin-bottom: 12px;
  color: var(--fontcolor3);
  font-size: 18px;
}

.game__content h4 {
  font-weight: bold;
  margin-bottom: 12px;
  color: var(--fontcolor3);
  font-size: 16px;
}

.game__content h5 {
  font-style: italic;
  margin-bottom: 12px;
  color: var(--fontcolor3);
}

.game__content h6 {
  font-style: italic;
  margin-bottom: 12px;
  color: var(--fontcolor3);
}

.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;
}

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

.game__content iframe {
  max-width: 100%;
}

.game__content blockquote {
  display: block;
  position: relative;
  padding: 0 0 0 40px;
  line-height: 30px;
  margin-bottom: 26px;
}

.game__content blockquote:before {
  content: '';
  position: absolute;
  display: block;
  top: 2px;
  bottom: 2px;
  left: 16px;
  width: 3px;
  background-color: var(--fontcolor3);
  -webkit-box-shadow: 0 0 13px 0 var(--fontcolor3);
  box-shadow: 0 0 13px 0 var(--fontcolor3);
  border-radius: 4px;
}

.game__content blockquote p {
  margin-bottom: 0;
}

.game__content blockquote:last-child {
  margin-bottom: 0;
}

/* fullscreen.php */
#expand {
  cursor: pointer !important;
}

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

.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;
}

.hidden {
  display: none;
}

._gameControlContainer_1sooq_20.force_full_screen {
  top: unset !important;
  bottom: 0 !important;
}

/* footer */
.footer .container nav a:hover {
  color: dodgerblue;
  /* margin-top: 30px */
}

.footer .container nav a,
.footer .container p {
  font-size: 14px;
  color: var(--gray3)
}

.footer .container,
.footer .container nav {
  display: -webkit-box;
  display: -ms-flexbox
}

.footer .container {
  -webkit-box-align: center;
  display: flex
}

.footer .container {
  border-top: 1px solid #e5e5e5;
  height: 60px;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  padding: 15px;
}

.footer .container nav {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px
}

.footer .container nav a+a {
  margin-left: 20px
}

@media screen and (max-width:1365px) {
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    height: auto;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 0
  }

  .footer .container p {
    margin-bottom: 10px
  }

  .footer .container nav {
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .footer .container nav a+a {
    margin-left: 0
  }
}

.title_footer {
  color: dodgerblue;
  font-weight: 600;
}

/* ======================= loading_mask =================== */
.loading_mask {
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  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%);
}

.hidden_ {
  display: none;
}

.footer-container a {
  color: #A48EFF;
}

/*============================== breadcrumbs_blog ==============================*/
.breadcrumbs_blog {
  margin: 0 0 20p;
  /* margin-bottom: 27px; */
  margin-bottom: 15px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;

  margin-top: 15px;
}

.breadcrumbs_blog a {
  /* color: #000; */
  /* color: #A48EFF; */
  color: dodgerblue;
  text-decoration: none !important;
}

.breadcrumbs_blog a:hover {
  color: #0d6efd;
}

.breadcrumbs_blog__delimiter {
  padding: 0 4px;
  /* color: #13141c; */
  color: #A48EFF;
  color: #fff;
  font-weight: 400;
}

.breadcrumbs_blog__current {
  /* color: #13141c; */
  color: #fff;
  font-weight: 400;

}

/* test */
/* .list_pro {
  display: flex;
  align-items: center;
  justify-content: space-between;
} */