html {
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 1.5;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
.headline-xxl-large {
  font-size: 64px;
}
.headline-xl-large {
  font-size: 48px;
}
.headline-large {
  font-size: 36px;
}
.headline-medium {
  font-size: 28px;
}
.headline-small {
  font-size: 24px;
}
.headline-xs-small {
  font-size: 20px;
}
.title-bold-xl-large {
  font-size: 18px;
}
.title-bold-large {
  font-size: 16px;
}
.title-bold-medium {
  font-size: 14px;
}
.title-bold-small {
  font-size: 12px;
}
.title-xl-large {
  font-size: 20px;
}
.title-large {
  font-size: 18px;
}
.title-medium {
  font-size: 16px;
}
.title-small {
  font-size: 14px;
}
.body-large {
  font-size: 16px;
}
.body-medium {
  font-size: 14px;
}
.body-small {
  font-size: 12px;
}
:root {
  --font-weight: 500;
}
html[lang="ar"],
html[lang="ja"],
html[lang="th-TH"],
html[lang="ur"] {
  --font-weight: bold;
}
.float-shortcut-button {
  align-items: center;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: slideInRight;
  border-radius: 50%;
  bottom: 70px;
  box-shadow: 0 2px 6px 0 #00000059;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  right: 10px;
  text-align: center;
  width: 40px;
  z-index: 999;
}
.float-shortcut-button__icon {
  animation: bounce_icon 2s cubic-bezier(0.65, 0, 0.35, 1) 0.5s both;
  background: url(../images/float-shortcut.svg)
    50% no-repeat;
  height: 40px;
  width: 40px;
}
.share-shortcut .icon {
  background-color: #24cd77;
  background-image: url(../images/shortcut.svg);
}
.share-counter {
  background: #ebebeb;
  color: #32363b;
  cursor: pointer;
  display: inline-block;
  font-size: 11.4px;
  font-weight: 700;
  height: auto;
  left: -1px;
  line-height: 32px;
  margin: 0 5px;
  padding: 0 6px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.2s ease;
  vertical-align: top;
}
.share-counter:after {
  border-color: transparent #ebebeb transparent transparent;
  border-style: solid;
  border-width: 5px 8px 5px 0;
  content: "";
  display: block;
  height: 0;
  left: -4px;
  position: absolute;
  top: 30%;
  width: 0;
}
html[dir="lrt"] .share-counter:after {
  border-color: transparent transparent transparent #ebebeb;
  border-width: 5px 0 5px 8px;
  left: inherit;
  right: -4px;
}
#policy-info {
  background: #607d8b;
  border-top: 1px solid #1e435e;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  line-height: 21px;
  position: fixed;
  right: 0;
  z-index: 99999999;
}
#policy-info .info-main {
  align-items: center;
  display: flex;
  gap: 32px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 16px;
}
@media screen and (max-width: 719px) {
  #policy-info .info-main {
    flex-direction: column;
    gap: 16px;
  }
}
#policy-info a {
  color: #fff;
  text-decoration: underline;
}
#policy-info .btn a,
#policy-info .btn span {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  line-height: 18px;
  padding: 5px 12px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (max-width: 719px) {
  #policy-info .btn a,
  #policy-info .btn span {
    flex: 1;
  }
}
#policy-info .btn span {
  color: #4a616c;
}
#policy-info .btn a:hover,
#policy-info .btn span:hover {
  text-decoration: none;
}
#policy-info .btn span:last-child {
  background: none;
  color: #fff;
}
#policy-info .btn span:last-child:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}
#policy-info .btn span:hover {
  background-color: hsla(0, 0%, 100%, 0.9);
}
html[dir="rtl"] #policy-info .btn {
  left: 0;
  right: auto;
}
#policy-info .btn {
  display: flex;
  gap: 6px;
}
@media screen and (max-width: 719px) {
  #policy-info .btn {
    flex-wrap: wrap;
    width: 100%;
  }
}
i.icon {
  display: inline-block;
  vertical-align: bottom;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.one-line {
  white-space: nowrap;
}
.double-lines,
.one-line,
.three-lines {
  overflow: hidden;
  text-overflow: ellipsis;
}
.double-lines,
.three-lines {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
}
.three-lines {
  -webkit-line-clamp: 3;
}
.shadow-sm {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05), 0 4px 5px rgba(0, 0, 0, 0.08),
    0 2px 4px -1px rgba(0, 0, 0, 0.12);
}
.shadow-md {
  box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.05),
    0 8px 10px 1px rgba(0, 0, 0, 0.06), 0 5px 5px -3px rgba(0, 0, 0, 0.1);
}
.shadow-lg {
  box-shadow: 0 6px 30px 5px rgba(0, 0, 0, 0.05),
    0 16px 24px 2px rgba(0, 0, 0, 0.04), 0 8px 10px -5px rgba(0, 0, 0, 0.08);
}
.app-icon {
  border: 1px solid #eff3f9;
  border-radius: 15%;
  box-sizing: border-box;
}
.svg-align {
  position: relative;
  top: -0.1em;
  vertical-align: middle;
}
.reset-button {
  all: unset;
  outline: revert;
}
.reset-h-tag {
  all: unset;
}
:root {
  --module-spacing: 4px;
  --app-horizontal-spacing: 8px;
  --app-vertical-spacing: 12px;
  --html-direction: 1;
  --html-rtl: 0;
  --html-ltr: 1;
}
@media screen and (min-width: 720px) and (max-width: 995px) {
  :root {
    --module-spacing: 4px;
    --app-horizontal-spacing: 12px;
  }
}
@media screen and (min-width: 996px) {
  :root {
    --module-spacing: 8px;
    --app-horizontal-spacing: 16px;
  }
}
html[dir="rtl"] {
  --html-direction: -1;
  --html-rtl: 1;
  --html-ltr: 0;
}
:root {
  --text-bold: 500;
  --text-bold-700: 700;
}
html[lang="ar"],
html[lang="ja"],
html[lang="th-TH"],
html[lang="ur"] {
  --text-bold: bold;
  --text-bold-700: bold;
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounce_icon {
  0% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(-8px) scaleX(0.9) scaleY(1.1);
  }
  25% {
    transform: translateY(2px) scaleX(1) scaleY(0.9);
  }
  35% {
    transform: translateY(0) scale(1);
  }
  40% {
    transform: translateY(-1px);
  }
  45% {
    transform: translateY(0);
  }
}
.float-button-second {
  align-items: center;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: slideInRight;
  border-radius: 50%;
  bottom: 70px;
  box-shadow: 0 2px 6px 0 #00000059;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  right: 10px;
  text-align: center;
  width: 40px;
  z-index: 999;
}
.float-button-second .icon {
  animation: bounce_icon 2s cubic-bezier(0.65, 0, 0.35, 1) 0.5s both;
  height: 40px;
  width: 40px;
}
.float-shortcut-button {
  background: #00a6ed;
}
.float-shortcut-button .icon {
  background: url(../images/float-shortcut.svg)
    50% no-repeat;
}
.float-request-notification-permission-button {
  background: #fdc14c;
}
.float-request-notification-permission-button .icon {
  background: url(../images/icon-bell-float.svg)
    50% no-repeat;
}
body,
li,
ol,
ul {
  margin: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  outline: none;
}
html {
  font-size: 62.5%;
}
img {
  vertical-align: middle;
}
li {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #00a6ed;
}
body {
  background-color: #f2f5f9;
  color: #5e5e5e;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
svg {
  fill: currentColor;
  height: 1em;
  width: 1em;
}
.js-ad-slot {
  overflow: hidden;
}
body.compensate-for-scrollbar {
  margin-right: 0;
}
.pwa-dialog {
  animation: pwa-dialog-show 0.8s;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  bottom: 0;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  position: fixed;
  width: 100%;
  z-index: 99999;
}
.pwa-dialog.hide {
  animation: pwa-dialog-hide 0.8s;
}
.pwa-dialog .content {
  align-items: center;
  display: flex;
  font-size: 12px;
  line-height: 16px;
  margin: 12px 16px;
}
.pwa-dialog .img {
  height: 48px;
  width: 48px;
}
.pwa-dialog .img img {
  height: 100%;
  width: 100%;
}
.pwa-dialog .text {
  flex: 1 1;
  margin: 0 8px;
}
.pwa-dialog .text .title {
  color: #5e5e5e;
  font-weight: bolder;
}
.pwa-dialog .text .des {
  color: #8b8b8b;
  margin-top: 4px;
}
.pwa-dialog .button {
  align-items: center;
  background: #1e73e8;
  border-radius: 32px;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 8px 24px;
}
.pwa-dialog .close {
  cursor: pointer;
  padding: 8px 8px 2px 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.pwa-dialog .close:after {
  background: url(../images/icon-close.svg);
  content: "";
  display: block;
  height: 12px;
  width: 12px;
}
@keyframes pwa-dialog-show {
  0% {
    bottom: -80px;
  }
  to {
    bottom: 0;
  }
}
@keyframes pwa-dialog-hide {
  0% {
    bottom: 0;
  }
  to {
    bottom: -80px;
  }
}
body {
  padding-top: 45px;
}
@media screen and (min-width: 996px) {
  body {
    padding-top: 70px;
  }
}
.main-body {
  margin: auto;
  max-width: 1200px;
  padding: 4px 0;
}
.main-body .side .module:last-child,
.main-body main > .module:last-child {
  margin-bottom: 0;
}
.main-body .secondary-body > .module:first-child,
.main-body .side .module:first-child {
  margin-top: var(--module-spacing);
}
.main-body .secondary-body > .module:last-child {
  margin-bottom: 0;
}
.main-body .module {
  background-color: #fff;
  margin-bottom: var(--module-spacing);
  padding-bottom: 12px;
}
.main-body .module .title {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
}
@media screen and (min-width: 996px) {
  .main-body .module .title {
    justify-content: flex-start;
  }
}
.main-body .module .title .name {
  color: #4b4b4b;
  flex-shrink: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-body .module .title.more:after {
  align-self: center;
  border: 1px solid #8b8b8b;
  border-bottom: 0;
  border-right: 0;
  content: " ";
  display: inline-block;
  flex-shrink: 0;
  height: 6px;
  margin-left: 12px;
  right: 16px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 6px;
}
.clear {
  clear: both;
}
@media screen and (min-width: 996px) {
  .main-body {
    padding: 16px 0;
  }
  .main-body .side .module:first-child {
    margin-top: 0;
  }
  .main-body > .secondary-body,
  .main-body > main {
    float: left;
    width: calc(100% - 332px);
  }
  .main-body > .side {
    float: right;
    width: 316px;
  }
  html[dir="rtl"] .main-body > .secondary-body,
  html[dir="rtl"] .main-body > main {
    float: right;
  }
  html[dir="rtl"] .main-body > .side {
    float: left;
  }
}
html[dir="rtl"] .main-body .module .title.more:after {
  margin-left: 0;
  margin-right: 12px;
  transform: rotate(315deg);
}
.js-ad-slot {
  position: relative;
}
.js-ad-slot:before {
  align-items: center;
  color: #8b8b8b;
  content: "AD";
  display: block;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 720px) {
  .ad-title {
    margin-top: 22px !important;
  }
  .ad-title:after {
    background-color: #fff;
    border-bottom: 1px solid #f2f5f9;
    color: #a6a6a6;
    content: "Advertisement";
    font-size: 12px;
    left: 0;
    line-height: 18px;
    padding: 0 16px 4px;
    position: absolute;
    right: 0;
    top: -22px;
  }
}
@media screen and (min-width: 720px) and (min-width: 996px) {
  .ad-title:after {
    text-align: center;
  }
}
.ad-js-anchor,
.ad-js-box {
  position: relative;
}
html[dir="rtl"] .index_r_s .text-box input.tt-hint {
  color: transparent !important;
}
.index_r_s .tt-hint {
  color: #999 !important;
}
.index_r_s .tt-menu {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-top: 6px;
  padding: 8px 0;
  width: calc(100% + 60px);
}
.index_r_s .tt-menu .tt-dataset {
  max-height: 283px;
  overflow: hidden;
}
.index_r_s .tt-menu .tt-dataset .normal-download {
  display: none;
}
.index_r_s .tt-suggestion {
  color: #5e5e5e;
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 20px;
  word-break: break-all;
}
.index_r_s .tt-suggestion .tt-highlight {
  color: #24cd77;
}
.index_r_s .tt-suggestion:hover {
  background-color: #f5f7fa;
  cursor: pointer;
}
.index_r_s .tt-suggestion:hover .package-info .info .info-title,
.index_r_s .tt-suggestion:hover .package-info .info .info-title .tt-highlight {
  color: #00a6ed;
}
.index_r_s .tt-suggestion.tt-cursor {
  background-color: #24cd77;
  color: #fff;
}
.index_r_s .search-package {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 6px 12px;
}
.index_r_s .search-package .package-info {
  display: flex;
  overflow: hidden;
}
.index_r_s .search-package .package-info .icon {
  background-color: #fff;
  border: 1px solid #eff3f9;
  border-radius: 15%;
  flex-shrink: 0;
  height: 48px;
  margin-right: 12px;
  width: 48px;
}
.index_r_s .search-package .package-info .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  padding: 2px;
}
.index_r_s .search-package .package-info .info .info-title {
  color: #5e5e5e;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index_r_s
  .search-package
  .package-info
  .info
  .info-title
  .corner-tag-icon-box
  .corner-tag-icon {
  line-height: 22px;
}
.index_r_s .search-package .package-info .info .info-title .tt-highlight {
  color: #24cd77;
}
.index_r_s .search-package .package-info .info .info-tags {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  height: 16px;
  margin-top: 4px;
  overflow: hidden;
}
.index_r_s .search-package .package-info .info .tag {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  line-height: 16px;
  margin-right: 4px;
  padding: 0 4px;
}
.index_r_s .search-package .package-info .info .tag.config-tag {
  background: rgba(36, 205, 119, 0.1);
  color: #24cd77;
}
.index_r_s .search-package .package-info .info .info-intro {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  line-height: 14px;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index_r_s .search-package .package-info .info .info-intro > span {
  margin-right: 12px;
}
.index_r_s .search-package .package-info .info .info-intro > span > i {
  margin-right: 4px;
}
.index_r_s .search-package .package-info .info .info-intro > span:last-child {
  margin-right: 0;
}
.index_r_s .search-package .package-info .info .info-intro i.download,
.index_r_s .search-package .package-info .info .info-intro i.user {
  background: url(../images/comment_user.webp)
    no-repeat 0;
  background-size: 10px;
  display: inline-block;
  height: 12px;
  position: relative;
  top: 1px;
  width: 12px;
}
.index_r_s .search-package .package-info .info .info-intro i.download {
  background-image: url(../images/download-icon.webp);
  background-size: contain;
}
.index_r_s .search-package .da {
  background: #24cd77;
  border-radius: 4px;
  color: #fff;
  flex-shrink: 0;
  font-size: 12px;
  line-height: 24px;
  padding: 0 8px;
}
.index_r_s .search-package .da * {
  color: #fff;
  font-weight: 400;
}
.lang-hide {
  display: none;
}
.lang-tip {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.08),
    0 16px 24px 2px rgba(0, 0, 0, 0.04), 0 6px 30px 5px rgba(0, 0, 0, 0.05);
  position: fixed;
  width: 100%;
  z-index: 999999;
}
.lang-tip .main {
  display: flex;
  gap: 6px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  padding: 16px;
}
@media screen and (max-width: 719px) {
  .lang-tip .main {
    flex-direction: column;
    gap: 16px;
  }
}
.lang-tip .main .lang-reason {
  align-items: center;
  display: flex;
  gap: 10px;
}
.lang-tip .main .lang-reason svg {
  fill: #4087f7;
  height: 24px;
  width: 24px;
}
.lang-tip .main .lang-reason span {
  font-size: 14px;
  line-height: 21px;
}
.lang-tip .main .lang-go {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}
@media screen and (min-width: 720px) {
  .lang-tip .main .lang-go {
    gap: 16px;
  }
}
.lang-tip .main .lang-go a,
.lang-tip .main .lang-go button {
  align-items: center;
  border-radius: 4px;
  display: flex;
  line-height: 22px;
  padding: 4px 16px;
}
.lang-tip .main .lang-go .lang-no {
  background-color: #f2f5f9;
  border: none;
  color: #8b8b8b;
  cursor: pointer;
  outline: none;
}
.lang-tip .main .lang-go .lang-no:hover {
  background-color: #ebf3fe;
  color: #4087f7;
}
.lang-tip .main .lang-go .lang-yes {
  background-color: #4087f7;
  color: #fff;
}
.lang-tip .main .lang-go .lang-yes:hover {
  background-color: #2877f6;
}
#header h1 {
  margin-bottom: 0;
  margin-top: 0;
}
.main-body {
  padding-top: 4px;
}
.main-body .module {
  padding-bottom: 0;
}
.main-body .module .title {
  padding: 10px 16px 12px;
}
.main-body .banner-ad {
  margin-bottom: 8px;
}
@media screen and (min-width: 996px) {
  .main-body {
    padding-bottom: 8px;
    padding-top: 16px;
  }
  .main-body .left {
    float: left;
    width: calc(100% - 332px);
  }
  .main-body .left .js-ad-slot {
    display: none;
  }
  .main-body .left .banner-ad.ad {
    display: block;
  }
  .main-body .right {
    clear: right;
    float: right;
    width: 316px;
  }
}
html[dir="rtl"] .main-body .quick-access .icon {
  margin-left: 6px;
  margin-right: 0;
}
@media screen and (min-width: 996px) {
  html[dir="rtl"] .main-body {
    padding-top: 16px;
  }
  html[dir="rtl"] .main-body .left {
    float: right;
  }
  html[dir="rtl"] .main-body .right {
    clear: left;
    float: left;
  }
}
body .nav_new .search .search-mask {
  border: none;
  border-radius: none;
  box-sizing: content-box;
  cursor: pointer;
  width: auto;
}
body .nav_new .search .search-mask .search-mask-icon {
  background-position: -48px -24px;
  background-size: 240px;
  height: 24px;
  width: 24px;
}
body .nav_new .search .search-mask span {
  display: none;
}
.slide-banner {
  overflow: hidden;
  padding-top: 47.22222%;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.slide-banner > .container {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.slide-banner .container {
  direction: ltr;
  height: 100%;
}
.slide-banner .container .list,
.slide-banner .container .tempWrap {
  height: 100%;
}
.slide-banner .banner-item {
  display: inline-block !important;
  height: 100%;
  position: relative;
  width: 100%;
}
.slide-banner .banner-bg {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.slide-banner .banner-bg,
.slide-banner .mask {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.slide-banner .mask {
  background: linear-gradient(
    180deg,
    transparent 57.29%,
    rgba(0, 0, 0, 0.6) 92.71%
  );
}
.slide-banner .info {
  align-items: center;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  left: 0;
  padding: 0 16px 14px;
  position: absolute;
  right: 0;
}
.slide-banner .icon {
  border-radius: 15%;
  height: 32px;
  width: 32px;
}
.slide-banner .name {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 8px;
  width: 0;
}
.slide-banner .name.link-desc {
  margin-left: 0;
}
.slide-banner .button {
  background: #24cd77;
  border-radius: 4px;
  font-size: 12px;
  line-height: 12px;
  padding: 6px 8px;
}
.slide-banner .dots {
  background-color: transparent;
  bottom: 10px;
  line-height: 4px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.slide-banner .dots li {
  background-color: hsla(0, 0%, 100%, 0.7);
  border-radius: 50%;
  color: transparent;
  cursor: pointer;
  display: inline-block;
  height: 4px;
  margin: 0 1.5px;
  width: 4px;
}
.slide-banner .dots li.on {
  background-color: #fff;
}
.slide-banner .next,
.slide-banner .prev {
  background-image: url(../images/icon-slide-banner-prev.svg);
  cursor: pointer;
  height: 36px;
  left: 0;
  margin: 0 16px;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
}
.slide-banner .next:hover,
.slide-banner .prev:hover {
  opacity: 1;
}
@media screen and (max-width: 996px) {
  .slide-banner .next,
  .slide-banner .prev {
    display: none;
  }
}
.slide-banner .next {
  left: auto;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
  transform-origin: center;
}
@media screen and (min-width: 720px) {
  .slide-banner .name {
    font-size: 18px;
    line-height: 24px;
    margin: 0 12px;
  }
  .slide-banner .icon {
    height: 48px;
    width: 48px;
  }
  .slide-banner .button {
    padding: 8px 12px;
  }
}
@media screen and (min-width: 720px) and (max-width: 995px) {
  .slide-banner {
    padding-top: 41.66667%;
    position: relative;
  }
  .slide-banner > .container {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
}
@media screen and (min-width: 996px) {
  .slide-banner {
    margin-bottom: 8px;
    padding-top: 47.81106%;
    position: relative;
  }
  .slide-banner > .container {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
}
html[dir="rtl"] .slide-banner .info {
  direction: rtl;
}
@-webkit-keyframes changeImg {
  0% {
    left: -100%;
  }
  to {
    left: 150%;
  }
}
@-webkit-keyframes changeImgAr {
  0% {
    right: -100%;
  }
  to {
    right: 180%;
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translate(-50%) scale3d(0, 0, 0.3);
  }
  50% {
    opacity: 0.7;
    transform: translate(-50%) scale3d(0.5);
  }
  to {
    transform: translate(-50%) scale3d(0.7);
  }
  to {
    opacity: 1;
    transform: translate(-50%) scale(0.7);
  }
}
@keyframes bounceInAr {
  0% {
    opacity: 0;
    transform: translate(50%) scale3d(0, 0, 0.3);
  }
  50% {
    opacity: 0.7;
    transform: translate(50%) scale3d(0.5);
  }
  to {
    transform: translate(50%) scale3d(0.7);
  }
  to {
    opacity: 1;
    transform: translate(50%) scale(0.7);
  }
}
.quick-access-new {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow-x: auto;
  padding: 8px 4px;
}
.quick-access-new.module {
  overflow: hidden;
  padding: 0 24px;
}
@media screen and (max-width: 360px) {
  .quick-access-new.module {
    padding: 0 16px;
  }
}
.quick-access-new a {
  align-items: center;
  color: #5e5e5e;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  gap: 2px;
  line-height: 18px;
  padding: 8px 0 4px;
  position: relative;
  white-space: nowrap;
}
.quick-access-new a:hover {
  color: #24cd77;
}
@media screen and (max-width: 319px) {
  .quick-access-new a {
    flex: 1;
  }
}
.quick-access-new a .tips {
  align-items: center;
  animation-direction: alternate;
  animation-duration: 0.3s;
  animation-name: bounceIn;
  background-color: #f77e13;
  border-radius: 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-style: normal;
  height: 18px;
  justify-content: center;
  left: 70%;
  line-height: 11px;
  overflow: hidden;
  padding: 0 4px;
  position: absolute;
  text-transform: lowercase;
  top: -2px;
  top: 0;
  -webkit-transform: translate(-50%) scale(0.7);
  -moz-transform: translate(-50%) scale(0.7);
  -ms-transform: translate(-50%) scale(0.7);
  -o-transform: translate(-50%) scale(0.7);
  transform: translate(-50%) scale(0.7);
  z-index: 1;
}
.quick-access-new a .tips:before {
  -webkit-animation: changeImg 3s ease 0s;
  -o-animation: changeImg 3s ease 0s;
  animation: changeImg 3s ease 0s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background: -webkit-linear-gradient(
    left,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.4) 50%,
    hsla(0, 0%, 100%, 0)
  );
  background: -o-linear-gradient(
    left,
    hsla(0, 0%, 100%, 0) 0,
    hsla(0, 0%, 100%, 0.4) 50%,
    hsla(0, 0%, 100%, 0) 100%
  );
  background: -moz-linear-gradient(
    left,
    hsla(0, 0%, 100%, 0) 0,
    hsla(0, 0%, 100%, 0.4) 50%,
    hsla(0, 0%, 100%, 0) 100%
  );
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0) 0,
    hsla(0, 0%, 100%, 0.4) 50%,
    hsla(0, 0%, 100%, 0)
  );
  bottom: 0;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: skewX(-45deg);
  width: 60%;
  z-index: 2;
}
.quick-access-new .icon {
  height: 32px;
  vertical-align: bottom;
  width: 32px;
}
.quick-access-new .icon svg {
  height: 32px;
  width: 32px;
}
.quick-access-new p {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  margin: 0;
  overflow: hidden;
  padding: 0 4px;
  text-align: center;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
  width: 100%;
}
@media screen and (min-width: 996px) {
  .quick-access-new {
    display: none;
  }
}
.quick-access {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow-x: auto;
  padding: 0 8px;
}
.quick-access a {
  color: #5e5e5e;
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
  padding: 10px 8px;
  white-space: nowrap;
}
.quick-access a:hover {
  color: #24cd77;
}
.quick-access .icon {
  margin-right: 6px;
  vertical-align: bottom;
}
.quick-access .icon,
.quick-access .icon svg {
  height: 22px;
  width: 22px;
}
@media screen and (min-width: 996px) {
  .quick-access {
    display: none;
  }
}
.search-box {
  background-color: #fff;
  box-sizing: border-box;
  display: none;
  margin-bottom: 8px;
  padding: 12px 16px;
  width: 316px;
}
@media screen and (min-width: 996px) {
  .search-box {
    display: block;
  }
}
.search-box form {
  background-color: #24cd77;
  border-radius: 5px;
  padding: 2px;
  width: 100%;
}
.search-box form .text-box {
  display: inline-block;
  vertical-align: bottom;
  width: calc(100% - 56px);
}
.search-box form .text-box .twitter-typeahead {
  width: 100%;
}
.search-box form .text-box .tt-menu {
  left: -2px !important;
}
.search-box form .text-box input {
  border: none;
  border-end-start-radius: 3px;
  border-start-start-radius: 3px;
  box-sizing: border-box;
  display: inline-block;
  height: 34px;
  padding: 0 8px;
  width: 100%;
}
.search-box form .text-btn,
.search-box form .text-btn input {
  background: url(../images/icon-search-white.svg)
    no-repeat 50%/24px;
  border: none;
  cursor: pointer;
  display: inline-block;
  height: 34px;
  vertical-align: bottom;
  width: 56px;
}
.search-box .trending-title {
  color: #5e5e5e;
  font-size: 12px;
  line-height: 16px;
  margin-top: 12px;
}
.search-box .trending-content {
  align-content: start;
  -moz-column-gap: 8px;
  column-gap: 8px;
  display: flex;
  flex-wrap: wrap;
  height: 96px;
  margin-top: 14px;
  overflow: hidden;
  row-gap: 12px;
  width: 100%;
}
.search-box .trending-content .hot {
  background: #f2f5f9;
  color: #777;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  padding: 4px 8px;
}
.search-box .trending-content .hot:hover {
  background-color: #24cd77;
  color: #fff;
}
.search-box .trending-content .hot.fire:before {
  background: url(../images/search_hot.webp);
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 4px;
  vertical-align: middle;
  width: 16px;
}
html[dir="rtl"] .search-box form .text-box .tt-menu {
  left: -58px !important;
}
html[dir="rtl"] .search-box .search-package .package-info .icon {
  margin-left: 12px;
  margin-right: 0;
}
html[dir="rtl"]
  .search-box
  .search-package
  .package-info
  .info
  .info-intro
  > span {
  display: inline-block;
  margin-left: 12px;
  margin-right: 0;
}
html[dir="rtl"]
  .search-box
  .search-package
  .package-info
  .info
  .info-intro
  > span:last-child {
  margin-left: 0;
}
html[dir="rtl"]
  .search-box
  .search-package
  .package-info
  .info
  .info-intro
  > span:before {
  margin-left: 4px;
  margin-right: 0;
}
html[dir="rtl"] .search-box .slide-banner .info .name.link-desc {
  margin-left: 12px;
  margin-right: 0;
}
.js-ad-slot.side {
  display: none;
  margin-bottom: 8px;
}
@media screen and (min-width: 996px) {
  .js-ad-slot.side {
    display: block;
  }
}
.aegon {
  background-color: #fff;
}
.aegon a {
  align-items: center;
  display: flex;
  padding: 10px 16px;
}
.aegon .text {
  flex-grow: 1;
  margin: 0 8px;
  width: 0;
}
.aegon .text .name {
  color: #4b4b4b;
  font-weight: 500;
  line-height: 20px;
}
.aegon .text .desc {
  color: #5e5e5e;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aegon .button {
  background: #24cd77;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  padding: 8px 12px;
}
.aegon .down-info,
.aegon .how-to,
.aegon .score,
.aegon .shortcut,
.aegon .social-network {
  display: none;
}
@media screen and (min-width: 996px) {
  .aegon {
    padding: 12px;
  }
  .aegon.module {
    padding-bottom: 12px;
  }
  .aegon .down-info,
  .aegon .score,
  .aegon .social-network {
    display: initial;
  }
  .aegon .shortcut + .how-to,
  .aegon .shortcut.supported {
    display: block;
  }
  .aegon .shortcut.supported + .how-to {
    display: none;
  }
  .aegon a {
    flex-wrap: wrap;
    padding: 0;
  }
  .aegon .icon {
    height: 56px;
    width: 56px;
  }
  .aegon .text {
    margin-left: 10px;
    margin-right: 0;
    padding: 4px 0;
    width: calc(100% - 66px);
  }
  .aegon .name {
    font-size: 16px;
    line-height: 24px;
  }
  .aegon .score {
    color: #fa8b16;
    font-size: 12px;
    line-height: 10px;
  }
  .aegon .score,
  .aegon .score:before {
    display: inline-block;
    height: 10px;
    margin: 0 4px;
  }
  .aegon .score:before {
    background: url(../images/icon-apk-list-star.svg);
    content: "";
    width: 10px;
  }
  .aegon .desc {
    font-size: 14px;
    line-height: 20px;
    margin-top: 4px;
  }
  .aegon .button {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 9px;
    text-align: center;
    width: 100%;
  }
  .aegon .button .fsize {
    font-size: 12px;
    font-weight: 400;
  }
  .aegon .how-to,
  .aegon .shortcut {
    color: #00a6ed;
    cursor: pointer;
    font-size: 12px;
    line-height: 20px;
    margin-top: 9px;
    text-align: center;
  }
  .aegon .shortcut:before {
    background: url(../images/shortcut-blue.svg);
    content: "";
    display: inline-block;
    height: 14px;
    margin: 0 7px;
    position: relative;
    top: 3px;
    width: 15px;
  }
  .aegon .social-network {
    display: flex;
    padding: 9px 0 0;
  }
  .aegon .social-network .network {
    cursor: pointer;
    display: block;
    flex: 1;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
  }
  .aegon .social-network .network:before {
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 30px;
    margin: auto;
    width: 31px;
  }
  .aegon .social-network .fb {
    color: #3b57a0;
  }
  .aegon .social-network .telegram {
    color: #2aabee;
  }
  .aegon .social-network .telegram:before {
    background-image: url(../images/icon-telegram.svg);
  }
  .aegon .social-network .fb:before {
    background-image: url(../images/icon-facebook.svg);
  }
  .aegon .social-network .in {
    color: #c13584;
  }
  .aegon .social-network .in:before {
    background-image: url(..images/icon-instagram.svg);
    background-size: contain;
  }
  .aegon .social-network .tw {
    color: #00a6ed;
  }
  .aegon .social-network .tw:before {
    background-image: url(../images/icon-twitter-v1.svg);
  }
  .aegon .social-network .glp {
    color: #dd1829;
  }
  .aegon .social-network .glp:before {
    background-image: url(../images/icon-youtube.svg);
  }
  .aegon .social-network .vk {
    color: #07f;
  }
  .aegon .social-network .vk:before {
    background-image: url(../images/icon-vk.svg);
  }
  .aegon .social-network .ok_ru {
    color: #f6822a;
  }
  .aegon .social-network .ok_ru:before {
    background-image: url(../images/icon-ok-ru.svg);
  }
}
@media screen and (max-width: 1087px) {
  .aegon .social-network {
    display: none;
  }
}
html[dir="rtl"] .aegon .text {
  margin-left: 0;
  margin-right: 10px;
}
@media screen and (min-width: 1149px) {
  .top-news-app .apk-list-1007 {
    padding-bottom: 50px;
  }
}
.apk-list-1001 {
  overflow-x: auto;
  padding-bottom: 16px;
  white-space: nowrap;
}
.apk-list-1001 a {
  display: inline-block;
  margin-left: 12px;
  margin-left: var(--app-horizontal-spacing);
  min-width: 76px;
  vertical-align: middle;
  width: 12.5%;
  width: calc(12.5% - 4px - var(--app-horizontal-spacing) * 7 / 8);
}
.apk-list-1001 a:first-child {
  margin-left: 16px;
}
.apk-list-1001 a:last-child {
  margin-right: 16px;
}
.apk-list-1001 .img-ratio {
  padding-top: 100%;
  position: relative;
}
.apk-list-1001 .img-ratio > .icon {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.apk-list-1001 .icon {
  border: 1px solid #eff3f9;
  border-radius: 15%;
}
.apk-list-1001 .name {
  color: #5e5e5e;
  height: 40px;
  line-height: 20px;
  margin-top: 4px;
  white-space: normal;
}
@media screen and (max-width: 429px) {
  .apk-list-1001.enable-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 16px 16px;
  }
  .apk-list-1001.enable-wrap a {
    margin-left: 0;
    min-width: auto;
    width: 20%;
    width: calc(25% - 12px);
  }
  .apk-list-1001.enable-wrap a:nth-child(n + 5) {
    margin-top: 12px;
  }
  .apk-list-1001.enable-wrap a:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 996px) {
  .apk-list-1001 a {
    margin-left: 16px;
    min-width: auto;
    vertical-align: bottom;
    width: calc(12.5% - 18px);
  }
}
html[dir="rtl"] .apk-list-1001 a,
html[dir="rtl"] .apk-list-1001.enable-wrap a {
  margin-left: 0;
  margin-right: var(--app-horizontal-spacing);
}
html[dir="rtl"] .apk-list-1001 a:first-child,
html[dir="rtl"] .apk-list-1001.enable-wrap a:first-child {
  margin-right: 16px;
}
html[dir="rtl"] .apk-list-1001 a:last-child,
html[dir="rtl"] .apk-list-1001.enable-wrap a:last-child {
  margin-left: 16px;
}
@media screen and (max-width: 429px) {
  html[dir="rtl"] .apk-list-1001.enable-wrap a {
    margin-right: 0;
  }
  html[dir="rtl"] .apk-list-1001.enable-wrap a:last-child {
    margin-left: 0;
  }
}
.apk-list-1002 {
  overflow-x: auto;
  padding-bottom: 16px;
  white-space: nowrap;
}
.apk-list-1002 a {
  display: inline-block;
  margin-left: 12px;
  margin-left: var(--app-vertical-spacing);
  min-width: 76px;
  white-space: normal;
  width: 12.5%;
  width: calc(12.5% - 4px - var(--app-horizontal-spacing) * 7 / 8);
}
.apk-list-1002 a:first-child {
  margin-left: 16px;
}
.apk-list-1002 a:last-child {
  margin-right: 16px;
}
.apk-list-1002 a:first-child .img-ratio {
  position: relative;
}
.apk-list-1002 a:first-child .img-ratio:after,
.apk-list-1002 a:first-child .img-ratio:before {
  display: block;
  left: 12px;
  left: calc((var(--html-direction) * -1 + 1) * (100% - 38px) / 2 + 12px);
  position: absolute;
  top: 0;
}
.apk-list-1002 a:first-child .img-ratio:before {
  border-color: #f3251b #f3251b transparent;
  border-style: solid;
  border-width: 14px 7px 4px;
  content: " ";
  z-index: 1;
}
.apk-list-1002 a:first-child .img-ratio:after {
  color: #fff;
  content: "1";
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  width: 14px;
  z-index: 1;
}
.apk-list-1002 a:nth-child(2) .img-ratio {
  position: relative;
}
.apk-list-1002 a:nth-child(2) .img-ratio:after,
.apk-list-1002 a:nth-child(2) .img-ratio:before {
  display: block;
  left: 12px;
  left: calc((var(--html-direction) * -1 + 1) * (100% - 38px) / 2 + 12px);
  position: absolute;
  top: 0;
}
.apk-list-1002 a:nth-child(2) .img-ratio:before {
  border-color: #f77e13 #f77e13 transparent;
  border-style: solid;
  border-width: 14px 7px 4px;
  content: " ";
  z-index: 1;
}
.apk-list-1002 a:nth-child(2) .img-ratio:after {
  color: #fff;
  content: "2";
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  width: 14px;
  z-index: 1;
}
.apk-list-1002 a:nth-child(3) .img-ratio {
  position: relative;
}
.apk-list-1002 a:nth-child(3) .img-ratio:after,
.apk-list-1002 a:nth-child(3) .img-ratio:before {
  display: block;
  left: 12px;
  left: calc((var(--html-direction) * -1 + 1) * (100% - 38px) / 2 + 12px);
  position: absolute;
  top: 0;
}
.apk-list-1002 a:nth-child(3) .img-ratio:before {
  border-color: #efab19 #efab19 transparent;
  border-style: solid;
  border-width: 14px 7px 4px;
  content: " ";
  z-index: 1;
}
.apk-list-1002 a:nth-child(3) .img-ratio:after {
  color: #fff;
  content: "3";
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  width: 14px;
  z-index: 1;
}
.apk-list-1002 .img-ratio {
  padding-top: 100%;
  position: relative;
}
.apk-list-1002 .img-ratio > .icon {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.apk-list-1002 .icon {
  border: 1px solid #eff3f9;
  border-radius: 15%;
}
.apk-list-1002 .name {
  color: #5e5e5e;
  height: 40px;
  line-height: 20px;
  margin-top: 4px;
}
.apk-list-1002 .score {
  color: #fa8b16;
  font-size: 12px;
  height: 10px;
  line-height: 10px;
  margin-top: 4px;
}
.apk-list-1002 .score:before {
  background: url(../images/icon-apk-list-star.svg);
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 4px;
  width: 10px;
}
.apk-list-1002 .score.n-stars {
  color: transparent;
}
.apk-list-1002 .score.n-stars:before {
  background: url(../images/icon-apk-list-star-grey.svg);
}
@media screen and (min-width: 996px) {
  .apk-list-1002 a {
    margin-left: 16px;
    min-width: auto;
    vertical-align: bottom;
    width: calc(12.5% - 18px);
  }
}
html[dir="rtl"] .apk-list-1002 a {
  margin-left: 0;
  margin-right: var(--app-horizontal-spacing);
}
html[dir="rtl"] .apk-list-1002 a:first-child {
  margin-right: 16px;
}
html[dir="rtl"] .apk-list-1002 a:last-child {
  margin-left: 16px;
}
html[dir="rtl"] .apk-list-1002 a .score:before {
  margin-left: 4px;
  margin-right: 0;
}
.apk-list-1003 {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  padding-bottom: 16px;
}
.apk-list-1003 a {
  margin-left: 4px;
  margin-left: var(--app-horizontal-spacing);
  width: 260px;
}
.apk-list-1003 a:first-child {
  margin-left: 16px;
}
.apk-list-1003 a:last-child {
  margin-right: 16px;
}
.apk-list-1003 .banner {
  border-radius: 8px;
}
.apk-list-1003 .info {
  align-items: center;
  display: flex;
  margin-top: 4px;
}
.apk-list-1003 .info .text {
  flex-grow: 1;
  margin: 0 8px;
  width: 0;
}
.apk-list-1003 .icon {
  border: 1px solid #eff3f9;
  border-radius: 15%;
}
.apk-list-1003 .name {
  color: #4b4b4b;
  font-weight: 500;
  line-height: 20px;
}
.apk-list-1003 a:hover .name {
  color: #00a6ed;
}
.apk-list-1003 .desc {
  color: #8b8b8b;
  font-size: 12px;
  line-height: 16px;
  margin-top: 8px;
}
.apk-list-1003 .score {
  color: #fa8b16;
  font-size: 12px;
  line-height: 16px;
}
.apk-list-1003 .score:before {
  background: url(../images/icon-apk-list-star.svg);
  content: "";
  display: inline-block;
  height: 10px;
  margin-inline-end: 4px;
  width: 10px;
}
.apk-list-1003 .score.n-stars {
  color: transparent;
}
.apk-list-1003 .score.n-stars:before {
  background: url(../images/icon-apk-list-star-grey.svg);
}
@media screen and (min-width: 996px) {
  .apk-list-1003 {
    flex-direction: column;
    padding-bottom: 4px;
  }
  .apk-list-1003 a {
    height: 60px;
    margin-bottom: 12px;
    margin-right: 16px;
    position: relative;
    width: auto;
  }
  .apk-list-1003 .info {
    align-items: flex-start;
    margin-top: 0;
  }
  .apk-list-1003 .banner {
    display: none;
  }
  .apk-list-1003 .icon {
    background-color: #fff;
    height: 60px;
    width: 60px;
  }
  .apk-list-1003 .text {
    margin: 0 12px;
    padding: 8px 0;
  }
  .apk-list-1003 .desc {
    left: 72px;
    position: absolute;
    right: 0;
  }
  .apk-list-1003 .score {
    margin-top: 10px;
  }
  .apk-list-1003 a:first-child {
    height: 180px;
  }
  .apk-list-1003 a:first-child .banner,
  .apk-list-1003 a:first-child:before {
    border-radius: 0;
    display: block;
    height: 149px;
    left: -16px;
    position: relative;
    top: -149px;
    width: 316px;
  }
  .apk-list-1003 a:first-child:before {
    background: linear-gradient(180deg, transparent 66.67%, rgba(0, 0, 0, 0.5));
    content: "";
    top: 0;
    z-index: 1;
  }
  .apk-list-1003 a:first-child .info {
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  .apk-list-1003 a:first-child .name {
    color: #fff;
  }
  .apk-list-1003 a:first-child .name:hover {
    color: #00a6ed;
  }
  .apk-list-1003 a:first-child .score {
    color: #fff;
  }
  .apk-list-1003 a:first-child .score:before {
    filter: brightness(0) invert(1);
  }
  .apk-list-1003 a:first-child .score.n-stars {
    color: transparent;
  }
}
html[dir="rtl"] .apk-list-1003 a {
  margin-left: 0;
  margin-right: 12px;
  margin-right: var(--app-horizontal-spacing);
}
@media screen and (min-width: 996px) {
  html[dir="rtl"] .apk-list-1003 a {
    margin-left: 16px;
  }
}
html[dir="rtl"] .apk-list-1003 a:first-child {
  margin-right: 16px;
}
@media screen and (min-width: 996px) {
  html[dir="rtl"] .apk-list-1003 a:first-child .banner,
  html[dir="rtl"] .apk-list-1003 a:first-child .mask {
    left: auto;
    right: -16px;
  }
}
html[dir="rtl"] .apk-list-1003 a:last-child {
  margin-left: 16px;
}
html[dir="rtl"] .apk-list-1003 a .score:before {
  margin-left: 4px;
  margin-right: 0;
}
html[dir="rtl"] .apk-list-1003 a .desc {
  left: 0;
  right: 72px;
}
.apk-list-1004 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow-x: auto;
  padding-bottom: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 719px) {
  .apk-list-1004 {
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 236px;
  }
}
@media screen and (min-width: 720px) and (max-width: 995px) {
  .apk-list-1004 {
    flex-direction: column;
    max-height: 236px;
  }
}
.apk-list-1004 a {
  align-items: center;
  display: flex;
  height: 68px;
  margin-left: 12px;
  margin-left: var(--app-horizontal-spacing);
  width: 28%;
  width: calc(33.33333% - 5.33333px - var(--app-horizontal-spacing) * 2 / 3);
}
.apk-list-1004 a:nth-child(n + 4) {
  margin-top: 12px;
}
.apk-list-1004 a:nth-child(3n + 1) {
  margin-left: 16px;
}
@media screen and (max-width: 996px) {
  .apk-list-1004 a {
    margin-left: 12px;
    margin-left: var(--app-horizontal-spacing);
    width: 80%;
    width: calc(100% - 60px);
  }
  .apk-list-1004 a:nth-child(n) {
    margin-left: var(--app-horizontal-spacing);
    margin-top: 0;
  }
  .apk-list-1004 a:nth-child(-n + 3) {
    margin-left: 16px;
  }
  .apk-list-1004 a:nth-child(3n + 2),
  .apk-list-1004 a:nth-child(3n + 3) {
    margin-top: 16px;
  }
}
@media screen and (min-width: 720px) and (max-width: 995px) {
  .apk-list-1004 a {
    width: calc((100% - 40px - var(--app-horizontal-spacing)) / 2);
  }
}
@media screen and (min-width: 996px) {
  .apk-list-1004 a {
    height: 72px;
  }
}
.apk-list-1004 .icon {
  border: 1px solid #eff3f9;
  border-radius: 15%;
}
@media screen and (min-width: 996px) {
  .apk-list-1004 .icon {
    height: 72px;
    width: 72px;
  }
}
.apk-list-1004 .text {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0 12px;
  width: 0;
}
.apk-list-1004 .name {
  color: #5e5e5e;
  font-weight: 500;
  line-height: 20px;
}
.apk-list-1004 .developer {
  color: #8b8b8b;
  font-size: 12px;
  line-height: 20px;
}
.apk-list-1004 .count {
  color: #5e5e5e;
  font-size: 12px;
}
.apk-list-1004 .button {
  background: #24cd77;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  padding: 6px 8px;
}
@media screen and (min-width: 996px) {
  .apk-list-1004 .button {
    display: none;
  }
}
html[dir="rtl"] .apk-list-1004 {
  padding-left: calc(16px - var(--app-horizontal-spacing));
}
@media screen and (max-width: 719px) {
  html[dir="rtl"] .apk-list-1004 a:nth-child(n) {
    margin-right: var(--app-horizontal-spacing);
  }
  html[dir="rtl"] .apk-list-1004 a:nth-child(-n + 3) {
    margin-right: 16px;
  }
}
.apk-list-1005 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow-x: auto;
  padding-bottom: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 719px) {
  .apk-list-1005 {
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 228px;
  }
}
@media screen and (min-width: 720px) and (max-width: 995px) {
  .apk-list-1005 {
    flex-direction: column;
    max-height: 228px;
  }
}
@media screen and (min-width: 996px) {
  .apk-list-1005 {
    padding: 0 16px 2px;
  }
}
.apk-list-1005 a {
  align-items: center;
  display: flex;
  height: 68px;
  margin-left: 12px;
  margin-left: var(--app-horizontal-spacing);
  width: 28%;
  width: calc(33.33333% - 5.33333px - var(--app-horizontal-spacing) * 2 / 3);
}
.apk-list-1005 a:nth-child(n + 4) {
  margin-top: 12px;
}
.apk-list-1005 a:nth-child(3n + 1) {
  margin-left: 16px;
}
@media screen and (max-width: 996px) {
  .apk-list-1005 a {
    margin-left: 12px;
    margin-left: var(--app-horizontal-spacing);
    width: 80%;
    width: calc(100% - 60px);
  }
  .apk-list-1005 a:nth-child(n) {
    margin-left: var(--app-horizontal-spacing);
    margin-top: 0;
  }
  .apk-list-1005 a:nth-child(-n + 3) {
    margin-left: 16px;
  }
  .apk-list-1005 a:nth-child(3n + 2),
  .apk-list-1005 a:nth-child(3n + 3) {
    margin-top: 12px;
  }
}
@media screen and (min-width: 720px) and (max-width: 995px) {
  .apk-list-1005 a {
    width: calc((100% - 40px - var(--app-horizontal-spacing)) / 2);
  }
}
@media screen and (min-width: 996px) {
  .apk-list-1005 a {
    height: 60px;
    margin: 0 0 12px;
    width: 100%;
  }
  .apk-list-1005 a:nth-child(n) {
    margin: 0 0 12px;
  }
}
.apk-list-1005 .icon {
  border: 1px solid #eff3f9;
  border-radius: 15%;
}
@media screen and (min-width: 996px) {
  .apk-list-1005 .icon {
    height: 60px;
    width: 60px;
  }
}
.apk-list-1005 .text {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0 12px;
  padding: 8px 0;
  width: 0;
}
.apk-list-1005 .name {
  color: #5e5e5e;
  font-weight: 500;
  line-height: 20px;
}
.apk-list-1005 .developer {
  color: #8b8b8b;
  font-size: 12px;
  line-height: 20px;
}
.apk-list-1005 .price {
  line-height: 20px;
  text-align: end;
}
.apk-list-1005 .price .new {
  color: #5e5e5e;
  font-weight: 500;
}
.apk-list-1005 .price .old {
  color: #8b8b8b;
  font-size: 12px;
  margin-top: 6px;
  text-decoration-line: line-through;
}
html[dir="rtl"] .apk-list-1005 {
  padding-left: calc(16px - var(--app-horizontal-spacing));
}
@media screen and (min-width: 996px) {
  html[dir="rtl"] .apk-list-1005 {
    padding-left: 16px;
  }
}
@media screen and (max-width: 719px) {
  html[dir="rtl"] .apk-list-1005 a:nth-child(n) {
    margin-right: var(--app-horizontal-spacing);
  }
  html[dir="rtl"] .apk-list-1005 a:nth-child(-n + 3) {
    margin-right: 16px;
  }
}
.apk-list-1006 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow-x: auto;
  padding-bottom: 16px;
  padding-right: 16px;
}
.apk-list-1006 a {
  align-items: center;
  display: flex;
  height: 68px;
  margin-left: 12px;
  margin-left: var(--app-horizontal-spacing);
  width: 28%;
  width: calc(33.33333% - 5.33333px - var(--app-horizontal-spacing) * 2 / 3);
}
.apk-list-1006 a:nth-child(3n + 1) {
  margin-left: 16px;
}
.apk-list-1006 a:nth-child(n + 4) {
  margin-top: 12px;
}
@media screen and (min-width: 996px) {
  .apk-list-1006 a {
    height: 72px;
  }
}
.apk-list-1006 .img-ratio {
  width: 68px;
}
@media screen and (min-width: 996px) {
  .apk-list-1006 .img-ratio {
    height: 72px;
    width: 72px;
  }
}
.apk-list-1006 .icon {
  border: 1px solid #eff3f9;
  border-radius: 15%;
  width: 68px;
}
@media screen and (min-width: 996px) {
  .apk-list-1006 .icon {
    height: 72px;
    width: 72px;
  }
}
.apk-list-1006 .text {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  margin-left: 12px;
  width: 0;
}
.apk-list-1006 .name {
  color: #5e5e5e;
  font-weight: 500;
  line-height: 20px;
}
.apk-list-1006 .category {
  color: #8b8b8b;
  font-size: 12px;
  line-height: 20px;
}
.apk-list-1006 .install-total {
  color: #8b8b8b;
  font-size: 12px;
  line-height: 16px;
}
.apk-list-1006 .install-total:before {
  background: url(../images/icon_download.svg);
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 4px;
  margin-top: 4px;
  width: 10px;
}
@media screen and (min-width: 430px) and (max-width: 995px) {
  .apk-list-1006 {
    flex-direction: column;
    max-height: 228px;
    padding-right: 0;
  }
  .apk-list-1006 a {
    height: 68px;
    width: calc(100% - 60px);
  }
  .apk-list-1006 a:nth-child(n) {
    margin-left: var(--app-horizontal-spacing);
    margin-top: 0;
  }
  .apk-list-1006 a:nth-child(-n + 3) {
    margin-left: 16px;
  }
  .apk-list-1006 a:nth-child(3n + 2),
  .apk-list-1006 a:nth-child(3n + 3) {
    margin-top: 12px;
  }
}
@media screen and (min-width: 720px) and (max-width: 995px) {
  .apk-list-1006 {
    flex-direction: column;
    max-height: 228px;
  }
  .apk-list-1006 a {
    width: calc((100% - 40px - var(--app-horizontal-spacing)) / 2);
  }
}
@media screen and (max-width: 996px) {
  .apk-list-1006 {
    padding-right: 16px;
  }
}
@media screen and (max-width: 429px) {
  .apk-list-1006 {
    justify-content: space-between;
    padding: 0 16px 16px;
  }
  .apk-list-1006 a {
    flex-direction: column;
    height: auto;
    margin: 0;
    width: 20%;
    width: calc(25% - 12px);
  }
  .apk-list-1006 a:nth-child(n) {
    margin-left: 0;
    margin-top: 0;
  }
  .apk-list-1006 a:nth-child(n + 5) {
    margin-top: 12px;
  }
  .apk-list-1006 .img-ratio {
    padding-top: 100%;
    position: relative;
    width: 100%;
  }
  .apk-list-1006 .img-ratio > .icon {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .apk-list-1006 .text {
    margin-left: 0;
    margin-top: 4px;
    width: 100%;
  }
  .apk-list-1006 .name {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    white-space: normal;
  }
  .apk-list-1006 .category {
    display: none;
  }
}
html[dir="rtl"] .apk-list-1006 {
  padding-left: calc(16px - var(--app-horizontal-spacing));
}
@media screen and (min-width: 430px) and (max-width: 719px) {
  html[dir="rtl"] .apk-list-1006 a:nth-child(n) {
    margin-right: var(--app-horizontal-spacing);
  }
  html[dir="rtl"] .apk-list-1006 a:nth-child(-n + 3) {
    margin-right: 16px;
  }
}
html[dir="rtl"] .apk-list-1006 .text {
  margin-left: 0;
  margin-right: 12px;
}
html[dir="rtl"] .apk-list-1006 .install-total:before {
  margin-left: 4px;
  margin-right: 0;
}
.apk-list-1007 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow-x: auto;
  padding-bottom: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 719px) {
  .apk-list-1007 {
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 228px;
    padding-right: 0;
  }
}
.apk-list-1007 a {
  align-items: center;
  display: flex;
  height: 56px;
  margin-left: 12px;
  margin-left: var(--app-horizontal-spacing);
  width: 45%;
  width: calc(50% - 8px - var(--app-horizontal-spacing) / 2);
}
.apk-list-1007 a:nth-child(n + 3) {
  margin-top: 12px;
}
.apk-list-1007 a:nth-child(odd) {
  margin-left: 16px;
}
@media screen and (max-width: 719px) {
  .apk-list-1007 a {
    width: 80%;
    width: calc(100% - 60px);
  }
  .apk-list-1007 a:nth-child(n) {
    margin-left: var(--app-horizontal-spacing);
    margin-top: 0;
  }
  .apk-list-1007 a:nth-child(-n + 3) {
    margin-left: 16px;
  }
  .apk-list-1007 a:nth-child(3n + 2),
  .apk-list-1007 a:nth-child(3n + 3) {
    margin-top: 12px;
  }
  .apk-list-1007 a:nth-child(3n):last-child,
  .apk-list-1007 a:nth-child(3n + 1):nth-last-child(3),
  .apk-list-1007 a:nth-child(3n + 2):nth-last-child(2) {
    margin-right: 16px;
  }
}
@media screen and (min-width: 996px) {
  .apk-list-1007 a {
    height: 60px;
    width: 100%;
  }
  .apk-list-1007 a:nth-child(n + 2) {
    margin-top: 12px;
  }
}
.apk-list-1007 .icon {
  border: 1px solid #eff3f9;
  border-radius: 15%;
}
@media screen and (min-width: 996px) {
  .apk-list-1007 .icon {
    height: 60px;
    width: 60px;
  }
}
.apk-list-1007 .text {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  margin-left: 12px;
  padding: 4px 0;
  width: 0;
}
.apk-list-1007 .name {
  color: #5e5e5e;
  line-height: 20px;
}
.apk-list-1007 .desc {
  color: #8b8b8b;
  font-size: 12px;
  line-height: 20px;
}
html[dir="rtl"] .apk-list-1007 .text {
  margin-left: 0;
  margin-right: 12px;
}
@media screen and (max-width: 719px) {
  html[dir="rtl"] .apk-list-1007 a {
    margin-left: 0;
    margin-right: 12px;
  }
  html[dir="rtl"] .apk-list-1007 a,
  html[dir="rtl"] .apk-list-1007 a:nth-child(n) {
    margin-right: var(--app-horizontal-spacing);
  }
  html[dir="rtl"] .apk-list-1007 a:nth-child(-n + 3) {
    margin-right: 16px;
  }
  html[dir="rtl"] .apk-list-1007 a:nth-child(3n):last-child,
  html[dir="rtl"] .apk-list-1007 a:nth-child(3n + 1):nth-last-child(3),
  html[dir="rtl"] .apk-list-1007 a:nth-child(3n + 2):nth-last-child(2) {
    margin-left: 16px;
  }
}
.apk-list-1009 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow-x: auto;
  padding-bottom: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 719px) {
  .apk-list-1009 {
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 236px;
  }
}
@media screen and (min-width: 720px) and (max-width: 995px) {
  .apk-list-1009 {
    flex-direction: column;
    max-height: 236px;
  }
}
.apk-list-1009 a {
  align-items: center;
  display: flex;
  gap: 12px;
  height: 68px;
  margin-left: 12px;
  margin-left: var(--app-horizontal-spacing);
  width: 28%;
  width: calc(33.33333% - 5.33333px - var(--app-horizontal-spacing) * 2 / 3);
}
.apk-list-1009 a:nth-child(n + 4) {
  margin-top: 12px;
}
.apk-list-1009 a:nth-child(3n + 1) {
  margin-left: 16px;
}
@media screen and (max-width: 996px) {
  .apk-list-1009 a {
    margin-left: 12px;
    margin-left: var(--app-horizontal-spacing);
    width: 80%;
    width: calc(100% - 60px);
  }
  .apk-list-1009 a:nth-child(n) {
    margin-left: var(--app-horizontal-spacing);
    margin-top: 0;
  }
  .apk-list-1009 a:nth-child(-n + 3) {
    margin-left: 16px;
  }
  .apk-list-1009 a:nth-child(3n + 2),
  .apk-list-1009 a:nth-child(3n + 3) {
    margin-top: 16px;
  }
}
@media screen and (min-width: 720px) and (max-width: 995px) {
  .apk-list-1009 a {
    width: calc((100% - 40px - var(--app-horizontal-spacing)) / 2);
  }
}
@media screen and (min-width: 996px) {
  .apk-list-1009 a {
    height: 72px;
  }
}
.apk-list-1009 .img-ratio {
  width: 68px;
}
@media screen and (min-width: 996px) {
  .apk-list-1009 .img-ratio {
    height: 72px;
    width: 72px;
  }
}
.apk-list-1009 .icon {
  border: 1px solid #eff3f9;
  border-radius: 15%;
}
@media screen and (min-width: 996px) {
  .apk-list-1009 .icon {
    height: 72px;
    width: 72px;
  }
}
.apk-list-1009 .text {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  width: 0;
}
.apk-list-1009 .name {
  color: #5e5e5e;
  font-weight: 500;
  line-height: 20px;
}
.apk-list-1009 .developer {
  color: #8b8b8b;
  font-size: 12px;
  line-height: 20px;
}
.apk-list-1009 .stars {
  align-items: center;
  color: #fa8b16;
  display: flex;
  font-size: 12px;
  gap: 4px;
  height: 18px;
  line-height: 18px;
}
.apk-list-1009 .stars:before {
  background: url(../images/icon-apk-list-star.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 18px;
  width: 10px;
}
.apk-list-1009 .stars.n-stars {
  color: transparent;
}
.apk-list-1009 .stars.n-stars:before {
  background: url(../images/icon-apk-list-star-grey.svg);
  background-position: 50%;
  background-repeat: no-repeat;
}
html[dir="rtl"] .apk-list-1009 {
  padding-left: calc(16px - var(--app-horizontal-spacing));
}
@media screen and (max-width: 719px) {
  html[dir="rtl"] .apk-list-1009 a:nth-child(n) {
    margin-right: var(--app-horizontal-spacing);
  }
  html[dir="rtl"] .apk-list-1009 a:nth-child(-n + 3) {
    margin-right: 16px;
  }
}
.article-list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 8px;
}
.article-list .article {
  align-items: stretch;
  display: flex;
  margin-left: 16px;
  padding: 8px 0;
  width: 45%;
  width: calc(50% - 24px);
}
.article-list .article:nth-child(-n + 2) {
  padding-top: 0;
}
.article-list .article:nth-child(n + 3) {
  border-top: 1px solid #f0f2f4;
}
@media screen and (max-width: 719px) {
  .article-list .article {
    margin: 0 16px;
    width: 100%;
  }
  .article-list .article:first {
    padding-top: 0;
  }
  .article-list .article:nth-child(n + 2) {
    border-top: 1px solid #f0f2f4;
    padding-top: 8px;
  }
}
.article-list .article-banner {
  border-radius: 4px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 142px;
}
@media screen and (max-width: 719px) {
  .article-list .article-banner {
    height: 70px;
    width: 124.44px;
  }
}
.article-list .article-banner {
  margin-right: 12px;
}
.article-list .text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  width: 0;
}
.article-list .article-title {
  color: #5e5e5e;
  font-weight: 500;
  line-height: 20px;
}
.article-list .article-title:hover {
  color: #00a6ed;
}
.article-list .updated {
  color: #a6a6a6;
  font-size: 12px;
  line-height: 16px;
  margin-top: 8px;
}
html[dir="rtl"] .article-list .article {
  margin-left: 0;
  margin-right: 12px;
  margin-right: var(--app-horizontal-spacing);
}
html[dir="rtl"] .article-list .article:nth-child(odd) {
  margin-right: 16px;
}
@media screen and (max-width: 719px) {
  html[dir="rtl"] .article-list .article {
    margin: 0 16px;
  }
}
html[dir="rtl"] .article-list .article-banner {
  margin-left: 12px;
  margin-right: 0;
}
.apk-list-1008 {
  overflow-x: auto;
  padding-bottom: 16px;
  white-space: nowrap;
}
@media screen and (min-width: 996px) {
  .apk-list-1008 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 16px 16px;
  }
}
.apk-list-1008 a {
  display: inline-block;
  margin-left: 12px;
  margin-left: var(--app-horizontal-spacing);
  min-width: 76px;
  overflow: hidden;
  vertical-align: middle;
  width: 12.5%;
  width: calc(12.5% - 4px - var(--app-horizontal-spacing) * 7 / 8);
}
.apk-list-1008 a:first-child {
  margin-left: 16px;
}
.apk-list-1008 a:last-child {
  margin-right: 16px;
}
@media screen and (min-width: 996px) {
  .apk-list-1008 a {
    display: flex;
    height: 72px;
    margin: 0;
    width: 30%;
    width: calc(33.33333% - 10.66667px);
  }
  .apk-list-1008 a:nth-child(n) {
    margin: 0;
  }
  .apk-list-1008 a:nth-child(n + 4) {
    margin-top: 12px;
  }
}
.apk-list-1008 .img-ratio {
  padding-top: 100%;
  position: relative;
}
.apk-list-1008 .img-ratio > .icon {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 996px) {
  .apk-list-1008 .img-ratio {
    padding-top: 72px;
    width: 72px;
  }
}
.apk-list-1008 .icon {
  border: 1px solid #eff3f9;
  border-radius: 15%;
}
@media screen and (min-width: 996px) {
  .apk-list-1008 .text {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 12px;
    padding: 4px 0;
    width: 0;
  }
}
.apk-list-1008 .name {
  color: #5e5e5e;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  margin-top: 4px;
  white-space: normal;
}
@media screen and (min-width: 996px) {
  .apk-list-1008 .name {
    display: block;
    height: 20px;
    margin-top: 0;
    white-space: nowrap;
  }
}
.apk-list-1008 .category,
.apk-list-1008 .install-total {
  color: #8b8b8b;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
@media screen and (max-width: 996px) {
  .apk-list-1008 .category,
  .apk-list-1008 .install-total {
    display: none;
  }
}
html[dir="rtl"] .apk-list-1008 a .text {
  margin-left: 0;
  margin-right: 12px;
}
@media screen and (max-width: 996px) {
  html[dir="rtl"] .apk-list-1008 a:first-child {
    margin-right: 16px;
  }
}
.apk:hover .name {
  color: #00a6ed;
}
html[dir="rtl"] .quick-access-new a .tips {
  animation-name: bounceInAr;
  left: auto;
  right: 60%;
  -webkit-transform: translate(50%) scale(0.7);
  -moz-transform: translate(50%) scale(0.7);
  -ms-transform: translate(50%) scale(0.7);
  -o-transform: translate(50%) scale(0.7);
  transform: translate(50%) scale(0.7);
}
html[dir="rtl"] .quick-access-new a .tips:before {
  -webkit-animation: changeImgAr 3s ease 0s;
  -o-animation: changeImgAr 3s ease 0s;
  animation: changeImgAr 3s ease 0s;
  animation-iteration-count: infinite;
}
.headline-xxl-large {
  font-size: 64px;
}
.headline-xl-large {
  font-size: 48px;
}
.headline-large {
  font-size: 36px;
}
.headline-medium {
  font-size: 28px;
}
.headline-small {
  font-size: 24px;
}
.headline-xs-small {
  font-size: 20px;
}
.title-bold-xl-large {
  font-size: 18px;
}
.title-bold-large {
  font-size: 16px;
}
.title-bold-medium {
  font-size: 14px;
}
.title-bold-small {
  font-size: 12px;
}
.title-xl-large {
  font-size: 20px;
}
.title-large {
  font-size: 18px;
}
.title-medium {
  font-size: 16px;
}
.title-small {
  font-size: 14px;
}
.body-large {
  font-size: 16px;
}
.body-medium {
  font-size: 14px;
}
.body-small {
  font-size: 12px;
}
:root {
  --font-weight: 500;
}
html[lang="ar"],
html[lang="ja"],
html[lang="th-TH"],
html[lang="ur"] {
  --font-weight: bold;
}
.telegram-btn {
  fill: #fff;
  align-items: center;
  background-color: #0096da !important;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: 14px;
  gap: 8px;
  height: 40px;
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
  padding: 0 16px;
  width: -moz-max-content;
  width: max-content;
}
.telegram-btn .svg-align {
  top: auto;
}
.telegram-btn.mt-large {
  margin-top: 8px;
}
.telegram-btn.mb-large {
  margin-bottom: 8px;
}
.telegram-btn.download {
  height: 50px;
  justify-content: space-between;
  padding: 0 16px;
  width: auto;
}
@media screen and (min-width: 720px) {
  .telegram-btn.download {
    height: 40px;
    justify-content: center;
    width: 260px;
  }
}
.telegram-btn.download svg {
  height: 24px;
  order: 2;
  width: 24px;
}
@media screen and (min-width: 720px) {
  .telegram-btn.download svg {
    height: 16px;
    order: 0;
    width: 16px;
  }
}
.telegram-btn.details,
.telegram-btn.download_normal {
  width: auto;
}
.telegram-btn.pre_reg {
  box-sizing: initial;
  height: auto;
  width: auto;
}
.telegram-btn svg {
  flex-shrink: 0;
  height: 16px;
  width: 16px;
}
.telegram-btn .text {
  overflow: hidden;
  padding: initial !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.telegram-btn:hover {
  color: #fff;
  opacity: 0.9;
}
button.btn[data-v-2b23e28f]
{
  display: inline-block;
  font-weight: 300;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
  letter-spacing: 1px;
  transition: all 0.15s ease;
}
button.btn.btn-sm[data-v-2b23e28f] {
  padding: 0.4rem 0.8rem;
  font-size: 0.8rem;
  border-radius: 0.2rem;
}
button.btn.btn-primary[data-v-2b23e28f] {
  color: #fff;
  background-color: #45c8f1;
  border-color: #45c8f1;
}
button.btn.btn-outline-primary[data-v-2b23e28f] {
  color: #45c8f1;
  background-color: rgba(0, 0, 0, 0);
  border-color: #45c8f1;
}
button.btn.btn-danger[data-v-2b23e28f] {
  color: #fff;
  background-color: #ff4949;
  border-color: #ff4949;
}
.text-muted[data-v-2b23e28f] {
  color: #8492a6;
}
.text-center[data-v-2b23e28f] {
  text-align: center;
}
.drop-down-enter[data-v-2b23e28f],
.drop-down-leave-to[data-v-2b23e28f] {
  transform: translateX(0) translateY(-20px);
  transition-timing-function: cubic-bezier(0.74, 0.04, 0.26, 1.05);
  opacity: 0;
}
.drop-down-enter-active[data-v-2b23e28f],
.drop-down-leave-active[data-v-2b23e28f] {
  transition: all 0.15s;
}
.move-left-enter[data-v-2b23e28f],
.move-left-leave-to[data-v-2b23e28f] {
  transform: translateY(0) translateX(-80px);
  transition-timing-function: cubic-bezier(0.74, 0.04, 0.26, 1.05);
  opacity: 0;
}
.move-left-enter-active[data-v-2b23e28f],
.move-left-leave-active[data-v-2b23e28f] {
  transition: all 0.15s;
}
.no-tr[data-v-2b23e28f] {
  transition: none !important;
}
.no-tr *[data-v-2b23e28f] {
  transition: none !important;
}
.overlay[data-v-2b23e28f] {
  position: fixed;
  background: rgba(220, 220, 220, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.2s ease;
  opacity: 0;
  visibility: hidden;
}
.overlay .modal[data-v-2b23e28f] {
  transition: all 0.2s ease;
  opacity: 0;
  transform: scale(0.6);
  overflow: hidden;
}
.overlay.show[data-v-2b23e28f] {
  opacity: 1;
  visibility: visible;
}
.overlay.show .modal[data-v-2b23e28f] {
  opacity: 1;
  transform: scale(1);
}
.panel[data-v-2b23e28f] {
  padding: 6px 10px;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  border-radius: 6px;
  position: relative;
  border: 1px solid #eaf7ff;
  background: #f7fcff;
  outline: none;
  transition: all 0.07s ease-in-out;
}
.btn[data-v-2b23e28f] {
  cursor: pointer;
  box-sizing: border-box;
}
.light-btn[data-v-2b23e28f] {
  padding: 10px 12px;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  border-radius: 6px;
  position: relative;
  border: 1px solid #eaf7ff;
  background: #f7fcff;
  outline: none;
  cursor: pointer;
  transition: all 0.07s ease-in-out;
}
.light-btn[data-v-2b23e28f]:hover {
  background: #e0f4ff;
  border-color: #8acfff;
}
.primary-btn[data-v-2b23e28f] {
  background: #239bf5;
  color: #fff;
  border-radius: 6px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
}
.primary-btn[data-v-2b23e28f]:hover {
  background: rgb(64.2695652174, 168.3043478261, 246.3304347826);
  color: #fff;
  text-decoration: none;
}
.button[data-v-2b23e28f] {
  transition: 0.2s ease;
  cursor: pointer;
  user-select: none;
  outline: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button.disabled[data-v-2b23e28f] {
  pointer-events: none;
  opacity: 0.3;
}
.default-color-picker[data-v-2b23e28f] {
  display: grid !important;
}
.default-color-picker input[data-v-2b23e28f] {
  width: 100%;
  height: 100%;
  grid-area: 1/1;
  opacity: 0;
  pointer-events: none;
}
.default-color-picker .color[data-v-2b23e28f] {
  grid-area: 1/1;
}
.shake[data-v-2b23e28f] {
  animation: shake-2b23e28f 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
}
@keyframes shake-2b23e28f {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
.pulse[data-v-2b23e28f] {
  animation: pulse-2b23e28f 2s ease infinite;
}
@keyframes pulse-2b23e28f {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.7;
  }
}
.flash-once[data-v-2b23e28f] {
  animation: flash-once 3.5s ease 1;
}
@keyframes fade-up-2b23e28f {
  0% {
    transform: translate3d(0, 10px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fade-in[data-v-2b23e28f] {
  animation: fade-in-2b23e28f 0.3s ease-in-out;
}
@keyframes fade-in-2b23e28f {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.spin[data-v-2b23e28f] {
  animation-name: spin-2b23e28f;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spin-2b23e28f {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.bounceIn[data-v-2b23e28f] {
  animation-name: bounceIn-2b23e28f;
  transform-origin: center bottom;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
@keyframes bounceIn-2b23e28f {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes dots-2b23e28f {
  0%,
  20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  40% {
    color: #8492a6;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  60% {
    text-shadow: 0.25em 0 0 #8492a6, 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  80%,
  100% {
    text-shadow: 0.25em 0 0 #8492a6, 0.5em 0 0 #8492a6;
  }
}
@keyframes recording-2b23e28f {
  0% {
    box-shadow: 0px 0px 5px 0px rgba(173, 0, 0, 0.3);
  }
  65% {
    box-shadow: 0px 0px 5px 5px rgba(173, 0, 0, 0.3);
  }
  90% {
    box-shadow: 0px 0px 5px 5px rgba(173, 0, 0, 0);
  }
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
body[data-v-2b23e28f] {
  margin: 0;
  font-size: 100%;
  color: #3c4858;
}
a[data-v-2b23e28f] {
  text-decoration: none;
  color: #45c8f1;
}
h1[data-v-2b23e28f],
h2[data-v-2b23e28f],
h3[data-v-2b23e28f],
h4[data-v-2b23e28f] {
  margin-top: 0;
}
svg[data-v-2b23e28f] {
  outline: none;
}
.container_selected_area[data-v-2b23e28f] {
  display: none;
  visibility: hidden;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2147483647;
}
.container_selected_area.active[data-v-2b23e28f] {
  visibility: visible;
  display: block;
}
.container_selected_area .label[data-v-2b23e28f] {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  text-align: center;
  padding-top: 15px;
}
.area[data-v-2b23e28f] {
  display: none;
  position: absolute;
  z-index: 2147483647;
  pointer-events: none;
  border: 1px solid #1e83ff;
  background: rgba(30, 131, 255, 0.1);
  box-sizing: border-box;
}
.area.active[data-v-2b23e28f] {
  display: block;
  top: 0;
  left: 0;
}
.hide[data-v-2b23e28f] {
  display: none;
}

#header {
  position: fixed;
  width: 100%;
  background-color: #24cd77;
  z-index: 999999;
  top: 0;
}
#header #nav_user_img {
  border-radius: 50%;
}
#header a,
#header button {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  text-decoration: none;
}
#header .so {
  margin-top: 5px;
}
#header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  float: inherit;
  margin: 0;
}
#header .logo .p_logo {
  display: none;
}
#header .header-logo-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 996px) {
  #header .header-logo-wrap {
    justify-content: center;
  }
}
#header .menu_btn {
  display: flex;
  width: 45px;
  height: 45px;
  border: none;
  background: 0 0;
  color: #24cd77;
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#header .menu_btn.red-dot::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 29px;
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background: #ef4444;
}
#header .search_btn {
  display: flex;
  width: 45px;
  height: 45px;
  border: none;
  background: 0 0;
  color: #24cd77;
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  right: 0;
  left: auto;
}
.nav_container {
  width: 100%;
  flex: 1;
  z-index: 99999;
}
.nav_container .nav_new {
  transition-duration: 300ms;
  transition-property: left, right;
  left: -271px;
  position: fixed;
  display: initial;
  background-color: #fff;
  top: 0;
  height: 100%;
  align-items: start;
  min-width: 200px;
  z-index: 1000001;
}
.nav_container .search {
  padding: 0 24px;
  display: none;
}
.nav_container .search form {
  height: 36px;
  position: relative;
}
.nav_container .search .search-input {
  width: 600px;
  box-sizing: border-box;
  height: 46px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: -5px;
  margin-left: -300px;
}
.nav_container .search .search-input .search-btn-icon {
  position: absolute;
  left: 14px;
  top: 13px;
  width: 20px;
  height: 20px;
  background: url("../images/svg_icon.svg")
    no-repeat;
  background-position: -40px -20px;
  background-size: 200px;
  border: 0 none;
  background-color: transparent;
  outline: 0;
  cursor: pointer;
}
.nav_container .search .search-input > span {
  width: 100%;
}
.nav_container .search .search-input > span input {
  width: 100%;
  height: 46px;
  display: block;
  overflow: hidden;
  line-height: 46px;
  font-size: 14px;
  font-weight: normal;
  padding-left: 44px;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  box-sizing: border-box;
}
.nav_container .icon {
  background: url("../images/svg_icon.svg")
    no-repeat;
  width: 24px;
  height: 24px;
}
.nav_container .icon.icon_search {
  background-position: 0px -24px;
}
.nav_container .icon.icon_close {
  background-position: 0 -48px;
}
.nav_container .icon.icon_home {
  background-position: 0 -72px;
}
.nav_container .icon.icon_game {
  background-position: 0 -96px;
}
.nav_container .icon.icon_app {
  background-position: 0 -120px;
}
.nav_container .icon.icon_article {
  background-position: 0 -144px;
}
.nav_container .icon.icon_product {
  background-position: 0 -192px;
}
.nav_container .icon.icon_tv {
  background-position: 0 -216px;
}
.nav_container .icon.icon_aipure {
  background-position: 4px -452px;
}
.so .search-btn {
  display: block;
  width: 40px;
  height: 35px;
  line-height: 35px;
  background-color: transparent;
  border: 0 none;
  outline: none;
  text-align: center;
}
.so .search-btn .search-btn-icon {
  display: inline-block;
  background: url("../images/svg_icon.svg")
    no-repeat;
  width: 24px;
  height: 24px;
  background-position: 0px -24px;
  vertical-align: middle;
}
.search-history {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: calc(100vh - 45px);
  z-index: 99;
  display: none;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
}
.search-history .search-history-title {
  padding-left: 16px;
  height: 46px;
  line-height: 46px;
}
.search-history .search-history-title span {
  font-size: 14px;
  line-height: 22px;
  color: #4b4b4b;
}
.search-history .search-history-title .search-history-delete {
  float: right;
  width: 44px;
  height: 46px;
  line-height: 46px;
  text-align: center;
}
.search-history .search-history-title .search-icon-remove {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/svg_icon.svg")
    no-repeat;
  background-position: 0 -320px;
  background-size: 200px;
  vertical-align: middle;
}
.search-history .search-history-list li {
  position: relative;
}
.search-history .search-history-list li .search-history-item {
  display: block;
  margin-right: 44px;
  line-height: 46px;
  padding-left: 13px;
}
.search-history .search-history-list li .search-history-item > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-history .search-history-list li .search-history-item .search-icon-time {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url("../images/svg_icon.svg")
    no-repeat;
  background-position: 0 -340px;
  background-size: 200px;
}
.search-history .search-history-list li .search-history-item .content {
  margin-left: 8px;
  font-size: 14px;
  color: #5e5e5e;
}
.search-history .search-history-list li .search-history-item-delete {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
}
.search-history
  .search-history-list
  li
  .search-history-item-delete
  .icon-search-history-item-delete {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url("../images/svg_icon.svg")
    no-repeat;
  background-position: -20px -40px;
  background-size: 200px;
}
.search-history .search-history-list li:hover {
  background-color: #f8f9fa;
}
.search-history
  .search-history-list
  li:hover
  .search-history-item
  .search-icon-time {
  background-position: -20px -340px;
}
.search-history .search-history-list li:hover .search-history-item .content {
  color: #24cd77;
}
.ar_fix #nav_user_a.red-dot::before {
  left: unset;
  right: -3px;
}
.ar_fix .nav_container .search-left input {
  padding-left: 30px;
  padding-right: 8px;
}
.ar_fix .nav_container .nav_new {
  right: -271px;
  left: initial;
}
.ar_fix .nav_container .search .search-left {
  right: auto;
  left: 0;
}
.ar_fix .nav_container .search .search-input .search-btn-icon {
  left: auto;
  right: 14px;
}
.ar_fix .nav_container .search .search-input > span input {
  padding-left: 0;
  padding-right: 44px;
}
.ar_fix .nav_container .search-right {
  right: auto;
  left: 0;
}
.ar_fix .nav_new .search .tt-dataset .info .info-intro {
  text-align: right;
}
.ar_fix .nav_new .search .tt-dataset .info .info-intro > span {
  margin-left: 12px;
  margin-right: initial;
}
.ar_fix .nav_new .search .tt-dataset .icon {
  margin-left: 12px;
  margin-right: initial;
}
.ar_fix .nav_new .search .clear-input {
  right: auto;
  left: 15px;
}
.ar_fix .nav_new .search .search-mask {
  float: left;
  margin-right: 0;
  margin-left: 4px;
}
.ar_fix .nav_new .search .search-mask .search-mask-icon {
  margin-right: 0;
  margin-left: 8px;
}
.ar_fix .nav_new .item > a,
.ar_fix .nav_new .item > span {
  padding-left: initial;
  padding-right: 50px;
}
.ar_fix .nav_new .item > a > .icon,
.ar_fix .nav_new .item > a > .svg-icon,
.ar_fix .nav_new .item > span > .icon,
.ar_fix .nav_new .item > span > .svg-icon {
  left: initial;
  right: 16px;
}
.ar_fix .nav_new .many::after {
  left: 19px;
  right: auto;
}
.ar_fix .nav_new .nav_user_new .nav_user_info .display_name {
  margin-right: 12px;
}
.ar_fix .nav_new .nav_user_new .nav-download-management {
  right: unset;
  left: 16px;
}
.ar_fix .nav_new .nav_user_new .nav-a-download-manage .nav_user_hint {
  margin-right: 0;
  margin-left: -12px;
}
.ar_fix #header .menu_btn {
  right: 0;
  left: auto;
}
.ar_fix #header .menu_btn.red-dot::before {
  left: unset;
  right: 29px;
}
.ar_fix #header .search_btn {
  left: 0;
  right: auto;
}
.ar_fix .item.nav_user_new > a,
.ar_fix .item.nav_user_new span {
  padding-left: 12px;
  padding-right: 0;
}
.ar_fix .search-history .search-history-title {
  padding-left: 0;
  padding-right: 16px;
}
.ar_fix .search-history .search-history-title .search-history-delete {
  float: left;
}
.ar_fix .search-history .search-history-list li .search-history-item {
  padding-left: 0;
  padding-right: 13px;
  margin-left: 44px;
  margin-right: 0;
}
.ar_fix .search-history .search-history-list li .search-history-item .content {
  margin-left: 0;
  margin-right: 8px;
}
.ar_fix .search-history .search-history-list li .search-history-item-delete {
  right: auto;
  left: 0;
}
.ar_fix .search-history .search-history-list li:hover {
  background-color: #f8f9fa;
}
.ar_fix
  .search-history
  .search-history-list
  li:hover
  .search-history-item
  .search-icon-time {
  background-position: -20px -340px;
}
.ar_fix
  .search-history
  .search-history-list
  li:hover
  .search-history-item
  .content {
  color: #24cd77;
}
.ar_fix
  .open_menu
  .nav_container
  .nav_new
  .nav_user_new
  .nav-a-download-manage.show-hint::after {
  left: unset;
  right: -3px;
}
.open_menu .shadow {
  display: block;
}
.open_menu .menu-divider {
  margin: 8px 0;
  height: 1px;
  width: 100%;
  background-color: #e7e7e7;
}
.open_menu .nav_container .nav_new {
  width: 60%;
  min-width: 200px;
  max-width: 251px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
}
.open_menu .nav_container .nav_new .close_item {
  height: 48px;
}
.open_menu .nav_container .nav_new .close_item button {
  border: 0;
  padding: 0;
}
.open_menu .nav_container .nav_new .close_item .icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.open_menu
  .nav_container
  .nav_new
  .nav_user_new
  .nav-a-download-manage.show-hint {
  position: relative;
}
.open_menu
  .nav_container
  .nav_new
  .nav_user_new
  .nav-a-download-manage.show-hint
  .nav_user_hint {
  display: -webkit-box;
}
.open_menu
  .nav_container
  .nav_new
  .nav_user_new
  .nav-a-download-manage.show-hint::after {
  content: "";
  position: absolute;
  left: -3px;
  top: -1px;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #ef4444;
}
.nav_new .menu-item-pwa .menu-icon-pwa {
  background-image: url("../images/home_screen.svg");
  display: inline-block;
  background-size: 24px;
  height: 24px;
  width: 24px;
  margin: auto;
  position: relative;
  top: 6px;
  background-size: 24px;
  background-position: 0;
}
.nav_new i.icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 16px;
  fill: #8b8b8b;
  background-position: -24px 0;
}
.nav_new .close_item > a,
.nav_new .close_item > span {
  height: 20px;
}
.nav_new .item {
  padding-top: initial;
  padding-bottom: initial;
  line-height: 36px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
}
.nav_new .item > a,
.nav_new .item > span {
  cursor: pointer;
  font-size: 14px;
  line-height: 26px;
  color: #4b4b4b;
  padding: 5px 12px 5px 8px;
  display: block;
  position: relative;
  padding-left: 50px;
}
.nav_new .item:hover {
  background-color: #f8f9fa;
}
.nav_new .item:hover > a,
.nav_new .item:hover > span {
  color: #24cd77;
}
.nav_new .item:hover .svg-icon {
  stroke: #24cd77;
}
.nav_new .item:hover .icon_home {
  background-position: -24px -72px;
}
.nav_new .item:hover .icon_game {
  background-position: -24px -96px;
}
.nav_new .item:hover .icon_app {
  background-position: -24px -120px;
}
.nav_new .item:hover .icon_article {
  background-position: -24px -144px;
}
.nav_new .item:hover .icon_product {
  background-position: -24px -192px;
}
.nav_new .item:hover .icon_tv {
  background-position: -24px -216px;
}
.nav_new .item:hover .icon_aipure {
  background-position: -20px -452px;
}
.nav_new .item .menu_body a {
  padding: 0;
  display: block;
  white-space: nowrap;
  background: none;
  font-weight: 400;
  line-height: 36px;
  height: auto;
  font-size: 14px;
  padding-left: 40px;
  color: #777;
}
.nav_new .item .menu_body a:hover {
  color: #24cd77;
}
.nav_new .item > a.nav-l,
.nav_new .item > span.nav-l {
  padding: 0 16px;
}
.nav_new .item .nav_submenu {
  text-transform: none;
  display: none;
  top: 46px;
  left: 0;
  background: #f8f9fa;
  padding: 0 12px;
  border: 0;
}
.nav_new .item .nav_submenu-item {
  height: auto;
}
.nav_new .item .svg-icon {
  padding: 4px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 16px;
  fill: transparent;
  stroke: #8b8b8b;
}
.nav_new .item .nav_logout {
  display: none;
}
.nav_new .search a .tt-highlight {
  color: #24cd77;
}
.nav_new .search div.search-package .tt-highlight {
  color: #24cd77;
}
.nav_new .search .tt-dataset .info {
  min-width: 0;
  line-height: 0;
}
.nav_new .search .tt-dataset .info .info-title {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 2px;
  color: #5e5e5e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
}
.nav_new
  .search
  .tt-dataset
  .info
  .info-title
  .corner-tag-icon-box
  .corner-tag-icon {
  line-height: 22px;
}
.nav_new .search .tt-dataset .info .info-title strong {
  color: #24cd77;
}
.nav_new .search .tt-dataset .info .info-intro {
  font-size: 12px;
  line-height: 16px;
  color: #a6a6a6;
  direction: initial;
}
.nav_new .search .tt-dataset .info .info-intro > span {
  margin-right: 12px;
}
.nav_new .search .tt-dataset .info .info-intro .install-total {
  font-size: 12px;
  line-height: 16px;
  color: #a6a6a6;
}
.nav_new .search .tt-dataset .search-package {
  padding: 8px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav_new .search .tt-dataset .search-package .da {
  flex-shrink: 0;
  font-size: 12px;
  line-height: 24px;
  padding: 0 8px;
  background: #24cd77;
  color: #fff;
  font-weight: 400;
  border-radius: 4px;
}
.nav_new .search .tt-dataset .search-package .da * {
  color: #fff;
  font-weight: 400;
}
.nav_new .search .tt-dataset .search-package .da.normal-download {
  margin-left: 12px;
}
.nav_new .search .tt-dataset .search-package:hover {
  background-color: #f8f9fa;
}
.nav_new .search .tt-dataset a.tt-suggestion {
  display: block;
  padding: 10px 16px;
  color: inherit;
}
.nav_new .search .tt-dataset a.tt-suggestion:hover {
  background-color: #f8f9fa;
}
.nav_new .search .tt-dataset .icon {
  width: 48px;
  height: 48px;
  border-radius: 15%;
  border: 1px solid #eef3fa;
  box-sizing: border-box;
  margin-right: 12px;
  flex-shrink: 0;
  background: #ffffff;
}
.nav_new .search .tt-menu {
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-radius: 0 0 8px 8px;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.06);
  margin-top: -1px;
  padding: 8px 0;
  width: 100%;
  box-sizing: border-box;
}
.nav_new .search .tt-menu::before {
  content: "";
  height: 8px;
  width: 100%;
  position: absolute;
  top: -8px;
  left: -1px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
}
.nav_new .search p {
  font-size: 14px;
  line-height: 20px;
  padding: 3px 20px;
  text-transform: none !important;
  font-weight: normal !important;
  word-break: break-all;
}
.nav_new .search .tt-hint {
  color: #999 !important;
}
.nav_new .search p.tt-suggestion:hover {
  cursor: pointer;
  color: #24cd77;
  background-color: #24cd77;
}
.nav_new .search .search-package .package-info {
  display: flex;
  overflow: hidden;
}
.nav_new .search .search-package .package-info .info .info-intro i.user,
.nav_new .search .search-package .package-info .info .info-intro i.download,
.nav_new
  .search
  .search-package
  .package-info
  .info
  .info-intro
  .stars-box
  > i {
  display: inline-block;
  height: 12px;
  background-size: 12px;
  width: 12px;
  top: 1px;
  position: relative;
  background: url("../images/stars.svg")
    no-repeat left center;
}
.nav_new .search .search-package .package-info .info .info-intro i.user {
  background-image: url("../images/comment_user.webp");
  background-size: 10px;
}
.nav_new .search .search-package .package-info .info .info-intro i.download {
  background-image: url("../images/download-icon.webp");
  background-size: contain;
}
.nav_new .search .search-package .package-info .info .info-intro > span > i {
  margin-right: 4px;
}
.nav_new .search .searching-show {
  display: none;
}
.nav_new .search .clear-input {
  position: absolute;
  right: 15px;
  top: 15px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url("../images/www_svg_icon.svg")
    no-repeat;
  background-position: -20px -40px;
  background-size: 200px;
  cursor: pointer;
  display: none;
}
.nav_new .search .search-mask {
  float: right;
  padding: 9px 12px;
  line-height: 16px;
  cursor: pointer;
  margin-right: 4px;
}
.nav_new .search .search-mask .search-mask-icon {
  background: url("../images/www_svg_icon.svg")
    no-repeat;
  width: 24px;
  height: 24px;
  background-position: -48px -24px;
  background-size: 240px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.nav_new .search .search-mask span {
  font-size: 12px;
  color: #c5c5c5;
  display: none;
}
.nav_new .nav_user_new {
  display: flex;
  align-items: center;
}
.nav_new .nav_user_new .nav-a-download-manage .nav_user_hint {
  display: none;
  margin-right: -12px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  flex: 1 0 0;
  overflow: hidden;
  color: #8b8b8b;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
@media screen and (max-width: 996px) {
  .nav_new .nav_user_new .nav-a-download-manage {
    display: flex;
    align-items: center;
    gap: 12px;
  }
}
.nav_new .nav_user_new .nav_user_info .display_name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  color: #555555;
  display: block;
}
.nav_new .nav_user_new .nav_user_info .display_name:hover {
  color: #24cd77;
}
.nav_new .nav_user_new .nav_user_info a.logout {
  display: none;
}
.nav_new .nav_user_new .nav_user_info a.logout:hover {
  color: #24cd77;
}
.nav_new .nav_user_new .nav_user_info .nav-action-list {
  display: none;
}
.nav_new .nav_user_new .nav_user_info .nav-recommend-update {
  display: none;
}
.nav_new .nav_user_new .nav_user_info div img {
  display: none;
}
.nav_new .nav_user_new .nav-download-management {
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: absolute;
  line-height: 25px;
  padding: 24px 16px;
  width: 260px;
  top: 64px;
  right: 16px;
  background: #fff;
  border: 1px solid #e8e8e8;
  z-index: 999999;
  display: none;
  border-radius: 8px;
}
.nav_new .nav_user_new .nav-download-management-close {
  position: absolute;
  display: flex;
  padding: 10px;
  top: 0;
  right: 0;
  cursor: pointer;
}
.nav_new .nav_user_new .nav-download-management-close svg {
  width: 14px;
  height: 14px;
  stroke: transparent;
  fill: #c5c5c5;
}
.nav_new .nav_user_new .nav-download-management-close:hover svg {
  fill: #8b8b8b;
}
.nav_new .nav_user_new .nav-download-management-icon {
  box-sizing: border-box;
  display: flex;
  width: 44px;
  height: 44px;
  margin-bottom: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  background: rgba(36, 205, 119, 0.1);
}
.nav_new .nav_user_new .nav-download-management-icon svg {
  width: 24px;
  height: 24px;
  fill: transparent;
  stroke: #24cd77;
}
.nav_new .nav_user_new .nav-download-management-title {
  color: #5e5e5e;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 4px;
}
.nav_new .nav_user_new .nav-download-management-desc {
  color: #8b8b8b;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.nav_new .nav_user_new .nav-download-management-login {
  display: flex;
  padding: 8px 32px;
  margin-top: 24px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 4px;
  background: #24cd77;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.nav_new .nav_user_new .nav-download-management-login:hover {
  background: #24dc83;
}
.nav_new .item.many:hover {
  background-color: #fff;
  background-attachment: fixed;
}
.nav_new .many::after {
  content: " ";
  position: absolute;
  right: 19px;
  top: 16px;
  opacity: 0.9;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
}
.nav_new .many.open .nav_submenu {
  display: block;
}
.nav_new .many.open::after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.nav_new .item.nav_user_new {
  border-bottom: solid 1px #e0e0e0;
  padding-bottom: 8px;
  padding: 12px 16px;
}
.nav_new .item.nav_user_new > a,
.nav_new .item.nav_user_new > span {
  padding-left: 0;
}
.nav_new .item.nav_tv {
  border-bottom: solid 1px #e0e0e0;
  padding-bottom: 8px;
}
.nav_new .item.nav_home {
  margin-top: 8px;
}
.nav_new .item.menu-item-pwa {
  margin-top: 8px;
}
.nav_new.searching .search .search-mask {
  display: none;
}
.nav_new.searching .search .searching-show {
  display: block;
}
.nav_new.searching .searching-hide {
  display: none;
}
.menu-user-layer {
  padding: 6px 35px 6px 6px;
  position: relative;
  color: #777;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.menu-user-layer img {
  position: relative;
  top: 0;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.menu-layer {
  color: #777;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 6px 0 6px 15px;
  position: relative;
  top: -3px;
}
.menu-only-text {
  color: #777;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nav_submenu {
  position: initial;
}
.shadow {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
  z-index: 999999;
  padding-bottom: 60px;
}
.search_m_nav .so .search-package .package-info .info .info-intro {
  direction: initial;
}
.ar_fix .so .search-package .package-info .info .info-intro > span {
  margin-left: 12px;
  margin-right: auto;
}
.ar_fix .nav_new .search .tt-dataset .search-package .da.normal-download {
  margin-left: 0;
  margin-right: 12px;
}
.tt-dataset .info .info-intro > span::before {
  content: " ";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  background-size: 10px;
  margin-right: 4px;
  top: 1px;
}
.tt-dataset .info .info-intro .score {
  color: #fa8b16;
}
.tt-dataset .info .info-intro .score::before {
  top: 1.5px;
  width: 12px;
  height: 12px;
  background-size: 12px;
  background-image: url("../images/stars.svg");
}
.tt-dataset .info .info-intro .score[data-score="0.0"] span {
  color: #a6a6a6;
}
.tt-dataset .info .info-intro .score[data-score="0.0"]::before {
  background-image: url("../images/stars_fill.svg");
}
.tt-dataset .info .info-intro .install-total {
  font-size: 12px;
  line-height: 16px;
  color: #a6a6a6;
}
.tt-dataset .info .info-intro .install-total::before {
  background-image: url("../images/icon_download.svg");
}
.tt-dataset .info .info-intro .score-total::before {
  background-image: url("../images/icon_comment_count.svg");
}
@media (min-width: 1155px) {
  .nav_new .search .search-mask {
    width: 300px;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    cursor: text;
  }
  .nav_new .search .search-mask .search-mask-icon {
    width: 20px;
    height: 20px;
    background-position: -40px -20px;
    background-size: 200px;
  }
  .nav_new .search .search-mask span {
    display: inline;
  }
}
@media (min-width: 996px) {
  #header {
    border-bottom: 1px solid #e7e7e7;
    background-color: #fff;
  }
  #header .search_m_nav {
    display: none;
  }
  #header .logo .p_logo {
    display: inherit;
  }
  #header .logo .m_logo,
  #header .logo .vip_label {
    display: none;
  }
  #header .nav_new {
    margin-left: 44px;
  }
  #header .nav_new.searching {
    margin-left: 0px;
  }
  #header .menu_btn {
    display: none;
  }
  #header .search_btn {
    display: none;
  }
  .nav_container {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .nav_container .search {
    display: block;
    flex: 1;
  }
  .nav_container .nav_new {
    position: inherit;
    height: 70px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    flex: 1;
  }
  .nav_container .nav_new .close_item {
    display: none;
  }
  .nav_container .nav_new #nav_user_a {
    overflow: visible;
  }
  .nav_container .nav_right {
    display: block;
  }
  .menu-user-layer {
    padding: 0;
  }
  .menu-user-layer img {
    width: 35px;
    height: 35px;
    position: inherit;
    top: inherit;
    border-radius: inherit;
  }
  .nav_new .item {
    line-height: 32px;
    padding: 10px 12px;
    width: inherit;
  }
  .nav_new .item .nav_submenu {
    background-color: #fff;
  }
  .nav_new .item .menu_body {
    padding: 12px;
  }
  .nav_new .item .menu_body a {
    padding: 0;
  }
  .nav_new .item:hover {
    background-color: #fff;
  }
  .nav_new .item > a,
  .nav_new .item > span {
    padding: 0;
    font-weight: 500;
    color: #777;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
  }
  .nav_new .item > a .icon,
  .nav_new .item > span .icon {
    display: none;
  }
  .nav_new .item > a.nav-l {
    padding: 0;
  }
  .nav_new .item.nav_user_new {
    border: 0;
    background-color: #f5f5f5;
    order: 9;
  }
  .nav_new .item.nav_user_new:hover .nav_user_info {
    display: block;
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
  }
  .nav_new .item.nav_user_new:hover .nav_user_info::before {
    content: " ";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
    position: absolute;
    top: -8px;
    right: 8px;
  }
  .nav_new .item.nav_user_new.nav_download_manage_pop .nav-download-management {
    display: flex;
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
  }
  .nav_new
    .item.nav_user_new.nav_download_manage_pop
    .nav-download-management::before {
    content: " ";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
    position: absolute;
    top: -8px;
    right: 8px;
  }
  .nav_new .item.nav_user_new.nav_user_functional .nav_user_info {
    box-sizing: border-box;
    padding: 0;
    width: 260px;
  }
  .nav_new .item.nav_user_new.nav_user_functional .nav_user_info a.logout {
    display: none;
  }
  .nav_new
    .item.nav_user_new.nav_user_functional
    .nav_user_info
    > div:first-of-type {
    padding: 20px 12px 12px;
  }
  .nav_new .item.nav_user_new.nav_user_functional .nav-action-list {
    display: flex;
    padding: 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
    border-top: 1px solid #f2f5f9;
  }
  .nav_new .item.nav_user_new.nav_user_functional .nav-action-list .nav-action {
    display: flex;
    padding: 6px 8px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: #5e5e5e;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 4px;
  }
  .nav_new
    .item.nav_user_new.nav_user_functional
    .nav-action-list
    .nav-action
    .nav-action-text {
    flex: 1;
    text-align: start;
  }
  .nav_new
    .item.nav_user_new.nav_user_functional
    .nav-action-list
    .nav-action
    .nav-action-icon {
    flex-shrink: 0;
    display: flex;
    padding: 0;
  }
  .nav_new
    .item.nav_user_new.nav_user_functional
    .nav-action-list
    .nav-action
    svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    position: relative;
    fill: transparent;
    stroke: #5e5e5e;
  }
  .nav_new
    .item.nav_user_new.nav_user_functional
    .nav-action-list
    .nav-action.red-dot
    .nav-action-icon {
    position: relative;
  }
  .nav_new
    .item.nav_user_new.nav_user_functional
    .nav-action-list
    .nav-action.red-dot
    .nav-action-icon::after {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    right: -3px;
    width: 6px;
    height: 6px;
    border-radius: 100px;
    background: #ef4444;
  }
  .nav_new
    .item.nav_user_new.nav_user_functional
    .nav-action-list
    .nav-action:hover {
    background: #f2f5f9;
    color: #00a6ed;
  }
  .nav_new
    .item.nav_user_new.nav_user_functional
    .nav-action-list
    .nav-action:hover
    svg {
    stroke: #00a6ed;
  }
  .nav_new .item.nav_user_new.nav_user_functional .nav-recommend-update {
    display: flex;
    padding: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-top: 1px solid #f2f5f9;
  }
  .nav_new .item.nav_user_new.nav_user_functional .nav-recommend-update-title {
    color: #8b8b8b;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
  }
  .nav_new .item.nav_user_new.nav_user_functional .nav-recommend-update-list {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }
  .nav_new
    .item.nav_user_new.nav_user_functional
    .nav-recommend-update-list
    .nav-apk {
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .nav_new
    .item.nav_user_new.nav_user_functional
    .nav-recommend-update-list
    .icon {
    border: 1px solid #eff3f9;
    border-radius: 8px;
    width: 44px;
    height: 44px;
  }
  .nav_new
    .item.nav_user_new.nav_user_functional
    .nav-recommend-update-list
    .text {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    align-self: stretch;
    text-align: start;
    overflow: hidden;
  }
  .nav_new
    .item.nav_user_new.nav_user_functional
    .nav-recommend-update-list
    .name {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #5e5e5e;
  }
  .nav_new
    .item.nav_user_new.nav_user_functional
    .nav-recommend-update-list
    .name:hover {
    color: #00a6ed;
  }
  .nav_new
    .item.nav_user_new.nav_user_functional
    .nav-recommend-update-list
    .date {
    color: #8b8b8b;
    font-size: 12px;
    line-height: 16px;
  }
  .nav_new
    .item.nav_user_new.nav_user_functional
    .nav-recommend-update-list
    .date
    span
    + span {
    margin-inline-start: 12px;
  }
  .nav_new .item.nav_tv {
    border: 0;
  }
  .nav_new .item.nav_home {
    display: none;
  }
  .nav_new .menu-item-pwa {
    display: none !important;
  }
  .nav_new .nav_logout {
    display: none !important;
  }
  .nav_new .many {
    margin-right: 18px;
  }
  .nav_new .many::after {
    right: -4px;
    top: 20px;
    width: 4px;
    height: 4px;
    border: none;
    border-right: 2px solid #777;
    border-bottom: 2px solid #777;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
  }
  .nav_new .many:hover::after {
    border-bottom-width: 2px;
    border-color: #24cd77;
    -webkit-transform: rotateZ(-135deg);
    transform: rotateZ(-135deg);
    top: 22px;
  }
  .nav_new .many:hover .nav_submenu {
    display: block;
    min-width: 120px;
    overflow: inherit;
    border-radius: 4px;
    z-index: 1;
  }
  .nav_new .many:hover .nav_submenu::before {
    content: " ";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    position: absolute;
    top: -10px;
    left: 8px;
  }
  .nav_new .nav_user_new {
    height: 100%;
    background-color: #f5f5f5;
    padding: 10px 12px;
  }
  .nav_new .nav_user_new .nav_user_info {
    width: 180px;
    text-align: center;
    position: absolute;
    line-height: 25px;
    padding: 21px 18px 16px;
    top: 64px;
    right: 16px;
    background: #fff;
    border: 1px solid #e8e8e8;
    z-index: 999999;
    display: none;
    border-radius: 8px;
  }
  .nav_new .nav_user_new .nav_user_info a.logout {
    position: absolute;
    display: inherit;
    top: 18px;
    right: 18px;
    font-size: 13px;
    color: #9a9a9a;
    cursor: pointer;
    z-index: 5;
    height: 21px;
    line-height: 21px;
    font-weight: normal;
    max-width: 62px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .nav_new .nav_user_new .nav_user_info div img {
    display: inherit;
    border-radius: 50%;
  }
  .nav_new .nav_user_new .nav_user_info .display_name {
    margin-top: 8px;
    font-weight: 600;
  }
  .nav_new .item.group {
    display: none;
  }
  .nav_new .search .tt-dataset {
    max-height: 348px;
    overflow: hidden;
    border-radius: 0 0 8px 8px;
  }
  .ar_fix .nav_new .item > a,
  .ar_fix .nav_new .item > span {
    padding: 0;
  }
  .ar_fix .nav_new .nav_user_new .nav_user_info {
    left: 16px;
    right: auto;
  }
  .ar_fix .nav_new .nav_user_new .nav_user_info .display_name {
    margin-right: 0;
  }
  .ar_fix
    .nav_new
    .nav_user_new.nav_download_manage_pop
    .nav-download-management::before {
    right: unset;
    left: 8px;
  }
  .ar_fix
    .nav_new
    .nav_user_new.nav_download_manage_pop
    .nav-download-management-close {
    right: unset;
    left: 0;
  }
  .ar_fix
    .nav_new
    .nav_user_new.nav_user_functional
    .nav-action-list
    .nav-action.red-dot
    .nav-action-icon::after {
    right: unset;
    left: -3px;
  }
  .ar_fix .nav_new .item.nav_user_new:hover .nav_user_info::before {
    left: 8px;
    right: auto;
  }
  .ar_fix .nav_new .many {
    margin-right: auto;
    margin-left: 18px;
  }
  .ar_fix .nav_container .nav_new {
    margin-right: 50px;
  }
  .nav_submenu {
    position: absolute;
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
    background-color: #fff;
  }
  .nav_menu-item:hover .nav_submenu {
    left: auto;
    right: 0;
    top: 70px;
  }
  .search-history {
    top: 40px;
    left: 50%;
    width: 600px;
    height: auto;
    z-index: 99;
    display: none;
    background-color: #fff;
    overflow-x: visible;
    overflow-y: visible;
    margin-left: -300px;
    border: 1px solid #eeeeee;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.06);
    border-radius: 0 0 8px 8px;
    box-sizing: border-box;
  }
  .search-history .search-history-title {
    display: none;
  }
  .search-history .search-history-list {
    max-height: 276px;
    overflow: hidden;
    border-radius: 0 0 8px 8px;
  }
  .search-history .search-history-list li {
    position: relative;
  }
  .search-history .search-history-list li .search-history-item {
    display: block;
    margin-right: 44px;
    line-height: 46px;
    padding-left: 13px;
  }
  .search-history .search-history-list li .search-history-item > div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .search-history
    .search-history-list
    li
    .search-history-item
    .search-icon-time {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url("../images/www_svg_icon.svg")
      no-repeat;
    background-position: 0 -340px;
    background-size: 200px;
  }
  .search-history .search-history-list li .search-history-item .content {
    margin-left: 8px;
    font-size: 14px;
    color: #5e5e5e;
  }
  .search-history .search-history-list li .search-history-item-delete {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 46px;
    line-height: 46px;
    text-align: center;
  }
  .search-history
    .search-history-list
    li
    .search-history-item-delete
    .icon-search-history-item-delete {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url("../images/www_svg_icon.svg")
      no-repeat;
    background-position: -20px -40px;
    background-size: 200px;
  }
  .search-history .search-history-list li:hover {
    background-color: #f8f9fa;
  }
  .search-history
    .search-history-list
    li:hover
    .search-history-item
    .search-icon-time {
    background-position: -20px -340px;
  }
  .search-history .search-history-list li:hover .search-history-item .content {
    color: #24cd77;
  }
  .search-history::before {
    content: "";
    height: 8px;
    width: 100%;
    position: absolute;
    top: -8px;
    left: -1px;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    background-color: #ffffff;
    border-bottom: 1px solid #eeeeee;
  }
  .ar_fix #header .nav_new {
    margin-left: 0;
  }
  .ar_fix #header .nav_new.searching {
    margin-right: 0;
  }
  .ar_fix .search-history .search-history-list li .search-history-item {
    margin-left: 44px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 13px;
  }
  .ar_fix
    .search-history
    .search-history-list
    li
    .search-history-item
    .content {
    margin-left: 0;
    margin-right: 8px;
  }
  .ar_fix .search-history .search-history-list li .search-history-item-delete {
    right: auto;
    left: 0;
  }
}
#nav_user_a.red-dot {
  position: relative;
}
#nav_user_a.red-dot::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #ef4444;
}
#header.vip #nav_user_a {
  position: relative;
  padding: 0;
  width: 34px;
  height: 34px;
  box-sizing: border-box;
  overflow: visible;
  margin-right: 12px;
}
#header.vip #nav_user_a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 120%;
  left: 0;
  top: 0;
  background-image: url(../images/icon_vip_avatar.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: translateY(-14%);
}
@media screen and (min-width: 996px) {
  #header.vip #nav_user_a {
    margin-right: 0px;
  }
}
#header.vip .nav_user_info .display_name {
  background: linear-gradient(90deg, #ff7704 0%, #fb05f4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 996px) {
  #header.vip
    .nav_user_info
    > div
    a:not(.display_name):not(.nav-action):not(.nav-apk-title):not(
      .nav-apk-icon
    ) {
    position: relative;
    padding: 0;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    display: inline-block;
  }
  #header.vip
    .nav_user_info
    > div
    a:not(.display_name):not(.nav-action):not(.nav-apk-title):not(
      .nav-apk-icon
    )::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 120%;
    left: 0;
    top: 0;
    background-image: url(../images/icon_vip_avatar.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: translateY(-14%);
  }
}

