@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

html {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
}

img {
  width: 100%;
  height: 100%;
}

.br-50 {
  border-radius: 50px;
}

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

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

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

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

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

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

a {
  text-decoration: none;
}

#page-header {
  position: inherit;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 9;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  height: 60px;
}
#page-header .container {
  height: 100%;
}
#page-header .ph-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 10px;
}
#page-header .ph-left .nmi-search-toggle span {
  display: none;
}
#page-header .ph-left .logo {
  display: block;
}
#page-header .ph-left .logo img {
  display: block;
  height: 30px;
}
#page-header a {
  color: #fff;
  text-decoration: none;
}
#page-header a:hover {
  color: #1a73d6;
}
#page-header #menu-holder {
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 10;
  left: 0;
  width: 100%;
  max-width: 100vw;
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
  overflow-y: auto;
  z-index: 10;
}
#page-header #menu-holder.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-top: 60px;
}
#page-header #menu-holder .nmi-menu-toggle {
  float: right;
}
#page-header #menu-holder .nmi-menu-toggle svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#page-header #menu-holder .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
#page-header #menu-holder .socials svg {
  width: 30px;
  height: 30px;
}
#page-header #menu-holder .menu {
  list-style: none;
  margin-top: 86px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#page-header #menu-holder .menu .menuItemBlue {
  background: -webkit-gradient(linear, right top, left top, color-stop(11.9%, rgba(255, 255, 255, 0)), color-stop(52.15%, rgba(173, 214, 243, 0.65)), color-stop(96.16%, rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 11.9%, rgba(173, 214, 243, 0.65) 52.15%, rgba(255, 255, 255, 0) 96.16%);
}
#page-header #menu-holder .menu .menuItemRed {
  background: -webkit-gradient(linear, right top, left top, color-stop(11.9%, rgba(255, 255, 255, 0)), color-stop(52.15%, rgba(243, 190, 173, 0.65)), color-stop(96.16%, rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 11.9%, rgba(243, 190, 173, 0.65) 52.15%, rgba(255, 255, 255, 0) 96.16%);
}
#page-header #menu-holder .menu .menuItemGreen {
  background: -webkit-gradient(linear, right top, left top, color-stop(11.9%, rgba(255, 255, 255, 0)), color-stop(52.15%, rgba(208, 243, 173, 0.65)), color-stop(96.16%, rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 11.9%, rgba(208, 243, 173, 0.65) 52.15%, rgba(255, 255, 255, 0) 96.16%);
}
#page-header #menu-holder .menu .menuItemYellow {
  background: -webkit-gradient(linear, right top, left top, color-stop(11.9%, rgba(255, 255, 255, 0)), color-stop(52.15%, rgba(243, 224, 173, 0.65)), color-stop(96.16%, rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 11.9%, rgba(243, 224, 173, 0.65) 52.15%, rgba(255, 255, 255, 0) 96.16%);
}
#page-header #menu-holder .menu .menuItemPurple {
  background: -webkit-gradient(linear, right top, left top, color-stop(11.9%, rgba(255, 255, 255, 0)), color-stop(52.15%, rgba(225, 173, 243, 0.65)), color-stop(96.16%, rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 11.9%, rgba(225, 173, 243, 0.65) 52.15%, rgba(255, 255, 255, 0) 96.16%);
}
#page-header #menu-holder .menu li {
  padding: 10px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 60px;
  margin-right: 60px;
  margin-bottom: 16px;
}
#page-header #menu-holder .menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 14px;
  color: #29303c;
}
#page-header #menu-holder .menu li a svg {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
#page-header #menu-holder .menu li a:hover {
  color: #f354b8;
}
#page-header #menu-holder .menu li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  height: 2px;
  width: 100%;
  background: radial-gradient(50% 25% at 50% 75%, #0029aa 0%, rgba(0, 62, 255, 0) 100%);
}
#page-header #menu-holder .menu li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  height: 2px;
  width: 100%;
  background: radial-gradient(50% 25% at 50% 75%, #0029aa 0%, rgba(0, 62, 255, 0) 100%);
}
#page-header #menu-holder .menu .active span {
  color: #f13faf;
}
#page-header #menu-holder .login {
  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;
  width: 100%;
  position: absolute;
  top: 30px;
  text-transform: capitalize;
}
#page-header #menu-holder .login .avatar {
  display: none;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
#page-header #menu-holder .login .dd-toggle {
  line-height: 1rem;
}
#page-header #menu-holder .login .dd-toggle img.avatar {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
#page-header #menu-holder .login .dd-toggle::after {
  display: none;
}
#page-header #menu-holder .login .dd-content {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
}
#page-header #menu-holder .login .dd-content a {
  color: #000;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: normal;
  font-size: 0.856rem;
}
#page-header #menu-holder .login .dd-content .authItem {
  width: 130px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  margin-right: 10px;
}
#page-header #menu-holder .login .dd-content .authItem svg {
  width: 100%;
  height: auto;
}
#page-header #menu-holder .login .dd-content .authItem .text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  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;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 0px 12px;
}
#page-header #search-holder {
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.94);
  z-index: 10;
  overflow-y: auto;
  right: 0;
  top: 60px;
  width: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
#page-header #search-holder.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: -webkit-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#page-header #search-holder .form-search {
  position: relative;
  margin-top: 10px;
  width: 85%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
