html, body {
  font-family: "Ubuntu", "Roboto", "Open Sans", sans-serif;
  font-weight: 400;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.d-none {
  display: none !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mtbreadcrum {
  margin-top: 44px;
}

.mt-150 {
  margin-top: 150px !important;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-fluid {
  max-width: 960px;
  margin: 0 auto;
}

.main-title {
  font-size: 2rem;
  font-weight: bold;
}

#page-body {
  margin-top: 30px;
  padding: 0;
}

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

.accordion.open .toggle {
  transform: rotate(180deg);
}

.secbox .sbheader {
  margin-bottom: 25px;
}

.secbox.trans {
  background: transparent;
}

.owl-carousel {
  position: relative;
}
.owl-carousel .owl-dots {
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 10px;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: transparent;
  border: 1px solid rgba(119, 119, 119, 0.5);
}
.owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot.active {
  background-color: #777;
}
.owl-carousel .owl-nav {
  display: none;
}
.owl-carousel .owl-nav button {
  display: block;
  position: absolute;
  top: 40%;
  width: 35px;
  height: 35px;
  background: url("/assets/image/nav-slide-arrow.png") no-repeat center center !important;
  background-size: 35px 35px !important;
  border-radius: 50px;
  z-index: 5;
}
.owl-carousel .owl-nav button.owl-prev {
  left: 15px;
}
.owl-carousel .owl-nav button.owl-next {
  transform: rotate(180deg);
  right: 15px;
}
.owl-carousel .owl-nav button span {
  display: none;
}
.owl-carousel.slideapk .owl-dots {
  margin-bottom: 10px;
}

.ads {
  background: #eee;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  border-radius: 2px;
}
.ads p {
  text-align: center;
  color: #000;
}

.adsx {
  margin-top: 12px;
}

.table-res {
  max-width: 100%;
  overflow-x: auto;
}

#table-other-vers {
  max-height: 460px;
  overflow: hidden;
  position: relative;
}
#table-other-vers.open {
  height: fit-content;
  max-height: none;
}
#table-other-vers.open .btnSeeMore {
  display: none;
}
#table-other-vers .btnSeeMore {
  position: absolute;
  cursor: pointer;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary);
  border-radius: 4px;
  padding-left: 8px;
  padding-right: 8px;
}
#table-other-vers .btnSeeMore:hover {
  opacity: 0.75;
}
#table-other-vers .btnSeeMore span {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
#table-other-vers .btnSeeMore svg {
  width: 14px;
  height: 14px;
  margin-left: 2px;
}
#table-other-vers .btnSeeMore svg path {
  fill: #fff;
}

.wrapcontent {
  line-height: 1.8;
  color: #4b5563;
}
.wrapcontent > * {
  margin-bottom: 16px;
}
.wrapcontent p {
  word-break: inherit;
}
.wrapcontent h2, .wrapcontent h3, .wrapcontent h4, .wrapcontent h5, .wrapcontent h6 {
  line-height: 1.4em;
}
.wrapcontent ol,
.wrapcontent ul {
  margin-left: 20px;
}
.wrapcontent table {
  margin: 20px auto;
  border-collapse: collapse;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: auto;
}
.wrapcontent table thead th {
  background: #000;
  color: #fff;
  padding: 10px;
}
.wrapcontent table tbody tr td {
  padding: 8px 10px;
}
.wrapcontent table tbody tr:nth-child(even) td {
  background: #ECEAEA;
}
.wrapcontent table tbody tr:hover td {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.05);
}
.wrapcontent a {
  word-break: break-all;
}
.wrapcontent a:visited {
  color: var(--color-text-link);
}
.wrapcontent blockquote {
  border-left: 4px solid var(--color-text-link);
  padding: 16px 0 16px 20px;
  font-style: italic;
  background-color: rgba(0, 0, 0, 0.04);
}

