.checkmark-outer {
  position: absolute;
  opacity: 0.7;
  top: calc(50% - 52px);
  left: calc(50% - 52px);
  width: 104px;
  height: 104px;
  display: none;
}
.checkmark-outer.checkMarkOn {
  display: block;
}
.checkmark-outer .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark-outer .checkmark {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
.checkmark-outer .checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%,
  100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 60px #7ac142;
  }
}

.pb-full-details-wrapper .header {
  overflow: hidden;
  top: 0px;
  left: 0px;
  background-color: #f9f9f9;
  width: 100%;
  float: left;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px #b2b2b2 solid;
  border-top: 1px #b2b2b2 solid;
}
.pb-full-details-wrapper .header .back {
  float: left;
  line-height: 45px;
  font-family: arial;
  font-size: 15px;
  padding-left: 20px;
  margin-left: 15px;
  color: #0878f8;
  background-image: url('/public/images/back-left.png');
  background-repeat: no-repeat;
  background-position: left center;
  cursor: pointer;
}
.pb-full-details-wrapper .header .download {
  float: right;
  width: 45px;
  height: 45px;
  margin-right: 5px;
  background-image: url('/public/images/download.png');
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.pb-full-details-wrapper .header .refresh-item {
  float: right;
  width: 45px;
  height: 45px;
  cursor: pointer;
  text-align: center;
}
.pb-full-details-wrapper .header .refresh-item svg {
  fill: #0878f8;
  width: 27px;
  height: 27px;
  padding-top: 9px;
}
.pb-full-details-wrapper .header .copy-item {
  float: right;
  width: 45px;
  height: 45px;
  cursor: pointer;
  text-align: center;
}
.pb-full-details-wrapper .header .copy-item svg {
  fill: #0878f8;
  width: 27px;
  height: 27px;
  padding-top: 9px;
}
.pb-full-details-wrapper .header .find-imdb-info {
  float: right;
  width: 45px;
  height: 45px;
  cursor: pointer;
  text-align: center;
}
.pb-full-details-wrapper .header .find-imdb-info svg {
  fill: #0878f8;
  width: 27px;
  height: 27px;
  padding-top: 9px;
}
.pb-full-details-wrapper .details {
  float: left;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: calc(100vh - 99px);
  background-color: white;
}
.pb-full-details-wrapper .details .imdb-details {
  margin: 20px;
}
.pb-full-details-wrapper .details .imdb-details .image {
  cursor: pointer;
  width: 100%;
  height: 100px;
  float: left;
  background-size: 70px 100px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 20px;
}
.pb-full-details-wrapper .details .imdb-details .trailer {
  text-align: center;
  width: 100%;
  float: left;
  margin-bottom: 10px;
  visibility: hidden;
}
.pb-full-details-wrapper .details .imdb-details .trailer span {
  cursor: pointer;
  border: 1px gray solid;
  border-radius: 5px;
  font: 12px arial;
  line-height: 30px;
  text-align: left;
  display: inline-block;
  width: 80px;
  height: 30px;
  padding-left: 35px;
  background-image: url('/public/images/youtube.png');
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: left 7px center;
  transition: background-color 0.3s ease-out;
}
.pb-full-details-wrapper .details .imdb-details .trailer.clicked span {
  background-color: lightgray;
  transition: background-color 0.3s ease-out;
}
.pb-full-details-wrapper .details .imdb-details .trailer.showtrailer {
  visibility: visible;
}
.pb-full-details-wrapper .details .imdb-details .imdb-link {
  text-align: center;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.pb-full-details-wrapper .details .imdb-details .imdb-link span {
  cursor: pointer;
  border: 1px gray solid;
  border-radius: 5px;
  font: 12px arial;
  line-height: 30px;
  text-align: left;
  width: 90px;
  padding-left: 55px;
  padding-right: 25px;
  display: inline-block;
  background-image: url('/public/images/imdb.png'), url('/public/images/external.png');
  font-weight: bold;
  background-repeat: no-repeat, no-repeat;
  background-position: left 7px center, right 7px center;
  transition: background-color 0.3s ease-out;
}
.pb-full-details-wrapper .details .imdb-details .imdb-link.clicked span {
  background-color: lightgray;
  transition: background-color 0.3s ease-out;
}
.pb-full-details-wrapper .details .imdb-details .row {
  float: left;
  width: 100%;
  font: 13px arial;
}
.pb-full-details-wrapper .details .imdb-details .row .row-title {
  float: left;
  max-width: 22%;
  width: 22%;
  font-weight: bold;
}
.pb-full-details-wrapper .details .imdb-details .row .row-details {
  float: left;
  width: 78%;
  margin-bottom: 10px;
}
.pb-full-details-wrapper .details .imdb-details .row .row-details.torrentname {
  overflow-wrap: break-word;
}
.pb-full-details-wrapper .details .imdb-details .row .row-details .row-ratings {
  float: left;
  clear: both;
}
.pb-full-details-wrapper .details .info-title {
  margin: 20px 20px 0 20px;
  float: left;
  font: 13px arial;
}
.pb-full-details-wrapper .details .info-title .title {
  font-weight: bold;
}
.pb-full-details-wrapper .details .info-title .filename {
  display: block;
}
.pb-full-details-wrapper .details .info {
  clear: both;
  margin: 20px;
  float: left;
  white-space: pre-line;
  font: 12px arial;
}
.pb-full-details-wrapper .footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 50px;
  width: 100%;
  background-color: #eeeef0;
  border-top: 1px #b2b2b2 solid;
}
.pb-full-details-wrapper .footer .detail-item {
  text-align: center;
  color: #949494;
  font: 12px arial;
  float: left;
  padding-top: 5px;
  background-repeat: no-repeat;
  background-position: top 5px center;
  cursor: pointer;
}
.pb-full-details-wrapper .footer .detail-item .item-image {
  height: 30px;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 40px;
}
.pb-full-details-wrapper .footer .detail-item svg {
  fill: #a1a3a2;
}
.pb-full-details-wrapper .footer .detail-item.on {
  color: #2175d7;
  cursor: default;
}
.pb-full-details-wrapper .footer .detail-item.on svg {
  fill: #007cff;
}
.pb-full-details-wrapper .footer .detail-item.imdb svg {
  height: 25px;
  width: 35px;
}
.pb-full-details-wrapper .footer .detail-item.comments svg {
  height: 25px;
  width: 25px;
}
.pb-full-details-wrapper .details-wrapper {
  display: none;
}
.pb-full-details-wrapper .details-wrapper.on {
  display: block;
}
.pb-full-details-wrapper .details-wrapper.comment-details .comment {
  border-bottom: 1px #7f7f7f solid;
  font: 12px arial;
  padding: 10px;
}
.pb-full-details-wrapper .details-wrapper.comment-details .comment .comment-date {
  color: #838383;
  margin-bottom: 5px;
}
.pb-full-details-wrapper .details-wrapper.comment-details .comment .comment-by {
  margin-top: 5px;
  color: #c52128;
}
.download-box {
  width: 250px;
  text-align: center;
}
.download-box .download-box-text {
  margin-bottom: 10px;
}
.downloading {
  width: 250px;
  text-align: center;
}
.downloading .downloading-text {
  background-image: url('/public/images/loader.svg');
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 80px;
  background-size: 50px 50px;
}
.doneDownloading {
  width: 250px;
}
.doneDownloading .doneDownloading-text {
  margin-bottom: 10px;
  padding-left: 50px;
  line-height: 20px;
}
.doneDownloading .doneDownloading-text.failed {
  background-image: url('/public/images/failed.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px 30px;
}
.doneDownloading .doneDownloading-text.success {
  background-image: url('/public/images/success.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px 30px;
}
.poster-on {
  width: 300px;
  height: 400px;
}
.poster-on .poster {
  background-size: contain !important;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
}
.enter-imdb-details-modal {
  width: 300px;
}
.enter-imdb-details-modal .header {
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
}
.enter-imdb-details-modal .row {
  float: left;
  clear: both;
}
.enter-imdb-details-modal .row .title {
  float: left;
  width: 60px;
  clear: both;
  line-height: 25px;
}
.enter-imdb-details-modal .row .val {
  float: left;
  line-height: 25px;
  width: 190px;
}
.enter-imdb-details-modal .row .val input {
  width: 100%;
  outline-width: 0;
}
.enter-imdb-details-modal .results {
  margin-top: 10px;
  height: 200px;
  clear: both;
  float: left;
  width: 100%;
}
.enter-imdb-details-modal .results.loading {
  background-image: url('/public/images/loader.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80px 80px;
}
.enter-imdb-details-modal .results.hasResults {
  overflow: auto;
}
.enter-imdb-details-modal .results .noresults {
  line-height: 200px;
  font-weight: bold;
  text-align: center;
}
.find-imdb-modal {
  width: 300px;
}
.find-imdb-modal .find-wrapper {
  padding-bottom: 15px;
  float: left;
}
.find-imdb-modal .find-wrapper .find-choose {
  font-weight: bold;
  padding-bottom: 10px;
}
.large-image {
  width: 300px;
  height: 444px;
  background-size: cover;
}
.find-row {
  float: left;
  clear: both;
  line-height: 25px;
}
.find-row:nth-child(even) {
  background: #cccccc;
}
.find-row:nth-child(odd) {
  background: #ffffff;
}
.find-row .find-title,
.find-row .find-year,
.find-row .find-poster {
  float: left;
}
.find-row .find-title {
  padding-left: 10px;
  font-weight: normal;
  max-width: 165px;
  width: 165px;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 25px;
}
.find-row .find-year {
  padding-right: 10px;
  width: 50px;
}
.find-row .find-poster {
  width: 25px;
  height: 25px;
}
.find-row .find-poster.has-poster {
  cursor: pointer;
  background-image: url('/public/images/info.svg');
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center center;
}
body.dark .pb-full-details-wrapper .header {
  background-color: #323232;
}
body.dark .pb-full-details-wrapper .footer {
  background-color: #323232;
}
body.dark .pb-full-details-wrapper .details {
  background-color: #1c1c1e;
  color: #fefefe;
}

.media-row {
  float: left;
  height: 45px;
  border-bottom: 1px #c8c8ca solid;
  width: calc(100% - 52px);
  padding: 7px 7px 10px 45px;
  font: 12px arial;
  background-image: url('/public/images/rightarrow.png');
  background-position: right 15px center;
  background-repeat: no-repeat;
  position: relative;
}
.media-row .thumbnail {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 65px;
  width: 42px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 45px;
}
.media-row .thumbnail.new::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  right: 3px;
  top: 3px;
  background-image: url('/public/images/new.png');
  background-repeat: none;
  background-size: contain;
}
.media-row .main-details {
  width: calc(100% - 90px);
  height: 100%;
}
.media-row .main-details .title {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  font-size: 14px;
}
.media-row .main-details .title.large {
  color: #FFEA00;
}
.media-row .main-details .left {
  float: left;
  clear: both;
  width: 50%;
}
.media-row .main-details .left .icons {
  width: 100%;
  overflow: hidden;
  float: left;
  height: 18px;
  margin-top: 3px;
}
.media-row .main-details .left .icons div {
  float: left;
  width: 11px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 7px;
}
.media-row .main-details .left .icons div.imdb {
  background-image: url('/public/images/imdb.svg');
  width: 20px;
  background-size: 20px 10px;
}
.media-row .main-details .left .icons div.comment {
  background-image: url('/public/images/icon_comment.png');
}
.media-row .main-details .left .icons div.trusted {
  background-image: url('/public/images/trusted.png');
}
.media-row .main-details .left .icons div.vip {
  background-image: url('/public/images/vip.png');
}
.media-row .main-details .left .icons div.uhd {
  background-image: url('/public/images/4k.png');
  width: 15px;
}
.media-row .main-details .left .leechers {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  clear: both;
  color: #197e44;
  font-size: 10px;
  line-height: 12px;
}
.media-row .main-details .right {
  float: left;
  width: 50%;
}
.media-row .main-details .right .by {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  height: 18px;
  line-height: 21px;
  font-size: 10px;
}
.media-row .main-details .right .seeders {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  clear: both;
  color: #bb201c;
  height: 18px;
  line-height: 17px;
  font-size: 10px;
}
.media-row .right-details {
  float: right;
  position: relative;
}
.media-row .right-details .date-added {
  float: left;
  position: absolute;
  top: -44px;
  left: -90px;
  width: 79px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #68a9a1;
  font-size: 11px;
  text-align: right;
}
.media-row .right-details .size {
  float: left;
  position: absolute;
  top: -26px;
  left: -90px;
  width: 70px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #7e7e7e;
  font-size: 11px;
  text-align: right;
}
.media-row .right-details .size.large {
  color: #FFEA00;
}
.media-row .right-details .rating {
  float: left;
  position: absolute;
  top: -9px;
  left: -72px;
  width: 59px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: black;
  font-size: 11px;
  text-align: right;
}
.media-row.selected {
  background-color: #d9d9d9;
}
.media-row.recent {
  background-color: #faebd6;
}
:root {
  --star-size: 10px;
  --star-color: #fff;
  --star-background: #fc0;
}
.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  float: right !important;
  margin-right: 60px !important;
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1.5;
}
.Stars::before {
  content: '★★★★★';
  letter-spacing: 3px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.dark .media-row {
  background-color: #1c1c1e;
  color: #fefefe;
  border-bottom: 1px #3b3a3f solid;
}
body.dark .media-row.recent {
  background-color: #464646;
}
body.dark .media-row .left .leechers {
  color: #05ec02;
}
body.dark .media-row .right .seeders {
  color: red;
}
body.dark .media-row .rating {
  color: #b3b3b3;
}

.pb-button {
  /* Ripple magic */
}
.pb-button button {
  border: none;
  cursor: pointer;
  color: white;
  padding: 8px 8px;
  border-radius: 2px;
  font-size: 12px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  background: #2196f3;
}
.pb-button button:focus {
  outline: 0;
}
.pb-button button {
  position: relative;
  overflow: hidden;
  min-width: 75px;
}
.pb-button button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
}
@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  20% {
    transform: scale(25, 25);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(40, 40);
  }
}
.pb-button button:focus:not(:active)::after {
  animation: ripple 1s ease-out;
}

.more .more-header {
  overflow: hidden;
  top: 0px;
  left: 0px;
  background-color: #f9f9f9;
  width: 100%;
  float: left;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px #b2b2b2 solid;
  border-top: 1px #b2b2b2 solid;
}
.more .more-header .more-back {
  float: left;
  line-height: 45px;
  font-family: arial;
  font-size: 15px;
  padding-left: 20px;
  margin-left: 15px;
  color: #0878f8;
  background-image: url('/public/images/back-left.png');
  background-repeat: no-repeat;
  background-position: left center;
  cursor: pointer;
}
.more .more-header .more-refresh {
  float: right;
  cursor: pointer;
  margin-right: 15px;
  line-height: 45px;
  margin-top: 8px;
}
.more .more-header .more-refresh svg {
  fill: #0878f8;
  width: 30px;
  height: 30px;
}
.more .more-header .more-sort-results {
  float: right;
  cursor: pointer;
  margin-right: 15px;
  line-height: 45px;
  margin-top: 8px;
}
.more .more-header .more-sort-results svg {
  fill: #0878f8;
  width: 25px;
  height: 25px;
}
.more .more-header .more-clear-downloads {
  float: right;
  margin-top: 7px;
  margin-right: 25px;
  cursor: pointer;
}
.more .more-header .more-clear-downloads svg {
  fill: #0878f8;
  width: 30px;
  height: 30px;
}
.more .more-header .more-add {
  float: right;
  margin-top: 7px;
  margin-right: 25px;
  cursor: pointer;
}
.more .more-header .more-add svg {
  fill: #0878f8;
  width: 30px;
  height: 30px;
}
.more .more-full-details {
  float: left;
  width: 100%;
}
.more .more-full-details .more-item {
  position: relative;
  height: 65px;
  float: left;
  width: 100%;
  clear: both;
  font: 12px arial;
  color: #a1a3a2;
  line-height: 65px;
  border-bottom: 1px #c8c8ca solid;
}
.more .more-full-details .more-item:not(.build-info) svg {
  fill: #a1a3a2;
}
.more .more-full-details .more-item .more-item-image {
  position: absolute;
}
.more .more-full-details .more-item .more-item-image.more-media-source {
  top: 12px;
  left: 15px;
  width: 30px;
  height: 30px;
}
.more .more-full-details .more-item .more-item-image.build-info-source {
  top: 12px;
  left: 12px;
  width: 30px;
  height: 30px;
}
.more .more-full-details .more-item .more-item-image.in-progress-downloads {
  top: 12px;
  left: 16px;
  width: 30px;
  height: 30px;
}
.more .more-full-details .more-item .more-item-image.search {
  top: 12px;
  left: 6px;
  width: 30px;
  height: 30px;
}
.more .more-full-details .more-item .more-item-image.torrents4k {
  top: 6px;
  left: 10px;
  width: 30px;
  height: 30px;
}
.more .more-full-details .more-item .more-item-image.more-image-fourk {
  top: 12px;
  left: 15px;
  width: 30px;
  height: 30px;
}
.more .more-full-details .more-item .more-item-text {
  float: left;
  padding-left: 65px;
}
.more .more-full-details .more-item.clicked {
  background-color: lightgray;
}
.more .more-full-details .more-item.fourk {
  background-image: url('/public/images/3d.svg');
  background-repeat: no-repeat;
  background-position: left center;
}
.more .more-item-details {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  top: 47px;
  left: 0;
  width: 100%;
  height: calc(100% - 47px);
  background-color: white;
  transition: visibility 0s 0.3s, opacity 0.3s !important;
}
.more .more-item-details.on {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 0s, opacity 0.3s !important;
}
.more .search-result {
  cursor: pointer;
  font: 12px arial;
  float: left;
  width: calc(100% - 20px);
  padding: 10px;
  border-bottom: 1px lightgray solid;
}
.more .search-result.has-images {
  background-image: url('/public/images/images.svg');
  background-repeat: no-repeat;
  background-position: right 5px bottom 5px;
  background-size: 20px 20px;
}
.more .search-result:nth-child(even) {
  background-color: #f0f0f0;
  color: black;
}
.more .search-result .search-title {
  clear: both;
  width: 95px;
  float: left;
  font-weight: bold;
}
.more .search-result .search-value {
  width: calc(100% - 100px);
  float: left;
  white-space: pre-line;
  word-wrap: break-word;
}
.media-source-item {
  float: left;
  height: 75px;
  width: 100%;
  font: 12px arial;
  border-bottom: 1px #c8c8ca solid;
}
.media-source-item .media-source-image {
  float: left;
  width: 60px;
  color: #949494;
}
.media-source-item .media-source-image svg {
  fill: #949494;
}
.media-source-item .media-source-image.ms-hd svg {
  margin-top: 20px;
  width: 25px;
  height: 25px;
}
.img-svg {
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
}
.img-text {
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
}
.media-source-text {
  padding-top: 18px;
}
.media-source-text div {
  float: left;
  width: calc(100% - 60px);
  line-height: 20px;
}
.media-source-text div .ms-heading {
  width: 30px;
  font-weight: bold;
}
.more-item-details .downloads {
  width: 100%;
  height: 100%;
  background-color: white;
}
.more-item-details .download-list {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 1s !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.more-item-details .download-list .download-item {
  border-bottom: 1px #c8c8ca solid;
  width: 100%;
  float: left;
  min-height: 100px;
  font: 12px arial;
  position: relative;
}
.more-item-details .download-list .download-item .download-to-aria {
  position: absolute;
  height: 40px;
  width: 40px;
  right: 3px;
  top: 29px;
  cursor: pointer;
  background-image: url('/public/images/downloadaria.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
}
.more-item-details .download-list .download-item .download-name {
  margin-left: 50px;
  margin-right: 50px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  margin-top: 10px;
  float: left;
  clear: both;
}
.more-item-details .download-list .download-item .download-size {
  float: right;
  margin-right: 50px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: right;
  color: gray;
}
.more-item-details .download-list .download-item .download-when {
  float: left;
  clear: both;
  margin-left: 50px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: darkgreen;
}
.more-item-details .download-list .download-item .download-progress-bar {
  float: left;
  clear: both;
  margin-left: 50px;
  margin-right: 50px;
  width: calc(100% - 100px);
  height: 32px;
}
.more-item-details .download-list .download-item .download-progress-bar .dl-bar {
  float: left;
  position: relative;
  width: 100%;
  height: 3px;
  border: 1px inset lightgray;
}
.more-item-details .download-list .download-item .download-progress-bar .dl-bar span {
  position: absolute;
  height: 3px;
  background-color: green;
}
.more-item-details .download-list .download-item .download-progress-bar .dl-bar.inprogress span {
  background-color: orange;
}
.more-item-details .download-list .download-item .download-progress-bar .dl-bar.done span {
  background-color: green;
}
.more-item-details .download-list .download-item .download-progress-bar .dl-bar.failed span {
  background-color: red;
}
.more-item-details .download-list .download-item .download-progress-bar .dl-perc {
  margin-top: 5px;
  margin-bottom: 5px;
  float: right;
  clear: both;
  color: lightgray;
}
.more-item-details .download-list .download-item .download-progress-bar .dl-speed {
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
  color: gray;
}
.more-item-details .download-list .download-item.furk {
  background-image: url('/public/images/furk.png');
  background-repeat: no-repeat;
  background-position: left 12px center;
}
.more-item-details .download-list .download-item.trans {
  background-image: url('/public/images/transmission.png');
  background-repeat: no-repeat;
  background-position: left 12px center;
  background-size: 25px 25px;
}
.more-item-details .download-list .download-item.seedr {
  background-image: url('/public/images/seedr.png');
  background-repeat: no-repeat;
  background-position: left 3px center;
}
.more-item-details .download-list .download-item.aria2 {
  background-image: url('/public/images/raspberry-pi.png');
  background-repeat: no-repeat;
  background-position: left 12px center;
}
.more-item-details .download-list.on {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 0s, opacity 1s !important;
}
.show-search {
  width: 260px;
}
.show-search .search-text-box {
  margin-top: 20px;
  width: 100%;
}
.show-search .search-text-box input {
  width: calc(100% - 10px);
  padding-left: 5px;
  padding-right: 5px;
  height: 20px;
  line-height: 20px;
  border-radius: 0;
}
.show-search .search-text-box input:focus {
  outline-width: 0;
}
.add-download {
  width: 260px;
  font: 12px arial;
  text-align: center;
}
.add-download .add-download-text {
  padding-bottom: 15px;
  float: left;
  text-align: left;
  height: 42px;
  font-weight: bold;
}
.add-download .add-download-text span {
  display: inline-block;
  clear: both;
  float: left;
  margin-top: 14px;
  width: 100%;
}
.add-download .add-download-text span input {
  width: calc(100% - 10px);
  padding-left: 5px;
  padding-right: 5px;
  height: 20px;
  line-height: 20px;
  border-radius: 0;
}
.add-download .add-download-text span input:focus {
  outline-width: 0;
}
.checking-downloads .checking-text {
  background-image: url('/public/images/loader.svg');
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 90px;
  background-size: 50px 50px;
  text-align: center;
  font: 12px arial;
  font-weight: bold;
}
.purge-confirm {
  width: 250px;
}
.download-to-aria-confirm {
  width: 250px;
}
#build-info-dialog {
  width: 360px;
}
#selected-result {
  width: calc(100% - 40px);
  max-height: calc(100% - 80px);
}
#selected-result .selected-results-list {
  overflow: hidden;
}
#selected-result .selected-result-item {
  margin-bottom: 2.5px;
  margin-top: 2.5px;
  white-space: pre-line;
  word-wrap: break-word;
}
#selected-result .selected-result-item.video-info {
  overflow-y: auto;
  overflow-x: hidde;
  max-height: calc(100vh - 300px);
}
#selected-result .selected-result-item.title {
  font-weight: bold;
}
#selected-result .selctect-result-item-images-wrapper {
  border: 1px gray solid;
  padding: 5px;
  background-color: white;
}
#selected-result .selctect-result-item-images {
  margin-bottom: 2.5px;
  margin-top: 2.5px;
  height: 90px;
  width: 100%;
  overflow: auto;
}
#selected-result .selctect-result-item-images .selctect-result-item-image {
  height: 80px;
  width: 135px;
  margin-right: 5px;
  display: inline-block;
  white-space: nowrap;
  background-size: contain;
  background-repeat: no-repeat;
}
#media-source-info {
  width: 305px;
}
#media-source-info .modal-content {
  margin: 0px;
  width: 100%;
}
#search-filter {
  width: 235px;
}
#search-filter .search-sort {
  border: 1px gray solid;
  background-color: #f0f0f0;
  width: calc(100% - 50px);
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 10px 10px 10px 30px;
  background-repeat: no-repeat;
  background-size: 15px, 20px;
  background-position: left 8px center, right 8px center;
}
#search-filter .search-sort:not(.selected) {
  cursor: pointer;
}
#search-filter .search-sort.relevance {
  background-image: url('/public/images/target.svg');
}
#search-filter .search-sort.relevance.selected {
  background-image: url('/public/images/target.svg'), url('/public/images/greentick.svg');
}
#search-filter .search-sort.date {
  background-image: url('/public/images/date.svg');
}
#search-filter .search-sort.date.selected {
  background-image: url('/public/images/date.svg'), url('/public/images/greentick.svg');
}
#search-filter .search-sort.size {
  background-image: url('/public/images/filesize.svg');
}
#search-filter .search-sort.size.selected {
  background-image: url('/public/images/filesize.svg'), url('/public/images/greentick.svg');
}
.build-info-row {
  float: left;
  clear: both;
}
.build-info-row .build-info-row-title {
  float: left;
  font-weight: bold;
  width: 120px;
}
.build-info-row .build-info-row-value {
  width: 200px;
  float: left;
  overflow: hidden;
}
body.dark .more-details {
  background-color: #1c1c1e;
  color: #b3b3b3;
}
body.dark .more-item-details {
  background-color: #1c1c1e;
  color: #b3b3b3;
}
body.dark .more .more-header {
  background-color: #323232;
}

