@charset "UTF-8";
header {
  min-height: 56px;
  background-color: var(--green-color);
  justify-items: center;
  align-content: center;
  padding: 12px 0;
}
header .header-left {
  display: flex;
  flex: 0 0 14%;
  max-width: 14%;
  align-items: center;
  flex: 0 0 100%;
  max-width: 100%;
}
header .header-left .logo img {
  max-height: 50px;
}
header .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .header-right .main-menu {
  position: absolute;
  width: 100%;
  height: 100%;
}

#breadcrumb {
  overflow: hidden;
}
#breadcrumb ul {
  display: flex;
  list-style: none;
  white-space: nowrap;
  overflow-x: auto;
  align-items: center;
  margin-right: -16px;
  flex-wrap: nowrap;
}
#breadcrumb ul li {
  padding-right: 10px;
  padding-bottom: 12px;
  padding-top: 12px;
  display: flex;
  align-items: center;
}
#breadcrumb ul li:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-right: 1px solid #0A0A0A;
  border-bottom: 1px solid #0A0A0A;
  transform: rotate(-45deg);
  opacity: 0.6;
}
#breadcrumb ul li:last-child:after {
  content: "";
  display: none;
}
#breadcrumb ul li a {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.8px;
  text-align: left;
  color: #0A0A0A;
  display: flex;
  align-items: center;
}
#breadcrumb ul li a svg {
  margin-right: 4px;
  margin-top: -2px;
}
#breadcrumb ul li a:hover {
  opacity: 0.7;
}
#breadcrumb ul li span {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.8px;
  text-align: left;
  color: #0A0A0A;
  opacity: 0.6;
}
#breadcrumb .breadcrumb-box::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}

#DataTables_Table_0_wrapper {
  overflow: scroll;
  margin-right: -30px;
}

.dataTables_wrapper {
  overflow: auto;
}

#adminBar {
  position: fixed;
  left: 0;
  bottom: 0;
  background: 0 0;
  z-index: 9;
  padding: 0 20px;
  text-align: center;
}
#adminBar a {
  color: #fff;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: red;
  margin: 4px 8px;
  border-radius: 3px;
}

.form-style .form-control {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 21px;
  color: #444;
  border: 1px solid #707070;
  padding: 8px 10px;
  outline: none;
  box-sizing: border-box;
}
.form-style .form-control:focus {
  border-color: var(--green-color);
}
.form-style .form-group {
  margin-bottom: 15px;
}
.form-style .btn {
  padding: 8px 10px;
  cursor: pointer;
}
.form-style .btn-submit {
  display: inline-block;
  background-color: var(--green-color);
  color: #fff;
  border: 0;
  outline: none;
  padding: 10px 50px;
  border-radius: 50px;
}
.form-style .btn-submit:hover {
  background-color: var(--green-color);
}
.form-style .required {
  color: var(--green-color);
}

.form-feedback-holder {
  max-width: 768px;
  margin: 30px auto;
}

.code-status {
  display: flex;
}

.codes-id {
  display: flex;
  align-items: center;
}
.codes-id span {
  margin-left: 5px;
}

.search {
  width: 26%;
}
.search input {
  font-size: 15px;
  border-radius: 8px;
  height: 40px;
  background-color: var(--yellow-color);
  border: 0.792453px solid #CCCCCC;
  width: 100%;
  padding-left: 15px;
  display: none;
  position: absolute;
  top: -33px;
  left: 2%;
  width: 96%;
  z-index: 4;
  outline: none;
}
.search input:focus {
  border: 2px solid var(--white);
}
.search input::-moz-placeholder {
  color: #000;
  font-family: "Lexend", sans-serif;
  font-size: 15px;
}
.search input::placeholder {
  color: #000;
  font-family: "Lexend", sans-serif;
  font-size: 15px;
}
.search svg {
  color: var(--white);
}

.btn-close-search {
  display: none;
}

#page-body {
  min-height: 50vh;
}

.text-center {
  text-align: center;
}

.blogs {
  list-style: none;
}

.main-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin-left: 0;
}
.main-menu ul a {
  color: var(--white);
  font-family: "Lexend", sans-serif;
  font-size: 15px;
  padding: 0 15px;
  border-right: 1px solid #fff;
  text-transform: capitalize;
}
.main-menu ul li:nth-child(4) a {
  border-right: none;
}
.main-menu ul li.action {
  margin-left: 25px;
  background: #01C897;
  border-radius: 8px;
  text-align: center;
  padding: 9px 5px;
  line-height: 20px;
}
.main-menu ul li.action a {
  border: none;
  color: var(--white);
}