#page-header #search-holder .form-search button {
  background-color: #7b3004;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: 35px;
  height: 35px;
  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;
  outline: none;
  border: none;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  cursor: pointer;
}
#page-header #search-holder .form-search button svg {
  width: 16px;
  height: 16px;
}
#page-header #search-holder .form-search button svg path {
  fill: #fff;
}
#page-header #search-holder .form-search input {
  width: 100%;
  border-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  padding-left: 47px;
  position: relative;
  z-index: 2;
  border: none;
  outline: none;
}
#page-header #search-holder .form-search input::-webkit-input-placeholder {
  font-size: 13px;
}
#page-header #search-holder .form-search input::-moz-placeholder {
  font-size: 13px;
}
#page-header #search-holder .form-search input:-ms-input-placeholder {
  font-size: 13px;
}
#page-header #search-holder .form-search input::-ms-input-placeholder {
  font-size: 13px;
}
#page-header #search-holder .form-search input::placeholder {
  font-size: 13px;
}
#page-header #search-holder .form-search #suggest-text {
  width: 1088px;
  padding: 0 60px;
  height: 35px;
  line-height: 35px;
  background-color: transparent;
  font-size: 14px;
  position: absolute;
  z-index: 1;
  color: #aaa;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#page-header #search-holder .form-search #suggestions {
  position: absolute;
  top: 31px;
  left: 0;
  color: #fff;
}
#page-header #search-holder .form-search #suggestions .suggestions-holder {
  padding: 8px 20px;
}
#page-header #search-holder .form-search #suggestions .suggestions-holder p {
  padding: 8px 0;
  font-weight: normal;
}
#page-header #search-holder .form-search #suggestions .suggestions-holder p strong {
  color: #f354b8;
  font-weight: normal;
}
#page-header #search-holder .form-search #suggestions .suggestions-holder .s-item:hover {
  cursor: pointer;
  color: #f354b8;
}

.st-open .form-search {
  display: block !important;
}

.st-open .nmi-search-toggle {
  display: none;
}

#page-body {
  margin-top: 70px;
  padding: 0 10px;
  min-height: 61vh;
}

.modchoise {
  list-style-type: none;
  padding: 0px;
}
.modchoise .owl-dots .owl-dot span {
  margin: 5px;
  background-color: #c6c6c6;
}
.modchoise .owl-dots .owl-dot.active span {
  background-color: #7b3004;
}

.modchoise-item {
  position: relative;
  padding-bottom: 67%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modchoise-item .modchoice-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.modchoise-item .card {
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 16px;
  padding: 14px;
}
.modchoise-item .card .inCard {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #7b3004;
  border-radius: 13px;
  padding: 10px 10px 0;
}
.modchoise-item .card .inCard figure {
  margin: 0px;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  height: 70%;
}
.modchoise-item .card .inCard figure img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.modchoise-item .card .inCard .title {
  font-size: 14px;
  color: #fff;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 0px 2px;
}
.modchoise-item .card .inCard .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 2px;
}
.modchoise-item .card .inCard .version {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.modchoise-item .card .inCard .version svg {
  margin-right: 4px;
}
.modchoise-item .card .inCard .category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 10px;
  height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #dcffe1;
  border-radius: 58px;
  color: #29303c;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.modchoise-item .card .inCard .category svg {
  margin-right: 6px;
  width: 16px;
  height: 16px;
}
.modchoise-item .svgBorder {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  z-index: 1;
}
.modchoise-item:hover .thumb {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.apks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin-top: 20px;
  margin-left: -6px;
  margin-right: -6px;
}
.apks > li {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 10px;
}

.w3 li {
  width: 100%;
}

.sideApks li {
  width: 100%;
}
.sideApks li .blog {
  padding-bottom: 90%;
}