.modal {
  position: fixed;
  transition: visibility 0.3s, scale 0.3s, transform 0.3s, opacity 0.3s !important;
  transition-timing-function: ease-out;
  opacity: 0;
  visibility: hidden;
  background: #c9d6ff;
  background: -webkit-linear-gradient(to right, #e2e2e2, #c9d6ff);
  background: linear-gradient(to right, #e2e2e2, #c9d6ff);
  transform: scale(0.9, 0.9);
  top: 50%;
  left: 50%;
  box-shadow: 0px 2px 8px 0px rgba(51, 51, 51, 0.5);
  border-radius: 4px;
  overflow: hidden;
  font: 13px arial;
  z-index: 110;
}
.modal.open {
  top: 50%;
  left: 50%;
  transition: transform 0.3s, opacity 0.3s !important;
  transition-timing-function: ease-in;
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
}
.modal .modal-content {
  margin: 20px;
  width: calc(100% - 40px);
}
.modal .modal-actions {
  padding: 15px;
  width: calc(100% - 30px);
  float: left;
}
.modal .modal-actions .modal-action {
  float: left;
  text-align: center;
  width: calc(100% - 10px);
}
.modal .modal-actions .modal-action.has-two {
  width: calc(50% - 10px);
}
.modal .modal-actions .modal-action.has-two:first-child {
  margin-right: 10px;
}
.modal .modal-actions .modal-action.has-two:not(:first-child) {
  margin-left: 10px;
}
.modal .loading-text {
  margin: 20px;
  width: 200px;
  background-image: url("/public/images/loader.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 90px;
  background-size: 50px 50px;
  text-align: center;
  font: 12px arial;
  font-weight: bold;
}
#modal-backdrop {
  transition: visibility 0s 0.3s, opacity 0.3s;
  transition-timing-function: ease-out;
  position: fixed;
  left: 0%;
  top: 0%;
  background-color: #001d35;
  opacity: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 100;
}
#modal-backdrop.open {
  transition: visibility 0s 0s, opacity 0.3s;
  transition-timing-function: ease-in;
  opacity: 0.7;
  visibility: visible;
}
.box-shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 2.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@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);
  }
}