.logout {
  display: inline-flex;
}
.logout img {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.logout span {
  line-height: 32px;
}

.box {
  padding-top: 25px;
}

.title {
  font-family: "Roboto Bold", sans-serif;
  font-size: 18px;
  color: var(--green-color);
  line-height: 22px;
  margin-bottom: 15px;
  font-weight: 700;
}

.titlehome {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 0 !important;
}

.box-title {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.line {
  flex-grow: 1;
  border: none;
  height: 1px;
  background-color: #029268;
}

.view-all {
  font-family: "Roboto Bold", sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  padding: 12px 4px 12px 20px;
  border-radius: 5px;
  background: var(--green-color-2);
  text-align: center;
  display: flex;
  align-items: center;
}
.view-all svg {
  margin-left: 6px;
}

.view-all-bottom {
  margin-bottom: 20px;
}
.view-all-bottom .view-all {
  position: relative;
  right: 0;
  top: 0;
  text-align: center;
}

.tabs {
  margin-bottom: 20px;
  position: relative;
}
.tabs .tab-link, .tabs .tab-links {
  display: inline-block;
  padding: 10px 20px 7px;
}
.tabs .tab-link.active, .tabs .tab-links.active {
  border-radius: 7.7px;
  background: var(--yellow-color);
}
.tabs .tab-link a, .tabs .tab-links a {
  color: var(--color1);
  font-family: "Roboto Bold", sans-serif;
  font-size: 12px;
  letter-spacing: 0.3px;
}

.tabs-game {
  display: flex;
  justify-content: flex-end;
}

.post-info div {
  font-size: 14px;
  line-height: 170%;
}

.product {
  position: relative;
  padding: 0 15px;
  min-height: auto;
  height: auto;
}
.product .product-image {
  border: 1px solid rgba(0, 0, 0, 0.0901960784);
  overflow: hidden;
  border-radius: 12px;
}
.product .product-image a {
  position: relative;
  padding-bottom: 60%;
}
.product .product-image a img {
  position: absolute;
  left: 0;
  right: 0;
  transition: transform 0.2s;
  height: 100%;
  width: 100%;
  border-radius: 12px;
}
.product .product-image a:hover img {
  transform: scale(1.05);
}
.product .hot {
  position: absolute;
  top: 0;
  right: 0px;
  padding: 6px 18px 4px;
  font-size: 13px;
  background: linear-gradient(180deg, #029268 -43.55%, rgba(2, 146, 104, 0) 622.58%);
  color: var(--white);
  z-index: 1;
}
.product .product-name a {
  padding-bottom: 0;
}
.product .product-name .description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  line-height: 1.2em;
  max-height: 6em;
}
.product .maker {
  margin: 6px 0;
  font-weight: 600;
}
.product .name {
  margin-top: 6px;
  font-family: var(--primary-font-bold);
  font-size: 16px;
  line-height: 1.4;
  color: var(--primary-font-bold);
  margin-bottom: 6px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product a:hover .name {
  color: var(--color4);
}
.product .maker {
  color: var(--color2);
  font-family: var(--primary-font);
  font-size: 13px;
}
.product .working {
  color: var(--green-color);
  font-family: var(--primary-font);
  font-size: 14px;
}

.promo-code-items {
  height: 100%;
  min-height: auto;
  max-height: 300px;
  margin-left: -15px;
  width: calc(100% + 15px);
}

.owl-theme .owl-nav {
  margin: 0;
}
.owl-theme .owl-nav button {
  padding: 20px;
  position: absolute;
  top: calc(45% - 17px);
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
  font-size: 20px;
  background: #01C897 !important;
  line-height: 30px !important;
}
.owl-theme .owl-nav button.owl-prev {
  left: -42px;
}
.owl-theme .owl-nav button.owl-next {
  right: -42px;
}
.owl-theme .owl-nav button span {
  color: #FFFFFF;
  font-size: 20px;
}
.owl-theme .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 25px !important;
  height: 3px !important;
  outline: none !important;
  background: #01C897 !important;
  opacity: 0.4 !important;
  margin: 0 3px !important;
  border-radius: 4px !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1 !important;
  background: #01C897 !important;
}

.music-codes {
  position: relative;
  margin-bottom: 40px;
}
.music-codes .wrapper {
  display: flex;
  flex-flow: row wrap;
}
.music-codes .col-left {
  flex: 0 0 65%;
  max-width: 65%;
  padding-right: 15px;
  position: relative;
}
.music-codes .col-left::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.music-codes .col-left .tab-content {
  margin: 0;
}
.music-codes .col-right {
  flex: 0 0 35%;
  max-width: 35%;
  padding-left: 15px;
}
.music-codes .col-right .title {
  margin-bottom: 22px;
}

.music,
.songs,
.list-code,
.promo-code {
  box-shadow: 0px 0px 6px rgba(74, 74, 74, 0.34);
  overflow-x: auto;
  padding-bottom: 15px;
}

.table-codes {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  margin-bottom: 10px;
  min-width: 660px;
}
.table-codes th {
  color: var(--white);
  background-color: var(--green-color);
  text-align: left;
  padding: 22px 10px;
  font-family: "Roboto Bold", sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.table-codes td {
  padding: 11px 10px;
  font-family: var(--primary-font);
  font-size: 16px;
  line-height: 20px;
  border-bottom: 1px solid rgba(105, 105, 105, 0.3019607843);
  text-transform: capitalize;
  color: var(--green-color);
  vertical-align: middle;
}
.table-codes .siba-artirt {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #1C1C1C !important;
  opacity: 0.6;
}
.table-codes tbody tr:last-child td {
  border-bottom: none;
}
.table-codes span + span {
  margin-left: 10px;
}
.table-codes tr.exp td,
.table-codes tr.exp td .codes-id {
  text-decoration: line-through;
  opacity: 0.5;
}
.table-codes tr.exp td:nth-child(4) {
  opacity: 1;
}

.list-code .table-codes td {
  font-size: 15px;
}

.music .table-codes {
  min-width: 600px;
}
.music .table-codes .music-code {
  background: var(--yellow-color);
  color: var(--color1);
  padding: 6px 16px 4px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
}
.music .table-codes .music-rate {
  color: var(--color1);
}

.highlight {
  background-color: #01C897;
}

.code-rate {
  margin-left: 5px;
}

.icon-copy {
  display: inline-block;
}
.icon-copy:hover {
  cursor: pointer;
}
.icon-copy:after {
  content: "";
  width: 18px;
  height: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: -3px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.66664 2.33332V9.33332C4.66664 9.64274 4.78956 9.93949 5.00835 10.1583C5.22714 10.3771 5.52389 10.5 5.83331 10.5H10.5C10.8094 10.5 11.1061 10.3771 11.3249 10.1583C11.5437 9.93949 11.6666 9.64274 11.6666 9.33332V4.22449C11.6666 4.06907 11.6355 3.91521 11.5752 3.77197C11.5149 3.62872 11.4266 3.49896 11.3155 3.39032L9.38172 1.49916C9.16377 1.28604 8.87106 1.16669 8.56622 1.16666H5.83331C5.52389 1.16666 5.22714 1.28957 5.00835 1.50837C4.78956 1.72716 4.66664 2.0239 4.66664 2.33332V2.33332Z' stroke='%23494949' stroke-width='1.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.33331 10.5V11.6667C9.33331 11.9761 9.2104 12.2729 8.9916 12.4917C8.77281 12.7104 8.47607 12.8334 8.16665 12.8334H3.49998C3.19056 12.8334 2.89381 12.7104 2.67502 12.4917C2.45623 12.2729 2.33331 11.9761 2.33331 11.6667V5.25003C2.33331 4.94061 2.45623 4.64386 2.67502 4.42507C2.89381 4.20628 3.19056 4.08336 3.49998 4.08336H4.66665' stroke='%23494949' stroke-width='1.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.icon-rate:after {
  content: "";
  width: 18px;
  height: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: -3px;
  background-image: url(../image/blue-like-button2.svg);
  margin-left: 5px;
}

.icon-rate-ms {
  width: 87.01px;
  height: 29px;
  margin-left: 5px;
  background: rgba(35, 73, 73, 0.2862745098);
  border-radius: 5px;
  padding: 0px 15px;
  padding-top: 10px;
  padding-bottom: 6px;
  color: var(--white);
  font-style: normal;
  font-weight: 400;
  font-size: 12.8297px;
  line-height: 15px;
}
.icon-rate-ms:after {
  background-image: url("../image/blue-like-button-w.svg") !important;
}

.liveactive:after {
  content: "";
  width: 18px;
  height: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: -3px;
  color: white;
  background-image: url("../image/blue-like-button.svg") !important;
  margin-left: 5px;
}

.songs .table-codes th {
  padding: 22px 34px;
}
.songs .table-codes td {
  padding: 12px 34px;
  border-bottom: none;
}

.col-right .songs .table-codes {
  min-width: auto;
}

.game-codes {
  background: #F9F9F9;
  margin-bottom: 10px;
}

.game-code-items {
  margin-bottom: 15px;
  width: 100%;
  justify-content: space-between;
  gap: 8px;
}
.game-code-items .item {
  width: calc(50% - 8px) !important;
}
.game-code-items .item .product {
  padding: 0 !important;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  border-radius: 12px;
}
.game-code-items .item .product .product-name {
  padding: 8px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -20px !important;
}

.grid-3 {
  display: flex;
  flex-flow: row wrap;
}
.grid-3 .item {
  max-width: 100%;
  width: 100%;
}

.grid-4 {
  display: flex;
  flex-flow: row wrap;
}
.grid-4 .item {
  max-width: 100%;
}

.box-items {
  padding-bottom: 10px;
}
.box-items .box-bd {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
.box-items .box-bd .box-thumbai {
  margin: 0 auto;
}
.box-items .box-bd .title-box {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #1C1C1C;
  padding: 10px 0;
}
.box-items .box-bd .time-box {
  font-weight: 400;
  font-size: 12px;
  line-height: 164%;
  color: var(--green-color);
}
.box-items .box-bd .btn-seemore {
  background-color: var(--color4);
  border-radius: 9.8969px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: var(--white);
  width: 96px;
  height: 31.67px;
  float: right;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: 10px;
}
.box-items .box-bd .content-box {
  font-weight: 400;
  font-size: 13px;
  line-height: 164%;
  text-align: justify;
  color: var(--color1);
}

footer {
  padding-top: 38px;
  padding-bottom: 38px;
  background: #F9F9F9;
}

.footer-wrapper .logo {
  text-align: center;
  width: 222px;
  margin: 20px auto;
}

.footer-link ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.footer-link ul li {
  display: inline-block;
}
.footer-link ul li a {
  color: #000;
  padding: 0 20px;
  font-family: "Lexend", sans-serif;
  line-height: 24px;
}

.footer-socials ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.footer-socials ul li {
  display: inline-block;
  width: 40px;
}
.footer-socials ul li a {
  padding: 0 15px;
}
.footer-socials svg {
  color: var(--color1);
}

.copyright {
  text-align: center;
  font-size: 12px;
  color: var(--color2);
  font-family: "Acumin Pro";
  line-height: 22px;
}

.btn-search-mobile {
  display: block;
  position: absolute;
  right: 12px;
  top: -28px;
}
.btn-search-mobile svg {
  width: 20px;
  height: 20px;
}
.btn-search-mobile.show {
  left: auto;
  top: -40px;
  right: 8px;
  padding: 20px;
  z-index: 10;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.7558 1.11919C14.1377 0.501077 13.1355 0.501077 12.5174 1.11919L10.0588 3.57781C8.88725 4.74938 6.98775 4.74938 5.81618 3.5778L3.35756 1.11919C2.73945 0.501077 1.7373 0.501077 1.11919 1.11919C0.501077 1.7373 0.501077 2.73945 1.11919 3.35756L3.57781 5.81618C4.74938 6.98775 4.74938 8.88725 3.5778 10.0588L1.11919 12.5174C0.501077 13.1355 0.501077 14.1377 1.11919 14.7558C1.7373 15.3739 2.73945 15.3739 3.35756 14.7558L5.81618 12.2972C6.98775 11.1256 8.88725 11.1256 10.0588 12.2972L12.5174 14.7558C13.1355 15.3739 14.1377 15.3739 14.7558 14.7558C15.3739 14.1377 15.3739 13.1355 14.7558 12.5174L12.2972 10.0588C11.1256 8.88725 11.1256 6.98775 12.2972 5.81618L14.7558 3.35756C15.3739 2.73945 15.3739 1.7373 14.7558 1.11919Z' fill='%23494949'/%3E%3C/svg%3E");
}

.btn-menu-mobile {
  display: block;
  position: absolute;
  right: 15px;
  top: -28px;
}
.btn-menu-mobile.show {
  right: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.7558 1.11919C14.1377 0.501077 13.1355 0.501077 12.5174 1.11919L10.0588 3.57781C8.88725 4.74938 6.98775 4.74938 5.81618 3.5778L3.35756 1.11919C2.73945 0.501077 1.7373 0.501077 1.11919 1.11919C0.501077 1.7373 0.501077 2.73945 1.11919 3.35756L3.57781 5.81618C4.74938 6.98775 4.74938 8.88725 3.5778 10.0588L1.11919 12.5174C0.501077 13.1355 0.501077 14.1377 1.11919 14.7558C1.7373 15.3739 2.73945 15.3739 3.35756 14.7558L5.81618 12.2972C6.98775 11.1256 8.88725 11.1256 10.0588 12.2972L12.5174 14.7558C13.1355 15.3739 14.1377 15.3739 14.7558 14.7558C15.3739 14.1377 15.3739 13.1355 14.7558 12.5174L12.2972 10.0588C11.1256 8.88725 11.1256 6.98775 12.2972 5.81618L14.7558 3.35756C15.3739 2.73945 15.3739 1.7373 14.7558 1.11919Z' fill='white'/%3E%3C/svg%3E");
}

.btn-menu-mobile.show,
.btn-search-mobile.show {
  width: 16px;
  height: 16px;
  padding: 12px;
  background-repeat: no-repeat;
  background-position: center;
  top: -25px;
}

.btn-menu-mobile.show svg,
.btn-search-mobile.show svg {
  display: none;
}

.tb-music {
  margin-bottom: 24px;
}

.music-codes .col-left,
.music-codes .col-right {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}

.footer-link ul,
.footer-socials ul {
  flex-flow: row wrap;
}

.footer-link ul li,
.footer-socials ul li {
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.box h1 {
  font-family: "Acumin Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  color: var(--color1);
  text-align: center;
  padding-bottom: 15px;
}
.box .title-post {
  text-align: start;
  text-transform: uppercase;
}
.box .tt-post {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.box .tt-post span {
  display: flex;
  align-items: center;
  padding-right: 15px;
  font-weight: 400;
  font-size: 11.0146px;
  line-height: 154%;
  color: var(--color1);
}
.box .tt-post span strong {
  font-weight: 700;
}
.box .tt-post span svg {
  margin-bottom: 5px;
  margin-right: 5px;
}
.box .btn-like {
  background-color: #2967FF;
  color: var(--white);
  display: flex;
  height: 24.33px;
  border-radius: 4.1948px;
  align-items: center;
  justify-content: center;
  width: 75px;
  padding: 8px 0;
  margin-bottom: 10px;
}
.box .btn-like svg {
  margin-bottom: 5px;
  margin-left: 5px;
}
.box .description-p {
  font-family: "Acumin Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 157%;
  color: var(--color1);
  opacity: 0.8;
  text-align: center;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.box .code-music {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.box .code-music .id {
  display: none;
}
.box .code-music .music-code {
  background: var(--yellow-color);
  color: var(--color1);
  padding: 6px 16px 4px;
  text-align: center;
  display: inline-block;
  border-radius: 5.35622px;
}
.box .code-music .music-code .icon-copy {
  display: inline-block;
}
.box .code-music .des-code {
  padding: 10px 0;
  width: 100%;
  font-family: "Acumin Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #000000;
}
.box .code-music .des-code strong {
  font-weight: 700;
}
.box .search-song {
  width: 100%;
  position: relative;
  padding-bottom: 15px;
  display: none;
}
.box .search-song input {
  width: 100%;
  padding: 5px 0px;
  height: 44px;
  padding-left: 40px;
  background: #FFFFFF;
  border: 1px solid #041510;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.box .search-song .btn-search-song {
  position: absolute;
  top: 6px;
  left: 0px;
}

.code-artists {
  min-width: auto !important;
}
.code-artists .list-artists {
  display: flex;
  flex-wrap: wrap;
}
.code-artists .list-artists div {
  width: 50%;
  padding: 10px 10px;
}
.code-artists .list-artists div a {
  padding: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--white);
  background-color: var(--green-color);
  border-radius: 5px;
}
.code-artists .list-artists div a span {
  font-weight: 400;
  font-size: 11.0914px;
  line-height: 13px;
  color: var(--yellow-color);
}

/*  Breadcrumb */
.breadcumb {
  position: relative;
}
.breadcumb ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 1rem 6px 0;
  list-style: none;
  align-items: center;
  margin-left: 0;
  margin-bottom: 12px;
}
.breadcumb ul .breadcrumb-item {
  display: inline-block;
  text-transform: capitalize;
}
.breadcumb ul .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  display: inline-block;
  margin: 0 5px;
  background-color: var(--yellow-color);
  border-radius: 50%;
  width: 5px;
  height: 5px;
  vertical-align: 2px;
}
.breadcumb ul .breadcrumb-item.active {
  color: var(--green-color);
}
.breadcumb ul .breadcrumb-item a {
  color: var(--green-color);
  font-size: 13px;
  line-height: 18px;
  font-family: var(--primary-font);
  display: inline-block;
}
.breadcumb ul .breadcrumb-item span {
  color: var(--green-color);
  font-size: 13px;
  line-height: 18px;
  font-family: var(--primary-font);
  display: inline-block;
}

/*  Breadcrumb */
/* Bình luận */
.box-space {
  padding: 5px;
  position: relative;
}
.box-space #content {
  background: #FFFFFF;
  border: 1px solid var(--green-color-2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2509803922);
  border-radius: 3px;
  width: 100%;
  font-size: 14px;
  outline: none;
  padding: 15px 10px;
  padding-right: 60px;
}
.box-space .btn-send {
  position: absolute;
  top: 10px;
  right: 5px;
}
.box-space .login-comment {
  top: 10px;
  right: 15px;
  z-index: 2;
  width: 220px;
  height: 45px;
  background: #01C897;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}

.comments {
  position: relative;
  margin-top: 30px;
  max-width: 800px;
}

.list-comments {
  list-style: none;
}
.list-comments .comment {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2509803922);
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.list-comments .user {
  display: flex;
}
.list-comments .user img {
  max-width: 50px;
  border-radius: 50%;
}
.list-comments .user .name {
  margin-left: 5px;
  display: flex;
  flex-wrap: wrap;
}
.list-comments .user .name svg {
  margin-top: 5px;
  margin-left: 5px;
}
.list-comments .user .name .time {
  width: 100%;
}
.list-comments .content {
  font-size: 11.5px;
  letter-spacing: -0.01em;
  line-height: 18px;
  color: #000000;
  padding: 10px 0;
}
.list-comments .links {
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
.list-comments .links li {
  margin-left: 10px;
}

.msg {
  display: block;
  padding: 10px;
  border: 1px solid #707070;
  box-sizing: border-box;
  margin-bottom: 10px;
  border-radius: 3px;
  color: #777;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.msg::after {
  content: "X";
  display: block;
  position: absolute;
  top: 3px;
  right: 7px;
  font-size: 20px;
  color: #01c897;
}

.list-replies {
  list-style: none;
}

.icon-reply {
  display: inline-flex;
  margin-right: 4px;
}

.icon-reply::before {
  content: "";
  width: 17px;
  height: 17px;
  display: inline-flex;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_16_693)'%3E%3Cpath d='M15.7627 5.99227C15.4807 6.13594 15.1804 6.24078 14.8702 6.30394C15.0269 6.78434 15.1082 7.28614 15.1111 7.79144C15.1003 8.51634 14.939 9.23109 14.6374 9.89036C14.3358 10.5496 13.9005 11.139 13.3591 11.6212C13.3116 11.6652 13.2737 11.7185 13.2477 11.7778C13.2217 11.8371 13.2082 11.9012 13.208 11.9659V14.4876L11.1397 13.1701C11.082 13.1336 11.0171 13.1101 10.9494 13.1011C10.8817 13.0921 10.8129 13.098 10.7477 13.1181C10.0199 13.3442 9.26205 13.4588 8.49993 13.4581C4.85436 13.4581 1.88879 10.9176 1.88879 7.79144C1.88879 4.66532 4.85436 2.12475 8.49993 2.12475C9.22741 2.12466 9.95108 2.22963 10.6486 2.43642C10.678 2.1229 10.7495 1.81477 10.8611 1.5203C10.0939 1.29654 9.29904 1.18208 8.49993 1.1803C4.33491 1.1803 0.944336 4.14587 0.944336 7.79144C0.944336 11.437 4.33491 14.4026 8.49993 14.4026C9.27917 14.4017 10.0546 14.2936 10.8044 14.0815L13.4158 15.7437C13.4871 15.7894 13.5694 15.8152 13.654 15.8182C13.7387 15.8212 13.8226 15.8014 13.8969 15.7608C13.9713 15.7203 14.0334 15.6604 14.0767 15.5876C14.12 15.5148 14.1429 15.4317 14.143 15.347V12.169C14.7339 11.6021 15.2054 10.9228 15.5298 10.1711C15.8542 9.41928 16.0249 8.6102 16.0319 7.79144C16.0371 7.18131 15.9463 6.57417 15.7627 5.99227V5.99227Z' fill='%2301C897'/%3E%3Cpath d='M5.19439 7.31946C5.06915 7.31946 4.94904 7.36921 4.86048 7.45777C4.77192 7.54633 4.72217 7.66644 4.72217 7.79168C4.72217 7.91692 4.77192 8.03704 4.86048 8.1256C4.94904 8.21416 5.06915 8.26391 5.19439 8.26391H11.8055C11.9308 8.26391 12.0509 8.21416 12.1395 8.1256C12.228 8.03704 12.2778 7.91692 12.2778 7.79168C12.2778 7.66644 12.228 7.54633 12.1395 7.45777C12.0509 7.36921 11.9308 7.31946 11.8055 7.31946H5.19439Z' fill='%2301C897'/%3E%3Cpath d='M6.7293 9.68054C6.60406 9.68054 6.48395 9.73029 6.39539 9.81885C6.30683 9.90741 6.25708 10.0275 6.25708 10.1528C6.25708 10.278 6.30683 10.3981 6.39539 10.4867C6.48395 10.5752 6.60406 10.625 6.7293 10.625H10.271C10.3962 10.625 10.5163 10.5752 10.6049 10.4867C10.6935 10.3981 10.7432 10.278 10.7432 10.1528C10.7432 10.0275 10.6935 9.90741 10.6049 9.81885C10.5163 9.73029 10.3962 9.68054 10.271 9.68054H6.7293Z' fill='%2301C897'/%3E%3Cpath d='M4.85449 5.43035C4.85449 5.5556 4.90424 5.67571 4.9928 5.76427C5.08136 5.85283 5.20148 5.90258 5.32672 5.90258H11.6734C11.7521 5.90116 11.8291 5.88011 11.8976 5.84135C11.966 5.80259 12.0237 5.74735 12.0654 5.68063C11.7877 5.47654 11.5411 5.23316 11.3334 4.95813H5.32672C5.20148 4.95813 5.08136 5.00788 4.9928 5.09644C4.90424 5.185 4.85449 5.30511 4.85449 5.43035Z' fill='%2301C897'/%3E%3Cpath d='M14.1665 5.19441C15.4706 5.19441 16.5277 4.1373 16.5277 2.83329C16.5277 1.52928 15.4706 0.472168 14.1665 0.472168C12.8625 0.472168 11.8054 1.52928 11.8054 2.83329C11.8054 4.1373 12.8625 5.19441 14.1665 5.19441Z' fill='%2301C897'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_16_693'%3E%3Crect width='17.0001' height='17.0001' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

[class*=lv1-] {
  margin-left: 25px;
}

.chat .comment {
  border-radius: 5px;
  padding: 0px;
  margin-bottom: 15px;
}
.chat .comment-info {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.chat .comment-info .image-info {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.chat .comment-info .name-info {
  font-size: 17.5px;
  line-height: 21px;
  margin-bottom: 5px;
}
.chat .comment-info .date-info {
  font-size: 9.41123px;
  line-height: 11px;
}
.chat .comment-detail .content {
  font-size: 11.5px;
  text-align: justify;
  letter-spacing: -0.01em;
  color: var(--color1);
  line-height: 18px;
  padding: 0;
}
.chat .comment-detail .content p {
  font-size: 11.5px;
  letter-spacing: -0.01em;
  line-height: 18px;
}
.chat .comment-detail .comment-time-reply {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.chat .comment-detail .reply a {
  display: inline-flex;
  align-items: center;
  color: var(--green-color-2);
}
.chat .commnet-more,
.chat .chat-more {
  display: flex;
  justify-content: center;
  font-size: 12px;
  font-family: var(--primary-font-bold);
  margin-bottom: 15px;
}
.chat .commnet-more a,
.chat .chat-more a {
  color: var(--green-color-2);
}

.suggest {
  position: relative;
  box-shadow: 0px 0px 6px rgba(74, 74, 74, 0.34);
  border-radius: 3px;
  overflow: auto;
  margin-bottom: 20px;
}
.suggest h3 {
  font-size: 18px;
  color: var(--white);
  text-transform: capitalize;
  background: var(--green-color);
  margin-bottom: 0px;
  padding: 20px;
}
.suggest ul {
  list-style: none;
  padding: 20px;
  margin-left: 0;
}
.suggest .suggest-content .item {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 1px rgba(74, 74, 74, 0.34);
  border-radius: 3px 3px 0px 0px;
  margin-bottom: 15px;
}
.suggest .suggest-content .item .item-image {
  width: 80px;
}
.suggest .suggest-content .item .item-info {
  margin-left: 13px;
}
.suggest .suggest-content .item .item-info .name {
  font-size: 16px;
  color: #191919;
  line-height: 19px;
  text-transform: capitalize;
  margin-bottom: 0px;
}
.suggest .suggest-content .item .item-info .working {
  font-size: 12px;
  line-height: 14px;
  text-transform: capitalize;
  color: var(--green-color);
}

/* PROMO */
.promo-codes h1 {
  font-size: 23px;
  line-height: 28px;
  color: var(--color1);
  text-align: center;
  text-transform: uppercase;
}
.promo-codes .description {
  font-size: 12px;
  color: var(--color1);
  line-height: 18px;
  letter-spacing: -0.01em;
  opacity: 0.8;
}
.promo-codes .tab-content {
  height: 100%;
  width: 100%;
}

.dropdown {
  position: relative;
}
.dropdown .dropdown-toggle {
  position: relative;
}
.dropdown .dropdown-toggle:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='4' viewBox='0 0 6 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.64511 0.655011C5.59885 0.608659 5.54391 0.571886 5.48342 0.546795C5.42294 0.521704 5.3581 0.508789 5.29261 0.508789C5.22713 0.508789 5.16229 0.521704 5.1018 0.546795C5.04131 0.571886 4.98637 0.608659 4.94011 0.655011L3.00011 2.59501L1.06011 0.655011C0.966622 0.561522 0.839825 0.509001 0.707612 0.509001C0.575398 0.509001 0.448599 0.561522 0.355111 0.655011C0.261622 0.7485 0.209101 0.875298 0.209101 1.00751C0.209101 1.13972 0.261622 1.26652 0.355111 1.36001L2.65011 3.65501C2.69637 3.70136 2.75131 3.73814 2.8118 3.76323C2.87229 3.78832 2.93713 3.80123 3.00261 3.80123C3.0681 3.80123 3.13294 3.78832 3.19342 3.76323C3.25391 3.73814 3.30885 3.70136 3.35511 3.65501L5.65011 1.36001C5.84011 1.17001 5.84011 0.850011 5.64511 0.655011Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 6px;
  display: inline-block;
  z-index: 1;
  margin-left: 10px;
}
.dropdown .dropdown-menu {
  padding: 2px 12px;
  border-radius: 6.5px;
  background: var(--yellow-color);
  position: absolute;
  top: 30px;
  left: -20px;
  min-width: 170px;
  z-index: 10;
  display: none;
}
.dropdown .dropdown-menu .item {
  position: relative;
  font-size: 12px;
  line-height: 14px;
  padding: 10px 0;
  font-family: var(--primary-font) !important;
}
.dropdown .dropdown-menu .item.active::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 3px;
  border-radius: 50%;
  border: 4px solid var(--white);
}
.dropdown .dropdown-menu .item + .item {
  border-top: 1px solid var(--white);
}

.promo .item {
  display: flex;
  align-items: center;
}
.promo .item .name-mansion {
  display: inline-flex;
  flex-direction: column;
}
.promo .item .name-mansion a {
  margin-bottom: 7px;
}
.promo .item .name-mansion span {
  margin: 0;
}
.promo .item .name-mansion .name {
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
  color: var(--green-color);
}
.promo .code {
  font-size: 14px;
  line-height: 17px;
}
.promo .exp .item .name-mansion .name {
  text-decoration-line: none;
}
.promo .item .name-mansion .mansion {
  font-size: 12px;
  line-height: 14px;
  color: #F12626;
}

.msg-Rating a {
  display: inline;
  padding: 6px 15px;
  background: #029268;
  color: white;
  margin-left: 20px;
  border-radius: 5px;
}

.roblox td {
  color: var(--color1);
}

.roblox .icon,
.game-reward .icon {
  display: flex;
  align-items: center;
}

.roblox .icon .name,
.game-reward .icon .name {
  font-size: 16px;
  font-family: var(--primary-font-bold);
  line-height: 20px;
  margin-left: 10px;
  color: var(--color1);
}

.game-reward td:last-child {
  color: var(--color1);
  text-transform: initial;
}

.promo-code .table-codes {
  display: table;
}
.promo-code .table-codes.promo {
  display: table;
}

.form-search {
  position: relative;
}
.form-search #suggest-text {
  display: none;
}
.form-search #suggestions {
  width: 100%;
  position: absolute;
  background-color: var(--green-color);
  color: var(--white);
  z-index: 3;
  font-weight: 200;
  border-radius: 10px;
}
.form-search #suggestions .suggestions-holder {
  padding: 5px 10px;
}
.form-search #suggestions strong {
  font-weight: 500;
  color: var(--yellow-color);
}

#search-holder2 {
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
}
#search-holder2 .form-search {
  width: 100%;
}
#search-holder2 input {
  width: 100%;
  font-size: 15px;
  border-radius: 8px;
  height: 40px;
  background-color: var(--yellow-color);
  border: 0.792453px solid #CCCCCC;
  width: 100%;
  padding-left: 15px;
  display: none;
  top: -33px;
  left: 2%;
  width: 96%;
  z-index: 4;
  outline: none;
}

.pagination ul {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  margin-top: 25px;
  flex-wrap: wrap;
  list-style: none;
}
.pagination ul li a {
  padding: 10px 13px 6px;
  margin: 0 4px 15px;
  background: var(--green-color-2);
  color: var(--white);
  border-radius: 3px;
  text-align: center;
  line-height: 15px;
}
.pagination ul li a path {
  stroke: #FFFFFF;
}
.pagination ul .active a {
  background: var(--green-color);
}
.pagination ul .btn-page {
  padding: 10px 13px 6px;
  margin: 0 4px 15px;
  background: #01C897;
  color: var(--white);
  border-radius: 3px;
  text-align: center;
  line-height: 15px;
}
.pagination ul .btn-page.current,
.pagination ul .btn-page:last-child,
.pagination ul .btn-page:hover {
  background: var(--green-color);
}
.pagination ul .btn-page.previous,
.pagination ul .btn-page.next {
  width: 70px;
}
.pagination ul .btn-page.disabled {
  opacity: 0.3;
  outline: none;
  cursor: auto;
}

.blog .pagination {
  justify-content: left;
}

.box-blog h1 {
  color: #000000;
  text-transform: none !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 120.5%;
}
.box-blog .content {
  text-align: justify;
}

.ct-ct {
  background-color: #F9F9F9;
  padding: 15px;
  border: 0.5px solid #AAAAAA;
}
.ct-ct .top-ct {
  display: flex;
  justify-content: space-between;
}
.ct-ct .top-ct h5 {
  font-weight: 700;
  font-size: 14px;
  line-height: 120.5%;
  color: var(--color1);
}
.ct-ct .top-ct span {
  font-weight: 400;
  font-size: 12px;
  line-height: 120.5%;
  color: var(--green-color);
}
.ct-ct .botton-ct {
  padding: 10px;
}
.ct-ct .botton-ct a {
  font-weight: 400;
  font-size: 16px;
  line-height: 163.5%;
  color: var(--green-color);
  padding: 5px 0;
}

.content {
  padding: 20px 0;
}
.content p {
  font-weight: 400;
  font-size: 13px;
  line-height: 161%;
  color: #000000;
  padding: 10px 0;
}
.content img {
  margin: 0 auto;
  max-width: 100;
}

.describe {
  display: flex;
  position: relative;
  padding-bottom: 60px;
}
.describe img {
  max-width: 30%;
  height: 30%;
  margin-right: 5px;
}
.describe .describe-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: var(--color1);
  margin-bottom: 5px;
}
.describe .working {
  background-color: var(--yellow-color);
  padding: 5px 10px;
  font-weight: 400;
  font-size: 11.1215px;
  line-height: 18px;
  color: var(--color1);
  margin: 5px 0;
  border-radius: 3px;
}
.describe .describe-p {
  font-weight: 400;
  font-size: 11px;
  line-height: 19px;
  color: #000000;
  margin-top: 5px;
}
.describe .btn-list-code {
  position: absolute;
  width: 220px;
  left: calc(50% - 110px);
  bottom: 0;
  height: 40px;
  background-color: var(--color4);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: var(--white);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.post-game-ct h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: var(--color1);
  padding-top: 20px;
}
.post-game-ct .slide-image {
  max-width: 80%;
  margin: 0 auto;
}
.post-game-ct .slide-image .slick-prev {
  left: -10%;
  transform: none;
}
.post-game-ct .slide-image .slick-next {
  right: -10%;
  transform: scaleX(-1);
}