.footer_new {
  background-color: #fff;
  overflow: initial;
  width: 100% !important;
}
.footer_new .footer_container {
  padding: 0 16px;
  margin: 0 auto;
}
.footer_new .footer_container .other .menu_list .menu_body a {
  padding: 5px;
  height: auto;
  line-height: 26px;
  color: #777;
}
.footer_new .footer_container .other .menu_list .menu_body a .beta {
  background-color: #fa8b16;
  color: #fff;
  padding: 0 2px;
  font-size: 8px;
  font-style: initial;
  border-radius: 2px;
}
.footer_new .footer_container .other .menu_list li:hover a {
  color: #24cd77;
  background-color: transparent;
}
.footer_new .other {
  border-top: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}
.footer_new .other .info {
  color: #a6a6a6;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.footer_new .other .info a {
  color: #a6a6a6;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.footer_new .other .info a:hover {
  color: #24cd77;
}
.footer_container > .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer_container .info .base_info > p {
  font-size: 12px;
  line-height: 16px;
  margin: 12px 0;
  color: #a6a6a6;
}
.footer_container .info .share-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_container .info .share-box li {
  margin-right: 6px;
}
.footer_container .info .share-box li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  width: 25px;
}
.footer_container .info .share-box li > a.telegram {
  fill: currentColor;
}
.footer_container .info .share-box li > a.telegram:hover {
  color: #8b8b8b;
}
.footer_container .info .share-box li > a.instagram {
  fill: currentColor;
}
.footer_container .info .share-box li > a.instagram:hover {
  color: #8b8b8b;
}
.footer_container .info .share-box li .icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../images/www_svg_icon.svg")
    no-repeat;
  background-position: 0 -264px;
}
.footer_container .info .share-box li .icon.f_icon_twitter {
  background-position: 0 -288px;
}
.footer_container .info .share-box li .icon.f_icon_youtube {
  background-position: 0 -312px;
}
.footer_container .info .share-box li .icon.f_icon_vk {
  background-position: 0 -336px;
}
.footer_container .info .share-box li .icon.f_icon_ok_ru {
  background-position: 0 -360px;
}
.footer_container .info .item {
  padding: 12px 0;
}
.footer_container .info .item .title {
  font-weight: 500;
  font-size: 16px;
  color: #777;
}
.footer_container .info .item ul li {
  margin-top: 8px;
}
.footer_container .info .item ul li a {
  color: #8b8b8b;
  font-size: 13px;
  line-height: 22px;
}
.footer_container .info .item ul li a:hover {
  color: #24cd77;
}
.footer_container .info .item ul.share-box li:last-child {
  margin-bottom: 0;
}
.footer_container .info .item:last-child ul li:last-child {
  margin-bottom: 0;
}
.footer_container .info .item > p {
  margin: 12px 0 4px;
  color: #8b8b8b;
  font-size: 13px;
  line-height: 22px;
}
.footer_container .info .item.group {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 8px;
  width: 100%;
  margin-bottom: 8px;
}
.footer_container .current_box {
  line-height: 28px;
  padding: 0 10px;
  color: #6f6f6f;
  position: relative;
  border: 1px solid #e7e7e7;
  display: inline-block;
  margin: 8px auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.footer_container .current_box.enable_switch .current_lang {
  cursor: pointer;
}
.footer_container .current_box.enable_switch .current_lang::after {
  content: " ";
  position: absolute;
  right: -6px;
  top: 12px;
  opacity: 0.4;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
}
.footer_container .current_box.enable_switch.open .current_lang {
  color: #24cd77;
}
.footer_container .current_box.enable_switch.open .current_lang::before {
  background-position: -24px -240px;
}
.footer_container .current_box.enable_switch.open .current_lang::after {
  border-bottom: 4px solid #000;
  border-top: 0;
}
.footer_container .current_box.enable_switch.open .menu_list {
  display: block;
}
.footer_container .current_lang {
  position: relative;
  color: #6f6f6f;
  padding: 0 10px 0 28px;
}
.footer_container .current_lang:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background: url("../images/www_svg_icon.svg")
    no-repeat;
  background-position: 0 -240px;
}
.footer_container .menu_list {
  position: absolute;
  display: none;
  background: #fff;
  bottom: 40px;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
  left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 999999;
}
.footer_container .menu_list::after {
  content: " ";
  position: absolute;
  bottom: -10px;
  left: 8px;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border: 16px solid transparent;
  bottom: -27px;
  left: 0 !important;
  right: 0 !important;
}
.footer_container .menu_list::before {
  content: " ";
  position: absolute;
  bottom: -10px;
  left: 8px;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.footer_container .menu_list .menu_body ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 200px;
  padding: 8px 0;
  overflow-y: auto;
}
.footer_container .menu_list .menu_body ul li {
  width: 100px;
}
.ar_fix .footer_container .menu_list {
  right: 0;
  left: auto;
}
.ar_fix .footer_container .menu_list::before {
  right: 8px;
  left: auto;
}
@media (min-width: 1048px) {
  .footer_new .other {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -webkit-flex-direction: inherit;
    -moz-box-orient: inherit;
    -moz-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
  }
  .footer_container .current_box {
    margin: 0;
  }
}
@media (min-width: 996px) {
  .footer_new {
    padding-top: 24px;
    border-top: 1px solid #e7e7e7;
  }
  .footer_new .footer_container {
    width: 90%;
  }
  .footer_new .other {
    padding: 8px 0;
  }
  .footer_new .other .info {
    line-height: 16px;
  }
  .footer_new .other .info a {
    line-height: 16px;
  }
  .footer_container .current_box.enable_switch:hover .current_lang {
    color: #24cd77;
  }
  .footer_container .current_box.enable_switch:hover .current_lang::before {
    background-position: -24px -240px;
  }
  .footer_container .current_box.enable_switch:hover .current_lang::after {
    border-bottom: 4px solid #000;
    border-top: 0;
  }
  .footer_container .current_box.enable_switch:hover .menu_list {
    display: block;
  }
  .footer_container .info .item.group {
    border: 0;
    margin-bottom: 0;
    width: auto;
    max-width: 320px;
  }
  .footer_container .info .item ul.share-box li:last-child {
    margin-bottom: 0;
  }
  .footer_container .menu_list {
    right: 0;
    left: auto;
  }
  .footer_container .menu_list::after {
    right: 8px;
    left: auto;
  }
  .footer_container .menu_list::before {
    right: 8px;
    left: auto;
  }
  .ar_fix .footer_container .menu_list {
    left: 0;
    right: auto;
  }
  .ar_fix .footer_container .menu_list::after {
    left: 8px;
    right: auto;
  }
  .ar_fix .footer_container .menu_list::before {
    left: 8px;
    right: auto;
  }
}
@media (min-width: 720px) {
  .footer_container > .info {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -webkit-flex-direction: inherit;
    -moz-box-orient: inherit;
    -moz-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
  }
}
#searching {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 45px;
  z-index: 999999;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 18px;
  color: #555;
  line-height: 45px;
}
#footer-premium-entrance {
  display: flex;
  align-items: center;
  gap: 4px;
}
#footer-premium-entrance::after {
  content: "NEW";
  display: flex;
  justify-content: center;
  align-items: center;
  height: 18px;
  padding: 0px 4px;
  border-radius: 3px;
  background: linear-gradient(103deg, #ff7704 3.2%, #fb05f4 100.46%);
  color: #fff;
  font-size: 13px;
}

