 

/* 
@ Название: ОБЩИЙ ФАЙЛ СТИЛЕЙ ПОДКЛЮЧЕННЫЙ В HEAD;
*/

/*! normalize */
*,
*::before,
*::after {
  background: transparent;
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

::-moz-selection {
  background: #1a191f;
  color: #9b9dab;
  text-shadow: none;
}

::selection {
  background: #1a191f;
  color: #9b9dab;
  text-shadow: none;
}

::-webkit-input-placeholder {
  color: #9b9dab;
  opacity: 1;
}

::-moz-placeholder {
  color: #9b9dab;
  opacity: 1;
}

:-moz-placeholder {
  color: #9b9dab;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #9b9dab;
  opacity: 1;
}

body {
  margin: 0;
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
  /*font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;*/
  font-weight: 400;
  line-height: 1.5;
  color: #9b9dab;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  background-color: #13161d;
}

body {
  margin: 0;
}

article,
aside,
figure,
picture,
picture img,
figure img,
hgroup,
footer,
header,
nav,
section,
main {
  display: block;
}

ol,
ul {
  list-style: none;
}

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;
  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;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: none;
}

button:focus,
button:active {
  outline: none !important;
}

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;
}

label {
  position: relative;
  margin: .5rem;
  cursor: pointer;
}

input[type="checkbox"] {
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer;
  top: 0.125rem;
}

input[type="checkbox"]:before {
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0.05rem;
  top: .05rem;
  z-index: 1;
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
}

input[type="checkbox"]:checked:before {
  background-color: #00998a;
}

input[type="checkbox"]:checked:after {
  border: 0.125rem solid #00998a;
}

input[type="checkbox"]:after {
  content: "";
  position: absolute;
  top: -0.2rem;
  left: -0.1875rem;
  width: 1.1rem;
  height: 1.1rem;
  background: #fff;
  cursor: pointer;
  border: none;
  background-color: #252833;
  border-radius: 100%;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -0.125rem;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

a {
  color: #9b9dab;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #019789;
  outline: none;
  text-decoration: none;
}

button,
textarea,
select,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="button"],
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  font-size: 1rem;
}

.button,
.btn,
.pagi-load a,
.up-second li a,
.usp-edit a,
.qq-upload-button,
.ui-button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  text-align: center;
  padding: 0 1.25rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 0.125rem;
  cursor: pointer;
  color: #fff;
  background-color: #00998a;
}

.button:hover,
.btn:hover,
.up-second li a:hover,
.usp-edit a:hover,
.qq-upload-button:hover,
.pagi-load a:hover,
.ui-button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: rgb(1, 115, 103);
  color: #fff;
}

.ui-button:active,
input[type="button"]:active,
input[type="submit"]:active {
  color: #fff;
  box-shadow: inset 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.1);
}

select,
input[type="text"],
input[type="email"],
input[type="password"] {
  height: 2.5rem;
  text-transform: lowercase;
  line-height: 2.5rem;
  color: #fff;
  border-radius: 0.25rem;
  border: 0;
  padding: 0 0.9375rem;
}

input[type="text"] {
  text-transform: unset;
}

.buttonh {
  height: 1.875rem;
  line-height: 1.875rem;
}

select {
  height: 2.5rem;
  border: 0;
  padding: 0 0.9375rem;
}

textarea {
  padding: 0.9375rem;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
  background-color: #111216;
  font-size: 0.8125rem;
  width: 100%;
  line-height: 1.9;
  color: #fff;
  border: 0.0625rem solid #1e2029;
  padding: 0.625rem 0.9375rem;
  border-radius: 0.125rem;
  box-shadow: none;
  display: block;
}

select {
  width: auto;
}

input::placeholder,
textarea::placeholder {
  color: #9b9dab;
  font-size: 0.9375rem;
}

input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  margin-bottom: 2.0rem;
  margin-top: 0;
}

h1 {
  font-size: 4.6rem;
  line-height: 1.2;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
}

h3 {
  font-size: 2.8rem;
  line-height: 1.3;
}

h4 {
  font-size: 2.2rem;
  letter-spacing: -.08rem;
  line-height: 1.35;
}

h5 {
  font-size: 1.8rem;
  letter-spacing: -.05rem;
  line-height: 1.5;
}

h6 {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.4;
} 

/*! help style */
.poster-img {
  overflow: hidden;
  background-color: #1e2029;
}

.poster-imgresp img {
  position: absolute;
  left: 0;
  top: 0;
}