.main-ct h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #1C1C1C;
}
.main-ct .depss {
  font-size: 12px;
  line-height: 14px;
  color: var(--color1);
}
.main-ct p {
  font-weight: 400;
  font-size: 13px;
  line-height: 161%;
  color: #000000;
  padding: 10px 0;
}
.main-ct ul {
  list-style: disc;
  padding: 20px 30px;
}
.main-ct ul li {
  font-weight: 400;
  font-size: 13px;
  line-height: 160%;
  color: #000000;
}

.blog-recommend {
  padding: 30px 0;
}

.fg-popup-error {
  width: 100%;
}
.fg-popup-error .alert.alert-danger {
  color: #ff4141;
  border: 1px solid rgba(255, 34, 34, 0.2);
  margin: 16px;
  padding: 5px 16px;
  border-radius: 5px;
}
.fg-popup-error .loader {
  color: #01c897;
  font-size: 5px;
  margin: 25px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: load4 1.3s infinite linear;
  transform: translateZ(0);
}
@keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

.error {
  display: block;
  color: #ff4141;
  margin: 16px;
  border-radius: 5px;
}

.fef-submit {
  display: block !important;
}
.fef-submit .fg-input {
  position: relative;
}
.fef-submit .fg-input input {
  margin-bottom: 0 !important;
}
.fef-submit .fg-input .icon {
  position: absolute;
  right: 15px;
  top: 20px;
  fill: #01c897;
}