.most-3popular {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.most-3popular > * {
  padding-top: 60px;
}
.most-3popular .rank1 {
  position: relative;
}
.most-3popular .rank1 .king {
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.most-3popular .rank1 .info .title {
  text-align: center;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.most-3popular .rank2 {
  margin-right: -22px;
  margin-top: 23px;
}
.most-3popular .rank2 .title {
  left: -22px;
}
.most-3popular .rank3 {
  margin-left: -22px;
  margin-top: 30px;
}
.most-3popular .rank3 .title {
  right: -22px;
}
.most-3popular .info {
  position: relative;
  margin-bottom: 80px;
}
.most-3popular .info .title {
  width: 105px;
  position: absolute;
  top: 60px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #29303c;
}
.most-3popular .svgRank1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.borderIcon {
  position: absolute;
  left: 50%;
  top: 65%;
  width: 85px;
  height: 85px;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(45deg, #70f6ff, #eb70ff);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.iconTop {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 65%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.blog {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding-bottom: 80%;
  text-decoration: none;
}
.blog .blog-content {
  position: absolute;
  padding: 5px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  background: #ffffff;
  /* Neutrals/Border(EAEEF3) */
  border: 1px solid #e6eaef;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.blog .blog-content .category {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 10px;
  height: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 58px;
  color: #7b3004;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  top: 24px;
  left: 20px;
}
.blog .blog-content .category svg {
  margin-right: 6px;
  width: 16px;
  height: 16px;
}
.blog .blog-content .category svg path {
  fill: #7b3004;
}
.blog .blog-content figure {
  width: 100%;
  border-radius: 8px;
  height: 65%;
  overflow: hidden;
}
.blog .blog-content .info {
  margin-top: 50px;
}
.blog .blog-content .title {
  color: #29303c;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
.blog .blog-content .bottom {
  position: absolute;
  left: 0px;
  bottom: 12px;
  width: 100%;
  padding: 0px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blog .blog-content .bottom .version {
  width: 23%;
}
.blog .blog-content .bottom .modVer {
  width: 40%;
}
.blog .blog-content .bottom .author {
  width: 37%;
}
.blog .blog-content .bottom > div {
  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;
  color: #6f767e;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}
.blog .blog-content .bottom > div svg {
  margin-right: 2px;
  width: 15px;
  height: 15px;
}
.blog .blog-content .divide {
  display: block;
  height: 15px;
  background-color: #6f767e;
  width: 1px;
  margin-right: 4px;
}
.blog .blog-content .topLeft {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 80px;
  height: 60px;
  border-top: 3px solid #7b3004;
  border-left: 3px solid #7b3004;
  border-top-left-radius: 11px;
}
.blog .blog-content .botRight {
  position: absolute;
  bottom: -3px;
  right: -3px;
  width: 80px;
  height: 60px;
  border-bottom: 3px solid #7b3004;
  border-right: 3px solid #7b3004;
  border-bottom-right-radius: 11px;
}
.blog:hover .thumb {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.secbox {
  margin-bottom: 40px;
}

.sbhTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}
.sbhTitle .boxOut {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  max-width: 360px;
}
.sbhTitle .boxOut.bgPurple .boxIn {
  background: -webkit-gradient(linear, right top, left top, color-stop(11.9%, rgba(255, 255, 255, 0)), color-stop(52.15%, rgba(189, 124, 230, 0.65)), color-stop(96.16%, rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 11.9%, rgba(189, 124, 230, 0.65) 52.15%, rgba(255, 255, 255, 0) 96.16%);
}
.sbhTitle .boxOut.bgRed .boxIn {
  background: -webkit-gradient(linear, right top, left top, color-stop(11.9%, rgba(255, 255, 255, 0)), color-stop(52.15%, rgba(229, 124, 175, 0.65)), color-stop(96.16%, rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 11.9%, rgba(229, 124, 175, 0.65) 52.15%, rgba(255, 255, 255, 0) 96.16%);
}
.sbhTitle .boxOut.bgBlue .boxIn {
  background: -webkit-gradient(linear, right top, left top, color-stop(11.9%, rgba(255, 255, 255, 0)), color-stop(52.15%, rgba(124, 210, 229, 0.65)), color-stop(96.16%, rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 11.9%, rgba(124, 210, 229, 0.65) 52.15%, rgba(255, 255, 255, 0) 96.16%);
}
.sbhTitle .boxOut::after {
  position: absolute;
  z-index: 0;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -1px;
  left: 0px;
  background: radial-gradient(50% 25% at 50% 75%, #0029aa 0%, rgba(0, 62, 255, 0) 100%);
}
.sbhTitle .boxOut::before {
  position: absolute;
  z-index: 0;
  content: "";
  width: 100%;
  height: 2px;
  top: -2px;
  left: 0px;
  background: radial-gradient(50% 25% at 50% 75%, #0029aa 0%, rgba(0, 62, 255, 0) 100%);
}
.sbhTitle .boxOut .boxCen {
  background-color: #fff;
  width: 100%;
  padding: 1px;
  z-index: 1;
}
.sbhTitle .boxOut .boxIn {
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, color-stop(11.9%, rgba(255, 255, 255, 0)), color-stop(52.15%, rgba(123, 48, 4, 0.65)), color-stop(96.16%, rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 11.9%, rgba(123, 48, 4, 0.65) 52.15%, rgba(255, 255, 255, 0) 96.16%);
}
.sbhTitle .boxOut .boxIn .title-h2 {
  height: 100%;
  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;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
.sbhTitle .boxOut svg {
  position: absolute;
  bottom: -6px;
  height: 12px;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 8;
}
.sbhTitle .boxOut .hideIcon {
  display: none;
}
.sbhTitle .title-h2 {
  font-size: 18px;
}

.pagination {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box-seemore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

.seemoreapk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #7b3004;
  font-size: 13px;
  font-weight: bold;
}
.seemoreapk svg {
  margin-left: 2px;
  width: 12px;
  height: 12px;
}
.seemoreapk svg path {
  fill: #7b3004;
}
.seemoreapk:hover {
  color: #f354b8;
}
.seemoreapk:hover svg path {
  fill: #f354b8;
}

.socials {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.socials li a svg {
  width: 34px;
  height: 34px;
  margin-left: 12px;
  margin-right: 12px;
}

#page-footer {
  background-color:#7b3004;
  text-align: center;
  height: auto;
  color: #ffffff;
  margin-top: 60px;
  padding-bottom: 24px;
}
#page-footer .container {
  height: 100%;
  padding-top: 30px;
}
#page-footer .logo {
  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;
  width: 100%;
  margin-bottom: 25px;
}
#page-footer .logo img {
  width: 200px;
  height: auto;
}
#page-footer .pagesFooter {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-footer .pagesFooter li {
  margin-bottom: 8px;
}
#page-footer .pagesFooter li a {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0px 15px;
  text-decoration: none;
}
#page-footer .pagesFooter li:hover a {
  color: #f354b8;
}

.breadcumb {
  margin-bottom: 20px;
}
.breadcumb ul {
  list-style: none;
  margin: 0;
  white-space: nowrap;
  overflow-x: auto;
}
.breadcumb ul li {
  display: inline-block;
  padding-right: 8px;
}
.breadcumb ul li a {
  color: #2f3643;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
.breadcumb ul li::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2px solid #99a2b3;
  border-bottom: 2px solid #99a2b3;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.breadcumb ul li:last-child span {
  color: #7b3004;
}
.breadcumb ul li:last-child::after {
  display: none;
}
.breadcumb ul li a:hover {
  color: #f354b8;
}

.page-description {
  margin-top: 20px;
}

.widget-Selection .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.widget-Selection .title span {
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  margin-left: 15px;
}
.widget-Selection .select {
  list-style: none;
  margin: 20px 0;
}
.widget-Selection .select li {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 8px;
}
.widget-Selection .select a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  color: #29303c;
  font-size: 12px;
  line-height: 15px;
  border: 1px solid #99a2b3;
  padding: 10px 24px;
  margin-right: auto;
  margin-left: 15px;
  border-radius: 8px;
}
.widget-Selection .select a:hover {
  border-color: #f354b8;
}
.widget-Selection .select a svg {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.widget-Selection .sl option {
  background-color: #477a1e;
  border-bottom: 1px solid #474747;
}

.rvTitle {
  display: block;
  font-weight: 700;
  background: linear-gradient(254.56deg, #32daff 14.44%, #f515c4 84.06%, #4945ff 152.08%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 10px;
}

/* list comment*/
.form-comment #content {
  width: 100%;
  border: 1px solid #e6eaef;
  border-radius: 10px;
  margin-top: 10px;
}
.form-comment .btn-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.form-comment .btn-submit-cm {
  background: #e6eaef;
  border: 1px solid rgba(153, 162, 179, 0.3);
  border-radius: 10px;
  height: 48px;
  padding: 0px 16px;
  cursor: pointer;
}

.list-comments {
  list-style: none;
  margin-left: 0;
  padding-top: 20px;
}
.list-comments ul {
  list-style: none;
  margin-left: 0;
}
.list-comments li .avatar {
  display: block;
  float: left;
  height: 30px;
  width: 30px;
  border-radius: 50px;
}
.list-comments li .info {
  padding-left: 40px;
}
.list-comments li .info .user {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
}
.list-comments li .content {
  font-weight: 300;
  font-size: 18px;
  line-height: 36px;
}
.list-comments li .wraploadmore,
.list-comments li .links {
  margin-bottom: 20px;
}
.list-comments li .info .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.list-comments li .info .user .name {
  font-size: 25px;
  font-weight: bold;
  color: #000000;
  margin-right: 15px;
}
.list-comments li .info .user .time {
  font-weight: bold;
  font-size: 18px;
  margin-top: 5px;
}
.list-comments li .links {
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  max-width: 100%;
  overflow-x: auto;
}
.list-comments li .links li {
  position: relative;
  padding-right: 12px;
  margin-right: 14px;
  color: #8a8888;
  white-space: nowrap;
}
.list-comments li .links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8a8a8a;
  font-size: 22px;
  line-height: 36px;
  text-decoration: none;
}
.list-comments li .links li a span {
  padding: 5px;
}
.list-comments li .links li a:hover {
  color: #1a73d6;
}
.list-comments li .links li a small {
  font-size: 1em;
}
.list-comments li .links li a.unlike {
  color: #3689f5;
}
.list-comments li .links li:last-child::after {
  display: none;
}
.list-comments li .links li::after {
  display: block;
  content: "";
  height: 25px;
  width: 1px;
  position: absolute;
  bottom: 10%;
  right: 0;
  background-color: #8a8888;
}
.list-comments li .reply textarea {
  width: 90%;
  height: 60px;
  border-radius: 20px;
  border: 2px solid #c4c4c4;
  padding: 15px;
  margin-left: 10px;
  outline: none;
}
.list-comments li .frm-row button {
  background: #477a1e;
  border-top: 4px solid #8fca5c;
  border-right: 4px solid #8fca5c;
  border-bottom: 4px solid #3b610c;
  border-left: 4px solid #3b610c;
  float: right;
  margin-right: 100px;
  padding: 5px 12px 0 12px;
}
.list-comments .box-stars img {
  width: auto;
  height: auto;
}

.list-comments li .links li a:hover svg,
.list-comments li .links li a:hover svg path {
  fill: #1a73d6;
}

.list-comments li .links li a.unlike svg,
.list-comments li .links li a.unlike svg path {
  fill: #3689f5;
}

.stars {
  font-size: 20px;
  position: relative;
}
.stars::after {
  display: block;
  content: "★ ★ ★ ★ ★";
  color: #ddd;
  right: 0;
  z-index: 1;
}
.stars .score {
  color: #f3af0c;
  overflow: hidden;
  z-index: 2;
}

.stars::after,
.stars .score {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rating-bar {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.rating-bar > input {
  display: none;
}
.rating-bar > label {
  float: right;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rating-bar > label svg {
  height: 20px;
  width: 20px;
}

.rating-bar > input:checked ~ label svg path,
.rating-bar > input:checked ~ label ~ label svg path {
  fill: #fff500;
  stroke: #fff500;
}

.rating-bar > input:not(:checked) ~ label:hover svg path,
.rating-bar > input:not(:checked) ~ label:hover ~ label svg path {
  fill: #fff500;
  stroke: #fff500;
}

.rating-detail {
  margin-bottom: 16px;
  margin-top: 20px;
}
.rating-detail .rt-l {
  text-align: center;
  margin-bottom: 20px;
}
.rating-detail .rt-l .score {
  font-size: 2.1429rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1em;
  color: #fa4c2a;
}
.rating-detail .rt-l .info {
  width: 100%;
  margin: 0 auto;
}
.rating-detail .rt-l .info div span {
  margin-left: 10px;
}
.rating-detail .rt-l .info div:last-child {
  color: #707070;
}
.rating-detail .rt-r {
  padding: 0 35px;
}
.rating-detail .rt-r .line {
  font-weight: 400;
  height: 20px;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  color: #707070;
}
.rating-detail .rt-r .line .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: -35px;
  text-align: left;
}
.rating-detail .rt-r .line .title span {
  margin-right: 3px;
}
.rating-detail .rt-r .line .score {
  -webkit-transition: width 0.25s ease;
  transition: width 0.25s ease;
  display: inline-block;
  height: 100%;
  opacity: 0.8;
  min-width: 5%;
  border-radius: 50px;
  background: #fd4e5d;
  border: 1px solid #fd4e5d;
}
.rating-detail .rt-r .line .score_ {
  background: #fff;
  border: 1px solid #fd4e5d;
  position: absolute;
  left: 0%;
  z-index: -1;
}
.rating-detail .rt-r .line .count {
  letter-spacing: 1px;
  position: absolute;
  margin-left: 5px;
}
.rating-detail .rt-r .line:last-child {
  margin-bottom: 0;
}

.rating-detail .rt-r .line .title,
.rating-detail .rt-r .line .count {
  line-height: 15px;
}

.btn-backtopost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  border: 1px solid #aca2a2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 12px;
  line-height: 18px;
  color: #7b3004;
}
.btn-backtopost svg {
  width: 18px;
  height: 18px;
  margin-left: 4px;
  margin-top: 2px;
}
.btn-backtopost svg path {
  stroke: #aca2a2;
}
.btn-backtopost:hover {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background-color: #7b3004;
  color: #fff;
}

.page-download2 .entry-thumb figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
}
.page-download2 .entry-thumb img {
  border-radius: 12px;
  max-width: 500px;
  max-height: 250px;
  margin-left: auto;
  margin-right: auto;
}

#cookie-notice-bar {
  display: none;
  position: fixed;
  z-index: 15;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #232222;
  color: #fff;
  padding: 10px;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
#cookie-notice-bar.show {
  display: block;
}
#cookie-notice-bar a {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #7b3004;
  background-repeat: repeat-x;
  border-radius: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 2px 10px;
  font-size: 12px;
  line-height: 20px;
}

#btn-page-scroll {
  position: fixed;
  bottom: 4px;
  right: 5px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  z-index: 15;
  background: #7b3004;
  -webkit-transform: translate3d(0, 70px, 0);
          transform: translate3d(0, 70px, 0);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border: 1px solid #fff;
}
#btn-page-scroll svg {
  fill: #fff;
}
#btn-page-scroll:hover {
  cursor: pointer;
}
#btn-page-scroll.show {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#adminBar {
  position: fixed;
  left: 0;
  bottom: 250px;
  background: transparent;
  z-index: 9;
  padding: 0 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#adminBar a {
  color: #fff;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: red;
  margin: 4px 8px;
  border-radius: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 12px;
}
#adminBar a:hover {
  opacity: 0.7;
}