.sbhomeseo .sbheader {
  text-align: center;
}
.sbhomeseo .sbheader .sitename {
  font-size: 2.25rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
.sbhomeseo .sbheader h1 {
  font-size: 2em;
}
.sbhomeseo .sbbody {
  padding: 10px 0;
}

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

.page-author {
  color: #707070;
}

.linkBlogWrp {
  display: flex;
  justify-content: center;
}
.linkBlogWrp .linkBlog {
  color: var(--color-primary);
  text-decoration: underline;
  margin-bottom: 10px;
}

.box-sidebar {
  max-width: 450px;
  margin: 0 auto;
}
.box-sidebar .bs-header {
  background: #000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 16px;
}
.box-sidebar .bs-body {
  border: 1px solid var(--color-border);
  border-top: none;
  padding: 16px 0;
}
.box-sidebar .bs-body::-webkit-scrollbar {
  width: 12px;
}
.box-sidebar .bs-body::-webkit-scrollbar-track {
  background: #eee;
}
.box-sidebar .bs-body::-webkit-scrollbar-thumb {
  background: #aaa;
}

.bsc-list {
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.bsc-list li {
  padding: 8px 10px;
  width: 50%;
  box-sizing: border-box;
}
.bsc-list li a {
  display: block;
  font-size: 0.875rem;
  color: #000;
  white-space: nowrap;
  word-break: break-word;
  overflow: hidden;
}
.bsc-list li a svg,
.bsc-list li a span {
  display: inline-block;
  vertical-align: middle;
}
.bsc-list li a svg {
  min-width: 40px;
}
.bsc-list li a:hover {
  color: var(--color-text-link);
}

.bsc-list2 {
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.bsc-list2 a {
  width: 33%;
  display: block;
  color: #000;
  white-space: nowrap;
  word-break: break-word;
  overflow: hidden;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 400;
  display: flex;
}
.bsc-list2 a svg,
.bsc-list2 a span {
  display: inline-block;
  vertical-align: middle;
  white-space: break-spaces;
}
.bsc-list2 a svg {
  width: 18px;
  height: 18px;
  margin-right: 7px;
}
.bsc-list2 a:hover {
  color: var(--color-text-link);
}

#pageDownload2WrapButton {
  margin: 15px auto;
  display: inline-block;
  width: 100%;
}
#pageDownload2WrapButton .btn {
  display: none;
}
#pageDownload2WrapButton .counter {
  font-size: 3em;
  font-weight: bold;
  color: var(--color-text-link);
  text-align: center;
}
#pageDownload2WrapButton.done .btn {
  display: flex;
  align-items: center;
  color: white;
  max-width: 100%;
  background-color: #35a1bc;
  padding: 6px 12px;
  border-radius: 8px;
  font-weight: 600;
  flex-direction: row;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
}
#pageDownload2WrapButton.done .btn:hover {
  opacity: 0.8;
}
#pageDownload2WrapButton.done .btn svg {
  width: 24px;
  height: 24px;
}
#pageDownload2WrapButton.done .btn span {
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  padding-right: 12px;
}
#pageDownload2WrapButton.done .counter {
  display: none;
}

.head-title-2 {
  font-size: 1.25rem;
  font-weight: bold;
}

.fg-popup-error .alert {
  margin: 16px;
  padding: 5px 16px;
  border-radius: 5px;
}
.fg-popup-error .alert.alert-danger {
  color: #ff4141;
  border: 1px solid rgba(255, 34, 34, 0.2);
}
.fg-popup-error .alert.alert-success {
  color: #00b894;
  border: 1px solid #00b894;
}

#change-avatar-file {
  display: none;
}