.img-fit {
  min-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.poster-imgresp.is-1 {
  padding-top: 60%;
}

.poster-imgresp.is-2 {
  padding-top: 80%;
}

.poster-imgresp.is-3 {
  padding-top: 100%;
}

.poster-imgresp.is-4 {
  padding-top: 120%;
}

.poster-imgresp.is-5 {
  padding-top: 140%;
}

.poster-imgresp.is-6 {
  padding-top: 160%;
}
/*! container style */
.container {
  max-width: 75rem;
  width: calc(100% - 3.75rem);
  margin: 0 auto;
  z-index: 20;
}

@media screen and (max-width: 76.25rem) {
  .container {
    max-width: 62.5rem;
  }
}

@media screen and (max-width: 62rem) {
  .container {
    max-width: 48rem;
  }
}

@media screen and (max-width: 47.5rem) {
  .container {
    max-width: 40rem;
  }
}

@media screen and (max-width: 36.875rem) {
  .container {
    max-width: 30rem;
  }
}

@media screen and (max-width: 29.375rem) {
  .container {
    max-width: 22.5rem;
  }
}

@media screen and (max-width: 21.875rem) {
  .container {
    max-width: 20rem;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}
/*! P-M style */
.p-0 {
  padding: 0!important;
}

.p-1 {
  padding: .5rem!important;
}

.mb-0 {
  margin-bottom: 0!important;
}

.mb-1 {
  margin-bottom: .3rem!important;
}

.mb-2 {
  margin-bottom: .5rem!important;
}

.mb-3 {
  margin-bottom: 1rem!important;
}

.mb-4 {
  margin-bottom: 2rem!important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mr-4 {
  margin-right: 2rem !important;
}

.mt-0 {
  margin-top: 0rem!important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 2rem!important;
}

.mt-5 {
  margin-top: 4rem !important;
}

.mt-6 {
  margin-top: 5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

/*! FB style */
.clear {
  clear: both;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
  border-collapse: collapse;
}

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

.d-hidden {
  display: none;
}

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

.flx {
  display: flex !important;
}

.flx-fill {
  flex: 1 1 auto;
}

.flx-row {
  flex-direction: row;
}

.flx-column {
  flex-direction: column;
}

.flx-row-reverse {
  flex-direction: row-reverse;
}

.flx-column-reverse {
  flex-direction: column-reverse;
}

.flx-grow-0 {
  flex-grow: 0;
}

.flx-grow-1 {
  flex-grow: 1;
}

.flx-shrink-0 {
  flex-shrink: 0;
}

.flx-shrink-1 {
  flex-shrink: 1;
}

.flx-wrap {
  flex-wrap: wrap;
}

.flx-nowrap {
  flex-wrap: nowrap;
}

.flx-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flx-fx {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  min-width: 3.125rem;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

.align-content-start {
  align-content: flex-start;
}

.align-content-end {
  align-content: flex-end;
}

.align-content-center {
  align-content: center;
}

.align-content-between {
  align-content: space-between;
}

.align-content-around {
  align-content: space-around;
}

.align-content-stretch {
  align-content: stretch;
}

.order-first {
  order: -1;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-last {
  order: 6;
}

/*! typography */
.title {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.125;
}

.title.is-1 {
  font-size: 3rem;
}

.title.is-2 {
  font-size: 2.5rem;
}

.title.is-3 {
  font-size: 2rem;
}

.title.is-5 {
  font-size: 1rem;
}

.txt-bold300 {
  font-weight: 300;
}

.txt-bold400 {
  font-weight: 400;
}

.txt-bold500 {
  font-weight: 500;
}

.txt-bold600 {
  font-weight: 600;
}

.txt-bold700 {
  font-weight: 700;
}

.txt-bold800 {
  font-weight: 800;
}

{
    /* text-transform: uppercase; */
}

.txt-lowercase {
  text-transform: lowercase;
}

.txt-sm {
  font-size: .6rem;
}

.txt-smaller {
  font-size: .75rem;
}

.txt-norm {
  font-size: 1rem;
}

.txt-big {
  font-size: 1.2rem;
}

.txt-bigger {
  font-size: 1.5rem;
}

.txt-biggest {
  font-size: 2rem;
}

.txt-center {
  text-align: center;
}

.txt-wrap {
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

.txt-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*! common style */
/*! animation */
.anima {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

/*! ripple effect */
.prepare-ripple {
  overflow: hidden;
}

.is-green .ripple {
  background-color: #01978980;
}

.ripple {
  background: rgba(255, 255, 255, .3);
  border-radius: 100%;
  display: block;
  position: absolute;
  z-index: 999;
  transform: scale(0);
}

.ripple.on-animate {
  animation: ripple .65s linear;
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
/*! icon style */
.svgicon {
  fill: #fff;
  width: 1.7rem;
  height: 1.7rem;
  vertical-align: middle;
  display: inline-block;
}

.svgicon.icon-fix {
  position: absolute;
  left: .7rem;
}

.svgicon.menuicon {
  width: 1.2rem;
  height: 1.2rem;
}

.svgicon.fullicon {
  fill: #9b9dab;
}

/*! color style */
.list-hidden .list-link,
.moviebox .genre,
.moviebox .year,
.moviebox .quality,
.moviebox .origname,
.moviebox .textshort,
.comm-item .comm-date,
.full-head .subtitle,
.fullmeta-seclabel small,
.collection-item .moviebox-meta span {
  color: #9b9dab;
}

.moviebox .quality {
  color: #fff;
  background-color: #019789;
  font-size: .7rem;
  padding: .2rem;
}

.link-icon li .list-link,
.drop ul li a,
.mylists-switch li span,
.queries-item a .title,
.cm-tabs-col span,
.nav-load a {
  color: #fff;
}


.link-icon li .list-link:hover,
.drop ul li a:hover,
.mylists-switch li span:hover,
.queries-item a:hover .title,
.moviebox:hover .moviebox-meta .title,
.section-header .title span,
.section-header p span,
.shedule-wrap .date .num,
.fullinfo-list span a {
  color: #019789;
}

.metatags .subtitle,
.shedule-wrap .date,
.login-panel .auth-name,
.login-modal .mlogogtype,
.login-modal .soc-links a,
.login-auth a,
.login-list li a,
.comm-item .comm-author,
.comm-item .comm-title,
.fullmeta-seclabel,
.comm-item .comm-author a,
.username,
.um-tabs__nav li {
  color: #fff;
}

.comm-item .comm-text {
  color: #9b9dab;
}

.poster,
.site-wrap,
.dropdown-menu-arrow,
.list-item,
.list-link,
.link-icon li .list-link,
.drop,
.collection-item a,
.poster-img,
.container,
.prepare-ripple,
.shortstory-item,
.sidebar-menu,
.login-auth a,
.sort li a,
.mylists-switch li span,
#dle-comments-form,
.comm-item,
.letter_home ul.alphabet li,
.template-switcher a {
  position: relative;
}

.moviebox:hover,
.moviebox:active,
.last-comm-item:hover {
  background-color: #01978926;
}

.buttondark {
  background-color: #1d1e20;
}

.buttondark:hover, 
.buttondark:active, 
.buttondark:focus {
  background-color: #252833;
}

.button100 {
  width: 100%;
}

.h100,
.h100 #dle-content,
.h100 .page-text {
  height: 100%;
}
/*! basic style */
.site-wrap {
  min-width: 20rem;
  max-width: 112.5rem;
  min-height: 100vh;
  left: 0;
  transition: all 0.2s cubic-bezier(0.685, 0.0473, 0.346, 1);
}

#dle-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#dle-content > *:not(.moviebox) {
  width: 100%;
}

body,
.site-wrap,
.sidebar-scroll,
.alphabet-gr,
.alphabet-eng,
.alphabet-number {
  scrollbar-width: none;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow: hidden;
}


.main-side .magic {
  height: 2.1875rem;
  width: 2.1875rem;
}
/*! sidebar menu style */
.sidebar-menu {
  left: -17rem;
  border-right: 0.0625rem solid rgba(255,255,255,.06);
   transition: all .2s;
}

@media (min-width: 75rem) {
  .sidebar-menu {
    left: 0;
  }
}

.sidebar-toggle .sidebar-menu {
 left: 0;
}

@media (min-width: 75rem) {
  .sidebar-toggle .sidebar-menu {
    left: -17rem;
  }
}

.sidebar-menu {
  height: 100%;
  background-color: #1e2029;
  width: 17rem;
}

.sidebar-menu-inner {
  background-color: #1e2029;
  position: fixed;
  height: 100%;
}

.sidebar-closetog {
  display: none;
}

.overlay-box {
  position: fixed; 
  z-index: 1000; 
  left: 0; 
  top: 0; 
  width: 100%; 
  height: 100%; 
  opacity: .8; 
  background-color: #12161d;
}

.logogtype {
  height: 4.125rem;
  line-height: 4.125rem;
  font-size: 1.45rem;
  padding-left: 5rem;
}

.logois-login .logogtype {
  background: linear-gradient(29deg, #019789, #00675e);
}

.logogtype a {
  color: #fff;
}

.logogtype::before {
  content: "";
  width: 4.125rem;
  height: 4.125rem;
  position: absolute;
  left: 0rem;
  top: 0rem;
  background: url(../logo/logotype.svg) center center no-repeat #1e2029;
}

.navbar-link {
  margin-left: 0.1875rem;
}

.dropdown-link:hover {
  text-decoration: none;
}

.dropdown-user {
  display: block;
  margin: 0.3125rem 0.5rem 0 0;
  font-weight: 600;
  font-size: 0.875rem;
}

.dropdown-avatar {
  height: 1.8125rem;
  width: 1.8125rem;
  border-radius: 50%;
}

.dropdown-menu-arrow {
  top: -1.5625rem;
  left: 50%;
}

.dropdown-menu-arrow:before,
.dropdown-menu-arrow:after {
  content: "";
  position: absolute;
  display: block;
  border-width: 0.375rem 0.4375rem;
  border-style: solid;
  border-color: transparent;
  z-index: 1001;
}

.dropdown-menu-arrow:before,
.dropdown-menu-arrow:after,
.dropdown-menu-arrow {
  width: 0;
  height: 0;
}

.dropdown-menu-arrow:after {
  bottom: -1.125rem;
  right: -4.625rem;
}

.list {
  font-size: 0.875rem;
}

.list-item {
  margin-top: 0.625rem;
  line-height: 2.125rem;
}

.list-item > a::before {
  content: "";
  height: 0;
  position: absolute;
  left: 0;
  width: 0.25rem;
  transition: all .3s;
}

.list-item > a:hover::before {
  content: "";
  height: 100%;
  background-color: #046158;
}

.list-title {
  margin-bottom: 0;
  padding: .3rem 1rem .3rem 1.5rem;
}

.list-hidden {
  display: none;
  margin: 0.9375rem 0 0.9375rem 0;
  overflow: hidden;
}

.list-link {
  display: block;
  color: #fff;
  padding: 0 0.625rem;
  padding-left: 3rem;
  margin-bottom: 0.125rem;
  padding: .3rem 1rem .3rem 4.2rem;
}

.list-hidden .list-link {
  padding: .3rem 1rem .3rem 4.2rem;
}

.link-icon li a::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 1.11rem;
  left: 1.875rem;
  background-color: #019788;
  border-radius: 50%;
}

.list-unstyled.list-hidden .list-link:hover {
  background-color: #01978926;
}

.list-link:hover,
.list-hidden .list-link.active {
  background-color: #019789;
  color: #ffff;
}

.list-link:hover .fa {
  transform: rotate(360deg);
  transition: 0.5s all;
}

.list-icon {
  width: 1.375rem;
  display: inline-block;
}

.link-arrow::after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  position: absolute;
  top: 1.2rem;
  right: 1rem;
  background: url(../svg-icon/down-chevron.svg);
  background-size: 0.625rem 0.625rem;
  background-repeat: no-repeat;
}

.link-arrow.transition:after {
  transition: 0.2s all;
}

.link-arrow.rotate:after {
  transform: rotate(180deg);
}

.link-arrow.rotate-revert:after {
  transform: rotate(-180deg);
}

.sidebar-scroll {
  height: calc(100% - 5.625rem);
}



/*! header style */
.header {
  position: fixed;
  padding: 0 0 0 1rem;
  z-index: 1000;
  width: calc(100% - 17rem);
  height: 4.125rem;
  max-width: 95.5rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0rem 0.3125rem 0.3125rem 0rem;
  background: linear-gradient(29deg, #019789, #019789);
}

.header .btn {
  background-color: transparent!important;
  border-radius: 50%!important;
  width: 2.5rem;
  padding: 0!important;
}

.header .btn svg.svgfix {
  transform: rotate(360deg);
  width: 1.7rem;
  height: 1.7rem;
}


.metatags.hiden {
  opacity: 0;
  visibility: hidden;
}

.metatags .subtitle {
  opacity: .75;
}

.colleft-menu {
  display: none;
}
/*! dropdown style */

.drop-in.dropit-open ul {
  transform: scale(1);
}

.drop .drop-right {
  top: 2.8125rem;
  right: 0;
  transform-origin: right top 0rem;
}

.drop ul {
  position: absolute;
  top: 3em;
  border-radius: 0.125rem;
  background-color: #1e2029;
  transform: scale(0);
  transform-origin: 0 0;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.16), 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.12);
}

.drop ul li {
  display: block;
  width: 100%;
}

.drop ul li a,
.mylists-switch li span,
.drop ul p {
  width: 100%;
  cursor: pointer;
  padding: .5rem 1.125rem;
  display: inline-block;
  white-space: pre;
  box-sizing: border-box;
}

.drop ul li a:hover,
.mylists-switch li span:hover {
  background-color: #12161d;
}

.drop ul p {
  font-size: .8rem;
}
/*! fav/sort/mylist/views style */
.sort,
.mylists-switch,
.filter-drop {
  width: 12rem;
}
.template-switcher a::before,
.sort li a::before,
.mylists-switch li span:before {
  content: "";
  position: absolute;
  top: 0.75rem;
  right: 1.125rem;
  border: 0.125rem solid #fff;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 50%;
}

.sort li.asc a::before,
.sort li.desc a::before,
.template-switcher a.current::before,
.mylists-switch li.active span:before {
  border: 0.125rem solid #019789;
}

.template-switcher a.current::after,
.sort li.asc a::after,
.sort li.desc a::after,
.mylists-switch li.active span:after {
  content: "";
  position: absolute;
  top: 1rem;
  right: 1.375rem;
  background-color: #019789;
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 50%;
}

.favmod .favmod-unset,
.favmod.active .favmod-add {
  display: none;
}

.favmod.active .favmod-unset {
  display: block;
}

#viewsinit{
  width: 16rem;
}
.template-switcher a{
  padding: 10px;
}


/*! section style */
.section-header {
  padding: 1rem 1rem 2rem 0rem;
}

.section-header .title {
  padding-right: 1.25rem;
  margin-right: 1.25rem;
  position: relative;
}

.section-header .title::after {
  content: '';
  position: absolute;
  background-color: #1e2029;
  width: 0.1875rem;
  right: 0;
  top: 0.5rem;
  bottom: 0.3125rem;
}

.section-link {
  background-color: #1e2029;
  padding: .5rem 1rem;
  border-radius: 20rem;
}

/*! preloader */
.magic {
  height: 3.4375rem;
  width: 3.4375rem;
  border-width: 0.3125rem;
  border-style: solid;
  border-color: rgb(1, 151, 137) rgb(1, 151, 137) rgba(18, 22, 29, 0) rgba(18, 22, 29, 0);
  border-radius: 100%;
  animation: clockwise .5s linear infinite;
}

@keyframes clockwise {
  to {
    transform: rotate(360deg) translatez(0);
  }
}

/*! main block style */
.main-blocks .moviebox {
  flex: 0 0 19.5%;
  max-width: 19.5%;
  margin-bottom: .5rem;
}
.shoitem.moviebox .poster:before {
  content: "";
  background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0nNDAnIGhlaWdodD0nNDAnIHZpZXdCb3g9JzAgMCA0MCA0MCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48dGl0bGU+UGxheTwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaCBCZXRhLjwvZGVzYz48cGF0aCBkPSdNMjAgMGMtMTEuMDQgMC0yMCA4Ljk2LTIwIDIwczguOTYgMjAgMjAgMjAgMjAtOC45NiAyMC0yMC04Ljk2LTIwLTIwLTIwem0tNCAyN3YtMTRjMC0uODIuOTQtMS4zIDEuNi0uOGw5LjM0IDdjLjU0LjQuNTQgMS4yIDAgMS42bC05LjM0IDdjLS42Ni41LTEuNi4wMi0xLjYtLjh6JyBmaWxsPScjZmZmJyBmaWxsLXJ1bGU9J25vbnplcm8nLz48L3N2Zz4=);
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: -1.25rem 0 0 -1.25rem;
  transition: all .2s linear;
}

.shoitem.moviebox .poster:hover:before {
  opacity: 0;
  transform: translate(0,-0.5rem) scale(.9);
}

#dle-content .shoitem {
  flex: 0 0 24.5%;
  max-width: 24.5%;
  margin-bottom: .5rem;
}

/*! beadge style */
.badge,
.pic-text {
  position: absolute;
}

.badge-tleft {
  top: 0.625rem;
  left: 0.625rem;
}

.badge-tright {
  top: 0.625rem;
  right: 0.625rem;
}

.badge-bright {
  bottom: 0.625rem;
  right: 0.625rem;
}

.badge-bleft {
  bottom: 0.625rem;
  left: 0.625rem;
}

.badge > span {
  background-color: #1e2029bd;
  color: #fff;
  padding: 0.1875rem 0.625rem;
  border-radius: 0.0125rem;
}

.badge span.ratestar,
.r-kp,
.r-im,
.ratingscore {
  color: #fac917;
}

.badge span .svgicon {
  width: 1rem;
  height: 1rem;
}

.pic-text.text-bot {
  padding: 1rem;
  bottom: 0;
  color: #fff;
  width: 100%;
  font-size: .9rem;
  background-image: linear-gradient(#12161d30,rgba(18, 22, 29, 0.73));
}

/*! moviebox style */
.moviebox {
  background-color: #1a1b23;
}

.moviebox .drop-leftfix {
  left: -8.8rem;
}

.moviebox .drop-leftfix li a {
  font-size: 0.875rem;
}

.moviebox .drop .btn {
  background-color: #212121bf;
  border-radius: 50%;
  padding: 0;
}

.moviebox .drop svg {
  width: .7rem;
  height: .7rem;
}

.moviebox-meta {
  padding: .5rem .5rem;
}

/*! collection style */
.collection-item {
  padding: .5rem;
}

#dle-content .collection-item {
    flex: 0 0 24.5%;
    max-width: 24.5%;
    margin-bottom: .5rem;
}

.collection-item .poster:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#12161d00,rgb(18, 22, 29));
}

.collection-item .moviebox-meta {
  position: absolute;
  padding: .6rem;
  bottom: 0;
  color: #fff;
  width: 100%;
  font-size: .9rem;
  z-index: 2;
  text-align: center;
}

/*! search style */
.search-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #13161d;
  transform: translate3d(200%, 0, 0);
  transition: all 0.2s cubic-bezier(0.685, 0.0473, 0.346, 1);
  z-index: 9;
}

body.search-isactive {
  overflow: hidden;
}

body.search-isactive .search-wrap {
  transform: translate3d(0, 0, 0);
}

body.search-isactive .site-wrap,
body.mod-isactive .site-wrap {
  left: -20%;
  opacity: .7;
}

body.search-isactive .header,
body.mod-isactive .header {
  width: 100%;
}

#quicksearch,
.popular-queries {
  padding: 1rem;
}

#story {
  background-color: #1e2029;
  width: 100%;
  height: 3.75rem;
  line-height: 3.75rem;
  padding: 0rem 5rem 0rem 5rem;
  color: #fff;
}