.login-form {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.login-form input[type=text],
.login-form input[type=password],
.login-form input[type=email] {
  width: 100%;
  border: 2.13408px solid var(--color4);
  height: 62px;
  padding-left: 20px;
  border-radius: 14.9385px;
  outline: none;
  color: var(--color4);
  margin-bottom: 20px;
}
.login-form input[type=text]:focus,
.login-form input[type=password]:focus,
.login-form input[type=email]:focus {
  border: 2.13408px solid var(--green-color);
}
.login-form input[type=text]::-moz-placeholder, .login-form input[type=password]::-moz-placeholder, .login-form input[type=email]::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 133%;
  color: var(--color4);
  opacity: 0.2;
}
.login-form input[type=text]::placeholder,
.login-form input[type=password]::placeholder,
.login-form input[type=email]::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 133%;
  color: var(--color4);
  opacity: 0.2;
}
.login-form input[type=checkbox] {
  margin-right: 5px;
  margin-top: -2px;
}
.login-form label {
  font-weight: 500;
  font-size: 14px;
  line-height: 133%;
  color: #51575F;
}
.login-form .lb1 {
  left: 20px;
  position: absolute;
  top: -5px;
  padding: 0 10px;
  background: white;
}
.login-form label[for=checkbox],
.login-form .rspass {
  font-weight: 300;
  font-size: 14.9385px;
  line-height: 133%;
  color: var(--color4);
}
.login-form .lb2 {
  left: 20px;
  position: absolute;
  top: 75px;
  padding: 0 10px;
  background: white;
}
.login-form .lb3 {
  left: 20px;
  position: absolute;
  top: 155px;
  padding: 0 10px;
  background: white;
}
.login-form .btn-icon-2 {
  position: absolute;
  right: 15px;
  top: 107px;
}
.login-form .btn-icon-1 {
  position: absolute;
  right: 15px;
  top: 18px;
}
.login-form .icon-email {
  top: 100px;
}
.login-form .btn-icon-3 {
  position: absolute;
  right: 15px;
  top: 190px;
}
.login-form .btn-login {
  width: 100%;
  height: 62px;
  border: 2.13408px solid var(--color4);
  border-radius: 14.9385px;
  margin-top: 15px;
  background-color: var(--color4);
  color: var(--white);
  font-weight: 400;
  font-size: 14px;
  line-height: 133%;
  cursor: pointer;
}