.youtube {
  background-color: #000;
  position: relative;
  padding-top: 55.067%;
  overflow: hidden;
  cursor: pointer;
  margin: 0 auto 20px auto;
  max-width: 600px;
}
.youtube img {
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 0.7;
}
.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}
.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}
.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.youtube img,
.youtube .play-button {
  cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.box-othermod .box-showmore {
  padding: 16px;
}

.bfaq-download2 {
  overflow: inherit;
  margin-bottom: 40px;
}

.aligncenter {
  display: block;
  margin: 0 auto 20px auto;
  height: auto !important;
}

.form-style .form-control {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 21px;
  color: #444;
  border: 1px solid var(--color-border);
  padding: 8px 10px;
  outline: none;
  box-sizing: border-box;
}
.form-style .form-control:focus {
  border-color: var(--color-text-link);
}
.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(--color-text-link);
  color: #fff;
  border: 0;
  outline: none;
  padding: 10px 50px;
  border-radius: 50px;
}
.form-style .btn-submit:hover {
  background-color: var(--color-text-link);
}
.form-style .required {
  color: var(--color-text-link);
}

#ringtonePopup .popup {
  padding: 30px 16px;
  max-width: 450px;
}
#ringtonePopup .popup .button-holder {
  display: none;
}
#ringtonePopup .popup .button-holder .btn {
  display: inline-block;
  padding: 8px 10px;
  color: #fff;
  border-color: transparent;
  border-radius: 3px;
  margin-top: 10px;
  min-width: 180px;
  font-weight: bold;
  text-align: left;
}
#ringtonePopup .popup .button-holder .btn small {
  font-weight: normal;
}
#ringtonePopup .popup .button-holder .btn svg,
#ringtonePopup .popup .button-holder .btn span {
  display: inline-block;
  vertical-align: middle;
}
#ringtonePopup .popup .button-holder .btn svg,
#ringtonePopup .popup .button-holder .btn svg path {
  fill: #fff;
}
#ringtonePopup .popup .button-holder .btn svg {
  margin-right: 10px;
}
#ringtonePopup .popup .button-holder .btn.btn-android {
  background-color: #707070;
}
#ringtonePopup .popup .button-holder .btn.btn-ios {
  background-color: #ff4141;
}
#ringtonePopup .popup .button-holder .btn:hover {
  opacity: 0.8;
}
#ringtonePopup .popup.done .counter {
  display: none;
}
#ringtonePopup .popup.done .button-holder {
  display: block;
}

.sbhTitle {
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-flex;
  width: 100%;
}
.sbhTitle .border {
  border: 2px solid #EB5418;
  border-radius: 4px;
}
.sbhTitle span, .sbhTitle h1 {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  flex: 1;
  align-self: center;
  color: #374151;
}
.sbhTitle .ctBtnSeeMore {
  margin-top: -2px;
}
.sbhTitle .btnSeeMore {
  font-weight: 500;
  color: white;
  background-color: #2d98b5;
  padding: 5px;
  border-radius: 10px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-bg-opacity: 1;
  border-radius: 0.5rem;
  margin-top: 0;
}
.sbhTitle .btnSeeMore svg {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
  overflow: visible;
  box-sizing: content-box;
  margin-left: 0.25rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.nm-icon:hover svg, .nm-icon:hover svg path {
  fill: var(--color-text-link);
}

.list-holder {
  position: relative;
}

.box-categories {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  padding: 5px;
  background-color: #fff;
  border: 1px solid rgba(204, 204, 204, 0.5);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  display: none;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.box-categories.open {
  display: flex;
}
.box-categories a {
  display: block;
  width: 50%;
  padding: 5px 15px;
  color: #000;
  margin: 5px 0;
  box-sizing: border-box;
}
.box-categories a:visited {
  color: var(--color-text-heading);
}
.box-categories a:hover {
  color: var(--color-text-link);
}
.box-categories a:hover svg {
  fill: var(--color-text-link);
}
.box-categories a svg {
  margin-right: 5px;
}

.entry-related .sbhTitle {
  margin-bottom: 35px;
}

.bb-dark-2 {
  border-bottom: 2px solid #000;
}

#downloadHere {
  color: #E40303;
  text-decoration: underline;
}
#downloadHere:hover {
  text-decoration: none;
}
#downloadHere a {
  word-break: inherit;
}