#quicksearch .btn {
  position: absolute;
  background-color: transparent;
  border-radius: 50%;
  padding: 0;
  left: 2.5rem;
  top: 1.5625rem;
  width: 2.5rem;
  height: 2.5rem;
}

#quicksearch .btn:last-child {
  left: auto;
  right: 2.5rem;
}

#quicksearch .btn svg,
.queries-item svg {
  width: 1.4rem;
  height: 1.4rem;
}

/*! queries style */
.queries-item {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
  padding: .3rem 5rem .3rem 5rem;
  background-color: #1e2029;
  margin-bottom: 1rem;
}

.queries-item svg {
  position: absolute;
  left: 1.9375rem;
  top: 0.625rem;
}

.popular-queries {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.popular-queries.is-active {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

/*! shedule style */
.shedule-wrap .date {
  width: 100%;
  background-color: #1e2029;
  padding: 0.5rem 0.6875rem;
}

.shedule-item {
  flex: 0 0 49%;
  max-width: 49%;
  padding: .5rem;
}

.shedule-item .poster {
  flex: 0 0 15%;
  max-width: 15%;
}

.shedule-item .moviebox-meta,
.shedule-item .badge.badge-bright {
  width: 100%;
}

/*! login style */
.login-panel {
  background-color: #1a1b23;
  border-bottom: 0.0625rem solid #019789;
}

.login-panel .avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}

.login-panel .login-btn,
.login-auth {
  padding: .7rem 1rem .7rem .7rem;
}

.login-panel .login-btn .comm-letter {
  margin-right: 1rem;
}

.login-panel .auth-name {
  margin-bottom: -0.3125rem;
}

.login-panel .auth-col {
  flex: 0 0 60%;
  max-width: 60%;
}

.login-panel .auth-group b span {
  text-transform: lowercase;
  font-weight: 400;
  color: #9b9dab!important;
}

.login-auth .login-btn {
  padding: 0;
}

.login-auth a {
  flex: 0 0 40%;
  max-width: 40%;
}

.login-modal .mlogogtype {
  position: relative;
  height: 4.125rem;
  line-height: 4.125rem;
  font-size: 1.45rem;
  padding-left: 3.3rem;
}

.login-modal .mlogogtype::before {
  content: "";
  width: 3.125rem;
  height: 4.125rem;
  position: absolute;
  left: 0rem;
  top: 0rem;
  background: url(../logo/logotype.svg) center center no-repeat;
}

.login-modal .soc-links,
.auth-form {
  width: 100%;
}

.soc-vk {
  background-color: #5180b8;
}

.soc-face {
  background-color: #3b5998;
}

.soc-go {
  background-color: #e03a2a;
}

.soc-ok {
  background-color: #f7931e;
}

.soc-mail {
  background-color: #168de2;
}

.login-text {
  text-align: center;
}

.login-list li {
  flex: 0 0 49%;
  max-width: 49%;
}

.login-list li a {
  display: block;
}

.login-form input {
  background-color: #1b1b1b;
}

.login-form label {
  display: none;
}
/*! fancy style */
.login-modal {
  width: 32rem;
  display: none;
}

.dle-filter{
  display: none;
}
/*! error style */ 
.error,
.pm-no-messages {
  position: relative;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  border: 0;
  font-size: 0.875rem;
  border-radius: 0.125rem;
  box-shadow: inset 0 0 0 0.0625rem rgba(255,255,255,.06);
  color: #fff;
  padding-left: 3.125rem;
  background: rgba(69, 36, 36, 0.7) url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0nMjAnIGhlaWdodD0nMjAnIHZpZXdCb3g9JzAgMCAyMCAyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48dGl0bGU+SWNvbjwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaCBCZXRhLjwvZGVzYz48cGF0aCBkPSdNMTAgNWMuNTUgMCAxIC40NSAxIDF2NGMwIC41NS0uNDUgMS0xIDFzLTEtLjQ1LTEtMXYtNGMwLS41NS40NS0xIDEtMXptLS4wMS01Yy01LjUyIDAtOS45OSA0LjQ4LTkuOTkgMTBzNC40NyAxMCA5Ljk5IDEwYzUuNTMgMCAxMC4wMS00LjQ4IDEwLjAxLTEwcy00LjQ4LTEwLTEwLjAxLTEwem0uMDEgMThjLTQuNDIgMC04LTMuNTgtOC04czMuNTgtOCA4LTggOCAzLjU4IDggOC0zLjU4IDgtOCA4em0xLTNoLTJ2LTJoMnYyeicgZmlsbD0nI2ZmZicgZmlsbC1ydWxlPSdub256ZXJvJy8+PC9zdmc+) 1.25rem center no-repeat;
}

.pm-no-messages {
  width: 100%;
  display: block;
}
/*! last comments style */ 
.last-comm-item {
  flex: 0 0 49%;
  max-width: 49%;
}


/*! comments style */ 
.avatar {
  border-radius: 50%;
}

.avatar.size-1 {
  width: 2.5rem;
  height: 2.5rem;
}

.avatar.size-2,
.user-avatar .comm-letter {
  width: 5.75rem;
  height: 5.75rem;
}

.comm-item {
  border: 0.0625rem solid #1e2029;
  padding: 1rem;
}

.full-comms .comm-item {
  border-top: 0;
}

.comm-item .comm-title {
  font-size: 0.9375rem;
}

.add-comms {
  padding: 1.25rem;
  border: 0.0625rem solid #1e2029;
}

.add-comms .ac-submit {
  position: absolute;
  right: 1.4375rem;
  bottom: 0.9375rem;
}

.comm-bot svg,
.frate-ud svg {
  width: 1.125rem;
  height: 1rem;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.3125rem;
  cursor: pointer;
}

.mass_comments_action {
  margin-top: 2rem;
  display: flex;
  align-items: center;
}

.mass_comments_action >* {
  margin-left: 1.25rem;
}

.mass_comments_action > .bbcodes {
  margin: 0;
}