.or {
  padding: 20px 0;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 14.9385px;
  line-height: 133%;
  color: #51575F;
}

.login-mxh {
  display: flex;
  justify-content: center;
}
.login-mxh a {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  padding: 20px;
  color: var(--color1);
}
.login-mxh a svg {
  margin-right: 5px;
  margin-top: -5px;
}

.btn-signup {
  text-align: center;
  padding: 20px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 133%;
  color: var(--color4);
}

/* POST READMORE */
.read-more {
  border-bottom: 1px solid rgba(73, 73, 73, 0.4);
}
.read-more a {
  position: relative;
  background-color: #FFFFFF;
  color: #01C897;
  padding: 3px 10px;
  top: 12px;
  display: inline-block;
  left: calc(50% - 32px);
}

/* POST READMORE */
.posts {
  font-size: 13px;
}

.post-infomation .post-image,
.post-infomation .post-info {
  flex: 0 0 100%;
}
.post-infomation .sg-ms {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.post-infomation .post-image img {
  width: 100%;
}
.post-infomation .post-working {
  margin-bottom: 10px;
}
.post-infomation .post-title {
  font-family: var(--primary-font-bold);
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--color1);
  margin-bottom: 15px;
}
.post-infomation .short-description {
  color: #000;
}
.post-infomation .post-list-code {
  text-align: center;
}
.post-infomation .post-list-code a {
  padding: 10px 38px 8px;
}