.js-ad-slot .premium-entrance-blow-ad-wrap {
  align-items: center;
  display: none;
  justify-content: center;
  margin: 4px 0;
}
.js-ad-slot .premium-entrance-blow-ad {
  align-items: center;
  display: flex;
  gap: 4px;
  justify-content: center;
}
.js-ad-slot .premium-entrance-blow-ad-text {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #ff7704, #fb05f4);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.js-ad-slot .premium-entrance-blow-ad-icon {
  background-image: url(../images/img-common.stack-3a324656.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 14px;
  width: 14px;
}

.app-drawing-canvas {
  pointer-events: none;
  cursor: default;
  position: absolute;
  top: 0;
  left: 0;
}
.app-drawing-canvas.active {
  pointer-events: all;
  cursor: crosshair;
}
.app-bubble-clicker .bubble {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999999;
  width: 26px;
  height: 26px;
  transform: scale(0);
  opacity: 0;
  background: red;
  border-radius: 50%;
}
.app-bubble-clicker .bubble.show {
  animation: 0.6s ease 0s infinite bubble;
}
@keyframes bubble {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  30% {
    transform: scale(1);
    opacity: 0.6;
  }
  60% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}


.vc-editable-input {
  position: relative;
}
.vc-input__input {
  padding: 0;
  border: 0;
  outline: none;
}
.vc-input__label {
  text-transform: capitalize;
}


.vc-saturation,
.vc-saturation--white,
.vc-saturation--black {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.vc-saturation--white {
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.vc-saturation--black {
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
}
.vc-saturation-pointer {
  cursor: pointer;
  position: absolute;
}
.vc-saturation-circle {
  cursor: head;
  width: 4px;
  height: 4px;
  box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  transform: translate(-2px, -2px);
}


.vc-hue {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 2px;
}
.vc-hue--horizontal {
  background: linear-gradient(to right, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);
}
.vc-hue--vertical {
  background: linear-gradient(to top, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);
}
.vc-hue-container {
  cursor: pointer;
  margin: 0 2px;
  position: relative;
  height: 100%;
}
.vc-hue-pointer {
  z-index: 2;
  position: absolute;
}
.vc-hue-picker {
  cursor: pointer;
  margin-top: 1px;
  width: 4px;
  border-radius: 1px;
  height: 8px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  background: #fff;
  transform: translateX(-2px);
}

.vc-checkerboard{position:absolute;top:0px;right:0px;bottom:0px;left:0px;background-size:contain}
.vc-alpha{position:absolute;top:0px;right:0px;bottom:0px;left:0px}.vc-alpha-checkboard-wrap{position:absolute;top:0px;right:0px;bottom:0px;left:0px;overflow:hidden}.vc-alpha-gradient{position:absolute;top:0px;right:0px;bottom:0px;left:0px}.vc-alpha-container{cursor:pointer;position:relative;z-index:2;height:100%;margin:0 3px}.vc-alpha-pointer{z-index:2;position:absolute}.vc-alpha-picker{cursor:pointer;width:4px;border-radius:1px;height:8px;box-shadow:0 0 2px rgba(0,0,0,.6);background:#fff;margin-top:1px;transform:translateX(-2px)}

.vc-sketch {
  position: relative;
  width: 200px;
  padding: 10px 10px 0;
  box-sizing: initial;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 8px 16px rgba(0, 0, 0, 0.15);
}
.vc-sketch-saturation-wrap {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
}
.vc-sketch-controls {
  display: flex;
}
.vc-sketch-sliders {
  padding: 4px 0;
  flex: 1;
}
.vc-sketch-sliders .vc-hue,
.vc-sketch-sliders .vc-alpha-gradient {
  border-radius: 2px;
}
.vc-sketch-hue-wrap {
  position: relative;
  height: 10px;
}
.vc-sketch-alpha-wrap {
  position: relative;
  height: 10px;
  margin-top: 4px;
  overflow: hidden;
}
.vc-sketch-color-wrap {
  width: 24px;
  height: 24px;
  position: relative;
  margin-top: 4px;
  margin-left: 4px;
  border-radius: 3px;
}
.vc-sketch-active-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 0 4px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.vc-sketch-color-wrap .vc-checkerboard {
  background-size: auto;
}
.vc-sketch-field {
  display: flex;
  padding-top: 4px;
}
.vc-sketch-field .vc-input__input {
  width: 90%;
  padding: 4px 0 3px 10%;
  border: none;
  box-shadow: inset 0 0 0 1px #ccc;
  font-size: 10px;
}
.vc-sketch-field .vc-input__label {
  display: block;
  text-align: center;
  font-size: 11px;
  color: #222;
  padding-top: 3px;
  padding-bottom: 4px;
  text-transform: capitalize;
}
.vc-sketch-field--single {
  flex: 1;
  padding-left: 6px;
}
.vc-sketch-field--double {
  flex: 2;
}
.vc-sketch-presets {
  margin-right: -10px;
  margin-left: -10px;
  padding-left: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}
.vc-sketch-presets-color {
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin: 0 10px 10px 0;
  vertical-align: top;
  cursor: pointer;
  width: 16px;
  height: 16px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
}
.vc-sketch-presets-color .vc-checkerboard {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
.vc-sketch__disable-alpha .vc-sketch-color-wrap {
  height: 10px;
}

.app-color-picker[data-v-ba72fdce] {
  position: relative;
  font-family: "Didact Gothic", sans-serif;
}
.app-color-picker.no-transparent .vc-sketch-color-wrap[data-v-ba72fdce] {
  height: 10px;
}
.app-color-picker.no-transparent .vc-sketch-alpha-wrap[data-v-ba72fdce] {
  display: none;
}
.app-color-picker.no-transparent
  .vc-sketch-field
  .vc-sketch-field--single[data-v-ba72fdce]:last-child {
  display: none;
}
.app-color-picker .color-wrapper[data-v-ba72fdce] {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-color-picker .color[data-v-ba72fdce] {
  width: 34px;
  height: 34px;
  border: 1px solid var(--input-border-color);
  border-radius: 4px;
  cursor: pointer;
}
.app-color-picker .drop-down[data-v-ba72fdce] {
  display: none;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1000;
}
.app-color-picker.open .drop-down[data-v-ba72fdce] {
  display: block;
}
/*! nouislider - 14.7.0 - 4/6/2021 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-connect {
  height: 100%;
  width: 100%;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3fb8af;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}
.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #ccc;
}
.noUi-marker-sub {
  background: #aaa;
}
.noUi-marker-large {
  background: #aaa;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

.app-vertical-range-slider .slider {
  height: 110px;
  width: 14px;
  border: none;
  background: #c3daff;
  border-radius: 2px;
  box-shadow: none;
}
.app-vertical-range-slider .slider.noUi-target {
  padding: 8px 0;
}
.app-vertical-range-slider .slider .noUi-connects {
  margin: -8px 0;
  height: calc(100% + 16px);
}
.app-vertical-range-slider .slider .noUi-touch-area {
  height: 16px;
  width: 16px;
  border-radius: 2px;
}
.app-vertical-range-slider .slider .noUi-handle {
  background: #ff9600;
  height: 16px;
  width: 16px;
  border-radius: 2px;
  box-shadow: none;
  border: none;
  right: -1px;
  top: 0px;
  outline: none;
}
.app-vertical-range-slider .slider .noUi-handle:before,
.app-vertical-range-slider .slider .noUi-handle:after {
  display: none;
}
.app-vertical-range-slider .slider .noUi-connects .noUi-connect {
  background: #c3daff;
}
.app-vertical-range-slider .slider .noUi-connects .noUi-connect:first-child {
  background: #3c84f7;
}
button.btn {
  display: inline-block;
  font-weight: 300;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
  letter-spacing: 1px;
  transition: all 0.15s ease;
}
button.btn.btn-sm {
  padding: 0.4rem 0.8rem;
  font-size: 0.8rem;
  border-radius: 0.2rem;
}
button.btn.btn-primary {
  color: #fff;
  background-color: #45c8f1;
  border-color: #45c8f1;
}
button.btn.btn-outline-primary {
  color: #45c8f1;
  background-color: rgba(0, 0, 0, 0);
  border-color: #45c8f1;
}
button.btn.btn-danger {
  color: #fff;
  background-color: #ff4949;
  border-color: #ff4949;
}
.text-muted {
  color: #8492a6;
}
.text-center {
  text-align: center;
}
.drop-down-enter,
.drop-down-leave-to {
  transform: translateX(0) translateY(-20px);
  transition-timing-function: cubic-bezier(0.74, 0.04, 0.26, 1.05);
  opacity: 0;
}
.drop-down-enter-active,
.drop-down-leave-active {
  transition: all 0.15s;
}
.move-left-enter,
.move-left-leave-to {
  transform: translateY(0) translateX(-80px);
  transition-timing-function: cubic-bezier(0.74, 0.04, 0.26, 1.05);
  opacity: 0;
}
.move-left-enter-active,
.move-left-leave-active {
  transition: all 0.15s;
}
.no-tr {
  transition: none !important;
}
.no-tr * {
  transition: none !important;
}
.overlay {
  position: fixed;
  background: rgba(220, 220, 220, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.2s ease;
  opacity: 0;
  visibility: hidden;
}
.overlay .modal {
  transition: all 0.2s ease;
  opacity: 0;
  transform: scale(0.6);
  overflow: hidden;
}
.overlay.show {
  opacity: 1;
  visibility: visible;
}
.overlay.show .modal {
  opacity: 1;
  transform: scale(1);
}
.panel {
  padding: 6px 10px;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  border-radius: 6px;
  position: relative;
  border: 1px solid #eaf7ff;
  background: #f7fcff;
  outline: none;
  transition: all 0.07s ease-in-out;
}
.btn {
  cursor: pointer;
  box-sizing: border-box;
}
.light-btn {
  padding: 10px 12px;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  border-radius: 6px;
  position: relative;
  border: 1px solid #eaf7ff;
  background: #f7fcff;
  outline: none;
  cursor: pointer;
  transition: all 0.07s ease-in-out;
}
.light-btn:hover {
  background: #e0f4ff;
  border-color: #8acfff;
}
.primary-btn {
  background: #239bf5;
  color: #fff;
  border-radius: 6px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
}
.primary-btn:hover {
  background: rgb(64.2695652174, 168.3043478261, 246.3304347826);
  color: #fff;
  text-decoration: none;
}
.button {
  transition: 0.2s ease;
  cursor: pointer;
  user-select: none;
  outline: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.default-color-picker {
  display: grid !important;
}
.default-color-picker input {
  width: 100%;
  height: 100%;
  grid-area: 1/1;
  opacity: 0;
  pointer-events: none;
}
.default-color-picker .color {
  grid-area: 1/1;
}
.shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
.pulse {
  animation: pulse 2s ease infinite;
}
@keyframes pulse {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.7;
  }
}
.flash-once {
  animation: flash-once 3.5s ease 1;
}
@keyframes fade-up {
  0% {
    transform: translate3d(0, 10px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fade-in {
  animation: fade-in 0.3s ease-in-out;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.spin {
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.bounceIn {
  animation-name: bounceIn;
  transform-origin: center bottom;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes dots {
  0%,
  20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  40% {
    color: #8492a6;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  60% {
    text-shadow: 0.25em 0 0 #8492a6, 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  80%,
  100% {
    text-shadow: 0.25em 0 0 #8492a6, 0.5em 0 0 #8492a6;
  }
}
@keyframes recording {
  0% {
    box-shadow: 0px 0px 5px 0px rgba(173, 0, 0, 0.3);
  }
  65% {
    box-shadow: 0px 0px 5px 5px rgba(173, 0, 0, 0.3);
  }
  90% {
    box-shadow: 0px 0px 5px 5px rgba(173, 0, 0, 0);
  }
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
body {
  margin: 0;
  font-size: 100%;
  color: #3c4858;
}
a {
  text-decoration: none;
  color: #45c8f1;
}
h1,
h2,
h3,
h4 {
  margin-top: 0;
}
svg {
  outline: none;
}
.app-main {
  position: fixed;
  z-index: 2147483647;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
.app-main .container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  pointer-events: none;
}
.app-main .container canvas {
  width: 100%;
  height: 100%;
}
.app-main .container .controls {
  position: fixed;
  z-index: 2147483647;
  padding: 30px 30px;
  box-sizing: border-box;
  display: flex;
  pointer-events: none;
  align-items: center;
  justify-content: center;
}
.app-main .container .controls .btn {
  background: #f8fcff;
  border: 1px solid #cde5f6;
  pointer-events: all;
  width: 50px;
  height: 36px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}
.app-main .container .controls .play-btn {
  background: #3c84f7;
  margin-right: 20px;
  border: none;
}
.app-main .container .controls .play-btn:hover {
  background: rgb(89.39408867, 150.5408866995, 248.20591133);
}
.app-main .container .controls .play-btn svg {
  width: 14px;
  height: auto;
}
.app-main .container .controls .play-btn svg path {
  fill: #fff;
}
.app-main .container .controls .items {
  display: flex;
  gap: 10px;
}
.app-main .container .controls .control-item {
  box-sizing: border-box;
  transition: 0.2s ease;
  position: relative;
  border-radius: 6px;
}
.app-main .container .controls .control-item .btn svg {
  width: 16px;
  height: auto;
  color: #1aa1fa;
}
.app-main .container .controls .control-item .btn svg path {
  fill: #1aa1fa;
  transition: 0.2s ease;
}
.app-main .container .controls .control-item .btn svg.clear {
  width: 13px;
}
.app-main .container .controls .control-item .btn svg.clear path {
  fill: none;
}
.app-main .container .controls .control-item.close-record .btn svg path {
  fill: #fd2d5e;
}
.app-main .container .controls .control-item .input-wrap {
  position: absolute;
  top: -135px;
  left: 0;
  width: 100%;
  height: 135px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.app-main .container .controls .control-item .app-vertical-range-slider {
  pointer-events: none;
  opacity: 0;
  transition: 0.2s ease;
}
.app-main .container .controls .control-item:hover .btn {
  background: rgb(217.4, 238.8857142857, 255);
}
.app-main .container .controls .control-item.active .btn {
  background: #3c84f7;
  border-color: #3c84f7;
}
.app-main .container .controls .control-item.active .btn svg path {
  fill: #fff;
}
.app-main .container .controls .control-item.active:hover .input-wrap {
  pointer-events: all;
}
.app-main
  .container
  .controls
  .control-item.active:hover
  .app-vertical-range-slider {
  pointer-events: all;
  opacity: 1;
}
.app-main .container .controls .wrapper {
  pointer-events: all;
}
.app-main .container .controls .wrapper.fade {
  opacity: 0.2;
  transition: 0.2s ease;
}
.app-main .container .controls .wrapper.fade:hover {
  opacity: 1;
}
.app-main.bottom-left .controls {
  bottom: 0;
  left: 0;
}
.app-main.bottom-right .controls {
  bottom: 0;
  right: 0;
}
.app-main.bottom-center .controls {
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center;
}
.app-main.left-side .controls {
  bottom: 0;
  left: 0;
  top: 0;
  justify-content: center;
  padding: 30px 10px;
}
.app-main.left-side .controls .items {
  flex-direction: column;
  justify-content: center;
}
.app-main.right-side .controls {
  bottom: 0;
  right: 0;
  top: 0;
  justify-content: center;
  padding: 30px 10px;
}
.app-main.right-side .controls .items {
  flex-direction: column;
  justify-content: center;
}
.app-main.left-side .controls .btn,
.app-main.right-side .controls .btn {
  width: 36px;
  height: 50px;
}
.app-main.left-side .controls .btn .color,
.app-main.right-side .controls .btn .color {
  width: 26px;
  height: 40px;
}
.app-main .default-color-picker .color {
  width: 40px;
  height: 26px;
  border-radius: 20px;
}
button.btn[data-v-551f1268] {
  display: inline-block;
  font-weight: 300;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
  letter-spacing: 1px;
  transition: all 0.15s ease;
}
button.btn.btn-sm[data-v-551f1268] {
  padding: 0.4rem 0.8rem;
  font-size: 0.8rem;
  border-radius: 0.2rem;
}
button.btn.btn-primary[data-v-551f1268] {
  color: #fff;
  background-color: #45c8f1;
  border-color: #45c8f1;
}
button.btn.btn-outline-primary[data-v-551f1268] {
  color: #45c8f1;
  background-color: rgba(0, 0, 0, 0);
  border-color: #45c8f1;
}
button.btn.btn-danger[data-v-551f1268] {
  color: #fff;
  background-color: #ff4949;
  border-color: #ff4949;
}
.text-muted[data-v-551f1268] {
  color: #8492a6;
}
.text-center[data-v-551f1268] {
  text-align: center;
}
.drop-down-enter[data-v-551f1268],
.drop-down-leave-to[data-v-551f1268] {
  transform: translateX(0) translateY(-20px);
  transition-timing-function: cubic-bezier(0.74, 0.04, 0.26, 1.05);
  opacity: 0;
}
.drop-down-enter-active[data-v-551f1268],
.drop-down-leave-active[data-v-551f1268] {
  transition: all 0.15s;
}
.move-left-enter[data-v-551f1268],
.move-left-leave-to[data-v-551f1268] {
  transform: translateY(0) translateX(-80px);
  transition-timing-function: cubic-bezier(0.74, 0.04, 0.26, 1.05);
  opacity: 0;
}
.move-left-enter-active[data-v-551f1268],
.move-left-leave-active[data-v-551f1268] {
  transition: all 0.15s;
}
.no-tr[data-v-551f1268] {
  transition: none !important;
}
.no-tr *[data-v-551f1268] {
  transition: none !important;
}
.overlay[data-v-551f1268] {
  position: fixed;
  background: rgba(220, 220, 220, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.2s ease;
  opacity: 0;
  visibility: hidden;
}
.overlay .modal[data-v-551f1268] {
  transition: all 0.2s ease;
  opacity: 0;
  transform: scale(0.6);
  overflow: hidden;
}
.overlay.show[data-v-551f1268] {
  opacity: 1;
  visibility: visible;
}
.overlay.show .modal[data-v-551f1268] {
  opacity: 1;
  transform: scale(1);
}
.panel[data-v-551f1268] {
  padding: 6px 10px;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  border-radius: 6px;
  position: relative;
  border: 1px solid #eaf7ff;
  background: #f7fcff;
  outline: none;
  transition: all 0.07s ease-in-out;
}
.btn[data-v-551f1268] {
  cursor: pointer;
  box-sizing: border-box;
}
.light-btn[data-v-551f1268] {
  padding: 10px 12px;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  border-radius: 6px;
  position: relative;
  border: 1px solid #eaf7ff;
  background: #f7fcff;
  outline: none;
  cursor: pointer;
  transition: all 0.07s ease-in-out;
}
.light-btn[data-v-551f1268]:hover {
  background: #e0f4ff;
  border-color: #8acfff;
}
.primary-btn[data-v-551f1268] {
  background: #239bf5;
  color: #fff;
  border-radius: 6px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
}
.primary-btn[data-v-551f1268]:hover {
  background: rgb(64.2695652174, 168.3043478261, 246.3304347826);
  color: #fff;
  text-decoration: none;
}
.button[data-v-551f1268] {
  transition: 0.2s ease;
  cursor: pointer;
  user-select: none;
  outline: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button.disabled[data-v-551f1268] {
  pointer-events: none;
  opacity: 0.3;
}
.default-color-picker[data-v-551f1268] {
  display: grid !important;
}
.default-color-picker input[data-v-551f1268] {
  width: 100%;
  height: 100%;
  grid-area: 1/1;
  opacity: 0;
  pointer-events: none;
}
.default-color-picker .color[data-v-551f1268] {
  grid-area: 1/1;
}
.shake[data-v-551f1268] {
  animation: shake-551f1268 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
}
@keyframes shake-551f1268 {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
.pulse[data-v-551f1268] {
  animation: pulse-551f1268 2s ease infinite;
}
@keyframes pulse-551f1268 {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.7;
  }
}
.flash-once[data-v-551f1268] {
  animation: flash-once 3.5s ease 1;
}
@keyframes fade-up-551f1268 {
  0% {
    transform: translate3d(0, 10px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fade-in[data-v-551f1268] {
  animation: fade-in-551f1268 0.3s ease-in-out;
}
@keyframes fade-in-551f1268 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.spin[data-v-551f1268] {
  animation-name: spin-551f1268;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spin-551f1268 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.bounceIn[data-v-551f1268] {
  animation-name: bounceIn-551f1268;
  transform-origin: center bottom;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
@keyframes bounceIn-551f1268 {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes dots-551f1268 {
  0%,
  20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  40% {
    color: #8492a6;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  60% {
    text-shadow: 0.25em 0 0 #8492a6, 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  80%,
  100% {
    text-shadow: 0.25em 0 0 #8492a6, 0.5em 0 0 #8492a6;
  }
}
@keyframes recording-551f1268 {
  0% {
    box-shadow: 0px 0px 5px 0px rgba(173, 0, 0, 0.3);
  }
  65% {
    box-shadow: 0px 0px 5px 5px rgba(173, 0, 0, 0.3);
  }
  90% {
    box-shadow: 0px 0px 5px 5px rgba(173, 0, 0, 0);
  }
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
body[data-v-551f1268] {
  margin: 0;
  font-size: 100%;
  color: #3c4858;
}
a[data-v-551f1268] {
  text-decoration: none;
  color: #45c8f1;
}
h1[data-v-551f1268],
h2[data-v-551f1268],
h3[data-v-551f1268],
h4[data-v-551f1268] {
  margin-top: 0;
}
svg[data-v-551f1268] {
  outline: none;
}
.app-root[data-v-551f1268] {
  line-height: normal;
}

.user_sub_container {
  align-items: center;
  animation: usersubin 225ms cubic-bezier(0, 0, 0.2, 1);
  background: #fff;
  border-radius: 8px;
  bottom: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  display: none;
  height: -moz-max-content;
  height: max-content;
  justify-content: center;
  padding: 16px;
  position: fixed;
  transform: translateY(0);
  transition: height 0.5s;
  width: 100%;
  z-index: 999991;
}
@keyframes usersubin {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
.ar_fix .user_sub_box .sub_button {
  margin-right: 36px;
}
.user_sub_box .sub_top {
  flex: 1;
}
.user_sub_box .sub_top .sub_title {
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.user_sub_box .sub_top .sub_desc {
  color: #8b8b8b;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 16px;
  margin-top: 8px;
}
.user_sub_box .sub_bottom {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.user_sub_box .sub_bottom .sub_button {
  background: #4087f7;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  padding: 8px 16px;
}
.user_sub_box .close_button {
  color: #4087f7;
  cursor: pointer;
  font-size: 12px;
  line-height: 16px;
  margin-right: 36px;
}
.sub_success_box {
  display: none;
}
.sub_success_content {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 6px;
}
.sub_success_content .success_title {
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 4px 0;
}
.sub_success_content .success_desc {
  color: #a6a6a6;
  font-size: 12px;
  line-height: 16px;
}
.user_sub_common_warp {
  left: 0;
  margin: 0 8px;
  right: 0;
  width: auto;
}
@media screen and (min-width: 720px) {
  .user_sub_common_warp {
    left: auto;
    right: 0;
    top: 80px;
    width: 377px;
  }
}
@media screen and (min-width: 720px) and (max-width: 995px) {
  .user_sub_common_warp {
    bottom: 8px;
    top: auto;
  }
}
@media screen and (min-width: 720px) {
  .ar_fix .user_sub_common_warp {
    left: 0;
    right: auto;
  }
}
.follow_fancybox_custom_class .cmt-popup {
  margin: 0 auto;
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounce_icon {
  0% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(-8px) scaleX(0.9) scaleY(1.1);
  }
  25% {
    transform: translateY(2px) scaleX(1) scaleY(0.9);
  }
  35% {
    transform: translateY(0) scale(1);
  }
  40% {
    transform: translateY(-1px);
  }
  45% {
    transform: translateY(0);
  }
}
.float-button-second {
  align-items: center;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: slideInRight;
  border-radius: 50%;
  bottom: 70px;
  box-shadow: 0 2px 6px 0 #00000059;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  right: 10px;
  text-align: center;
  width: 40px;
  z-index: 999;
}
.float-button-second .icon {
  animation: bounce_icon 2s cubic-bezier(0.65, 0, 0.35, 1) 0.5s both;
  height: 40px;
  width: 40px;
}
.float-shortcut-button {
  background: #00a6ed;
}
.float-shortcut-button .icon {
  background: url(../images/float-shortcut.svg)
    50% no-repeat;
}
.float-request-notification-permission-button {
  background: #fdc14c;
}
.float-request-notification-permission-button .icon {
  background: url(../images/icon-bell-float.svg)
    50% no-repeat;
}

.user_sub_container {
  align-items: center;
  animation: usersubin 225ms cubic-bezier(0, 0, 0.2, 1);
  background: #fff;
  border-radius: 8px;
  bottom: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  display: none;
  height: -moz-max-content;
  height: max-content;
  justify-content: center;
  padding: 16px;
  position: fixed;
  transform: translateY(0);
  transition: height 0.5s;
  width: 100%;
  z-index: 999991;
}
@keyframes usersubin {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
.ar_fix .user_sub_box .sub_button {
  margin-right: 36px;
}
.user_sub_box .sub_top {
  flex: 1;
}
.user_sub_box .sub_top .sub_title {
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.user_sub_box .sub_top .sub_desc {
  color: #8b8b8b;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 16px;
  margin-top: 8px;
}
.user_sub_box .sub_bottom {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.user_sub_box .sub_bottom .sub_button {
  background: #4087f7;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  padding: 8px 16px;
}
.user_sub_box .close_button {
  color: #4087f7;
  cursor: pointer;
  font-size: 12px;
  line-height: 16px;
  margin-right: 36px;
}
.sub_success_box {
  display: none;
}
.sub_success_content {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 6px;
}
.sub_success_content .success_title {
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 4px 0;
}
.sub_success_content .success_desc {
  color: #a6a6a6;
  font-size: 12px;
  line-height: 16px;
}
.user_sub_common_warp {
  left: 0;
  margin: 0 8px;
  right: 0;
  width: auto;
}
@media screen and (min-width: 720px) {
  .user_sub_common_warp {
    left: auto;
    right: 0;
    top: 80px;
    width: 377px;
  }
}
@media screen and (min-width: 720px) and (max-width: 995px) {
  .user_sub_common_warp {
    bottom: 8px;
    top: auto;
  }
}
@media screen and (min-width: 720px) {
  .ar_fix .user_sub_common_warp {
    left: 0;
    right: auto;
  }
}
.follow_fancybox_custom_class .cmt-popup {
  margin: 0 auto;
}

.app-select-area[data-v-3213e954] {
  border: 0px solid var(--border-color);
  position: fixed;
  top: 100px;
  left: 200px;
  z-index: 2147483640;
  font-family: "Poppins", sans-serif;
  pointer-events: none;
}
.app-select-area .corners[data-v-3213e954] {
  width: 100%;
  height: 100%;
  position: relative;
}
.app-select-area .corners .corner[data-v-3213e954] {
  position: absolute;
  pointer-events: all;
}
.app-select-area .corners .corner.side-corner.bottom[data-v-3213e954] {
  left: 0;
  bottom: 0;
  height: 20px;
  width: 100%;
  cursor: n-resize;
}
.app-select-area .corners .corner.side-corner.top[data-v-3213e954] {
  left: 0;
  top: 0;
  height: 20px;
  width: 100%;
  cursor: n-resize;
}
.app-select-area .corners .corner.side-corner.right[data-v-3213e954] {
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  cursor: e-resize;
}
.app-select-area .corners .corner.side-corner.left[data-v-3213e954] {
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  cursor: e-resize;
}
.app-select-area .corners .corner.rect[data-v-3213e954] {
  height: 20px;
  width: 20px;
}
.app-select-area .corners .corner.rect.tl[data-v-3213e954] {
  top: 0px;
  left: 0px;
  cursor: nw-resize;
}
.app-select-area .corners .corner.rect.tr[data-v-3213e954] {
  top: 0px;
  right: 0px;
  cursor: ne-resize;
}
.app-select-area .corners .corner.rect.bl[data-v-3213e954] {
  bottom: 0px;
  left: 0px;
  cursor: sw-resize;
}
.app-select-area .corners .corner.rect.br[data-v-3213e954] {
  bottom: 0px;
  right: 0px;
  cursor: se-resize;
}
.app-select-area .corners .drag-move[data-v-3213e954] {
  cursor: move;
  width: 100%;
  height: 100%;
  pointer-events: all;
}
.app-select-area .controls[data-v-3213e954] {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: calc(100% + 0px);
  margin-left: 0px;
  box-sizing: border-box;
  pointer-events: all;
  margin-top: 12px;
}
.app-select-area .controls .wrapper[data-v-3213e954] {
  display: flex;
  align-items: center;
  background: #000;
  padding: 6px 11px;
  gap: 18px;
  border-radius: 60px;
  box-sizing: border-box;
}
.app-select-area .controls .button[data-v-3213e954] {
  background: #2c2f33;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.app-select-area .controls .button svg[data-v-3213e954] {
  height: 34%;
  width: auto;
  fill: #a3a3a3;
}
.app-select-area .controls .button.close svg[data-v-3213e954] {
  height: 34%;
}
.app-select-area .controls .button.move[data-v-3213e954] {
  cursor: move;
}
.app-select-area .controls .button.move svg[data-v-3213e954] {
  height: 54%;
  pointer-events: none;
}
.app-select-area .controls .button.move svg path[data-v-3213e954] {
  fill: #a3a3a3;
}
.app-select-area .controls .button[data-v-3213e954]:hover {
  background: rgb(48.7242105263, 52.0463157895, 56.4757894737);
}
.app-select-area .controls .button[data-v-3213e954]:active {
  background: rgb(53.4484210526, 57.0926315789, 61.9515789474);
}
.app-video-view[data-v-7b1f58aa] {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  display: grid;
}
.app-video-view video[data-v-7b1f58aa] {
  object-fit: cover;
  border-radius: inherit;
  grid-area: 1/1;
  z-index: 1;
}
.app-video-view video.flipped[data-v-7b1f58aa] {
  transform: scaleX(-1);
}
.app-video-view canvas[data-v-7b1f58aa] {
  grid-area: 1/1;
  border-radius: inherit;
  object-fit: cover;
  z-index: 2;
}
.app-webcam[data-v-94d3e3de] {
  position: fixed;
  z-index: 9999999999;
  display: grid;
  opacity: 0;
  pointer-events: none;
}
.app-webcam .controls[data-v-94d3e3de] {
  position: relative;
  width: 100%;
  height: 100%;
  grid-area: 1/1;
  display: none;
  cursor: move;
  gap: 5px;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 3;
}
.app-webcam .controls .button[data-v-94d3e3de] {
  background: rgba(58, 58, 58, 0.4);
  width: 22px;
  backdrop-filter: blur(4px);
  height: 22px;
  border-radius: 50%;
}
.app-webcam .controls .button svg[data-v-94d3e3de] {
  fill: #fff;
  color: #dedede;
}
.app-webcam .controls .button.close[data-v-94d3e3de] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: -20px;
}
.app-webcam .controls .button.close svg[data-v-94d3e3de] {
  height: 50%;
  width: auto;
}
.app-webcam .controls .button.resize[data-v-94d3e3de] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  bottom: -20px;
  right: -20px;
  cursor: nw-resize;
}
.app-webcam .controls .button.resize svg[data-v-94d3e3de] {
  height: 50%;
  width: auto;
}
.app-webcam .controls .button.blur svg[data-v-94d3e3de] {
  height: 80%;
  width: auto;
}
.app-webcam .controls .button.flip svg[data-v-94d3e3de] {
  height: 60%;
  width: auto;
}
.app-webcam .controls[data-v-94d3e3de]:hover {
  opacity: 1;
}
.app-webcam .controls[data-v-94d3e3de] .app-select-area .drag-move {
  display: flex;
}
.app-webcam .controls[data-v-94d3e3de] .app-select-area .drag-move .buttons {
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  gap: 5px;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.app-webcam
  .controls[data-v-94d3e3de]
  .app-select-area
  .drag-move
  .buttons
  .button {
  pointer-events: all;
}
.app-webcam.playing .controls[data-v-94d3e3de] {
  display: flex;
}
.app-webcam.show[data-v-94d3e3de] {
  opacity: 1;
  pointer-events: all;
}
.app-webcam.square[data-v-94d3e3de] {
  border-radius: 6vmin;
}
.app-webcam.round[data-v-94d3e3de] {
  border-radius: 50%;
}
button.btn {
  display: inline-block;
  font-weight: 300;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
  letter-spacing: 1px;
  transition: all 0.15s ease;
}
button.btn.btn-sm {
  padding: 0.4rem 0.8rem;
  font-size: 0.8rem;
  border-radius: 0.2rem;
}
button.btn.btn-primary {
  color: #fff;
  background-color: #45c8f1;
  border-color: #45c8f1;
}
button.btn.btn-outline-primary {
  color: #45c8f1;
  background-color: rgba(0, 0, 0, 0);
  border-color: #45c8f1;
}
button.btn.btn-danger {
  color: #fff;
  background-color: #ff4949;
  border-color: #ff4949;
}
.text-muted {
  color: #8492a6;
}
.text-center {
  text-align: center;
}
.drop-down-enter,
.drop-down-leave-to {
  transform: translateX(0) translateY(-20px);
  transition-timing-function: cubic-bezier(0.74, 0.04, 0.26, 1.05);
  opacity: 0;
}
.drop-down-enter-active,
.drop-down-leave-active {
  transition: all 0.15s;
}
.move-left-enter,
.move-left-leave-to {
  transform: translateY(0) translateX(-80px);
  transition-timing-function: cubic-bezier(0.74, 0.04, 0.26, 1.05);
  opacity: 0;
}
.move-left-enter-active,
.move-left-leave-active {
  transition: all 0.15s;
}
.no-tr {
  transition: none !important;
}
.no-tr * {
  transition: none !important;
}
.overlay {
  position: fixed;
  background: rgba(220, 220, 220, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.2s ease;
  opacity: 0;
  visibility: hidden;
}
.overlay .modal {
  transition: all 0.2s ease;
  opacity: 0;
  transform: scale(0.6);
  overflow: hidden;
}
.overlay.show {
  opacity: 1;
  visibility: visible;
}
.overlay.show .modal {
  opacity: 1;
  transform: scale(1);
}
.panel {
  padding: 6px 10px;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  border-radius: 6px;
  position: relative;
  border: 1px solid #eaf7ff;
  background: #f7fcff;
  outline: none;
  transition: all 0.07s ease-in-out;
}
.btn {
  cursor: pointer;
  box-sizing: border-box;
}
.light-btn {
  padding: 10px 12px;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  border-radius: 6px;
  position: relative;
  border: 1px solid #eaf7ff;
  background: #f7fcff;
  outline: none;
  cursor: pointer;
  transition: all 0.07s ease-in-out;
}
.light-btn:hover {
  background: #e0f4ff;
  border-color: #8acfff;
}
.primary-btn {
  background: #239bf5;
  color: #fff;
  border-radius: 6px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
}
.primary-btn:hover {
  background: rgb(64.2695652174, 168.3043478261, 246.3304347826);
  color: #fff;
  text-decoration: none;
}
.button {
  transition: 0.2s ease;
  cursor: pointer;
  user-select: none;
  outline: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.default-color-picker {
  display: grid !important;
}
.default-color-picker input {
  width: 100%;
  height: 100%;
  grid-area: 1/1;
  opacity: 0;
  pointer-events: none;
}
.default-color-picker .color {
  grid-area: 1/1;
}
.shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
.pulse {
  animation: pulse 2s ease infinite;
}
@keyframes pulse {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.7;
  }
}
.flash-once {
  animation: flash-once 3.5s ease 1;
}
@keyframes fade-up {
  0% {
    transform: translate3d(0, 10px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fade-in {
  animation: fade-in 0.3s ease-in-out;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.spin {
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.bounceIn {
  animation-name: bounceIn;
  transform-origin: center bottom;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes dots {
  0%,
  20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  40% {
    color: #8492a6;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  60% {
    text-shadow: 0.25em 0 0 #8492a6, 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  80%,
  100% {
    text-shadow: 0.25em 0 0 #8492a6, 0.5em 0 0 #8492a6;
  }
}
@keyframes recording {
  0% {
    box-shadow: 0px 0px 5px 0px rgba(173, 0, 0, 0.3);
  }
  65% {
    box-shadow: 0px 0px 5px 5px rgba(173, 0, 0, 0.3);
  }
  90% {
    box-shadow: 0px 0px 5px 5px rgba(173, 0, 0, 0);
  }
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url() format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
body {
  margin: 0;
  font-size: 14px;
  color: #3c4858;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 1.5;
}
a {
  text-decoration: none;
  color: #45c8f1;
}
h1,
h2,
h3,
h4 {
  margin-top: 0;
}
svg {
  outline: none;
}
.app-root {
  line-height: normal;
}