.comm-complaint {
  position: absolute;
  right: 0.9375rem;
}

.comm-spoiler {
  background-color: rgba(69,36,36,.2);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
  width: 100%;
  height: 100%;
}

.comm-spoiler p {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  display: block;
  background-color: #fff;
  border-radius: 0.125rem;
  margin: 0 0.9375rem;
  max-width: 28.125rem;
  text-align: center;
  padding: 0.9375rem;
  cursor: pointer;
  transition: all .1s ease-in-out;
  box-shadow: inset 0 0 0 0.0625rem rgba(255,255,255,.06);
  background-color: #1e2029;
}

.comm-letter {
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
}

.negative-comment .avatar,
.negative-comment .comm-letter,
.negative-comment .comm-body {
  filter: blur(0.3125rem);
}

.negative-comment .comm-spoiler {
  display: flex;
  justify-content: center;
}

ul.tree li {
  margin-left: 0.35em;
  border-left: thin solid #000;
}

ul.tree li:last-child {
  border-left: none;
}

ul.tree li:before {
  width: 0.9em;
  height: 0.6em;
  margin-right: 0.1em;
  vertical-align: top;
  border-bottom: thin solid #000;
  content: "";
  display: inline-block;
}

ul.tree li:last-child:before {
  border-left: thin solid #000;
}


/*! lazy load style */ 
.lozad {
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}

.lozad.loaded {
  opacity: 1;
}

/*! top page style */ 
.top-page .top-content {
  counter-reset: a;
}

.top-item .moviebox-meta {
  position: relative;
}

.top-item .moviebox-meta-inner {
  padding-left: 3rem;
}

.top-item .moviebox-meta::before {
  content: counter(a) " ";
  counter-increment: a;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  font-size: .8rem;
  height: 100%;
  line-height: 4.0625rem;
  width: 2.5rem;
  font-weight: 600;
  background-color: #1e2029;
}

.top-item:nth-child(1) .moviebox-meta::before,
.top-item:nth-child(2) .moviebox-meta::before,
.top-item:nth-child(3) .moviebox-meta::before,
.top-item:nth-child(4) .moviebox-meta::before,
.top-item:nth-child(5) .moviebox-meta::before,
.top-item:nth-child(6) .moviebox-meta::before,
.top-item:nth-child(7) .moviebox-meta::before,
.top-item:nth-child(8) .moviebox-meta::before,
.top-item:nth-child(9) .moviebox-meta::before,
.top-item:nth-child(10) .moviebox-meta::before {
  color: #019788;
}

/*! fullstory page style */ 
.tabs {
  position: relative;
}

.tabs-header {
  position: relative;
  background-color: #019789;
  margin: -0.875rem -1rem 0.625rem -1rem;
}

.tabs-header .border {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: auto;
  height: 0.125rem;
  transition: 0.3s ease;
}

.tabs-header ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.tabs-header li {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.tabs-header a {
  z-index: 1;
  display: block;
  padding: 1.25rem 1.25rem;
  color: #fff;
  text-decoration: none;
     /* text-transform: uppercase;*/
  opacity: .75;
}

.tabs-header li.active a {
  opacity: 1;
  background-color: #ffffff0f;
}

.tabs-nav {
  position: absolute;
  top: 0;
  right: 0;
  background: #4285F4;
  display: -webkit-box;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 0.625rem;
  color: #FFFFFF;
  user-select: none;
}

.tabs-nav:before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  box-shadow: 0 0 1.25rem 0.625rem #4285F4;
}

.tabs-nav i {
  border-radius: 100%;
  cursor: pointer;
}

.tabs-content {
  position: relative;
  padding: 0.9375rem 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.tabs-content .tab {
  display: none;
}

.tabs-content .tab.active {
  display: block;
}

.cm-tabs .cm-tabs__nav li {
  cursor: pointer;
  border-bottom: 0.0625rem solid #1e2029;
  padding: .5rem;
}

.cm-tabs .cm-tabs__nav li.active, 
.cm-tabs .cm-tabs__nav li:hover {
  background-color: #1e2029;
}

.cm-tabs .cm-tabs__row li.cm-tabs__cell,
.um-tabs .um-tabs__row li.um-tabs__cell {
  display: none;
}

.cm-tabs .cm-tabs__row li.active,
.um-tabs .um-tabs__row li.active {
  display: block;
}

.full-sticky {
  position: sticky;
  left: 0;
  top: 5.625rem;
}

.fullcol-left {
  flex: 0 0 25%;
  max-width: 25%;
}

.full-head {
  border-bottom: 0.0625rem solid #1e2029;
  padding-bottom: .5rem;
}

.fullinfo-list span a {
  font-weight: 500;
}

.fullmeta-list {
  font-size: 0.875rem;
  border: 0.0625rem solid #1e2029;
}

.fullmeta-item {
  border-right: 0.0625rem solid #1e2029;
  padding: 0.8125rem 1.25rem 0.9375rem;
}

.fullmeta-item:last-child {
  border: 0;
}

.fullmeta-label {
  margin-bottom: .3rem;
}

.fullstory .poster picture {
  box-shadow: 0 1.25rem 1.875rem 0 rgba(0,0,0,.8);
}

.fullinfo-list {
  flex: 0 0 49%;
  max-width: 49%;
}

.ss-col:last-child span:last-child {
  background-color: #019789;
  color: #fff;
  padding: 0.1875rem 0.625rem;
  border-radius: 0.0125rem;
  font-size: .8rem;
}

.rating, .unit-rating {
  width: 7.1875rem;
  height: 1.4375rem;
  margin-left: .5rem;
  margin-right: .5rem;
  margin-bottom: .24rem;
}

.rating {
  font-size: 0.6875rem;
}

.unit-rating, .unit-rating li a:hover, .unit-rating li.current-rating {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAACKCAYAAADVNHjPAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF0WlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIwLTA1LTA3VDIwOjQxOjQ5KzAzOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIwLTA1LTA3VDIwOjQxOjQ5KzAzOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMC0wNS0wN1QyMDo0MTo0OSswMzowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyY2M2MWVhYy1jYTNmLTM5NDQtOGQ1MC1kYzM4ODhmZjhlNDciIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo5MTM3M2Y0YS1jYzUyLTVjNDMtOWMwMS03NGIwNjczNmFlOTEiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3ZjVkYzdjNC1iYjE4LWRmNDAtYmFlYy0wMmI3NTk5NTdhYzAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo3ZjVkYzdjNC1iYjE4LWRmNDAtYmFlYy0wMmI3NTk5NTdhYzAiIHN0RXZ0OndoZW49IjIwMjAtMDUtMDdUMjA6NDE6NDkrMDM6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6MmNjNjFlYWMtY2EzZi0zOTQ0LThkNTAtZGMzODg4ZmY4ZTQ3IiBzdEV2dDp3aGVuPSIyMDIwLTA1LTA3VDIwOjQxOjQ5KzAzOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+iaYU7AAAA/xJREFUeJztmj+o3VQcxz/v2VCf4KCUcscqlffaRadQpODUoQUthkxi5RGCg9ChUt9Ycda2uHQoIUOHTiGDk0OnUlDublvBoVszVHAQUaM+h5za6+3NvTl/00t/Hzi8e5Oc3/neJDcnL/ezsb+/zzqyOXYAUyR4aCR4aNY2+AHbAu10smz1CfX3+74NorgxGtc6+Ar2gA3gfdeFfQY/Cpydef2Ty+I+z/FPVf1N9dopvoIfAnZn3u+qZc7wFfwTYGvm/ZZa5gwfwbeA8wuWn+f/H8YKH8HPsfi0OAR86GoQ18E3gc+WrN9zNabr4O/SXfr6OKq2sWbD9B+Jdjp5EdgGdlQ7BrwDLJ1KgYfAbeAecF+1H6O4+V1n/EHB2+nkbeD4TMAd4Ajujtg/wAO6D/H4A/0Qxc13fR2Gzpw7wHW66dsHm8Drqp0B9oEc6A0+aI9FcVMCFxwEHMoFNWYvgw91FDdfA5esI63mkhprKdpfznY6+RK4aJpqBV9FcbPscvofJl+uPbrz3TXXVe1BGF0O2+nkBeAG8IF258XcBD6K4ubvoR1sruMRUAHvGRV4wjdAGsVNq9PJODhAO50cBG4BJw1L3AFO6U4+YDmBRHHzB91kYYr2jPkYFzPfMYu+O6Ydxw5+3LSjVfB2OjkMvGpR4hVVQxvbPW58qG1r2AZfdZo8Us2mxkJ87fE/gcvAG6pdVst0aizFR/Bvgbfo7md+Ue0i8KZaN8+2ycAuT5W7wGnV7i3Y9v7M+rszy42uLDZT/kvAr8DPwOd0N0l/Dex+APgY+ILuqvRyFDe/6Yxvs8dfA67QncPXGB4ate011feqqqWF1b0KrHzMvBLTx8zWwcdibX+RkOChkeChkeChkeChkeChWdvg9hJCbXl3mJjdHfre4yd4YlA4ReyJBYg9sQixJ+YQe6IPsSdm6ok9sQzzR3C1Y3si8WFP1CPZE8lza08kI9gTiSt7IgloTyQ+7Inasz2RiD3xNG3tyZ5IQtgTtWN7IglpT9SO7AnNyQds7YnEgT1hEBrGlxDEntCirR3YE7XYE1qIPaGL2BOsjT1RO7YnErEnhjHW83GxJ0IjwUMjwUMjwUMjwUMjwUOztsGtfxIvysqqf56lRv3EnuhB7Il5xJ6YQ+yJPsSemEHsiVUDueTZtyeKsnJqT+RZ6t6eKMpqFHsiz9Ln1J7IszS4PaHG7GXwoc6zNJg9ocZaivaXsygrr/ZEnqViTzxFUVZe7Ik8S/3bE0VZObUn8iwNZ08UZeXEntCdfMByAsmz1NqeMAkN40sIYk9oUZSVtT2hamgj9kQPYk/MI/YE62JPFGXl1J7Is1TsiWeatf1FQoKHRoKHRoKH5l/ZU6GMhIhXkwAAAABJRU5ErkJggg==);
  -webkit-background-size: 1.4375rem auto;
  background-size: 1.4375rem auto;
}