.post-gallery {
  margin-top: 20px;
  padding: 12px 25px;
  background: var(--white);
}
.post-gallery .caption {
  color: var(--color1);
  font-family: var(--primary-font-bold);
  font-size: 16px;
}
.post-gallery .post-images {
  width: 96%;
  margin: 10px auto 35px;
}

.post-description .description {
  text-align: justify;
  max-height: 300px;
  overflow: hidden;
}
.post-description .description .read-more {
  padding-top: 15px;
  margin-bottom: 20px;
}
.post-description .showConten {
  max-height: 100% !important;
}

.dataTables_length, .dataTables_info {
  display: none;
}

#DataTables_Table_2_filter, #DataTables_Table_1_filter {
  display: none;
}

#DataTables_Table_0_filter {
  margin-bottom: 12px;
  display: flex;
  justify-content: flex-end;
}
#DataTables_Table_0_filter input {
  width: 300px;
  top: -59px;
  right: 0px;
  padding: 5px 20px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #041510;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1019607843);
  border-radius: 8px;
  margin-left: 10px;
}
#DataTables_Table_0_filter label {
  margin-right: 5px;
}

#DataTables_Table_0 {
  box-shadow: 0px 0px 6px rgba(74, 74, 74, 0.3411764706);
}

.dataTables_paginate {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dataTables_paginate .paginate_button {
  padding: 10px 13px 6px;
  margin: 0 4px 15px;
  background: #b3efe0;
  color: var(--white);
  border-radius: 3px;
  text-align: center;
  line-height: 15px;
}
.dataTables_paginate .current {
  background: #01C897;
}
.dataTables_paginate .disabled {
  background-color: #b3efe0;
}

.Rating-ms {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 450px;
}
.Rating-ms span {
  display: flex;
  align-items: center;
  align-content: center;
}
.Rating-ms svg {
  margin-bottom: 5px;
  margin-right: 7px;
}
.Rating-ms .categories-author {
  display: flex;
}
.Rating-ms .time-zone {
  display: flex;
}

.pd-slide .product-image {
  border-radius: 12px;
}

.pd-slide a {
  position: relative;
  padding-bottom: 50%;
}
.pd-slide a img {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.5s;
  visibility: hidden;
  opacity: 0;
}

.pagePopup.open {
  visibility: inherit;
  opacity: 1;
  z-index: 99999;
}

.pagePopup {
  padding: 10px;
}
.pagePopup .popup {
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  padding: 2.4rem;
  border-radius: 2px;
  background: #fff;
  background-clip: padding-box;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.2509803922);
  max-width: 400px;
  transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}