@keyframes "lds-ring" {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* checkbox aspect */
/* checked mark aspect */
/* checked mark aspect changes */
/* disabled checkbox */
body {
  cursor: default;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  position: fixed;
}
#trailer-div {
  top: -10000px;
  left: -10000px;
  position: fixed;
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity 1.3s ease-in-out;
}
#trailer-div .trailer-close {
  background-color: transparent;
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 0px;
}
#trailer-div .trailer-close span {
  border: 1px white solid;
  padding: 10px 10px 10px 30px;
  font: 11px arial;
  font-weight: bold;
  border-radius: 5px;
  background-color: lightgray;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background-image: url("/public/images/close.png");
  background-repeat: no-repeat;
  background-position: left 5px center;
}
#trailer-div.on {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  transition: opacity 1.3s ease-in-out;
}
#trailer-video {
  width: 100vw;
  height: 100vh;
}
#authentication-div {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s, scale 0.3s !important;
  width: 240px;
  height: 280px;
  background-color: lightgrey;
  border-radius: 5px;
  transform: scale(0.9, 0.9);
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  font: 12px arial;
  padding: 15px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
}
#authentication-div .auth-title {
  font-weight: bold;
  font-size: 14px;
}
#authentication-div .auth-details {
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 10px;
}
#authentication-div .auth-details .auth-name {
  margin-top: 20px;
  margin-bottom: 5px;
}
#authentication-div .auth-details .auth-name [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
#authentication-div .auth-details .auth-name [type="checkbox"]:not(:checked) label {
  position: relative;
  padding-top: 5px;
  cursor: pointer;
}
#authentication-div .auth-details .auth-name [type="checkbox"]:not(:checked) label:before {
  content: "";
  position: absolute;
  right: -30px;
  top: 2px;
  width: 17px;
  height: 17px;
  border: 1px solid gray;
  background: white;
}
#authentication-div .auth-details .auth-name [type="checkbox"]:not(:checked) label:after {
  content: "✔";
  position: absolute;
  top: 3px;
  right: -27px;
  font-size: 10px;
  color: black;
  transition: all 0.2s;
  opacity: 0;
  transform: scale(0);
}
#authentication-div .auth-details .auth-name [type="checkbox"]:checked label {
  position: relative;
  padding-top: 5px;
  cursor: pointer;
}
#authentication-div .auth-details .auth-name [type="checkbox"]:checked label:before {
  content: "";
  position: absolute;
  right: -30px;
  top: 2px;
  width: 17px;
  height: 17px;
  border: 1px solid gray;
  background: white;
}
#authentication-div .auth-details .auth-name [type="checkbox"]:checked label:after {
  content: "✔";
  position: absolute;
  top: 3px;
  right: -27px;
  font-size: 10px;
  color: black;
  transition: all 0.2s;
  opacity: 1;
  transform: scale(1);
}
#authentication-div .auth-details .auth-name [type="checkbox"]:disabled:not(:checked) label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
#authentication-div .auth-details .auth-name [type="checkbox"]:disabled:checked label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
#authentication-div .auth-details .auth-name [type="checkbox"]:disabled:checked label:after {
  color: #999;
}
#authentication-div .auth-details .auth-name [type="checkbox"]:disabled label {
  color: #aaa;
}
#authentication-div .auth-details .auth-value {
  margin-right: 15px;
}
#authentication-div .auth-details .auth-value input {
  width: 100%;
  height: 20px;
  outline-width: 0;
  outline: none;
  border-radius: 0;
  border: 1px gray solid;
  padding: 3px;
}
#authentication-div .auth-login-button {
  position: relative;
  height: 5px;
}
#authentication-div .auth-login-button button {
  border: none;
  margin-top: 20px;
  border-radius: 2px;
  padding: 12px 18px;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  color: white;
  background-color: gray;
  box-shadow: 0 0 4px #999;
  outline: none;
}
#authentication-div .show-logging-in {
  margin-top: 200px;
  font-size: 14px;
  color: gray;
  opacity: 0;
  transform: scale(0.8, 0.8);
  visibility: hidden;
  transition: visibility 0s 0.3s, opacity 0.3s, scale 0.3s !important;
}
#authentication-div .show-logging-in .auth-spinner {
  margin-top: 5px;
  position: relative;
  left: -22px;
}
#authentication-div .show-logging-in .auth-spinner .lds-ring {
  transform: scale(0.6);
  width: 25px;
  height: 25px;
}
#authentication-div .show-logging-in.on {
  visibility: visible;
  opacity: 1;
  transform: scale(1, 1);
  transition: visibility 0s 0s, opacity 0.3s, scale 0.3s !important;
}
#authentication-div .invalid-login {
  margin-top: -50px;
  color: darkred;
  background-image: url("/public/images/invalidlogin.png");
  background-repeat: no-repeat;
  background-position: left 5px center;
  height: 50px;
  line-height: 20px;
  padding-left: 50px;
  padding-right: 20px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8, 0.8);
  transition: visibility 0s 0.3s, opacity 0.3s !important;
  padding-top: 9px;
}
#authentication-div .invalid-login.on {
  visibility: visible;
  opacity: 1;
  transform: scale(1, 1);
  transition: visibility 0s 0s, opacity 0.3s, scale 0.3s !important;
}
#authentication-div.on {
  visibility: visible;
  opacity: 1;
  transform: scale(1, 1);
  transition: visibility 0s 0s, opacity 0.3s, scale 0.3s !important;
}
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.ripple {
  background-position: center;
  transition: background 0.5s;
}
.ripple:hover {
  background: darkgray radial-gradient(circle, transparent 1%, darkgray 1%) center / 15000%;
}
.ripple:active {
  background-color: darkgray;
  background-size: 100%;
  transition: background 0s;
}

/* ON/OFF Switch */
/* ==== Accessibility ===== */
.onoffswitch {
  position: relative;
  width: 60px;
  display: inline-block;
  font-size: 80%;
}
.onoffswitch .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin: 0;
}
.onoffswitch .onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.15s ease-in-out;
  -o-transition: margin 0.15s ease-in-out;
  -moz-transition: margin 0.15s ease-in-out;
  transition: margin 0.15s ease-in-out;
}
.onoffswitch .onoffswitch-inner:before {
  float: left;
  width: 50%;
  height: 24px;
  padding: 0;
  line-height: 24px;
  font-size: 80%;
  font-weight: normal;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: 'NEW';
  padding-left: 10px;
  background-color: #007bc8;
  color: #ffffff;
}
.onoffswitch .onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 24px;
  padding: 0;
  line-height: 24px;
  font-size: 80%;
  color: #ffffff;
  font-weight: normal;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: 'ALL';
  padding-right: 10px;
  background-color: #fafafa;
  color: #3d3d3d;
  text-align: right;
}
.onoffswitch .onoffswitch-inner.twodays:before {
  content: 'ON';
}
.onoffswitch .onoffswitch-inner.twodays:after {
  content: 'OFF';
}
.onoffswitch .onoffswitch-switch {
  width: 22px;
  height: 22px;
  margin: 0;
  background: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 35px;
  -webkit-transition: right 0.15s ease-in-out;
  -o-transition: right 0.15s ease-in-out;
  -moz-transition: right 0.15s ease-in-out;
  transition: right 0.15s ease-in-out;
}
.toggle-group {
  position: relative;
  height: 27px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  top: 50%;
  left: 20px;
  margin-top: -13.5px;
}
.toggle-group input[type='checkbox'] {
  position: absolute;
  left: 10px;
}
.toggle-group input[type='checkbox']:checked ~ .onoffswitch .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.toggle-group input[type='checkbox']:checked ~ .onoffswitch .onoffswitch-label .onoffswitch-switch {
  right: 1px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.toggle-group input[type='checkbox']:focus ~ .onoffswitch {
  outline: thin dotted #333;
  outline: 0;
}
.toggle-group label {
  position: absolute;
  cursor: pointer;
  padding-left: 65px;
  display: inline-block;
  text-align: left;
  line-height: 24px;
  width: 100%;
  z-index: 1;
  height: 24px;
  font-weight: 200;
}
.aural {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.aural:focus {
  clip: rect(0, 0, 0, 0);
  font-size: 1em;
  height: auto;
  outline: thin dotted;
  position: static !important;
  width: auto;
  overflow: visible;
}

.pb-header {
  overflow: hidden;
  top: 0px;
  left: 0px;
  background-color: #f9f9f9;
  width: 100%;
  float: left;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px #b2b2b2 solid;
  border-top: 1px #b2b2b2 solid;
}
.pb-header .filter-results {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 80px;
  width: 32px;
  height: 32px;
  margin-top: 3px;
}
.pb-header .filter-results.novis {
  visibility: hidden;
}
.pb-header .filter-results svg {
  fill: #b2b2b2;
  height: 25px;
  width: 25px;
}
.pb-header .filter-results.on svg {
  fill: #007cff;
}
.pb-header .pb-header-updated {
  text-align: center;
  float: left;
  width: calc(100% - 194px);
  font: 12px arial;
  color: #b0b0b0;
  line-height: 45px;
}
.pb-header .new-all {
  float: right;
  margin-top: 22px;
  margin-right: 36px;
}
.pb-header-downloads .add-download-action {
  float: right;
  margin-top: 7px;
  margin-right: 25px;
  cursor: pointer;
}
.pb-header-downloads .add-download-action svg {
  fill: #0878f8;
  width: 30px;
  height: 30px;
}
.pb-header-downloads .clear-downloads-action {
  float: right;
  margin-top: 7px;
  margin-right: 25px;
  cursor: pointer;
}
.pb-header-downloads .clear-downloads-action svg {
  fill: #0878f8;
  width: 30px;
  height: 30px;
}
.pb-header-left {
  float: left;
  padding-left: 15px;
  padding-top: 7.5px;
}
.pb-header-left.novis {
  visibility: hidden;
}
.pb-header-left .item {
  float: left;
  font: 12px arial;
  line-height: 30px;
  border-top: 1px #007cff solid;
  border-bottom: 1px #007cff solid;
  width: 40px;
  text-align: center;
  color: #007cff;
  -webkit-tap-highlight-color: transparent;
}
.pb-header-left .item.left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-left: 1px #007cff solid;
}
.pb-header-left .item.right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: 1px #007cff solid;
}
.pb-header-left .item.on {
  color: white;
  background-color: #007cff;
}
body.dark {
  background-color: #323232;
}
body.dark .pb-footer {
  background-color: #323232;
}
body.dark .pb-header {
  background-color: #323232;
}
body.dark .media-list {
  background-color: black;
}
body.dark .loading-inline {
  background-color: #323232;
  background-image: url('/public/images/loader.svg');
}
.pb-footer {
  position: inherit;
  float: left;
  bottom: -72px;
  left: 0px;
  height: 70px;
  width: 100vw;
  background-color: #eeeef0;
  border-top: 1px #b2b2b2 solid;
}
.pb-footer .item {
  width: 16.6%;
  text-align: center;
  color: #949494;
  font: 12px arial;
  float: left;
  top: -2px;
  background-repeat: no-repeat;
  background-position: top 5px center;
  position: relative;
  cursor: pointer;
}
.pb-footer .item .item-text {
  position: relative;
  top: -41px;
  left: -2px;
  font-size: 9px;
}
.pb-footer .item .item-label {
  position: absolute;
  color: white;
  background-color: red;
  border-radius: 50%;
  top: 3px;
  right: 4px;
  padding: 2px 6px 2px 6px;
}
.pb-footer .item .item-label.downloads-inprogress {
  background-color: orange;
}
.pb-footer .item .item-label.downloads-completed {
  background-color: green;
}
.pb-footer .item .item-image {
  height: 30px;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 32px;
}
.pb-footer .item svg {
  fill: #a1a3a2;
}
.pb-footer .item.tv4k,
.pb-footer .item.tv {
  top: 0px;
}
.pb-footer .item.tv4k svg,
.pb-footer .item.tv svg {
  padding-top: 2px;
}
.pb-footer .item.more {
  padding-top: 18px;
}
.pb-footer .item.on {
  color: #2175d7;
  cursor: default;
}
.pb-footer .item.on svg {
  fill: #007cff;
}
.pb-footer .item.tv4k svg {
  height: 22px;
  width: 22px;
}
.pb-footer .item-text.tv {
  top: -42px;
  left: -3px;
}
.pb-footer .item.fourk svg,
.pb-footer .item.hd svg,
.pb-footer .item.tv svg,
.pb-footer .item.tv4k svg,
.pb-footer .item.downloads svg {
  height: 41px;
  width: 63px;
  position: absolute;
  top: 8px;
  left: -12px;
}
.pb-footer .item.fourk .item-image,
.pb-footer .item.hd .item-image,
.pb-footer .item.tv .item-image,
.pb-footer .item.tv4k .item-image,
.pb-footer .item.downloads .item-image {
  height: 71px;
  width: 41px;
}
.pb-footer .item.torrents4k svg {
  height: 41px;
  width: 63px;
  position: absolute;
  top: 13px;
  left: 0px;
}
.pb-footer .item.torrents4k .item-image {
  height: 71px;
  width: 41px;
}
.pb-footer .item.more svg {
  height: 25px;
  position: absolute;
  top: 1px;
  left: 3px;
}
.pb-footer .item.downloads svg {
  height: 41px;
  width: 63px;
  position: absolute;
  top: 13px;
}
.pb-main {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  transition: 1s -webkit-filter linear;
}
.pb-main .pb-list {
  position: absolute;
  width: 100vw;
  top: 0px;
  left: 0px;
  transition: left 0.3s ease-in-out;
}
.pb-main .checking {
  position: absolute;
  top: 10px;
  left: 100px;
  font: 11px arial;
  color: white;
  z-index: 100;
  padding: 15px;
  background-image: url('/public/images/loader.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 19px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s, scale 0.3s, transform 0.3s, opacity 0.3s, left 0.3s !important;
  pointer-events: none;
}
.pb-main .checking.downloads {
  left: 10px;
}
.pb-main .checking.on {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.2s, scale 0.3s, transform 0.3s, opacity 0.3s, left 0.3s !important;
}
.pb-main .pb-full-details {
  position: absolute;
  float: left;
  width: 100vw;
  top: 0px;
  left: 100vw;
  height: 100vh;
  transition: left 0.3s ease-in-out;
}
.pb-main .more-details {
  position: absolute;
  top: 0px;
  left: 100px;
  width: 100%;
  height: 100%;
  background-color: white;
  visibility: hidden;
  opacity: 0.3;
  transition: visibility 0.2s, scale 0.3s, transform 0.3s, opacity 0.3s, left 0.3s !important;
}
.pb-main .more-details.on {
  visibility: visible;
  opacity: 1;
  left: 0px;
  transition: visibility 0.2s, scale 0.3s, transform 0.3s, opacity 0.3s, left 0.3s !important;
}
.pb-main .pb-full-details.on {
  left: 0px;
}
.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  transition: 1s -webkit-filter linear;
}
.media-list {
  float: left;
  overflow: auto;
  width: 100%;
  height: calc(100vh - 119px);
  -webkit-overflow-scrolling: touch;
}
.media-list .tumbleweed {
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  height: calc(100% - 76px);
  overflow: hidden;
  background-image: url('/public/images/emptyboxbk3.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 250px;
}
.media-list .download-list {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 47px;
  left: 0;
}
.media-list .download-list .no-downloads {
  width: 320px;
  height: 260px;
  position: absolute;
  left: 50%;
  margin-left: -160px;
  margin-top: -130px;
  top: calc(50% - 25px);
}
.media-list .download-list .no-downloads .no-downloads-text {
  font: 14px arial;
  color: white;
  text-align: center;
  padding-top: 20px;
  line-height: 30px;
}
.media-list .download-list .download-item {
  color: #b3b3b3;
  border-bottom: 1px #c8c8ca solid;
  width: 100%;
  float: left;
  min-height: 100px;
  font: 12px arial;
  position: relative;
}
.media-list .download-list .download-item .download-to-aria {
  position: absolute;
  height: 40px;
  width: 40px;
  right: 3px;
  top: 29px;
  cursor: pointer;
  background-image: url('/public/images/downloadaria.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
}
.media-list .download-list .download-item .download-name {
  margin-left: 50px;
  margin-right: 50px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  margin-top: 10px;
  float: left;
  clear: both;
}
.media-list .download-list .download-item .download-size {
  float: right;
  margin-right: 50px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: right;
  color: gray;
}
.media-list .download-list .download-item .download-when {
  float: left;
  clear: both;
  margin-left: 50px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: darkgreen;
}
.media-list .download-list .download-item .download-progress-bar {
  float: left;
  clear: both;
  margin-left: 50px;
  margin-right: 50px;
  width: calc(100% - 100px);
  height: 32px;
}
.media-list .download-list .download-item .download-progress-bar .dl-bar {
  float: left;
  position: relative;
  width: 100%;
  height: 3px;
  border: 1px inset lightgray;
}
.media-list .download-list .download-item .download-progress-bar .dl-bar span {
  position: absolute;
  height: 3px;
}
.media-list .download-list .download-item .download-progress-bar .dl-bar.inprogress span {
  background-color: orange;
}
.media-list .download-list .download-item .download-progress-bar .dl-bar.done span {
  background-color: green;
}
.media-list .download-list .download-item .download-progress-bar .dl-bar.failed span {
  background-color: red;
}
.media-list .download-list .download-item .download-progress-bar .dl-perc {
  margin-top: 5px;
  margin-bottom: 5px;
  float: right;
  clear: both;
  color: lightgray;
}
.media-list .download-list .download-item .download-progress-bar .dl-speed {
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
  color: gray;
}
.media-list .download-list .download-item.furk {
  background-image: url('/public/images/furk.png');
  background-repeat: no-repeat;
  background-position: left 12px center;
}
.media-list .download-list .download-item.trans {
  background-image: url('/public/images/transmission.png');
  background-repeat: no-repeat;
  background-position: left 12px center;
  background-size: 25px 25px;
}
.media-list .download-list .download-item.seedr {
  background-image: url('/public/images/seedr.png');
  background-repeat: no-repeat;
  background-position: left 3px center;
}
.media-list .download-list .download-item.aria2 {
  background-image: url('/public/images/raspberry-pi.png');
  background-repeat: no-repeat;
  background-position: left 12px center;
}
.media-list .download-list.on {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 0s, opacity 1s !important;
}
.scrolling {
  -webkit-overflow-scrolling: touch !important;
}
.load-progress {
  width: 200px;
  font: 12px arial;
}
.load-progress .loading-bar-full {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  float: left;
  border: 1px lightgray inset;
  height: 5px;
  background-color: white;
}
.load-progress .loading-bar {
  position: absolute;
  height: 5px;
  left: 0px;
  top: 0px;
  background-color: #6495ED;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.load-progress .loading-progress-text {
  float: left;
  line-height: 30px;
  width: 100%;
  font-weight: bold;
  background-image: url('/public/images/loader.svg');
  background-repeat: no-repeat;
  background-position: right center;
}
.show-login {
  width: 250px;
}
.show-login .auth-loading {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  margin-top: 50px;
  text-align: center;
  font: 14px arial;
  font-weight: bold;
  background-image: url('/public/images/loader.svg');
  background-repeat: no-repeat;
  background-position: center top 50px;
  background-size: 100px 100px;
  transition: visibility 0s 1s, opacity 1s !important;
}
.show-login .auth-loading.on {
  opacity: 1;
  visibility: visible;
  transition: visibility 0s 0s, opacity 1s !important;
}
.show-login .auth-login-details {
  opacity: 1;
  transition: visibility 1s 0s opacity 1s !important;
}
.show-login .auth-login-details.off {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s 0s, opacity 1s !important;
}
.show-login .auth-title {
  font: 12px arial;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.show-login .auth-name {
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 5px;
}
.show-login .auth-name.remember-me {
  float: left;
}
.show-login .remember-wrapper {
  cursor: pointer;
  float: left;
}
.show-login .remember-wrapper.checked svg .check {
  stroke-dashoffset: 0;
  stroke-width: 7px;
}
.show-login .remember-wrapper.checked svg .outer {
  transition: fill 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  fill: #2196f3;
}
.show-login .remember-wrapper.checked svg .inner {
  height: 0px;
  width: 0px;
  x: 16px;
  y: 16px;
  rx: 100px;
}
.show-login .remember-me-box {
  float: left;
  margin-left: 15px;
  margin-top: 4px;
  cursor: pointer;
}
.show-login .remember-me-box svg .check {
  transition: stroke-dashoffset 0.5s ease-in-out 0.2s, stroke-width 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.show-login .remember-me-box svg .outer {
  transition: fill 0.3s ease-out;
  fill: #bdbdbd;
}
.show-login .remember-me-box svg .inner {
  fill: #ffffff;
  transition: opacity 0.2s ease-in-out 0.2s, height 0.3s ease-in-out 0.3s, width 0.3s ease-in-out 0.3s, x 0.3s ease-in-out 0.3s, y 0.3s ease-in-out 0.3s, rx 0.3s ease-in-out 0.3s;
  opacity: 1;
  height: 56px;
  width: 56px;
  x: 4px;
  y: 4px;
  rx: 4px;
}
.show-login .auth-value {
  margin-bottom: 20px;
}
.show-login .auth-value input {
  width: calc(100% - 20px);
  padding-left: 5px;
  padding-right: 5px;
  height: 25px;
  line-height: 25px;
  border-radius: 0px;
  outline-width: 0;
}
#filter-on {
  width: 280px;
}
#filter-on .modal-content {
  margin: 0px;
  width: 100%;
}
#filter-on .filter-row {
  float: left;
  clear: both;
  width: calc(100% - 40px);
  padding: 20px 20px 20px 20px;
}
#filter-on .filter-row:nth-child(2) {
  border-top: 1px gray solid;
}
#filter-on .filter-row .filter-name {
  float: left;
  line-height: 15px;
}
#filter-on .filter-row .filter-name.filter-text {
  line-height: 31px;
}
#filter-on .filter-row .filter-selection {
  float: right;
}
#filter-on .filter-row .filter-selection.filter-text {
  float: left;
  position: relative;
}
#filter-on .filter-row .filter-selection .delete-filter-text {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 6px;
  right: -20px;
  cursor: pointer;
}
#filter-on .filter-row .filter-selection input.filter-text {
  margin-left: 10px;
  width: calc(100% - 33px);
  padding-left: 5px;
  padding-right: 5px;
  height: 25px;
  line-height: 25px;
  border-radius: 0px;
  outline-width: 0;
}
#filter-on .filter-row .filter-toggle {
  margin-right: 10px;
  margin-top: 6px;
}
.loading-inline {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  width: 180px;
  height: 45px;
  position: absolute;
  background-size: 30px;
  background-color: #f9f9f9;
  top: 1px;
  left: 100px;
  width: calc(100% - 183px);
  background-image: url('/public/images/loaderbk.svg');
  background-repeat: no-repeat;
  background-position: calc(50% + 72px) center;
  background-size: 25px;
}
.loading-inline.on {
  opacity: 1;
  pointer-events: initial;
}
.loading-inline.moreDetails {
  width: calc(100% - 160px);
  background-position: calc(50% + 60px) center;
}
.loading-inline .inline-progress {
  width: 160px;
  height: 45px;
  position: fixed;
  top: 0;
  left: calc(50% - 80px);
}
.loading-inline .inline-progress .loading-bar-full {
  position: relative;
  margin-top: 22px;
  width: calc(100% - 20px);
  float: left;
  border: 1px lightgray inset;
  height: 5px;
  background-color: white;
}
.loading-inline .inline-progress .loading-bar-full .loading-bar {
  position: absolute;
  height: 5px;
  left: 0px;
  top: 0px;
  background-color: #6495ED;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.imdb-confirm {
  width: 250px;
}
.imdb-confirm .imdb-text {
  margin-top: 10px;
  text-align: center;
}
.imdb-missing {
  width: 350px;
}
.imdb-missing .missing-table {
  margin-bottom: 20px;
  float: left;
}
.imdb-missing .missing-table .left-cell {
  float: left;
  clear: both;
  width: 170px;
  line-height: 25px;
}
.imdb-missing .missing-table .left-cell.updated {
  background-image: url('/public/images/success-green.svg');
  background-repeat: no-repeat;
  background-position: right 50px center;
  background-size: 25px 25px;
}
.imdb-missing .missing-table .left-cell.failed {
  background-image: url('/public/images/failed-red.svg');
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 20px 20px;
}
.imdb-missing .missing-table .left-cell.processing {
  position: relative;
  width: calc(100% - 20px);
  height: 30px;
  overflow: hidden;
}
.imdb-missing .missing-table .left-cell.processing .spinner {
  background-image: url('/public/images/loader.svg');
  position: absolute;
  top: 3px;
  width: 20px;
  height: 20px;
  left: 125px;
  background-repeat: no-repeat;
}
.imdb-missing .missing-table .left-cell.processing .done {
  position: absolute;
  top: 0px;
  left: 127px;
  width: 20px;
  height: 20px;
}
.imdb-missing .missing-table .right-cell {
  float: left;
  line-height: 25px;
}
.imdb-missing .missing-table .right-cell.processing {
  font-weight: bold;
  height: 50px;
  min-height: 50px;
  overflow: hidden;
  overflow-wrap: anywhere;
  width: 100%;
}
.imdb-missing .missing-table .right-cell.processed {
  position: relative;
}
.imdb-missing .missing-table .right-cell.processed .imdb-progress {
  position: absolute;
  top: 0px;
  left: 20px;
  height: 20px;
  width: 100px;
  border: 1px gray solid;
}
.imdb-missing .missing-table .right-cell.processed .imdb-progress .progress-bar {
  background-color: green;
  height: 100%;
}
.no-new-entries {
  position: absolute;
  background-color: pink;
  left: 104px;
  top: 10px;
  border: 2px red solid;
  width: 27px;
  height: 27px;
  overflow: hidden;
  border-radius: 100% 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 500ms ease-in, visibility 0ms ease-in 500ms;
}
.no-new-entries.show {
  visibility: visible;
  opacity: 1;
  transition: opacity 500ms ease-in, visibility 0ms ease-in 0ms;
}
.no-new-entries svg {
  width: 20px;
  height: 20px;
  padding-top: 5px;
  padding-left: 3px;
}
.has-new-entries {
  position: absolute;
  background-color: palegreen;
  left: 104px;
  top: 10px;
  border: 2px #008000 solid;
  width: 27px;
  height: 27px;
  overflow: hidden;
  border-radius: 100% 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 500ms ease-in, visibility 0ms ease-in 500ms;
}
.has-new-entries.show {
  visibility: visible;
  opacity: 1;
  transition: opacity 500ms ease-in, visibility 0ms ease-in 0ms;
}
.has-new-entries svg {
  width: 20px;
  height: 20px;
  padding-top: 2px;
  padding-left: 4px;
}