.unit-rating {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  background-position: 0 -2.875rem;
}

.unit-rating li {
  text-indent: -90000px;
  padding: 0;
  margin: 0;
  float: left;
}

.unit-rating li a {
  display: block;
  width: 1.4375rem;
  height: 1.4375rem;
  text-decoration: none;
  border: 0 none !important;
  text-indent: -9000px;
  z-index: 17;
  position: absolute;
  padding: 0;
}

.unit-rating li a:hover {
  background-position: 0 -1.4375rem;
  z-index: 2;
  left: 0;
}

.unit-rating a.r1-unit {
  left: 0;
}

.unit-rating a.r1-unit:hover {
  width: 1.4375rem;
}

.unit-rating a.r2-unit {
  left: 1.4375rem;
}

.unit-rating a.r2-unit:hover {
  width: 2.875rem;
}

.unit-rating a.r3-unit {
  left: 2.875rem;
}

.unit-rating a.r3-unit:hover {
  width: 4.3125rem;
}

.unit-rating a.r4-unit {
  left: 4.3125rem;
}

.unit-rating a.r4-unit:hover {
  width: 5.75rem;
}

.unit-rating a.r5-unit {
  left: 5.75rem;
}

.unit-rating a.r5-unit:hover {
  width: 7.1875rem;
}

.unit-rating li.current-rating {
  background-position: 0 0;
  position: absolute;
  height: 1.4375rem;
  display: block;
  text-indent: -9000px;
  z-index: 1;
  padding: 0rem;
}

.all-rate,
.series-status {
  border: 0.0625rem solid #1e2029;
}

.all-rate .rate-col,
.series-status .ss-col {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: .5rem;
  border-right: 0.0625rem solid #1e2029;
}

.all-rate .rate-col:last-child,
.series-status .ss-col:last-child {
  border-right: 0;
}

.frate {
  width: 12.5rem;
  position: relative;
}

.frate-title {
  color: #ccc;
  position: absolute;
  left: 0;
  top: 0;
}

.frate-count {
  color: #f7f7f7;
  position: absolute;
  right: 0;
  top: 0;
}

.frate-votes {
  font-size: 0.75rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

.frate-bar {
  background-color: #1e222d;
  position: relative;
  width: 100%;
  height: 0.1875rem;
  border-radius: .28571429rem;
  overflow: hidden;
}

.frate-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #1e222d;
  border-radius: .28571429rem;
}

.frate-site .frate-fill {
  background-color: #019789;
}

.frate-site .frate-count {
  display: none;
}

.likes, .dislikes {
  font-size: 0.75rem;
  color: #f7f7f7;
  position: absolute;
  bottom: 0;
  left: 0;
}

.dislikes {
  left: auto;
  right: 0;
}

.frate-up, .frate-down {
  background-color: #1e2029;
}

.frate-up:hover,
.frate-down:hover {
  background-color: #1a1b23;
}

.xfieldimagegallery a {
  display: none;
}

.xfieldimagegallery a:nth-child(1),
.xfieldimagegallery a:nth-child(2),
.xfieldimagegallery a:nth-child(3) {
  display: block;
}

.xfieldimagegallery a {
  position: relative;
  overflow: hidden;
  max-height: 9.375rem;
  flex: 0 0 32%;
  max-width: 32%;
}

.xfieldimagegallery a img {
  min-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related-item .poster picture {
  box-shadow: none;
}

/*! short story style */
.shortstory-item {
  flex: 0 0 19.5%;
  max-width: 19.5%;
  margin-bottom: 0.5rem;
}
/*! list short story style */
.shortstorylist-item {
  flex: 0 0 49.5%;
  max-width: 49.5%;
}
.shortstorylist-item .poster{
  flex: 0 0 20.5%;
  max-width: 20.5%;
}

/*! bottom nav style */ 
.bottom-nav {
  margin-bottom: -0.625rem;
  text-align: center;
}

.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {
  display: inline-block;
  padding: 0 0.625rem;
  margin: 0 0.4rem 0.625rem 0rem;
  line-height: 2.5rem;
  min-width: 2.8125rem;
  border: 0.0625rem solid #1e2029;
  border-radius: 0.125rem;
  font-weight: 500;
  font-size: 0.9375rem;
}

.navigation span:not(.nav_ext), .pagi-nav a:hover {
  background-color: #1e2029;
  color: #019789;
}

.nav-load a{
  display: block;
}

.nav-load svg{
  width: 1.3rem;
  height: 1.3rem;
}

/*! user info page style */ 
.user-info .checkbox input[type="checkbox"] {
  margin: 0 0rem 0rem 0.25rem;
}

.user-info .info-col-left {
  flex: 0 0 20%;
  max-width: 20%;
  background-color: #1a1b23;
  border: 0.0625rem solid #1e202b;
  border-radius: 0.125rem;
}

.user-info-col .user-col {
  position: relative;
  border-bottom: 0.0625rem solid #1e202b;
}

.user-info-col .user-col:last-child {
  border-bottom: 0;
}

.user-avatar .comm-letter {
  font-size: 2.5rem;
}

.form-group {
  margin-bottom: 1rem;
}

#options {
  display: none;
}

.um-tabs__nav {
  border-radius: 0.125rem;
  border-bottom: 0.0625rem solid #1e2029;
  background-color: #029889;
}

.um-tabs__nav li {
  font-size: 1rem;
  padding: 0 0.625rem;
  border: 0;
  line-height: 3.125rem;
  cursor: pointer;
  opacity: .75;
  color: #fff;
}

.um-tabs__nav li:hover,
.um-tabs__nav li.active {
  opacity: 1;
  color: #fff;
  border-bottom: 0.0625rem solid #fff;
  background-color: #ffffff0f;
}

.info-col-right {
  border: 0.0625rem solid #1e2029;
}

.user-info .error {
  width: 100%;
}

.user-info .shortstory-item {
  flex: 0 0 20%;
  max-width: 20%;
  padding: .5rem;
}

.mylists-tabs {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
}

.mylists-tabs li {
  background-color: #1e2029;
  margin-right: 1rem;
  border-radius: 0.125rem;
  line-height: 2.5rem;
  padding: 0 0.8125rem;
}

.mylists-tabs li.active,
.mylists-tabs li.active a {
  color: #fff;
  background-color: #029889;
}

.ProgressBar,
.ProgressBar-contentCircle {
  position: absolute;
  top: 0.375rem;
  height: 6.0625rem;
  width: 6.0625rem;
}

.ProgressBar-circle,
.ProgressBar-background {
  fill: none;
  stroke: #029889;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  position: relative;
  z-index: 10;
}

.ProgressBar-background {
  stroke: #303340;
  stroke-width: 7;
  z-index: 0;
}

.ProgressBar-percentage {
  position: absolute;
  top: 5.1875rem;
  left: 2.125rem;
  background-color: #00998a;
  border-radius: 50%;
  font-size: 0.625rem;
  padding: .3rem;
  color: #fff;
  height: 2.0625rem;
  line-height: 1.5625rem;
  width: 2.0625rem;
  text-align: center;
}
/*! emoticon page style */ 
.emoticon-fullstory-wrapper {
  border: 0.0625rem solid #1e2029;
}

.emoticon-list {
  list-style: none;
  margin: 0;
  padding: 0.4375rem 1.25rem;
  display: flex;
  flex-wrap: wrap;
}

.emoticon-list:after {
  content: '';
  display: block;
  clear: both;
}

.emoticon-list li {
  padding: 0.625rem 2.5rem 0.625rem 3.75rem;
  width: 25%;
  height: 3.75rem;
  position: relative;
  border-radius: 1.875rem;
}

.emoticon-list li, .emoticon-list li:before, .emoticon-list li:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.emoticon-list li:hover {
  background: #1a1b23;
  cursor: pointer;
  color: #fff;
}

.elist-icon {
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 3.125rem;
  font-size: 1.875rem;
  line-height: 3.125rem;
  text-align: center;
  border-radius: 50%;
}

.elist-icon img {
  width: 1.875rem;
  vertical-align: middle;
}

.emoticon-list li:hover .elist-icon {
  background: #1e2029;
}

.emoticon-list li.active .elist-icon {
  background: #097;
}