.pagePopup .popup .close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 30px;
  line-height: 1em;
  color: #fff;
  background-color: var(--green-color);
  text-align: center;
  border-radius: 50px;
  transition: all 0.2s;
}
.pagePopup .popup .pagePopup .popup .bigText {
  color: #333;
  font-weight: 700;
  font-size: 20px;
}
.pagePopup .popup .subText {
  padding: 20px 0;
}

.box-shadow {
  margin-bottom: 12px;
  border-radius: 0 0 12px 12px;
}

#toc {
  margin: 12px 0;
  background-color: #f4f4f4;
}

.toc-title.ahead2 {
  background-color: #fafafa;
  color: white !important;
}
.toc-title.ahead2 .toggle {
  fill: white;
}

.toc-title {
  border-bottom: 1px solid rgba(2, 146, 104, 0.1607843137);
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  font-weight: 700;
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.toc-title h3 {
  margin-bottom: 0 !important;
}

.open .toc-title svg {
  transition: all 0.3s;
  transform: rotate(0deg);
}

.toc-title.svgopen svg {
  transform: rotate(90deg);
  transition: all 0.3s;
}

.accordion .ahead svg {
  margin-right: 8px;
}

.accordion {
  min-width: 300px;
}

.accordion .ahead span, .accordion .ahead svg {
  display: inline-block;
  vertical-align: middle;
}

.accordion .ahead .toggle {
  display: block;
  width: 18px;
  height: 18px;
  font-size: 14px;
  line-height: 18px;
  float: right;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  font-weight: 400;
}

.accordion .toggle {
  transform: rotate(180deg);
  transition: all 0.7s;
}

.accordion.open {
  border: 1px solid #01C897;
}

.accordion.open .abody {
  display: block;
}

.accordion .abody {
  display: none;
  padding: 0px 25px;
  border-radius: 0 0 5px 5px;
}

.accordion .abody a {
  padding: 8px 0;
  color: #000;
}

.accordion .abody a:hover {
  color: #ed1b1b;
}

.accordion .abody a.lvl-h {
  font-weight: 600;
}

.accordion .abody a.lvl-hh {
  margin-left: 20px;
}

.accordion .abody a.lvl-hhh {
  margin-left: 40px;
}

.accordion .abody a.lvl-hhhh {
  margin-left: 60px;
}

.accordion .abody ul, .accordion .abody ol {
  margin-left: 25px;
}

.accordion .abody ul li, .accordion .abody ol li {
  margin-bottom: 8px;
}

.tnvToc {
  max-width: 100%;
  min-width: 300px;
}

.tnvToc a {
  display: block;
}

.modposison {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #01c897;
  color: #fff;
  padding: 2px 4px;
  font-size: 10px;
  border-radius: 4px;
}

.img-404 {
  margin: 0 auto;
}

.related-title {
  background-color: #029268;
  color: #FFF;
  border-radius: 6px;
  padding: 8px;
}

.ct-content ol, .ct-content ul {
  margin-left: 32px;
  line-height: 1.7;
  margin-bottom: 12px;
}

.owl-carousel .owl-stage-outer {
  padding-bottom: 20px;
}

@media only screen and (min-width: 600px) {
  .grid-4 .item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .promo-codes .tab-content {
    min-height: 200px;
  }
  .pd-slide {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .main-menu ul li.action {
    line-height: 10px;
  }
  .music-codes .col-left::before {
    width: 30%;
  }
  .music-codes .col-left .tab-content,
  .music-codes .col-right .wrapper {
    margin: 0;
  }
  .music .view-all-bottom {
    display: block;
    margin-top: 10px;
  }
  .music,
  .songs {
    border-radius: 3px;
  }
  .box-items .box-bd {
    display: flex;
    justify-content: center;
    max-width: 1000px;
    flex-wrap: nowrap;
  }
  .box-items .box-bd:hover {
    transform: scale(1.02);
  }
  .box-items .box-bd .box-thumbai {
    max-width: 25%;
  }
  .box-items .box-bd .ct-content {
    padding-left: 20px;
    text-align: left;
  }
  .box-items .box-bd .ct-content .title-box {
    text-transform: uppercase;
    font-size: 19.417px;
    line-height: 28px;
    padding: 0;
  }
  .box-items .box-bd .btn-seemore {
    float: left;
  }
  .box-item-post {
    display: flex;
    flex-wrap: wrap;
    margin: -10px 0;
    padding: 10px 0;
  }
  .box-item-post .box-bd {
    flex-wrap: wrap;
    width: 50%;
    padding: 0 10px;
  }
  .box-item-post .box-bd .box-thumbai {
    max-width: 100%;
    width: 100%;
  }
  .box-item-post .box-bd .ct-content {
    margin: 0;
    padding: 10px 0;
  }
  .box-item-post .box-bd .ct-content .title-box {
    text-transform: none;
  }
  .box-item-post .box-bd .ct-content .content-box {
    display: none;
  }
  .box-item-post .box-bd .ct-content .btn-seemore {
    float: right;
  }
  .describe img {
    margin-right: 15px;
  }
  .describe-ct {
    position: relative;
  }
  .describe .btn-list-code {
    left: 0;
  }
  .describe .describe-p {
    max-width: 500px;
    font-size: 16px;
  }
  .post-infomation .post-image {
    flex: 0 0 185px;
  }
  .post-infomation .post-info {
    flex: 0 0 calc(100% - 185px);
  }
  .post-infomation .post-info {
    padding-left: 20px;
  }
  .post-infomation .short-description {
    font-size: 13px;
  }
}
.col-left .info {
  margin-bottom: 20px;
  align-items: center;
}
.col-left .info img {
  display: block;
  width: 100%;
  max-width: 185px;
}
.col-left .info .authorsg {
  display: flex;
  align-items: center;
}
.col-left .info .authorsg img {
  width: 22px;
  height: 22px;
  margin-top: -3px;
}
.col-left .info .authorsg span {
  color: #01C897;
}
.col-left .info .title a {
  font-size: 20px;
}

.ct-content img {
  display: inline;
  margin-bottom: 12px;
}

.downloadAPK {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 24px;
}

.downloadBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8px 20px;
  color: #fff;
  font-weight: 500;
  border-radius: 10px;
  background: #4292d9;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .downloadBtn {
    width: -moz-fit-content;
    width: fit-content;
  }
  header .header-left .logo img {
    max-height: 70px;
  }
  .pd-slide {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  header .header-left {
    flex: 0 0 17%;
    max-width: 17%;
  }
  header .header-right .main-menu .menu {
    padding: 6px 0;
  }
  .main-menu ul {
    justify-content: end;
  }
  .main-menu ul a {
    padding: 0 5px;
    font-size: 14px;
  }
  .main-menu ul li.action {
    background: #01C897;
    margin-left: 10px;
  }
  .main-menu ul li.action .login {
    display: block;
  }
  .box h1 {
    font-weight: 700;
    font-size: 37.7143px;
    line-height: 45px;
  }
  .box .title-post {
    font-size: 25px;
    line-height: 30px;
  }
  .box .tt-post span {
    font-size: 14px;
  }
  .box .description-p {
    font-weight: 400;
    font-size: 14px;
    line-height: 164%;
    max-width: 818px;
    margin: 0 auto 20px;
    width: 100%;
  }
  .box .wrapper {
    position: relative;
  }
  .box .wrapper .search-song {
    width: auto;
    padding: 0;
  }
  .box .wrapper .search-song input {
    width: 300px;
    position: absolute;
    top: -59px;
    right: 0px;
  }
  .box .wrapper .search-song .btn-search-song {
    z-index: 2;
    position: absolute;
    top: -52px;
    right: 258px;
    left: auto;
  }
  .box .code-music {
    align-items: center;
    justify-content: flex-start;
  }
  .box .code-music .id {
    display: block;
    margin-right: 5px;
  }
  .code-artists .list-artists div {
    width: 33.333%;
  }
  .ct-ct {
    max-width: 500px;
  }
  .ct-ct .top-ct h5 {
    font-size: 18px;
  }
  .ct-ct .top-ct span {
    font-size: 16px;
  }
  .ct-ct .botton-ct li {
    font-size: 16px;
  }
  .content p {
    font-size: 16px;
  }
  .post-game-ct h2 {
    text-align: center;
  }
  .table-codes {
    min-width: auto;
  }
  .col-right .wrapper,
  .col-left .wrapper {
    margin: 0;
  }
  .pagination .btn-page {
    margin: 0 10px 15px;
  }
  .game-codes .view-all-bottom {
    top: 12px;
  }
  /* Post */
  .post-infomation .post-image {
    flex: 0 0 212px;
  }
  .post-infomation .post-info {
    flex: 0 0 calc(100% - 212px);
  }
  .post-infomation .post-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .post-infomation .post-working {
    margin-bottom: 10px;
  }
  .post-infomation .post-working a {
    font-size: 14px;
    padding: 5px 11px 3px;
    line-height: 16px;
  }
  .post-infomation .short-description {
    font-size: 14px;
  }
  .post-infomation .short-description p {
    margin-bottom: 16px;
  }
  .post-gallery .post-images {
    width: 80%;
  }
  .col-right .wrapper {
    margin: 0;
  }
  .chat .comment {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    padding: 10px;
  }
  .owl-theme .owl-nav button {
    width: 35px;
    height: 35px;
    line-height: 35px !important;
  }
  .owl-theme .owl-nav button.owl-prev {
    left: -50px;
  }
  .owl-theme .owl-nav button.owl-next {
    right: -50px;
  }
  .owl-theme .owl-nav button span {
    font-size: 30px;
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 32px;
    height: 5px;
  }
  .tabs-table {
    position: absolute;
    z-index: 1000;
  }
}
@media only screen and (min-width: 800px) {
  .post-gallery {
    background: rgba(196, 196, 196, 0.2);
    margin-bottom: 20px;
  }
  .post-gallery .post-images {
    width: 560px;
  }
}
@media only screen and (min-width: 992px) {
  .col-right .game-code-items .item {
    width: 100% !important;
  }
  .grid-3 {
    display: flex;
    flex-flow: row wrap;
  }
  .grid-3 .item {
    width: calc(33.333% - 8px) !important;
  }
  .grid-3 .product {
    padding: 0 6px;
  }
  .grid-4 {
    display: flex;
    flex-flow: row wrap;
  }
  .grid-4 .item {
    flex: 0 0 25%;
    max-width: 25%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #DataTables_Table_0_wrapper {
    overflow: unset;
    margin-right: 0px;
  }
  .dataTables_wrapper {
    overflow: auto;
  }
  header .header-left {
    flex: 0 0 15%;
    max-width: 15%;
  }
  header .header-left .logo img {
    min-height: 30px !important;
  }
  .search {
    width: 36%;
    margin-left: 20px;
  }
  .search input {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    width: 99%;
  }
  .btn-search-mobile,
  .btn-menu-mobile {
    display: none;
  }
  .main-menu .menu {
    display: block !important;
  }
  .main-menu ul a {
    padding: 0 7px;
  }
  .title {
    font-size: 22px;
  }
  .tabs .tab-link {
    padding: 12px 20px 8px;
  }
  .product .name {
    font-size: 16px;
  }
  .product .working,
  .product .maker {
    font-size: 13px;
  }
  .table-codes td {
    font-size: 15px;
    min-width: 120px;
  }
  .grid-4 .item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* POST */
  .description h2 {
    font-size: 26px;
  }
  .description h3 {
    font-size: 18px;
  }
  .list-code,
  .promo-code {
    border-radius: 3px;
  }
  .col-left .wrapper {
    margin: 0;
  }
  .col-right .table-codes {
    min-width: auto;
  }
  .chat .comment {
    padding: 20px;
  }
  .promo-codes h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .promo-codes .description {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  header .header-left {
    flex: 0 0 14%;
    max-width: 14%;
  }
  .search {
    width: 36%;
  }
  .main-menu ul a {
    font-size: 15px;
  }
  .music-codes .col-left {
    flex: 0 0 65%;
    max-width: 65%;
    padding-right: 15px;
  }
  .music-codes .col-right {
    flex: 0 0 35%;
    max-width: 35%;
    margin-top: 5px;
    padding-left: 15px;
  }
  .music-codes .col-right .title {
    margin-bottom: 27px;
  }
  .title {
    font-size: 22px;
    line-height: 24px;
  }
  .box-item-post .box-bd {
    width: 25%;
  }
}
@media only screen and (min-width: 1100px) {
  .main-menu ul a {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1200px) {
  header .header-left {
    flex: 0 0 15%;
    max-width: 15%;
  }
  .title {
    font-size: 25px;
    line-height: 26px;
  }
  .search {
    width: 40%;
  }
  .music-codes .col-right .title {
    margin-bottom: 25px;
  }
  .product .name {
    font-size: 18px;
  }
  .main-menu ul a {
    padding: 0 12px;
    font-size: 15px;
  }
  /* POST */
  .main .col-left {
    flex: 0 0 70%;
    max-width: 70%;
    padding-right: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
  }
  .main .col-right {
    flex: 0 0 27.5%;
    max-width: 27.5%;
    padding-left: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
  }
  .row {
    justify-content: space-between;
  }
  .promo-codes .col-right {
    margin-top: 56px;
  }
  .suggest {
    margin-top: 38px;
  }
  .suggest h3 {
    line-height: 24px;
  }
}
@media only screen and (max-width: 991px) {
  header {
    padding: 15px 0;
  }
  header .container {
    width: 100%;
    padding: 0;
  }
  header .header-left,
  header .header-right {
    flex: 0 0 100%;
  }
  header .header-right .search {
    position: absolute;
    width: 59%;
    height: 100%;
    right: 12px;
  }
  .btn-search-mobile.show {
    right: 5px;
  }
  .search input {
    outline: none;
    background-color: #F2F2F2;
  }
  .menu {
    display: none;
    position: absolute;
    width: 100%;
    height: 200vh;
    background: var(--green-color);
    top: 15px;
    left: 0;
    z-index: 10;
    padding-top: 20px;
  }
  .main-menu ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .main-menu ul a {
    border: none;
    padding: 15px 0;
    font-size: 18px;
  }
  .main-menu ul li.action {
    padding: 1px 10px;
  }
}
@media only screen and (max-width: 424px) {
  .music-codes {
    margin-top: 40px;
  }
  .pd-slide {
    width: 100% !important;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 390px) {
  .pd-slide {
    width: 95% !important;
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */