* {
  margin: 0;
  padding: 0;
  border: none;
  font-family: "SF Pro Text";
  font-size: 15px;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
html,
body {
  background-color: #fff;
}
body {
  width: 100vw;
  max-width: 768px;
  margin: auto;
}
body.isLoading {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
a {
  color: #007AFF !important;
}
p.small {
  font-size: 13px;
  color: #8e8e93;
}
.hidden {
  display: none;
}
footer {
  padding: 20px;
}
footer p {
  color: #AAA;
}
@font-face {
  font-family: "itc-icons";
  src: url(itc-icons.ttf);
}
@font-face {
  font-family: "SF Pro Text";
  font-style: normal;
  font-weight: 200;
  src: url(SF-Pro-Text-Light.otf);
}
@font-face {
  font-family: "SF Pro Text";
  font-style: normal;
  font-weight: 400;
  src: url(SF-Pro-Text-Regular.otf);
}
@font-face {
  font-family: "SF Pro Text";
  font-style: normal;
  font-weight: 500;
  src: url(SF-Pro-Text-Semibold.otf);
}
@font-face {
  font-family: "SF Pro Text";
  font-style: normal;
  font-weight: 600;
  src: url(SF-Pro-Text-Medium.otf);
}
@font-face {
  font-family: "SF Pro Text";
  font-style: normal;
  font-weight: 700;
  src: url(SF-Pro-Text-Bold.otf);
}
@font-face {
  font-family: "SF Pro Text";
  font-style: normal;
  font-weight: 800;
  src: url(SF-Pro-Text-Heavy.otf);
}
@keyframes indicatorRotation {
  0% {
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}
@keyframes headerIconMoveIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 5px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes headerIconMoveOut {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 5px, 0);
  }
}
.loading-indicator-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 20;
}
.loading-indicator-container .loading-indicator {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  animation: indicatorRotation 1s steps(12, end) infinite;
}
.loading-indicator-container .loading-indicator-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  margin-top: 25px;
  font-size: 12px;
  color: #808080;
  letter-spacing: -0.2px;
}
.header {
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  z-index: 25;
}
.header .header-title {
  font-size: 34px;
  font-weight: 700;
}
.header .header-title span.gradient {
  font-size: inherit;
  background-image: linear-gradient(to left, #ff711d, #ff1946);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.header.border-bottom:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #CDCED3;
}
.header.no-margin {
  margin-bottom: 0 !important;
}
.collection-view {
  width: 100%;
}
.collection-view .collection-view-cell {
  position: relative;
  padding: 0 20px;
  margin-bottom: 18px;
  overflow: hidden;
}
.collection-view .collection-view-cell.border-bottom {
  padding-bottom: 20px;
}
.collection-view .collection-view-cell.border-bottom:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: #CDCED3;
}
.collection-view .collection-view-cell.clickable {
  cursor: pointer;
}
.collection-view .collection-view-cell.no-margin {
  margin-bottom: 0 !important;
}
.collection-view .collection-view-cell.no-padding {
  padding-bottom: 0 !important;
}
.collection-view .collection-view-cell .title-label {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.collection-view .collection-view-cell .title-wrapper {
  display: flex;
}
.collection-view .collection-view-cell .title-wrapper .title-label {
  flex: 1;
}
.collection-view .collection-view-cell .title-wrapper button {
  line-height: 26px;
  height: 26px;
}
.collection-view .collection-view-cell input {
  padding: 13px 0;
  width: 100%;
  outline: none;
}
.collection-view .collection-view-cell textarea {
  margin: 13px 0;
  width: 100%;
  height: 180px;
  outline: none;
  resize: none;
  line-height: 18px;
}
.package-header {
  position: relative;
  width: 100%;
  height: 118px;
}
.package-header .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 118px;
  height: 118px;
}
.package-header .icon img {
  width: 118px;
  height: 118px;
}
.package-header .icon.placeholder img {
  display: none;
}
.package-header .icon.placeholder:before {
  content: '\e001';
  font-family: "itc-icons";
  font-size: 118px;
  line-height: 1;
  color: #b3b3b3;
}
.package-header h1 {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4;
  margin-left: 135px;
}
.package-header h2 {
  font-size: 15px;
  font-weight: 400;
  margin-left: 135px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #8e8e93;
}
.package-header button.fill {
  position: absolute;
  bottom: 0;
  left: 135px;
}
.title-header-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 44px;
  overflow: hidden;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 12;
}
.title-header-container .title-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: headerIconMoveOut forwards 300ms cubic-bezier(0.5, 1, 0.75, 1);
}
.title-header-container .title-header.animate-in {
  animation: headerIconMoveIn forwards 300ms cubic-bezier(0.5, 1, 0.75, 1);
}
.title-header-container .title-header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: rgba(51, 51, 51, 0.1);
}
.title-header-container .title-header h1 {
  font-size: 21px;
  font-weight: 600;
  line-height: 44px;
  padding-left: 20px;
  max-width: 35%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.title-header-container .title-header .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  transform: translate3d(-50%, -50%, 0);
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}
.title-header-container .title-header .icon img {
  width: 28px;
  height: 28px;
}
.title-header-container .title-header .icon.placeholder img {
  display: none;
}
.title-header-container .title-header .icon.placeholder:before {
  content: '\e001';
  font-family: "itc-icons";
  font-size: 28px;
  line-height: 1;
  color: #b3b3b3;
}
.title-header-container .title-header button.fill {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate3d(0, -50%, 0);
}
.title-header-container:not(.hidden) + .collection-view-cell {
  margin-top: 44px;
}
button {
  font-size: 17px;
  color: #007AFF;
  background: transparent;
  cursor: pointer;
  transition: opacity .3s;
}
button:active {
  transition: 0;
  opacity: 0.4;
}
button.fill {
  font-size: 15px;
  font-weight: 700;
  padding: 9px;
  height: 34px;
  line-height: 16px;
  border-radius: 17px;
  text-transform: uppercase;
  background-color: #007AFF;
  color: #fff;
}
button.disabled,
button:disabled {
  opacity: 0.4;
  pointer-events: none;
}
expandable-text {
  display: block;
  position: relative;
}
expandable-text .expandable-text {
  line-height: 18px;
}
expandable-text .expandable-text:not(.expanded) {
  overflow: hidden;
}
expandable-text .more-button {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 50px;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  color: #007AFF;
  cursor: pointer;
  transition: color .3s;
}
expandable-text .more-button:active {
  transition: 0;
  color: rgba(0, 122, 255, 0.3);
}
/* Cells */
.ratings-cell .ratings-overview {
  padding-top: 30px;
}
.ratings-cell .ratings-overview td:not(:last-child) {
  padding-right: 20px;
}
.ratings-cell .ratings-overview .ratings-average,
.ratings-cell .ratings-overview .download-count {
  font-size: 22px;
  font-weight: 700;
  color: #8E8F93;
  float: left;
}
.ratings-cell .ratings-overview .ratings-total,
.ratings-cell .ratings-overview .downloads-label {
  font-size: 12px;
  color: #c7c7cc;
}
.ratings-cell .ratings-overview .ratings-total span,
.ratings-cell .ratings-overview .downloads-label span {
  font-size: inherit;
}
.ratings-cell .ratings-overview .ratings-star-container {
  position: relative;
  width: 100px;
  height: 21px;
  overflow: hidden;
  float: left;
}
.ratings-cell .ratings-overview .ratings-average + .ratings-star-container {
  margin-left: 5px !important;
}
.ratings-cell .ratings-overview ratings-stars > div {
  display: inline-block;
  width: 20px;
  height: 21px;
  position: relative;
  margin-top: 1px;
}
.ratings-cell .ratings-overview ratings-stars > div .background-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  background-color: #8E8F93;
}
.ratings-cell .ratings-overview ratings-stars > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 21px;
}
.whats-new-cell p.version-label,
.whats-new-cell p.version-date {
  margin-bottom: 10px;
  color: #8e8e93;
}
.whats-new-cell p.version-label {
  float: left;
}
.whats-new-cell p.version-date {
  float: right;
}
.whats-new-cell expandable-text {
  clear: both;
}
.preview-cell .swiper-container {
  overflow: visible !important;
}
.preview-cell .swiper-wrapper {
  width: 20000px;
}
.preview-cell .swiper-slide {
  width: auto !important;
}
.preview-cell .swiper-slide img {
  width: 220px;
  border-radius: 7px;
}
.developer-cell .developer-text {
  line-height: 26px;
  color: #007AFF;
}
.reviews-cell .ratings-overview {
  position: relative;
}
.reviews-cell .ratings-overview .ratings-average {
  font-size: 16px;
  font-weight: 700;
  color: #808080;
  text-align: center;
  display: inline-block;
}
.reviews-cell .ratings-overview .ratings-average span {
  font-size: 60px;
  color: #4a4a4f;
}
.reviews-cell .ratings-overview .ratings-summary {
  width: 65%;
  float: right;
  margin-top: 10px;
}
.reviews-cell .ratings-overview .ratings-summary tr {
  height: 8px;
  margin-bottom: 2px;
  line-height: 0;
  font-size: 0;
}
.reviews-cell .ratings-overview .ratings-summary tr td:nth-child(1) {
  width: 18%;
  text-align: right;
  font-size: 0;
}
.reviews-cell .ratings-overview .ratings-summary tr td:nth-child(1) img {
  width: 7px;
  height: 7px;
}
.reviews-cell .ratings-overview .ratings-summary tr td:nth-child(1) img + img {
  margin-left: 1px;
}
.reviews-cell .ratings-overview .ratings-summary tr td:nth-child(2) {
  width: 75%;
  padding-left: 12px;
}
.reviews-cell .ratings-overview .ratings-summary tr td:nth-child(2) .ratings-bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e9e9e9;
  border-radius: 1px;
  overflow: hidden;
}
.reviews-cell .ratings-overview .ratings-summary tr td:nth-child(2) .ratings-bar .ratings-bar-fill {
  display: block;
  width: 0;
  height: 2px;
  background-color: #86868b;
}
.reviews-cell .ratings-overview .ratings-total {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 15px;
  color: #808080;
}
.reviews-cell .review-container {
  margin-top: 20px;
  white-space: nowrap;
}
.reviews-cell .review-container .swiper-container {
  overflow: visible !important;
}
.reviews-cell .review-container .review {
  width: 100%;
  min-height: 223px;
  white-space: normal;
  background-color: #f0f0f7;
  border-radius: 7px;
  padding: 15px 25px;
  margin-bottom: 15px;
}
@media all and (min-width: 415px) {
  .reviews-cell .review-container .review {
    width: 50%;
  }
}
.reviews-cell .review-container .review.full-width {
  width: 100% !important;
}
.reviews-cell .review-container .review .review-title {
  font-weight: 500;
  float: left;
  max-width: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.reviews-cell .review-container .review .review-date {
  color: #AAAAAA;
  float: right;
}
.reviews-cell .review-container .review .review-stars-container {
  clear: both;
  float: left;
  margin-top: 5px;
}
.reviews-cell .review-container .review .review-stars-container img {
  display: block;
  float: left;
  width: 12px;
  height: 12px;
}
.reviews-cell .review-container .review .review-device {
  color: #AAAAAA;
  float: right;
  margin-top: 5px;
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.reviews-cell .review-container .review expandable-text {
  clear: both;
  padding-top: 8px;
}
.reviews-cell .review-container .review expandable-text .more-button {
  background: -webkit-linear-gradient(left, rgba(240, 240, 247, 0) 0%, #f0f0f7 50%);
}
.reviews-cell .review-container .review .developer-response {
  font-weight: 500;
  padding-top: 18px;
}
.reviews-cell .review-container .review .developer-response + expandable-text {
  padding-top: 0;
}
.reviews-cell .compose-button {
  position: relative;
}
.reviews-cell .compose-button:before {
  content: '';
  position: relative;
  top: 2px;
  display: inline-block;
  width: 15px;
  height: 19px;
  background-image: url(../../client/img/compose.svg);
  background-size: 15px 19px;
  margin-right: 9px;
}
.reviews-cell .not-enough-ratings {
  padding-top: 20px;
  color: #808080;
}
.information-cell .info-table {
  width: 100%;
}
.information-cell .info-table .info-cell {
  line-height: 44px;
  position: relative;
  display: flex;
}
.information-cell .info-table .info-cell .left {
  color: #AAA;
}
.information-cell .info-table .info-cell .right {
  flex: 1;
  text-align: right;
  margin-left: 10px;
  min-width: 0;
  max-height: 44px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.information-cell .info-table .info-cell .expand-button {
  width: 13px;
  height: 44px;
  margin-left: 5px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%2026%2016%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpolygon%20fill%3D%27%239B9B9B%27%20points%3D%273%200%2013%2010%2023%200%2026%203%2013%2016%200%203%27%3E%3C/polygon%3E%3C/svg%3E");
  background-size: 13px 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.information-cell .info-table .info-cell .expand-button.hidden {
  display: none;
}
.information-cell .info-table .info-cell.expanded {
  display: block;
}
.information-cell .info-table .info-cell.expanded .right {
  max-height: none;
  text-align: left;
  margin: 0;
  padding-bottom: 13px;
  overflow: visible;
  white-space: normal;
  line-height: 18px;
}
.information-cell .info-table .info-cell.expanded .expand-button {
  display: none;
}
.information-cell .info-table expandable-info-cell {
  display: block;
  position: relative;
}
.information-cell .info-table expandable-info-cell .info-cell:not(.expanded) {
  cursor: pointer;
}
.information-cell .info-table .info-cell:not(:last-child):after,
.information-cell .info-table expandable-info-cell:not(:last-child):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ECECEC;
}
.information-cell .no-raw-info {
  padding-top: 20px;
  color: #808080;
}