.entry-warning {
  margin-bottom: 30px;
}
.entry-warning .relatorio {
  font-size: 14px;
}
.entry-warning .relatorio svg, .entry-warning .relatorio span {
  display: inline-block;
  vertical-align: middle;
}
.entry-warning .relatorio span {
  text-decoration: underline;
}
.entry-warning .relatorio:hover {
  cursor: pointer;
  color: var(--color-text-link);
}

.postsInTag {
  margin-left: 40px;
}
.postsInTag li {
  margin-bottom: 15px;
}
.postsInTag li a:visited {
  color: var(--color-text-link);
}
.postsInTag li a:hover {
  color: red;
  text-decoration: underline;
}

.list-tags .tags-title,
.list-tags .tag {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 10px;
  border: 1px solid rgba(var(--color-text-link), 1);
  margin-bottom: 5px;
}
.list-tags .tags-title {
  background-color: var(--color-text-link);
  color: #fff;
  font-weight: bold;
}
.list-tags .tag {
  color: var(--color-text-link);
}
.list-tags .tag:hover {
  background-color: var(--color-text-link);
  color: #fff;
}

.adsBox {
  display: block !important;
}

.ads-wrap {
  width: 100% !important;
}

.adsMarginTop {
  margin-top: 100px !important;
}

.adsMarginBot {
  margin-bottom: 100px !important;
}

.secbox {
  background-color: white;
  padding: 20px;
  margin-left: -20px;
  margin-right: -20px;
}

.box-content {
  overflow-y: auto;
  font-weight: 400;
  font-size: 14px;
  color: #4c4c4c;
  line-height: 25px;
  box-sizing: border-box;
  outline: none;
}
.box-content table {
  table-layout: auto;
  border-style: hidden;
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  display: table;
  box-sizing: border-box;
  text-indent: initial;
  border-spacing: 2px;
  border-color: gray;
}
.box-content table thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}
.box-content table tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
.box-content table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
  border-bottom: 1px solid #e6e9ef;
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.box-content table th {
  padding: 1em 1.4575em;
  vertical-align: middle;
  background: #f6f6f6;
  font-weight: 600;
  text-align: left;
  border: 1px solid #F2F2F2;
  border-bottom: 1px solid #e6e9ef;
  min-width: 130px;
}
.box-content table td {
  padding: 1em 1.41575em;
  text-align: left;
  vertical-align: top;
  border: 1px solid #F2F2F2;
}
.box-content table a {
  color: #35a1bc;
}

.entry-parent-link {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.linkParent {
  display: flex;
  height: 32px;
  align-items: center;
  background-color: #81c2d2;
  border-radius: 8px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.linkParent:hover {
  opacity: 0.85;
}
.linkParent svg {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.linkParent svg path {
  fill: #fff;
}
.linkParent span {
  color: #fff;
}

.subcribeWrp {
  margin-bottom: 20px;
}

.btnSubscribe {
  box-sizing: border-box;
  display: inline-block;
  padding: 8px 12px;
  background-color: var(--color-text-link);
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  max-width: 435px;
  width: 100%;
  cursor: pointer;
  user-select: none;
}
.btnSubscribe:hover {
  opacity: 0.8;
}
.btnSubscribe .text {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
}
.btnSubscribe.disabled {
  background-color: #ccc;
  cursor: not-allowed;
  pointer-events: none;
}
.btnSubscribe svg {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.btnSubscribe svg path {
  fill: #fff;
}
.btnSubscribe:hover {
  background-color: var(--color-text-link);
}

.unsubWebpushBtn {
  background-color: #a08a8a;
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  height: 32px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  max-width: 435px;
  width: 100%;
  padding: 8px 16px;
  margin-bottom: 20px;
  width: fit-content;
  cursor: pointer;
  user-select: none;
}
.unsubWebpushBtn:hover {
  opacity: 0.8;
}
.unsubWebpushBtn .text {
  font-size: 16px;
  font-weight: bold;
}
.unsubWebpushBtn svg {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.unsubWebpushBtn svg path {
  fill: #fff;
}
.unsubWebpushBtn:hover {
  background-color: #ff4141;
}

.deswrp {
  text-align: center;
  margin-top: 20px;
}

.line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.line-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.thumbnail2 {
  display: flex;
  gap: 24px;
}
.thumbnail2 .thumb {
  aspect-ratio: 96/96;
  min-width: 96px;
  border-radius: 8px;
  overflow: hidden;
}
.thumbnail2 .info {
  width: calc(100% - 120px);
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.thumbnail2 .info .feature {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.thumbnail2 .info .feature .item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  line-height: 1.5;
  color: #707070;
}
.thumbnail2 .info .feature .item::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #fa7a48;
  display: block;
}
.thumbnail2 .info .category {
  background-color: #EBEBEB;
  padding: 2px 4px;
  border-radius: 6px;
  color: #707070;
  width: fit-content;
}

.line_hr {
  margin: 32px -20px;
  border-color: #ebebeb;
}

.info_apk .title {
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 600;
}
.info_apk table {
  width: 100%;
  font-size: 16px;
  color: #707070;
  line-height: 1.5;
}
.info_apk table tbody {
  display: flex;
  column-gap: 10px;
  flex-wrap: wrap;
  row-gap: 16px;
}
.info_apk table tbody .item_info {
  width: calc(50% - 5px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info_apk table tbody td {
  font-size: 14px;
  color: #222222;
}

.mod_version .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 24px;
}
.mod_version .tablayout .tabHead {
  display: flex;
  gap: 16px;
}
.mod_version .tablayout .tabHead .buttonTab {
  border: 1px solid #ebebeb;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 9999px;
}
.mod_version .tablayout .tabHead .buttonTab.active {
  border: 1px solid #35a1bc;
  color: #35a1bc;
  background-color: rgba(53, 161, 188, 0.04);
}
.mod_version .tablayout .tabHead .buttonTab:hover {
  cursor: pointer;
}
.mod_version .tablayout .tabcontent {
  margin-top: 24px;
}
.mod_version .tablayout .tabcontent .tab_download {
  display: flex;
  gap: 12px;
}
.mod_version .tablayout .tabcontent .tab_download .thumb {
  aspect-ratio: 56/56;
  min-width: 56px;
  border-radius: 8px;
  overflow: hidden;
}
.mod_version .tablayout .tabcontent .tab_download .info {
  width: calc(100% - 68px);
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.mod_version .tablayout .tabcontent .tab_download .title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.mod_version .tablayout .tabcontent .tab_download .content_info span {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #707070;
}
.mod_version .tablayout .tabcontent .tab_download .content_info span::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #fa7a48;
  display: block;
}
.mod_version .tablayout .tabcontent .tab_download .content_info {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.mod_version .tablayout .tabcontent .tab_download .type {
  display: flex;
  gap: 4px;
}
.mod_version .tablayout .tabcontent .tab_download .type span {
  padding: 6px 12px;
  font-size: 10px;
  border-radius: 99999px;
}
.mod_version .tablayout .tabcontent .tab_download .type .apk {
  border: 1px solid #3f8826;
  color: #3f8826;
}
.mod_version .tablayout .tabcontent .tab_download .type .mod {
  color: #fa7a48;
  border: 1px solid #fa7a48;
}

.featuredWrapper {
  position: relative;
  background-image: url("/assets/image/featured-bg.webp");
  background-size: cover;
  background-position: center;
  padding: 24px 0;
}
.featuredWrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 0;
}
.featuredWrapper .container {
  position: relative;
  z-index: 1;
}

/*# sourceMappingURL=style.css.map */