.elist-title {
  line-height: 1.875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.elist-stats {
  margin-right: -1.875rem;
  height: 0.1875rem;
  background: #1e2029;
  border-radius: 0.125rem;
  position: relative;
}

.elist-stats-bar {
  float: left;
  height: 100%;
  background: #097;
  border-radius: 0.125rem;
}

.elist-stats-val {
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 1.875rem;
  text-align: right;
  font-size: 0.6875rem;
  font-weight: bold;
  line-height: 1.875rem;
}

.elist-stats-val:after {
  content: '%';
}

.emoticon-fullstory-footer {
  position: relative;
}

.emoticon-fullstory-more {
  background-color: #1e2029;
}

.emoticon-fullstory-allset {
}

.emohide {
  display: none;
}

.emoticon-wrapper,
.emoticon-header {
  border: 0.0625rem solid #1e2029;
  background: #1a1b23;
}

.emoticon-header-count {
  width: 4.375rem;
  text-align: center;
}

.emoticon-category {
  text-transform: uppercase;
  position: relative;
}

.emoticon-category-trigger:hover {
  color: #111;
}

.emoticon-category-trigger:hover:after {
  background-color: #eee;
}

.emoticon-category-list {
  display: none;
  list-style: none;
  margin: 0;
  position: absolute;
  top: 100%;
  padding-top: 0.3125rem;
  right: 0;
  left: 0;
  background: #1e2029;
  z-index: 7;
  font-size: 0.875rem;
}

.emoticon-category-list li a {
  line-height: 1.875rem;
  display: block;
  padding: 0 0.625rem;
  font-size: 0.75rem;
}

.emoticon-category-list li a:hover,
           .emoticon-category-list li.current a {
  background: #00998a;
  color: #fff;
}

.emoticon-fulllist {
  list-style: none;
  margin: 0;
  padding: 0.9375rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.emoticon-fulllist:after {
  content: '';
  display: block;
  clear: both;
}

.emoticon-fulllist li {
  flex: 0 0 12.4%;
  max-width: 12.4%;
  margin-bottom: .5rem;
}

.emoticon-fulllist li:hover,
    .emoticon-fulllist li.active {
  background: #00998a1f;
}

.emoticon-fulllist li:hover a,
    .emoticon-fulllist li.active a {
  color: #fff;
}

.emoticon-fulllist li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: .9rem;
}

.emoticon-fulllist li a b {
  font-size: 1.875rem;
}

.emoticon-fulllist li.disabled {
  opacity: .25;
}

.emoticon-fulllist li.disabled:hover {
  background: none;
}

.emoticon-fulllist li.disabled a {
  cursor: default;
}
/*! alphabet style */ 
.letter_home {
  background: #1e2029;
  position: relative;
  z-index: 3;
}

.letter_home.all {
  margin-top: 4.2rem;
  padding: 0 0 0 1rem;
    height: 3.875rem;
  line-height: 3.875rem;
}

.letter_home.all .scroller {
  position: relative;
  padding-left: 130px;
  z-index: 1000;
  height: 3.875rem;
  line-height: 3.875rem;
}

.letter_home ul.alphabet li {
  text-align: center;
  cursor: pointer;
}

.letter_home ul.alphabet li .lalphabet-null {
  width: 2.7rem;
  height: 4.0625rem;
  line-height: 4.0625rem;
  text-align: center;
}

.letter_home ul.alphabet li .alphabet, 
.letter_home ul.alphabet li .alphabet-lang,
.letter_home ul.alphabet li .alphabet-number-switcher {
  color: #9b9dab;
  display: block;
  font-weight: 400;
  position: relative;
}

.letter_home ul.alphabet li .alphabet:hover, 
.letter_home ul.alphabet li .alphabet-lang:hover, 
.letter_home ul.alphabet li .alphabet-number-switcher:hover, 
.letter_home ul.alphabet li .lalphabet.active, 
.user_control .lalphabet.in-list {
  color: #019789;
  cursor: pointer;
}

.letter_home ul.alphabet li .alphabet:after, 
.letter_home ul.alphabet li .alphabet-lang:after, 
.letter_home ul.alphabet li .alphabet-number-switcher:after, 
.letter_home ul.alphabet li .lalphabet:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0.125rem;
  background: #019789;
  transition: .2s;
}

.letter_home ul.alphabet li .alphabet:hover:after, 
.letter_home ul.alphabet li .alphabet-lang:hover:after, 
.letter_home ul.alphabet li .alphabet-number-switcher:hover:after, 
.letter_home ul.alphabet li a:hover:after,
.letter_home ul.alphabet li a.active:after {
  left: 0;
  width: 100%;
}

.alphabet {
  display: none;
}

.alphabet.current, .alphabet.alphabet-global {
  display: inline-block;
}
.alphabet.alphabet-global{
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  display: block;
}
.alphabet.alphabet-global li{
  width: 40px;
  float: left;
}
.letter_home ul.alphabet.alphabet-gr, 
.letter_home ul.alphabet.alphabet-eng, 
.letter_home ul.alphabet.alphabet-number{
  width: 100%;
}
.letter_home ul.alphabet.alphabet-gr li a, 
.letter_home ul.alphabet.alphabet-eng li a, 
.letter_home ul.alphabet.alphabet-number li a{
  float: left;
  width: 100%;
  position: relative;
}
.alphabet.hide {
  display: none;
}

.alphabet-lang span {
  display: none;
}

.alphabet-lang span.current {
  display: inline-block;
}

.alphabet_items {
  display: none;
}

.alphabet_items .items.null {
  min-height: 6.25rem;
  line-height: 6.25rem;
  text-align: center;
  color: #9c9c9c;
}

.letter_home>.alphabet_items {
  background: #1a1b23;
  box-shadow: 0 1.25rem 0.9375rem -0.625rem rgba(0,0,0,.3);
  position: absolute;
  width: 100%;
  top: 4.0625rem;
  left: 0;
  z-index: 999;
  display: none;
}

.alphabet_items .items {
  display: flex;
  flex-wrap: wrap;
}

.alphabet_items .items .item .poster .rating {
  background: rgba(0,0,0,.8);
  color: rgba(255,255,255,.9);
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.125rem 0.3125rem;
  line-height: 1.25rem;
  font-size: 0.6875rem;
  font-weight: 500;
  width: auto;
  height: 1.25rem;
}

.alphabet_items .items .item .poster .rating .icon {
  width: 0.625rem;
  height: 0.625rem;
  top: -0.0625rem;
}