.mainPost .process {
  display: none;
}
.mainPost .mainInfo {
  margin-bottom: 12px;
}
.mainPost .title {
  color: #29303c;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.mainPost .thumbnail {
  border-radius: 8px;
  margin-top: 16px;
}
.mainPost .author {
  color: #6f767e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
.mainPost .author span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainPost .author span:first-child {
  position: relative;
  padding-right: 12px;
}
.mainPost .author span:first-child::after {
  content: "";
  position: absolute;
  right: 0px;
  width: 1px;
  height: 60%;
  background-color: #6f767e;
}
.mainPost .author span:last-child {
  padding-left: 12px;
}
.mainPost .author span svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.mainPost .short-description svg {
  margin-bottom: -8px;
}

.wrapcontent {
  font-size: 13px;
  color: #29303c;
  line-height: 20px;
  font-weight: 500;
  color: #29303c;
}
.wrapcontent h2 {
  font-size: 20px;
}
.wrapcontent h3 {
  font-size: 18px;
}
.wrapcontent h4 {
  font-size: 16px;
}
.wrapcontent h2,
.wrapcontent h3,
.wrapcontent h4,
.wrapcontent h5,
.wrapcontent h6 {
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 6px;
}
.wrapcontent ol,
.wrapcontent ul {
  margin-left: 20px;
}
.wrapcontent a {
  word-break: break-all;
}
.wrapcontent a:visited {
  color: #f354b8;
}

.sec {
  margin-top: 36px;
}

.screenshots {
  background-image: url("/assets/image/screenshot_bg.png");
  background-size: cover;
  background-position: center;
  margin-left: -10px;
  margin-right: -10px;
  padding: 30px;
  position: relative;
}
.screenshots .textSc {
  background: linear-gradient(254.56deg, #32daff 14.44%, #f515c4 84.06%, #4945ff 152.08%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 800;
  font-size: 19px;
  line-height: 20px;
  position: absolute;
  top: 20px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
.screenshots .bgUnderText {
  background-color: #d1e7cc;
  height: 3px;
  width: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  position: absolute;
}
.screenshots .contentSc {
  border-radius: 20px;
  background: linear-gradient(136.71deg, #ffff8f 1.81%, #ffdc00 59.19%, #da8f00 98.19%);
}
.screenshots .contentSc .contenSecInner {
  height: 100%;
  background: linear-gradient(136.35deg, #da8f00 1.62%, #ffdc00 40.78%, #ffff8f 98.38%);
  border-radius: 20px;
  padding: 3px;
}
.screenshots .contentSc .contenSecInner .content {
  height: 100%;
  background-color: #ddf4d8;
  border-radius: 20px;
  padding: 20px;
  padding-bottom: 30px;
}
.screenshots .contentSc .apk-slider-holder {
  height: 100%;
  list-style-type: none;
}
.screenshots .contentSc .apk-slider-holder img {
  height: 100%;
  border-radius: 20px;
}
.screenshots .contentSc .owl-dots {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.screenshots .contentSc .owl-dots .owl-dot span {
  margin: 5px;
  background-color: #c6c6c6;
}
.screenshots .contentSc .owl-dots .owl-dot.active span {
  background-color: #7b3004;
}

.videoSec .content-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.compatibleSec {
  position: relative;
  border: 1px solid #99a2b3;
  border-radius: 10px;
  width: 100%;
  min-height: 70px;
  padding: 12px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.compatibleSec .topLeft {
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 1;
}
.compatibleSec .botRight {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 1;
}
.compatibleSec .title {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #000000;
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}
.compatibleSec .content-compatible-version {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  padding: 0px 16px;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  margin-left: auto;
  margin-right: auto;
}

.custom-btn-download {
  height: 64px;
  width: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  margin-right: auto;
  margin-left: auto;
  max-width: 350px;
}
.custom-btn-download svg {
  height: 100%;
  width: auto;
}
.custom-btn-download .text {
  position: absolute;
  left: 50%;
  top: 48%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  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;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 0px 12px;
}
.custom-btn-download .text svg {
  width: 28px;
  margin-right: 10px;
  margin-bottom: 4px;
}

.btn-join-telegram {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  max-width: 350px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.btn-join-telegram svg {
  height: 100%;
  width: auto;
}
.btn-join-telegram .text {
  position: absolute;
  width: 100%;
  top: 0px;
  height: 100%;
  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;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.btn-join-telegram .text svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

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

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

#pageDownload2WrapButton .custom-btn-download {
  display: none;
}
#pageDownload2WrapButton.done .custom-btn-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.cs-Pointer {
  cursor: pointer;
}

.tick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.tick .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tick .checkbox label {
  margin-left: 6px;
}

.retrievePass a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #7b3004;
}

.page-form-space {
  max-width: 500px;
  margin: 100px auto 0;
}

.form-group {
  margin-top: 8px;
}
.form-group .next {
  text-decoration: underline;
  margin-left: 4px;
}

.fef-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}

.fg-input label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #2f3643;
}
.fg-input input {
  padding: 12px 19px;
  margin: 8px 0 16px;
  width: 100%;
  height: 48px;
  background: #f4f4f4;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
}

.btn-fef-submit {
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  border: none;
  background: none;
  position: relative;
}
.btn-fef-submit .text {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.btn-fef-submit svg {
  width: 100%;
  height: auto;
}

.p-relative {
  position: relative;
}

.imgWrap {
  width: 100%;
  height: 62vw;
  overflow: hidden;
}
.imgWrap .blurWrap {
  position: relative;
}
.imgWrap .blurWrap .blur {
  position: absolute;
  background: linear-gradient(179.72deg, #ffffff 14.05%, rgba(255, 255, 255, 0) 63.9%);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.authBg {
  width: 200%;
  -webkit-transform: translateX(-22%);
          transform: translateX(-22%);
}

.authSocials {
  position: absolute;
  z-index: 2;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fg-flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fg-flex-row .fg-input {
  width: 100%;
}
.fg-flex-row .fg-captcha button {
  cursor: pointer;
  padding: 6px;
  margin: 8px 0 16px 4px;
}

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

.listVer {
  list-style: none;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.listVer .verBg {
  background: rgb(50, 218, 255);
  background: linear-gradient(-160deg, rgb(50, 218, 255) 0%, rgb(245, 21, 196) 100%, rgb(73, 69, 255) 100%);
  padding: 2px;
  border-radius: 10px;
  height: 48px;
  margin-bottom: 12px;
}
.listVer .verBg .verContent {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 0px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #29303c;
  cursor: pointer;
}
.listVer .verBg .verContent .ver {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.listVer .verBg .verContent .ver svg {
  margin-right: 6px;
}

.ft-verBgWrap {
  margin-top: 4vh;
  width: 100%;
  overflow: hidden;
}
.ft-verBgWrap .ft-verBg {
  width: 200%;
  height: 300px;
  -webkit-transform: translateX(-12%);
          transform: translateX(-12%);
}

.pagination ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.pagination ul li {
  width: 30px;
  height: 30px;
  border: 1px solid #7b3004;
  border-radius: 50%;
  margin-left: 4px;
  margin-right: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination ul li.active {
  background-color: #7b3004;
}
.pagination ul li.active a {
  color: #fff;
}
.pagination ul li:hover {
  background-color: rgba(1, 101, 13, 0.5);
}
.pagination ul li:hover a {
  color: #fff;
}
.pagination ul li:hover a svg g {
  fill: #fff;
}
.pagination ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-weight: 500;
}

.selectVer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.selectVer .verItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  padding: 0px 12px;
  border: 1px solid #7b3004;
  border-radius: 8px;
  font-size: 12px;
  font-weight: bold;
}
.selectVer .verItem.active {
  background-color: #7b3004;
  color: #fff;
}
.selectVer .verItem.active:hover {
  background-color: #7b3004;
}
.selectVer .verItem:hover {
  background-color: rgba(1, 101, 13, 0.65);
  color: #fff;
}

.box-profile {
  max-width: 750px;
  margin: 30px auto;
}
.box-profile .box-content .bp-change-avatar {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.box-profile .box-content .bp-change-avatar img {
  display: block;
  margin: 10px auto;
  border-radius: 100px;
  border: 1px solid #ddd;
  padding: 1px;
  width: 150px;
  height: 150px;
}
.box-profile .bu-nav {
  margin-left: 0;
}
.box-profile .bu-nav li {
  display: inline-block;
  font-size: 1rem;
  padding: 0 10px;
}
.box-profile .bu-nav li a {
  color: #000;
}
.box-profile .bu-nav li a:hover {
  color: red;
}
.box-profile .bu-nav li.active a {
  color: red;
}

.box-form {
  max-width: 500px;
  margin: 0px auto;
  padding: 20px 10px;
}
.box-form .bf-line {
  margin: 0 0 20px 0;
}
.box-form .bf-line input {
  margin: 0;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 14px;
  background: #ffffff;
  border: 1px solid #ccc;
  color: #555;
  border-radius: 3px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.box-form .bf-line input[readonly] {
  background-color: #f5f5f5;
}
.box-form .bf-line label {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin: 0 0 5px 0;
}
.box-form .bf-line .btn-bff-submit {
  padding: 8px 20px;
}
.box-form .bf-line .btn-bff-submit:hover {
  background: #f354b8;
  border-color: #f354b8;
  color: #fff;
  cursor: pointer;
}
.box-form .bf-line .error, .box-form .bf-line.bfl-error {
  font-size: 12px;
  color: #f354b8;
}
.box-form .bf-line .error .alert-success, .box-form .bf-line.bfl-error .alert-success {
  color: #00b894;
}
.box-form .bf-inline-items .item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.box-form .bf-inline-items .item input {
  width: inherit;
  display: inline-block;
}
.box-form .bf-inline-items select {
  display: inline-block;
  width: auto;
  min-width: 70px;
  vertical-align: middle;
  height: 28px;
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  margin: 0;
}

.profile-comments {
  list-style: none;
}
.profile-comments .comment {
  min-height: 50px;
  margin-bottom: 10px;
}
.profile-comments .cmt-thumbnail img {
  display: block;
  float: left;
  width: 50px;
  border-radius: 50px;
  border: 1px solid #ddd;
}
.profile-comments .cmt-info-box {
  margin-left: 70px;
  border: 1px solid #eee;
  border-radius: 4px;
  position: relative;
}
.profile-comments .cmt-info-box .cib-header {
  background-color: #fbfbfb;
  padding: 4px 8px;
  border-bottom: 1px solid #eee;
}
.profile-comments .cmt-info-box .cib-header .author {
  font-weight: bold;
  display: block;
}
.profile-comments .cmt-info-box .cib-header .time {
  color: #999;
  font-size: 12px;
  position: relative;
}
.profile-comments .cmt-info-box .cib-header .btn-view-post {
  float: right;
  color: #999;
  position: relative;
  margin-right: 10px;
}
.profile-comments .cmt-info-box .cib-header .btn-view-post span {
  position: absolute;
  right: -10px;
  top: -5px;
  background: #f354b8;
  display: inline-block;
  color: #fff;
  border-radius: 6px;
  font-size: 10px;
  padding: 1px 2px;
  line-height: 1;
  font-weight: bold;
}
.profile-comments .cmt-info-box .cib-body {
  padding: 10px 8px;
}
.profile-comments .cmt-info-box::before, .profile-comments .cmt-info-box::after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  display: block;
  border-width: 10px 12px 10px 0;
  border-style: solid;
  border-color: transparent #fbfbfb;
  top: 8px;
  left: -11px;
}
.profile-comments .cmt-info-box::before {
  border-width: 11px 13px 11px 0;
  border-color: transparent rgba(0, 0, 0, 0.05);
  left: -12px;
}

.profile-reply-comments {
  list-style: none;
  margin-top: 10px;
  margin-left: 20px;
}
.profile-reply-comments .cmt-thumbnail img {
  width: 40px;
}
.profile-reply-comments .cmt-info-box {
  margin-left: 60px;
}

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

.single-download .sbheader {
  margin-bottom: 32px;
}
.single-download .thumb {
  max-width: 600px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.single-download .thumb img {
  border-radius: 8px;
}
.single-download .wrapColor {
  position: relative;
  background-color: #7b3004;
  padding: 2px;
  margin-bottom: 32px;
  border-radius: 10px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.single-download .wrapColor .linkList {
  background-color: #fff;
  border-radius: 9px;
  padding-top: 26px;
  padding-bottom: 8px;
}
.single-download .wrapColor .custom-btn-download {
  max-width: 600px;
  margin-bottom: 0;
  border-radius: 8px;
  height: 40px;
}
.single-download .wrapColor .text {
  color: #7b3004;
}
.single-download .wrapColor .text svg path {
  fill: #7b3004;
}
.single-download .wrapColor .ver {
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 35px;
  padding: 0 12px;
  color: #fff;
  background-color: #7b3004;
  border-radius: 8px;
  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;
}

@media screen and (min-width: 768px) {
  .w3 li {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 16px;
    line-height: 1.4;
  }
  .wrapcontent {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }
  .w3 li {
    width: 33.333333333%;
  }
  #page-header {
    height: 94px;
  }
  #page-header #search-holder {
    top: 85px;
  }
  #page-header .container {
    position: relative;
  }
  #page-header .ph-left {
    float: left;
    padding: 0;
    height: 100%;
  }
  #page-header .ph-left .nmi-menu-toggle {
    display: none;
  }
  #page-header .ph-left .nmi-search-toggle {
    margin-left: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #page-header .ph-left .nmi-search-toggle span {
    color: #6f767e;
    font-size: 14px;
    font-weight: 500;
    display: block;
  }
  #page-header .ph-left .nmi-search-toggle svg {
    margin-right: 4px;
    width: 20px;
    height: 20px;
  }
  #page-header .ph-left .logo {
    margin: 10px 0;
  }
  #page-header .ph-left .logo img {
    height: auto;
    width: 120px;
  }
  #page-header .ph-right {
    float: right;
    height: 100%;
  }
  #page-header #search-holder .form-search {
    margin-top: 48px;
  }
  #page-header #menu-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: static;
    right: inherit;
    top: inherit;
    bottom: inherit;
    background-color: transparent;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: inherit;
    max-width: inherit;
    overflow: inherit;
    z-index: 5;
    height: 100%;
    margin-top: 0;
  }
  #page-header #menu-holder .nmi-menu-toggle {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  #page-header #menu-holder .menu {
    margin-top: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
  }
  #page-header #menu-holder .menu li {
    background: transparent !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 0;
    margin: 0;
  }
  #page-header #menu-holder .menu li a {
    position: relative;
    padding: 0px 20px;
    color: #29303c;
    font-style: normal;
    font-size: 14px;
    line-height: 21px;
    text-decoration: none;
    white-space: nowrap;
  }
  #page-header #menu-holder .menu li a::after {
    content: "";
    position: absolute;
    left: 0px;
    height: 60%;
    width: 1px;
    background-color: #99a2b3;
  }
  #page-header #menu-holder .menu li::before, #page-header #menu-holder .menu li::after {
    display: none;
  }
  #page-header #menu-holder .menu li:first-child a::after {
    display: none;
  }
  #page-header #menu-holder .socials {
    display: none;
  }
  #page-header #menu-holder .login {
    top: inherit;
    left: inherit;
    position: relative;
    margin-left: 20px;
  }
  #page-header #menu-holder .login .avatar {
    display: block;
  }
  #page-header #menu-holder .login .dd-toggle svg path {
    fill: #6f767e;
  }
  #page-header #menu-holder .login .dd-content {
    width: 172px;
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    padding: 16px;
    background: #ffffff;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15), 4px 4px 170px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15), 4px 4px 170px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
  #page-header #menu-holder .login .dd-content a {
    color: #000;
    display: block;
    margin-left: 0;
    font-size: 1rem;
  }
  #page-header #menu-holder .login .dd-content .authItem {
    width: auto;
    height: 42px;
    margin: 0;
  }
  #page-header #menu-holder .login .dd-content .authItem:first-child {
    margin-bottom: 4px;
  }
  #page-header #menu-holder .login.open .dd-content {
    display: block;
  }
  #page-body {
    margin-top: 114px;
  }
  .modchoise-item {
    padding-bottom: 70%;
  }
  .modchoise-item .modchoise-item .card .inCard figure {
    height: 75%;
  }
  #page-footer .logo {
    margin-bottom: 40px;
  }
  #page-footer .pagesFooter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #page-footer .pagesFooter li:first-child a::after {
    display: none;
  }
  #page-footer .pagesFooter li a::after {
    content: "";
    position: absolute;
    left: 0px;
    height: 60%;
    width: 1px;
    background-color: #fff;
  }
  .most-3popular .rank1 .king {
    height: 56px;
    width: 90px;
    top: -44px;
  }
  .most-3popular .rank2 svg {
    height: 90px;
    width: 150px;
  }
  .most-3popular .rank3 svg {
    height: 83px;
    width: 145px;
  }
  .most-3popular .info .title {
    width: 130px;
    font-size: 14px;
    line-height: 17px;
  }
  .most-3popular .svgRank1 svg {
    width: 135px;
    height: 113px;
  }
  .imgWrap {
    height: 30vh;
  }
  .imgWrap .blurWrap {
    height: 100%;
  }
  .authBg {
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .ft-verBg {
    width: 120%;
  }
  .mainPost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mainPost .title {
    font-size: 26px;
  }
  .mainPost .author {
    font-size: 14px;
  }
  .mainSingleMine {
    width: 68%;
    padding: 16px;
    background: #ffffff;
    border: 1px solid rgba(153, 162, 179, 0.5);
    -webkit-box-shadow: 10px 10px 30px rgba(33, 100, 1, 0.1);
            box-shadow: 10px 10px 30px rgba(33, 100, 1, 0.1);
    border-radius: 15px;
  }
  .sidebar {
    width: 32%;
    padding-left: 24px;
  }
}
.pdownload .form-style.form-feedback {
  max-width: 700px;
  margin: 0 auto;
  padding: 30px;
  background: #f8f9fa;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.pdownload .form-group {
  margin-bottom: 22px;
}