.alphabet_items .items .item .data h2 {
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  margin-bottom: 0.3125rem;
  width: 100%;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.alphabet_items .items .item .data h2:first-letter {
  font-weight: 700;
  font-size: 1.0625rem;
  color: #019789;
}

.alphabet_items .items .item .data span {
  float: left;
  font-size: 0.75rem;
  font-weight: 400;
}

.alphabet_items .load {
  font-size: 2.1875rem;
  width: 100%;
  min-height: 12.25rem;
  line-height: 12.25rem;
  text-align: center;
}

.alphabet_items .load .loading {
  background-image: url('../dleimages/loading.gif');
  background-repeat: no-repeat;
  width: 3.875rem;
  height: 0.8125rem;
  display: inline-block;
}

.alphabet_pagination {
  margin-left: 0.5rem;
  border-radius: 0.25rem;
}

.alphabet_pagination > li {
  display: inline;
}

.alphabet_pagination > li > a, .alphabet_pagination > li > span {
  position: relative;
  float: left;
  padding: 0.375rem 0.75rem;
  line-height: 1.42857;
  text-decoration: none;
  background-color: white;
  border: 0.0625rem solid #dddddd;
  margin-left: -0.0625rem;
}

.alphabet_pagination > li:first-child > a, .alphabet_pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.alphabet_pagination > li:last-child > a, .alphabet_pagination > li:last-child > span {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.alphabet_pagination > li > a:hover, .alphabet_pagination > li > a:focus, .alphabet_pagination > li > span:hover, .alphabet_pagination > li > span:focus {
  background-color: #eeeeee;
}

.alphabet_pagination > .active > a, .alphabet_pagination > .active > a:hover, .alphabet_pagination > .active > a:focus, .alphabet_pagination > .active > span, .alphabet_pagination > .active > span:hover, .alphabet_pagination > .active > span:focus {
  z-index: 2;
  color: white;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}

.alphabet_pagination > .disabled > span, .alphabet_pagination > .disabled > span:hover, .alphabet_pagination > .disabled > span:focus, .alphabet_pagination > .disabled > a, .alphabet_pagination > .disabled > a:hover, .alphabet_pagination > .disabled > a:focus {
  color: #999999;
  background-color: white;
  border-color: #dddddd;
  cursor: not-allowed;
}

.animation-2 {
  -webkit-animation: fadeIn 2s;
  -moz-animation: fadeIn 2s;
  -ms-animation: fadeIn 2s;
  animation: fadeIn 2s;
}

.alphabet-result-footer {
  position: relative;
  border-top: 0.0625rem solid rgba(255,255,255,.06);
  line-height: 3.125rem;
}

.alphabet-sort li.current {
  cursor: default;
  background: #019789;
  color: #fff;
}

.alphabet-sort li {
  padding: 0 1.25rem;
  cursor: pointer;
  border-right: 0.0625rem solid rgba(0,0,0,.1);
}

.alphabet-options li a {
  margin-right: 1rem;
  background-color: #019788;
  color: #fff;
  padding: .5rem;
  border-radius: 0.125rem;
}

.alph-item {
flex: 0 0 12.5%;
  max-width: 12.5%;
  padding: .3rem;
}

.alphabet_items .items .alph-item {
  transition: all 0.27s ease;
  transform: scale(0.5);
  opacity: 0;
}

.alphabet_items .items .alph-item .moviebox-meta{
  line-height: 20px;
}


.alphabet_items .items .alph-item.show {
  transform: scale(1);
  opacity: 1;
}

.not-foundwrp {
  width: 100%;
}

.svgh {
  height: 1.25rem!important;
}

html.os-html,
html.os-html > .os-host {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  height: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: absolute !important;
 /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */;
}

html.os-html > .os-host > .os-padding {
  position: absolute;
 /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */;
}

body.os-dragging,
body.os-dragging * {
  cursor: default;
}

.os-host,
.os-host-textarea {
  position: relative;
  overflow: visible !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.os-host-flexbox {
  overflow: hidden !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.os-host-flexbox > .os-size-auto-observer {
  height: inherit !important;
}

.os-host-flexbox > .os-content-glue {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.os-host-flexbox > .os-size-auto-observer,
.os-host-flexbox > .os-content-glue {
  min-height: 0;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

#os-dummy-scrollbar-size {
  position: fixed;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  visibility: hidden;
  overflow: scroll;
  height: 31.25rem;
  width: 31.25rem;
}

#os-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 0.625rem 0;
}
/* fix restricted measuring */
#os-dummy-scrollbar-size:before,
#os-dummy-scrollbar-size:after,
.os-content:before,
.os-content:after {
  content: '';
  display: table;
  width: 0.000625rem;
  height:0.000625rem;
  line-height: 0;
  font-size: 0;
  flex-grow: 0;
  flex-shrink: 0;
  visibility: hidden;
}

#os-dummy-scrollbar-size,
.os-viewport {
  -ms-overflow-style: scrollbar !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,
.os-viewport-native-scrollbars-invisible.os-viewport {
  scrollbar-width: none !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
  display: none !important;
  width: 0rem !important;
  height: 0rem !important;
  visibility: hidden !important;
  background: transparent !important;
}

.os-content-glue {
  box-sizing: inherit;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.os-padding {
  box-sizing: inherit;
  direction: inherit;
  position: absolute;
  overflow: visible;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 1;
}

.os-host-overflow > .os-padding {
  overflow: hidden;
}

.os-viewport {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  outline: none !important;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.os-content-arrange {
  position: absolute;
  z-index: -1;
  min-height: 0.0625rem;
  min-width: 0.0625rem;
  pointer-events: none;
}

.os-content {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  height: 100%;
  width: 100%;
  border-right: 0!important;
  visibility: visible;
}

.alphabet .os-content {
  display: flex;
  justify-content: space-between;
}

.os-content > .os-textarea {
  box-sizing: border-box !important;
  direction: inherit !important;
  background: transparent !important;
  outline: 0rem none transparent !important;
  overflow: hidden !important;
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border-radius: 0rem !important;
  float: none !important;
  -webkit-filter: none !important;
  filter: none !important;
  border: none !important;
  resize: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  max-width: none !important;
  max-height: none !important;
  box-shadow: none !important;
  -webkit-perspective: none !important;
  perspective: none !important;
  opacity: 1 !important;
  z-index: 1 !important;
  clip: auto !important;
  vertical-align: baseline !important;
  padding: 0rem;
}

.os-host-rtl > .os-padding > .os-viewport > .os-content > .os-textarea {
  right: 0 !important;
}

.os-content > .os-textarea-cover {
  z-index: -1;
  pointer-events: none;
}

.os-content > .os-textarea[wrap='off'] {
  white-space: pre !important;
  margin: 0rem !important;
}

.os-text-inherit {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  text-indent: inherit;
  text-align: inherit;
  text-shadow: inherit;
  text-overflow: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  line-height: inherit;
  unicode-bidi: inherit;
  direction: inherit;
  color: inherit;
  cursor: text;
}

.os-resize-observer,
.os-resize-observer-host {
  box-sizing: inherit;
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.os-resize-observer-host {
  padding: inherit;
  border: inherit;
  border-color: transparent;
  border-style: solid;
  box-sizing: border-box;
}

.os-resize-observer-host > .os-resize-observer {
  height: 200%;
  width: 200%;
  padding: inherit;
  border: inherit;
  margin: 0rem;
  display: block;
  box-sizing: content-box;
}

.os-resize-observer-host.observed {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.os-resize-observer-host.observed > .os-resize-observer {
  position: relative;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
}

.os-size-auto-observer {
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 0.0625rem;
  position: relative;
  float: left;
  max-height: 0.0625rem;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.os-size-auto-observer > .os-resize-observer {
  width: 1000%;
  height: 1000%;
  min-height: 0.0625rem;
  min-width: 0.0625rem;
}

.os-resize-observer-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  direction: ltr !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

.os-resize-observer-item-final {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

.os-resize-observer {
  -webkit-animation-duration: 0.001s;
  animation-duration: 0.001s;
  -webkit-animation-name: os-resize-observer-dummy-animation;
  animation-name: os-resize-observer-dummy-animation;
}

object.os-resize-observer {
  box-sizing: border-box !important;
}

@-webkit-keyframes os-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }

  to {
    z-index: -1;
  }
}

@keyframes os-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }

  to {
    z-index: -1;
  }
}

/*
CUSTOM SCROLLBARS AND CORNER CORE:
*/

.os-host-transition > .os-scrollbar,
.os-host-transition > .os-scrollbar-corner {
  -webkit-transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

html.os-html > .os-host > .os-scrollbar {
  position: absolute;
 /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
  z-index: 999999;
 /* highest z-index of the page */;
}

.os-scrollbar,
.os-scrollbar-corner {
  position: absolute;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  z-index: 1;
}

.os-scrollbar-corner {
  bottom: 0;
  right: 0;
}

.os-scrollbar {
  pointer-events: none;
}

.os-scrollbar-track {
  pointer-events: auto;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 !important;
  border: none !important;
}

.os-scrollbar-handle {
  pointer-events: auto;
  position: absolute;
  width: 100%;
  height: 100%;
}

.os-scrollbar-handle-off,
.os-scrollbar-track-off {
  pointer-events: none;
}

.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
  pointer-events: none !important;
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
}

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}

.os-scrollbar-vertical {
  top: 0;
  right: 0;
}

.os-host-rtl > .os-scrollbar-horizontal {
  right: 0;
}

.os-host-rtl > .os-scrollbar-vertical {
  right: auto;
  left: 0;
}

.os-host-rtl > .os-scrollbar-corner {
  right: auto;
  left: 0;
}

.os-scrollbar-auto-hidden,
.os-padding + .os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-corner,
.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical + .os-scrollbar-corner,
.os-scrollbar-horizontal + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.os-scrollbar-corner-resize-both {
  cursor: nwse-resize;
}

.os-host-rtl > .os-scrollbar-corner-resize-both {
  cursor: nesw-resize;
}

.os-scrollbar-corner-resize-horizontal {
  cursor: ew-resize;
}

.os-scrollbar-corner-resize-vertical {
  cursor: ns-resize;
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
  cursor: default;
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
  top: 0;
  bottom: 0;
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal {
  right: 0;
  left: 0;
}

.os-scrollbar:hover,
.os-scrollbar-corner.os-scrollbar-corner-resize {
  opacity: 1 !important;
  visibility: visible !important;
}

.os-scrollbar-corner.os-scrollbar-corner-resize {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  pointer-events: auto !important;
}

.os-host-rtl > .os-scrollbar-corner.os-scrollbar-corner-resize {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.os-host-overflow {
  overflow: hidden !important;
}

.os-host-overflow-x {
}

.os-host-overflow-y {
} 

/*
THEMES:
*/

/* NONE THEME: */
.os-theme-none > .os-scrollbar-horizontal,
.os-theme-none > .os-scrollbar-vertical,
.os-theme-none > .os-scrollbar-corner {
  display: none !important;
}

.os-theme-none > .os-scrollbar-corner-resize {
  display: block !important;
  min-width: 0.625rem;
  min-height: 0.625rem;
}
/* DARK & LIGHT THEME: */
.os-theme-dark > .os-scrollbar-horizontal,
.os-theme-light > .os-scrollbar-horizontal {
  right: 0.625rem;
  height: 0.625rem;
}

.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical {
  bottom: 0.625rem;
  width: 0.625rem;
}

.os-theme-dark.os-host-rtl > .os-scrollbar-horizontal,
.os-theme-light.os-host-rtl > .os-scrollbar-horizontal {
  left: 0.625rem;
  right: 0;
}

.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  height: 0.625rem;
  width: 0.625rem;
}

.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  background-color: transparent;
}

.os-theme-dark > .os-scrollbar,
.os-theme-light > .os-scrollbar {
  padding: 0.125rem;
  box-sizing: border-box;
  background: transparent;
}

.os-theme-dark > .os-scrollbar.os-scrollbar-unusable,
.os-theme-light > .os-scrollbar.os-scrollbar-unusable {
  background: transparent;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  background: transparent;
}

.os-theme-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  min-width: 1.875rem;
}

.os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  min-height: 1.875rem;
}

.os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  border-radius: 0.625rem;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgb(54, 57, 69);
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgb(54, 57, 69);
}

.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgb(54, 57, 69);
}

.os-theme-light > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgb(54, 57, 69);
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgb(54, 57, 69);
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgb(54, 57, 69);
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.os-theme-dark.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before {
  display: none;
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: -0.375rem;
  bottom: -0.125rem;
}

.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  left: -0.375rem;
  right: -0.125rem;
}

.os-host-rtl.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  right: -0.375rem;
  left: -0.125rem;
}



/*! responsive style */ 

@media screen and (max-width: 250rem) {
  .title.is-6 {
    font-size: 1.1rem;
  }

  .title.is-4 {
    font-size: 1.7rem;
  }

  .badge span,
  .list-title,
  .drop ul li a, 
  .mylists-switch li span, 
  .drop ul p,
  .txt-small,
  .section-link,
  .list-link,
  .section-header .title span,
  .metatags .subtitle,
  .elist-title,
  label,
  .button, .btn, .pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button, .ui-button, html input[type="button"], input[type="reset"], input[type="submit"],
  .comm-spoiler p,
  .title_quote,
  .quote,
  .mass_comments_action,
  .usp-btn a {
    font-size: 1rem;
  }

  .badge span.ratestar {
    display: flex;
    align-items: center;
  }

  .section-header p {
    font-size: 1.125rem;
  }

  .moviebox .drop .btn {
    width: 2.1875rem;
    height: 2.1875rem;
    line-height: 2.1875rem;
  }

  .txt-smaller,
  .comm-item .comm-date,
  .comm-complaint,
   .elist-stats-val,
   .mylists-tabs li {
    font-size: .85rem;
  }

  .toastify,
  .seo-wrap p,
  .full-text,
  .comm-title {
    font-size: 1.1rem;
  }

  .header .btn svg {
    width: 1.45rem;
    height: 1.45rem;
  }

  .svgicon.icon-fix {
    width: 1.7rem;
    height: 1.5rem;
  }

  .loadmore {
    width: calc(100% - 17rem);
  }
    .letter_home ul.alphabet.alphabet-gr li, 
  .letter_home ul.alphabet.alphabet-eng li, 
  .letter_home ul.alphabet.alphabet-number li{
    float: left;
    width: calc(100%/27);
  }
}


@media screen and (max-width: 100rem) {
  .list-link,
  .drop ul li a, 
  .mylists-switch li span, 
  .drop ul p {
    font-size: .9rem;
  }

  .title.is-6 {
    font-size: 0.9375rem;
  }

  .title.is-4 {
    font-size: 1.4rem;
  }

  .badge span {
    font-size: .8rem;
  }

  .badge span.ratestar {
    display: unset;
    align-items: unset;
  }

  .section-header p,
   .toastify,
   .seo-wrap p,
   .full-text,
   .comm-title {
    font-size: 1rem;
  }

  .txt-smaller,
  .comm-complaint,
  .mylists-tabs li {
    font-size: .75rem;
  }

  .list-title,
  .comm-spoiler p {
    font-size: .85rem;
  }

  .txt-small,
  .section-link,
  .metatags .subtitle,
  .mass_comments_action {
    font-size: .9rem;
  }

  .moviebox .drop .btn {
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
  }

  .section-header .title span {
    font-size: .875rem;
  }

  .elist-title,
  label,
  .button, .btn, .pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button, .ui-button, html input[type="button"], input[type="reset"], input[type="submit"],
  .title_quote,
  .quote,
  .usp-btn a {
    font-size: 0.8125rem;
  }

  .comm-item .comm-date {
    font-size: .7rem;
  }

  .header .btn svg {
    width: 1.3rem;
    height: 1.3rem;
  }

  .svgicon.icon-fix {
    width: 1.5rem;
    height: 1.5rem;
  }

  .elist-stats-val {
    font-size: 0.6875rem;
  }
}