.pdownload .form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #343a40;
  font-size: 15px;
}

.pdownload .required {
  color: #e55353;
  font-weight: bold;
}

.pdownload .form-control {
  width: 100%;
  padding: 14px;
  border: 1px solid #ced4da;
  border-radius: 8px;
  font-size: 15px;
  transition: all 0.3s ease;
  background-color: white;
}

.pdownload .form-control:focus {
  border-color: #4dabf7;
  box-shadow: 0 0 0 3px rgba(77, 171, 247, 0.2);
  outline: none;
}

.pdownload textarea.form-control {
  min-height: 150px;
  resize: vertical;
}

.pdownload  .btn-submit {
  background: #4dabf7;
  color: white;
  border: none;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.pdownload  .btn-submit:hover {
  background: #339af0;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.pdownload  .btn-submit:active {
  transform: translateY(0);
}

.pdownload  .text-right {
  text-align: right;
}

.pdownload  .form-message {
  margin-top: 20px;
  padding: 12px;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .pdownload  .form-style.form-feedback {
    padding: 25px 20px;
  }
  
  .pdownload  .btn-submit {
    width: 100%;
    padding: 14px;
  }
}
.search-container {
	display: flex;
	max-width: 500px;
	margin: 0 auto;
	overflow: hidden;
	transition: all 0.3s ease;
}
.search-container form{
	display:flex;
}


.search-icon {
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
}


.search-icon svg {
	width: 24px;
	height: 24px;
}

.search-input {
	flex: 1;
	padding: 10px 0px;
	border: none;
	font-size: 1.1rem;
	background: #fff;
	outline: none;
	transition: all 0.3s ease;
}

.search-input:focus {
	background: white;
}

.search-input::placeholder {
	color: #99a2b3;
}
@media (max-width: 768px) {

	.search-container {
		flex-direction: column;
	}
	
	.search-icon {
		width: 100%;
		padding: 12px;
	}
}		
.content-desc table{
    border-spacing: 0px;
    width: 100%;
	margin: 10px 0px;
}
.content-desc td, .content-desc th {
  border: 1px solid #ddd;
  padding: 8px;
}

.content-desc tr:nth-child(even){background-color: #f2f2f2;}

.content-desc tr:hover {background-color: #ddd;}

.content-desc th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}
/*# sourceMappingURL=style.css.map */