@media screen and (max-width: 76.25rem) {


  .header,
  .loadmore {
    width: 100%;
  }

  .colleft-menu {
    display: block;
  }

  .sidebar-menu {
    position: absolute;
    z-index: 1100;
  }

  .sidebar-menu-inner {
    width: 17rem;
  }

  .sidebar-closetog {
   position: absolute;
    right: -2.7rem;
    top: -3.875rem;
    width: 2.6875rem;
    height: 2.6875rem;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #025850;
    cursor: pointer;
    transition:top .4s;-webkit-transition:top .4s;
  }

  .sidebar-closetog svg {
    width: 0.625rem;
    height: 0.625rem;
  }

  .sidebar-toggle .sidebar-closetog {
    top: 0;
  }

  .sidebar-menu {
    border-right: 0;
  }
}



@media screen and (max-width: 68.75rem) {
  .user-info-grid {
    flex-direction: column;
  }

  .user-info .info-col-left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0!important;
  }

  .tabs-header a,
      .um-tabs__nav li {
    font-size: 0.8125rem;
  }

  .list-link, .drop ul li a, .mylists-switch li span, .drop ul p {
    font-size: .75rem;
  }

  .user-info .badge-tright {
    top: 1.0625rem;
  }

}

@media screen and (max-width: 59.375rem) {

  .badge span {
    font-size: .7rem;
  }

  .fullcol {
    flex-direction: column;
  }

  .fullcol-left {
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: auto!important;
    margin-right: auto!important;
    margin-bottom: 3rem;
  }

  .title.is-4 {
    font-size: 1.3rem;
  }

  .title.is-6 {
    font-size: 0.8rem;
  }

  .txt-small, .section-link, .metatags .subtitle, .mass_comments_action {
    font-size: .75rem;
  }

  .shortstory-item {
    flex: 0 0 19.5%;
    max-width: 19.5%;
  }

   .shortstorylist-item {
    flex: 0 0 49.5%;
    max-width: 49.5%;
  }

  .badge span .svgicon {
    width: .7rem;
    height: .7rem;
  }

  .badge span.ratestar {
    display: flex;
    align-items: center;
  }

  .moviebox .drop .btn {
    width: 1.5625rem;
    height: 1.5625rem;
    line-height: 1.5625rem;
  }

  .letter_home ul.alphabet li {
    height: 3.4375rem;
    line-height: 3.4375rem;
  }

  .letter_home ul.alphabet li a,
  .speedbar {
    font-size: 0.875rem;
  }

  .section-header p, .toastify, .seo-wrap p, .full-text, .comm-title {
    font-size: .9rem;
  }

  .alph-item {
    flex: 0 0 14.2%;
    max-width: 14.2%;
    padding: .1rem;
    margin-bottom: 0!important;
  }
  .letter_home.all .scroller{
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .letter_home ul.alphabet.alphabet-gr, 
  .letter_home ul.alphabet.alphabet-eng, 
  .letter_home ul.alphabet.alphabet-number {
    width: 75rem;
  }
  .shortstorylist-item .poster {
    flex: 0 0 25.5%;
    max-width: 25.5%;
  }
    body, 
.site-wrap, 
.sidebar-scroll, 
.alphabet-gr, 
.alphabet-eng, 
.alphabet-number {
  overflow: visible;
}
 
.sidebar-scroll{
  overflow-x: hidden;
}
}

@media screen and (max-width: 47.5rem) {

  .header .btn {
    width: 2.1875rem;
    margin-right: 0!important;
  }

  #dle-content .collection-item{
    flex: 0 0 49%;
    max-width: 49%;
  }

  .mylists-tabs {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1rem;
  }

  .user-info .shortstory-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: .2rem;
  }

  .mylists-tabs li {
    width: 49%;
    margin-bottom: .5rem;
    margin-right: 0;
    line-height: 1.875rem;
  }

  .usercoll-item {
    flex: 0 0 100%!important;
    max-width: 100%!important;
  }

  .usercoll-item  .poster-imgresp.is-1 {
    padding-top: 43%;
  }

  .shortstory-item {
    flex: 0 0 49%;
    max-width: 49%;
  }

    .shortstorylist-item {
    flex: 0 0 100%;
    max-width: 100%;
  }


  .button, .btn, .pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button, .ui-button, html input[type="button"], input[type="reset"], input[type="submit"] {
    height: 2.1875rem;
    font-size: 0.6875rem;
    line-height: 2.1875rem;
  }

  .title.is-4 {
    font-size: 1.1rem;
  }

  #quicksearch .btn {
    line-height: 2.5rem;
  }

  .slice-btn span {
    font-size: .8rem;
  }

  #story {
    font-size: 0.875rem;
  }

  #searchsuggestions a::before {
    width: 1.375rem;
    height: 1.375rem;
    left: 1.875rem;
  }

  .last-comm-item,
  .shedule-item {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .comm-body {
    font-size: .8rem;
  }

  .list-link,
  .fullinfo-list span a,
  .fullinfo-list span:last-child {
    font-size: .8rem;
  }

  .fancybox-custom-trailer .fancybox-content {
    top: -10%;
  }

  .fancybox-custom-trailer .fancybox-caption {
    padding: 1.25rem;
  }

  .fullcol-left {
    flex: 0 0 100%;
    max-width: 100%;
    width: 70%;
    margin-left: auto!important;
    margin-right: auto!important;
    margin-bottom: 3rem;
  }

  .full-head,
  .rate-like-dislike,
  .mass_comments_action,
  .alphabet-sort,
  .alphabet-result-footer {
    flex-wrap: wrap;
  }

  .fullmeta-list {
    overflow-x: scroll;
  }

  .fullmeta-item {
    padding: 0.8125rem 1.625rem 0.9375rem;
    font-size: .75rem;
  }

  .full-head-col {
    align-items: center;
    width: 100%;
  }

  .alphabet-options {
    width: 100%;
    text-align: center;
  }

  .emoticon-list {
    padding: 0;
  }

  .emoticon-list li {
    width: 100%;
  }

  .elist-icon {
    top: 0.6875rem;
    width: 2.5rem;
  }
  .fullstory .elist-icon span{
    width: 2.5rem!important;
    font-size: 1.5625rem!important;
    line-height: 2.5rem!important;
  }

  .comm-spoiler p {
    font-size: .73rem;
  }

  .add-comms .ac-submit {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: .5rem;
  }

  .avatar.size-1 {
    width: 1.875rem;
    height: 1.875rem;
  }

  .comm-item .comm-text {
    margin-bottom: .5rem!important;
  }

  .comm-metabot {
    margin-top: .5rem;
  }

  .emoticon-fulllist li {
    flex: 0 0 32%;
    max-width: 32%;
  }

  .emoticon-fulllist {
    flex-wrap: unset;
    overflow: scroll;
  }

  .header .btn svg {
    width: 1.1rem;
    height: 1.1rem;
  }

  .alphabet-sort li {
    width: 49%;
    height: 1.875rem;
    line-height: 1.875rem;
  }

  .alph-item {
     flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .alphabet-sort {
    border-bottom: 0.0625rem solid rgba(255,255,255,.06);
  }

  .shedule-wrap .date {
    font-size: .8rem;
  }

  .txt-bigger {
    font-size: 1.2rem;
  }

  .shedule-item .poster {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .error, .pm-no-messages {
    font-size: 0.75rem;
  }

  #dle-content .shoitem {
    flex: 0 0 49%;
    max-width: 49%;
  }

  .cm-tabs__cell iframe {
    max-height: 12rem;
  }

  .logogtype a {
    font-size: 1.25rem;
  }

  .main-blocks .moviebox {
    flex: 0 0 49%;
    max-width: 49%;
  }

  .frate-ud {
    justify-content: center;
  }

  .full-head-col  time{
    font-size: .8rem;
  }

  .badge-bright {
    right: 0;
  }
  .badge-bleft {
    left: 0;
  }
  .badge span.ratestar {
   padding: 0.1875rem 0.3rem;
  }
   .navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {
    font-size: 0.8rem;
    line-height: 2.3rem;
    min-width: 2.5rem;
  }

  .title.is-5 {
    font-size: .9rem;
  }

  .cm-tabs-col span {
    font-size: .85rem;
  }
}

@media screen and (max-width: 47.5rem) and (min-width: 23.4375rem) and (orientation: landscape) {
  .shortstory-item {
    flex: 0 0 24%;
    max-width: 24%;
  }

  .shortstorylist-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .shortstorylist-item .poster {
    flex: 0 0 17.5%;
    max-width: 17.5%;
  }

  #dle-content .shoitem {
    flex: 0 0 32%;
    max-width: 32%;
  }

  .user-info .shortstory-item {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .mylists-tabs li {
    width: 24%;
  }

  .usercoll-item {
    flex: 0 0 49%!important;
    max-width: 49%!important;
  }

  .shedule-item .poster {
    flex: 0 0 14%;
    max-width: 14%;
  }
  .main-blocks .moviebox {
    flex: 0 0 19.5%;
    max-width: 19.5%;
  }
}

@media screen and (max-width: 25rem) {
  .full-comms .comm-item,
  #dlemasscomments .comm-item{
      flex-wrap: wrap;
  }
  .comm-avatar {
    margin-bottom: .5rem;
  }
}

@media screen and (max-width: 20rem) {
  .full-comms .comm-item {
    flex-wrap: wrap;
  }
  .badge-bleft .is-first{
    padding: 0.1875rem 0.4rem;
  }
  .shortstorylist-item .poster {
    flex: 0 0 33.5%;
    max-width: 33.5%;
  }
}


ul.list-unstyled.list-hidden li a {
    line-height: 0.125rem;
    padding: 0.9rem 0rem 0.9rem 4.2rem;
}