@charset "UTF-8";
:root {
  --blue: #536eec;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fc4824;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c6c6c;
  --gray-dark: #343434;
  --primary: #3c8bc6;
  --primary1: #8bbadd;
  --primary2: #235479;
  --secondary: #182335;
  --secondary1: #1e2c43;
  --secondary2: #141d2c;
  --major-color: #fff;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #ececec;
  --dark: #343434;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace ;
}

*,
::after,
::before {
  box-sizing: border-box;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  background-color: #0e1726;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #1fc3f9;
  text-decoration: none;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #747c88;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1,
h1 {
  font-size: 2.5rem;
}

.h2,
h2 {
  font-size: 1.6rem;
}

.h3,
h3 {
  font-size: 1.4rem;
}

.h4,
h4 {
  font-size: 1.2rem;
}

.h5,
h5 {
  font-size: 1.1rem;
}

.h6,
h6 {
  font-size: 1rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small,
small {
  font-size: 0.875em;
  font-weight: 400;
}

.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c6c6c;
}

.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #0e1726;
  border: 1px solid #dedede;
  border-radius: 0.5rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c6c6c;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212121;
  border-radius: 0.3rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212121;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

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

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

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

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

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

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

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

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

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

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

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

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

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

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

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

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

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

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

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

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

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

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

@media (min-width: 800px) {
  .col-lg-12-5 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1200px) {
  .col-lg-12-5 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
@media (min-width: 1600px) {
  .col-lg-12-5 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.toastify {
  padding: 12px 20px;
  color: #fff;
  display: inline-block;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
  background: -webkit-linear-gradient(315deg, #73a5ff, #5477f5);
  background: linear-gradient(135deg, #73a5ff, #5477f5);
  position: fixed;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  max-width: calc(50% - 20px);
  z-index: 2147483647;
}

.toastify.on {
  opacity: 1;
}

.toast-close {
  background: 0 0;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  opacity: 0.4;
  padding: 0 5px;
}

.toastify-right {
  right: 15px;
}

.toastify-left {
  left: 15px;
}

.toastify-top {
  top: -150px;
}

.toastify-bottom {
  bottom: -150px;
}

.toastify-rounded {
  border-radius: 25px;
}

.toastify-avatar {
  width: 1.5em;
  height: 1.5em;
  margin: -7px 5px;
  border-radius: 2px;
}

.toastify-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: fit-content;
  max-width: -moz-fit-content;
}

@media only screen and (max-width: 360px) {
  .toastify-left, .toastify-right {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
  }
}
:root {
  --primary-color: #0af;
  --secondary-color: #ff007a;
  --bg-dark: #333;
  --bg-card: #1e1e1e;
  --text-primary: #fff;
  --text-muted: #787878;
  --border-light: rgba(255, 255, 255, .1);
  --glow-primary: rgba(0, 170, 255, .3);
  --glow-secondary: rgba(255, 0, 122, .3);
}

body {
  font-family: Montserrat, Arial;
}

.iframe-placeholder {
  background: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg' stroke='%23276ba9'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1 1)' stroke-width='2'%3E%3Ccircle stroke-opacity='.5' cx='18' cy='18' r='18'/%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='1s' repeatCount='indefinite'/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center center no-repeat;
}

.block_area, .film-poster, .nav-item {
  position: relative;
}

.nav-item > a {
  position: relative;
}

.search-content input.search-input {
  position: relative;
  outline: none;
}

.film-poster {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.1019607843);
  display: block;
  border-radius: 10px;
  padding-bottom: 148%;
}

.anisc-poster .film-poster {
  padding-bottom: 135%;
}

a#view-comment {
  display: flex;
}

.film-poster .film-poster-img, .item-cover-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cbox .cbox-content {
  padding: 20px;
  position: relative;
}

.cbox.cbox-list {
  padding: 0;
  background: #2a2c31;
}

.cbox.cbox-list .cbox-content {
  padding: 15px 20px;
}

.cbox.cbox-list .anif-block-ul li {
  padding: 15px 40px 15px 60px;
  background: 0 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.cbox.cbox-list .anif-block-ul li:last-of-type {
  border: none;
}

.cbox.cbox-list .anif-block-ul li .film-poster {
  left: 0;
}

.cbox.cbox-list .anif-block-ul li .film-fav {
  right: 5px;
}

.cbox.cbox-list .anif-block-ul li .film-play {
  right: 5px;
  position: absolute;
}

.cbox.cbox-list .anif-block-chart li {
  margin-left: 40px;
  overflow: unset;
}

.cbox.cbox-list .anif-block-chart li .film-number {
  position: absolute;
  width: 40px;
  text-align: left;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  cursor: default;
}

.cbox.cbox-list .anif-block-chart li .film-number span {
  font-weight: 600;
  font-size: 20px;
  color: #737682;
  position: relative;
  display: inline-block;
}

.cbox.cbox-list .anif-block-chart li.item-top .film-number span {
  border-bottom: 3px solid #1fc3f9;
  padding-bottom: 6px;
  color: #fff;
}

.cbox.cbox-list .anif-block-chart li:hover .film-number span {
  color: #1fc3f9;
}

.cbox.cbox-list .anif-block-chart li .film-detail {
  color: #aaa;
}

.highlight-text {
  color: #1fc3f9;
}

.container {
  max-width: 1536px;
  width: 100%;
}

#wrapper {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding-top: 0px;
}

#header {
  background: #2a2c31;
  height: 70px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 102;
  padding: 0;
}

#header .container {
  position: relative;
  padding-left: 15px;
}

#header #logo {
  display: block;
  height: 40px;
  margin: 15px 25px 15px 50px;
  float: left;
}

#header #logo img {
  height: 100%;
  width: auto;
}

#header #logo span {
  line-height: 40px;
  font-size: 20px;
  font-weight: 600;
  color: #fff !important;
}

#mobile_menu {
  padding: 0;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 15px;
  z-index: 4;
  width: 40px;
  height: 40px;
  text-align: center;
  left: 6px;
  background: 0 0;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mobile_menu.active i, #mobile_search.active i {
  color: #1fc3f9;
}

#mobile_menu i {
  font-size: 24px;
  line-height: 40px;
  height: 40px;
}

#mobile_search {
  float: right;
  position: relative;
  text-align: center;
  display: none;
  cursor: pointer;
  height: 50px;
}

#header_menu {
  height: 65px;
  margin: 0;
  float: left;
}

#header_menu .container {
  position: relative;
}

#header_menu ul.header_menu-list {
  list-style: none;
  padding: 0;
  display: block;
}

#header_menu ul.header_menu-list .nav-item {
  display: inline-block;
  margin: 0 5px;
  position: relative;
}

#header_menu ul.header_menu-list .nav-item > a {
  height: 65px;
  line-height: 65px;
  margin: 0;
  padding: 0 20px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header_menu ul.header_menu-list .nav-item:hover > a {
  color: #1fc3f9;
}

#header_menu ul.header_menu-list .nav-item.active > a:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #1fc3f9;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#header_menu .header_menu-sub {
  position: absolute;
  top: 65px;
  left: 0;
  width: 700px;
  background: #333;
  z-index: 102;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1019607843);
}

#header_menu .header_menu-sub ul.sub-menu {
  padding: 10px;
  text-align: left;
  list-style: none;
  overflow: hidden;
  margin-left: -1%;
  margin-right: -1%;
}

#header_menu .header_menu-sub ul.sub-menu li {
  width: 23%;
  float: left;
  margin: 0 1%;
}

#header_menu .header_menu-sub ul.sub-menu li a {
  height: 30px;
  color: #ccc;
  line-height: 30px;
  padding: 0 10px;
  display: block;
  font-size: 15px;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

#header_menu .header_menu-sub ul.sub-menu li:hover a {
  background: #1fc3f9;
  color: #111 !important;
}

.header-group {
  float: left;
  height: 40px;
  margin: 15px 0 15px 30px;
  text-align: left;
}

.btn-radius {
  border-radius: 30px;
}

.btn-focus, .btn-primary, .btn-tab.active {
  background: #1fc3f9 !important;
  color: #fff;
  border-color: #1fc3f9 !important;
  box-shadow: none !important;
}

.btn-focus:hover, .btn-primary:hover, .btn-tab.active:hover {
  background: #1fc3f9 !important;
  border-color: #1fc3f9 !important;
}

.btn-secondary, .btn-tab {
  background: #4a4b51 !important;
  border-color: #4a4b51 !important;
  color: #fff;
}

.btn-secondary:hover, .btn-tab:hover {
  background: #6e6f74 !important;
  border-color: #6e6f74 !important;
}

#header_right {
  float: right;
  padding: 15px 0;
}

#header_right #search-toggle {
  display: inline-block;
}

#header .btn-user {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-weight: 400;
  margin-left: 15px;
  display: inline-block;
}

#header.active {
  z-index: 102;
}

.header_right-user.logged .btn-avatar {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  border-radius: 50%;
  padding: 0;
  border: none;
  cursor: pointer;
  background: #23a7ff;
}

.header_right-user.logged .btn-avatar span {
  font-weight: 600;
  font-size: 1.2em;
  line-height: 31px;
  color: #fff;
}

.header_right-user.logged .dropdown-menu {
  left: auto;
  right: 0;
  top: 110%;
  font-size: 14px;
}

.header_right-user.logged .dropdown-menu .dropdown-item {
  padding: 7px 20px;
}

.dropdown-item-user .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  float: left;
  display: none;
}

.dropdown-item-user .avatar img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}

.dropdown-item-user .user-detail .name {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #1fc3f9;
}

.header_right-user.logged .dropdown-menu {
  width: 300px;
  position: absolute;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.0509803922);
  background: #3f4148;
  color: #fff;
  padding: 0 0 10px;
  margin: 0;
  border: none;
  border-radius: 15px;
  overflow: hidden;
}

.header_right-user.logged .dropdown-menu .dropdown-item {
  padding: 10px 15px;
  background: 0 0 !important;
  font-size: 12px;
}

.header_right-user.logged .dropdown-menu .dropdown-item:hover {
  color: #1fc3f9 !important;
}

.header_right-user.logged .dropdown-menu .dropdown-item-user {
  padding: 12px 15px;
}

.header_right-user.logged .dropdown-menu .dropdown-divider {
  border-color: #eee;
}

.header_right-user.logged .dropdown-menu .dropdown-item.dropdown-item-user {
  color: #fff !important;
}

.header_right-user.logged .dropdown-menu .user-detail > div {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#user-slot {
  float: right;
  display: flex;
  align-items: center;
}

.header_right-user.logged .dropdown-menu .grid-menu .dropdown-item {
  background-color: #4f515b !important;
}

.header_right-user.logged .dropdown-menu .grid-menu .dropdown-item:hover {
  background-color: #595b66 !important;
}

#search {
  width: 400px;
  margin: 15px 0;
  float: left;
}

#search .form-group {
  margin-bottom: 0 !important;
}

.player-servers .ps_-status {
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 15px;
  right: auto;
  width: 300px;
  border-radius: 6px 0 0 6px;
  background: #34363c;
}

.search-content {
  position: relative;
}

.search-content input.search-input {
  height: 40px;
  color: #111;
  padding-right: 100px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  border-radius: 0;
  border: none;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.0509803922) !important;
  width: 100%;
}

.search-content input.search-input:focus {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1019607843);
}

.search-content .search-icon {
  width: 40px;
  height: 40px;
  background: 0 0;
  border: none;
  padding: 0 10px;
  line-height: 40px;
  display: inline-block;
  color: #111;
  text-align: center;
  position: absolute;
  right: 40px;
  top: 0;
  z-index: 2;
}

.search-content .filter-icon {
  height: 26px;
  cursor: pointer;
  line-height: 26px;
  font-size: 11px;
  background: #4a4b51;
  color: #fff;
  padding: 0 6px;
  border-radius: 3px;
  position: absolute;
  right: 7px;
  top: 7px;
  z-index: 3;
}

.search-content .filter-icon:hover {
  background: #6e6f74;
  color: #fff;
}

.search-content .search-content {
  position: relative;
}

#header .header-home-add {
  display: none;
}

.sht-heading {
  font-size: 2.2em;
  font-weight: 400;
  margin: 0 0 30px;
  color: #fff;
}

.sht-heading strong {
  font-weight: 600;
}

#main-wrapper {
  margin-bottom: 70px;
  min-height: calc(100vh - 350px);
}

#suggest {
  margin-bottom: 30px;
  padding: 0;
  overflow: hidden;
}

.block_area {
  display: block;
  margin-bottom: 30px;
}

.block_area .block_area-header {
  margin-bottom: 15px;
  width: 100%;
}

.block_area .block_area-header .cat-heading, .ct-page-title {
  font-size: 18px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  color: #1fc3f9;
  background: linear-gradient(90deg, #00ffe8, #db8e00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  text-transform: capitalize;
  font-weight: 700;
}

.block_area .block_area-header .viewmore .btn {
  padding: 4px 0;
  font-size: 12px;
  margin: 5px 0;
}

.block_area_home .btn-in-headcat {
  margin: 2px 0;
}

.box-bg {
  padding: 1.5rem;
  background: #fff;
}

.film-poster-ahref i, .film-poster-ahref:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #1fc3f9;
}

.film_list {
  display: block;
}

.film_list .film_list-wrap {
  margin: 0 -7px;
  list-style: none;
  padding: 0;
}

.film_list .film_list-wrap .flw-item {
  width: calc(16.66% - 14px);
  margin: 0 7px 14px;
  float: left;
  background: #2a2c31;
  border-radius: 10px;
  position: relative;
}

.flw-item h4 {
  font-size: 1rem;
}

.film_list.film_list-continue .film_list-wrap .flw-item {
  width: calc(20% - 14px);
}

.flw-item .film-poster .film-poster-ahref {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: inline-block;
}

.flw-item .film-poster .film-poster-ahref:after {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  opacity: 0;
  z-index: 1;
  background: #2a2c31;
  background: linear-gradient(0deg, #2a2c31 0, rgba(42, 44, 49, 0.7019607843));
}

.flw-item .film-poster .film-poster-ahref .icon-play {
  z-index: 2;
  opacity: 0;
}

.flw-item .film-poster:hover .film-poster-ahref:after {
  height: 100%;
  opacity: 1;
}

.flw-item .film-poster:hover .film-poster-ahref .icon-play, .flw-item .film-poster:hover .film-poster-ahref:before {
  opacity: 1;
}

.film_list .film_list-wrap .flw-item .film-poster {
  border-radius: 10px 10px 0 0;
  padding-bottom: 130%;
  font-size: 0;
}

.film_list .film_list-wrap .flw-item .film-poster:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #2a2c31;
  background: linear-gradient(0deg, #2a2c31 0, rgba(42, 44, 49, 0) 0%);
}

.film_list .film_list-wrap .flw-item .film-detail {
  color: #aaa;
  font-size: 12px;
  padding: 5px 10px 0;
  border-radius: 0 0 10px 10px;
}

.film_list .film_list-wrap .flw-item .film-detail .film-name {
  font-size: 14px;
  line-height: 1.3em;
  margin: 0 0 8px;
  font-weight: 400;
  height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #fff;
  text-transform: capitalize;
}

.film_list .film_list-wrap .flw-item .film-detail .fd-infor {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.film_list .film_list-wrap .flw-item .film-detail .description {
  display: none;
}

.tick {
  position: absolute;
  bottom: 3px;
  z-index: 10;
}

.tick.ltr {
  left: 5px;
}

.tick.rtl {
  right: 5px;
  bottom: 240px;
}

.tick.ctr {
  right: 5px;
}

.tick-item {
  font-size: 12px;
  font-family: arial;
  font-weight: 600;
  display: inline-block;
  line-height: 1.2em;
  padding: 2px 4px;
  border-radius: 3px;
  background: #fff;
  color: #111;
}

.tick.ltr .tick-item {
  margin-right: 2px;
  left: 3px;
  background: #1695df;
  z-index: 1;
  background-size: 200% 100%;
  background-image: linear-gradient(90deg, rgba(0, 78, 175, 0.7490196078) 0, #7cb7d3 51%, #a7c705);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  transition: 0.7s;
}

.tick-item.tick-eps {
  background: #ccc !important;
  color: #111 !important;
}

.tick.tick-rate {
  position: absolute;
  left: 5px;
  top: 5px;
  bottom: auto;
  background: #1fc3f9;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  padding: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3019607843);
  min-width: 36px;
  text-align: center;
  font-size: 11px;
  background-image: linear-gradient(to right, #e5330b, #ff670b 51%, #d9a666);
}

.share-buttons .share-buttons-block {
  position: relative;
}

.share-buttons {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.share-buttons .share-buttons-block {
  padding: 20px 0;
  position: relative;
}

.share-buttons .share-buttons-block .share-icon {
  display: none;
}

.share-buttons .share-buttons-block .sbb-title {
  display: block;
  font-size: 14px;
  float: left;
  padding: 2px 0 2px 20px;
  border-left: 2px solid #1fc3f9;
  margin-right: 20px;
  position: relative;
}

.share-buttons .share-buttons-block .sbb-title span {
  font-weight: 600;
  color: #1fc3f9;
  font-size: 16px;
  text-transform: capitalize;
}

.share-buttons .share-buttons-block .sbb-title .btn-login, .share-buttons .share-buttons-block .sbb-title a {
  color: #00ff16;
  font-size: 14px;
  font-weight: normal;
}

.share-buttons.share-buttons-home {
  background-color: #121315;
  display: inline-block;
  width: 100%;
  margin-bottom: -4px;
}

.share-buttons.share-buttons-home .share-buttons-block {
  padding: 20px 0 20px 80px;
}

.share-buttons.share-buttons-home .share-buttons-block .share-icon {
  display: inline-block;
}

.share-buttons.share-buttons-home .sbb-title {
  padding-left: 0;
  border-left: none;
}

.share-buttons.share-buttons-min {
  margin-bottom: 0;
}

.share-icon {
  background-size: cover;
  background-position: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: -10px;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .share-icon {
    width: 73px;
    height: 100px;
  }
}
.flv-list .flw-item {
  width: 100% !important;
  margin: 0 0 5px !important;
}

.flv-list .flw-item .film-poster {
  width: 100px;
  padding-bottom: 148px;
  float: left;
  margin-right: 20px;
}

.pagination {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pagination .page-item {
  margin: 5px;
}

.pagination .page-item .page-numbers {
  border-radius: 20px;
  border: none;
  background: rgba(255, 255, 255, 0.0509803922);
  color: #999;
  font-weight: 400;
  line-height: 1em;
}

.pagination .page-item .page-numbers:hover {
  color: #ffffff;
}

.pagination .page-item.active .page-number, .pagination .page-numbers.current {
  background: #1fc3f9;
  color: #111;
  cursor: default;
}

.pagination .page-item .page-numbers {
  padding: 0 10px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 20px;
  min-width: 40px;
  text-align: center;
  box-shadow: none !important;
  display: inline-block;
}

.film-list-ul {
  list-style: none;
  padding: 0;
}

.alert .close {
  line-height: 1rem;
}

.link-highlight {
  color: #1fc3f9 !important;
  cursor: pointer;
}

#sidebar_menu_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(32, 33, 37, 0.8);
  z-index: 103;
  display: none;
}

#sidebar_menu_bg.active {
  display: block;
}

#sidebar_menu {
  position: fixed;
  z-index: 1000200;
  left: 0;
  opacity: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  width: 260px;
  padding: 20px 0;
  background: #2a2c31;
  color: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  transform: translate(-100%);
  transition: all 200ms ease;
}

#sidebar_menu.active {
  opacity: 1;
  z-index: 1000200;
  transform: translate(0);
}

#sidebar_menu .sidebar_menu-list {
  font-size: 14px;
  margin-top: 10px;
  padding-left: 0;
}

#sidebar_menu .sidebar_menu-list > .nav-item {
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
}

#sidebar_menu .sidebar_menu-list > .nav-item > .nav-link {
  display: block;
  padding: 15px;
  font-weight: 600;
}

#sidebar_menu .sidebar_menu-list > .nav-item > a.nav-link:hover {
  color: #1fc3f9;
}

#sidebar_menu .sidebar_menu-list > .nav-item > .toggle-submenu {
  position: absolute;
  top: 0;
  right: -10px;
  padding: 10px;
  z-index: 3;
  cursor: pointer;
  display: none;
}

#sidebar_menu .sidebar_menu-list > .nav-item .nav {
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
}

.dropdown-menu.color-list {
  display: inline-block;
  width: 100%;
  padding-left: 0;
}

#sidebar_menu .sidebar_menu-list > .nav-item .nav > .nav-item,
.dropdown-menu.color-list .nav-item {
  display: block;
  width: 49%;
  margin-right: 1%;
  float: left;
  list-style: none;
}

#sidebar_menu .sidebar_menu-list > .nav-item .nav > .nav-item > .nav-link,
.dropdown-menu.color-list .nav-item > .nav-link {
  font-size: 12px;
  padding: 6px 15px;
  white-space: nowrap;
  display: inline-block;
}

#sidebar_menu .sidebar_menu-list > .nav-item .nav > .nav-item:nth-of-type(n+11) {
  display: none;
}

#sidebar_menu .sidebar_menu-list > .nav-item .nav > .nav-item.nav-more {
  display: block !important;
}

#sidebar_menu .sidebar_menu-list > .nav-item .nav > .nav-item.nav-more .nav-link {
  cursor: pointer;
  font-weight: 400;
  color: #fff;
}

#sidebar_menu .sidebar_menu-list > .nav-item .nav.active > .nav-item {
  display: block !important;
}

#sidebar_menu .sidebar_menu-list > .nav-item .nav.active > .nav-item.nav-more {
  display: none !important;
}

#sidebar_menu .toggle-sidebar {
  background: #5a6268;
  color: #fff;
  border: none !important;
  line-height: 24px;
  margin-left: 10px;
}

#sidebar_menu .with-icon i {
  vertical-align: bottom;
  font-size: 20px;
  margin-right: 10px;
}

.body-hidden {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.loading {
  text-align: center;
  display: none;
}

.loading > div {
  width: 18px;
  height: 18px;
  background-color: #aaa;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.loading .span1 {
  animation-delay: -0.32s;
}

.loading .span2 {
  animation-delay: -0.16s;
}

@keyframes sk-bouncedelay {
  0%, to, 80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.film_list .film_list-wrap .flw-item .film-detail-fix {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  text-align: left;
  background: 0 0;
  padding: 10px 0;
}

.film_list .film_list-wrap .flw-item .film-detail-fix .film-name {
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}

.film_list .film_list-wrap .flw-item .film-detail-fix .fd-infor {
  line-height: 16px;
}

#footer {
  padding: 0;
  position: relative;
}

#footer .container {
  position: relative;
  z-index: 3;
}

#footer .footer-logo {
  display: block;
  float: left;
  margin: 0 40px 0 0;
}

#footer .footer-logo img {
  width: auto;
  height: 40px;
}

#footer .footer-top {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  display: inline-block;
}

.footer-links {
  margin-bottom: 10px;
}

.footer-links ul {
  padding: 0;
}

.footer-links ul li {
  float: left;
  margin-right: 40px;
}

.footer-links ul li a {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}

#footer .btn-up {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 15px;
  background: #4a4b51;
  color: #fff;
  padding: 0;
  line-height: 30px;
}

#footer-about {
  padding: 30px 0;
  font-size: 12px;
}

#footer-about .about-text {
  margin: 0 auto 5px;
  line-height: 1.4em;
  opacity: 0.5;
}

#footer-about .copyright {
  margin-bottom: 0 !important;
  opacity: 0.5;
}

.breadcrumb-item + .breadcrumb-item:before {
  content: "›";
}

.btn-xs {
  font-size: 12px;
  padding: 2px 4px;
  line-height: 1em;
}

.btn-xs i {
  font-size: 12px;
}

.btn-rating {
  position: relative;
}

.prebreadcrumb .breadcrumb {
  padding: 0;
  background: 0 0;
}

.blank_page {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ulclear, .ulclear li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.episode-list {
  position: relative;
}

.breadcrumb-item {
  line-height: 1.4em;
  margin-bottom: 3px;
}

.detail-seasons .block_area-episodes {
  margin-bottom: 0;
  padding-right: 0;
  width: 100%;
  max-height: 680px;
}
.detail-seasons .block_area-episodes .block_area-content {
  padding: 5px;
}
.detail-seasons .block_area-episodes .ssl-item.ep-item {
  width: calc(20% - 4px);
  color: #ccc;
}

.breadcrumb-item + .breadcrumb-item:before, .breadcrumb-item.active {
  color: #fff;
  padding-right: 0.5rem;
  padding-left: 0.3rem;
}

.form-check-inline {
  width: 150px;
}

.small-page {
  max-width: 800px;
  margin: 0 auto;
}

.text-light {
  color: #111 !important;
}

.block_area .block_area-header .viewmore .btn {
  color: #aaa;
}

.swiper-notification, .swiper-pagination {
  display: none;
}

.anif-block {
  min-height: 300px;
  width: 100%;
  background: #4a4b51;
}

.anif-block-ul li {
  position: relative;
  padding: 15px 50px 15px 80px;
  margin: 0;
}

.anif-block-ul li:nth-of-type(odd) {
  background: #414248;
}

.anif-block-ul li .film-poster {
  width: 45px;
  padding-bottom: 60px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  z-index: 2;
}

.anif-block-ul li .film-detail {
  font-size: 12px;
  line-height: 1.2em;
  min-height: 60px;
  color: #ddd;
  position: relative;
  z-index: 2;
}

.anif-block-ul li .film-detail .fd-infor {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.anif-block-ul li .film-detail .film-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.anif-block-ul li .film-fav, .anif-block-ul li .film-play {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 15px;
  font-size: 16px;
  cursor: pointer;
  color: #aaa;
}

.anif-block-ul li .film-fav.active, .anif-block-ul li .film-fav:hover {
  color: #1fc3f9;
  opacity: 1;
}

.anif-block-ul li .film-fav .dropdown-menu {
  z-index: 5;
}

.anif-block-ul li .film-play {
  opacity: 1;
  color: #fff;
  font-size: 14px;
}

.anif-block-ul li .film-play:hover {
  color: #1fc3f9;
}

.anif-block .more a {
  display: block;
  color: #ddd;
  text-align: center;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.1019607843);
}

.anif-block .more a:hover {
  background: rgba(255, 255, 255, 0.2);
}

#main-content {
  width: 75%;
  float: left;
}

#main-sidebar {
  width: 25%;
  float: right;
  padding-left: 30px;
}

.cbox {
  background: #4a4b51;
  padding: 20px;
}

.cbox.cbox-genres {
  padding: 15px;
  background: #2a2c31;
  display: inline-block;
  width: 100%;
  position: relative;
}

.cbox.cbox-genres ul {
  margin: 0 -1%;
  overflow: hidden;
}

.cbox.cbox-genres ul li {
  float: left;
  width: 47%;
  margin: 0 1% 3px;
}

.cbox.cbox-genres ul li a {
  display: block;
  padding: 9px 10px;
  border-radius: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

.cbox.cbox-genres ul li a:hover {
  background: #414248;
}

ul.color-list li:nth-of-type(7n) a {
  border-color: #86e3ce;
  color: #86e3ce;
}

ul.color-list li:nth-of-type(7n+1) a {
  border-color: #d0e6a5;
  color: #d0e6a5;
}

ul.color-list li:nth-of-type(7n+2) a {
  border-color: #ffdd95;
  color: #ffdd95;
}

ul.color-list li:nth-of-type(7n+3) a {
  border-color: #fc887b;
  color: #fc887b;
}

ul.color-list li:nth-of-type(7n+4) a {
  border-color: #ccabda;
  color: #ccabda;
}

ul.color-list li:nth-of-type(7n+5) a {
  border-color: #abccd8;
  color: #abccd8;
}

ul.color-list li:nth-of-type(7n+6) a {
  border-color: #d8b2ab;
  color: #d8b2ab;
}

.table_schedule {
  background: #2a2c31;
}

.table_schedule .table_schedule-date {
  padding: 20px 30px;
  position: relative;
  margin-left: -5px;
  margin-right: -5px;
}

.table_schedule .table_schedule-date .swiper-container {
  border-radius: 6px;
}

.table_schedule .table_schedule-date .day-item {
  width: 14.2857142857%;
}

.table_schedule .table_schedule-date .tsd-item {
  background: #2f3137;
  text-align: center;
  padding: 10px 5px;
  border-radius: 6px;
  cursor: pointer;
  margin: 0 5px;
  color: #fff;
  font-size: 16px;
}

.table_schedule .table_schedule-date .tsd-item:hover {
  background: #1fc3f9;
}

.lichchieu.active .tsd-item {
  background: #1fc3f9;
  color: #111;
  color: #fff;
}

.lichchieu.active .tsd-item .date {
  color: #fff !important;
}

.table_schedule .table_schedule-date .tsd-item.active .date {
  color: #111;
}

.table_schedule .table_schedule-date .tsd-item span {
  font-weight: 600;
}

.table_schedule .table_schedule-date .tsd-item .date {
  font-size: 12px;
  color: #aaa;
}

.table_schedule .btn-showmore {
  border-radius: 0;
  background: #2a2c31 !important;
  padding: 15px;
}

.table_schedule .btn-showmore:hover {
  color: #1fc3f9 !important;
}

.ts-navigation .btn {
  position: absolute;
  top: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1019607843);
  transform: translateY(-50%);
  left: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  color: #111;
  padding: 0;
  text-align: center;
  z-index: 9;
}

.ts-navigation .btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ts-navigation .btn.tsn-next {
  left: auto;
  right: 15px;
}

.sb-genre-less li:nth-of-type(n+25) {
  display: none;
}

.cbox-genres.active .sb-genre-less li {
  display: block !important;
}

#ani_detail-stage, .ani_detail-stage {
  width: 100%;
  background: #2a2c31;
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
}

#video-player {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  z-index: 2;
  background: #000;
  overflow: hidden;
}

#video-player iframe, #video-player img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

#ani_detail .anis-content {
  padding: 70px 200px;
}

#ani_detail .prebreadcrumb {
  margin: 0;
  font-size: 12px;
  color: #ddd;
  margin-top: 15px;
}

.prebreadcrumb {
  margin-top: 15px;
  margin-bottom: 22px;
}

.anis-content {
  position: relative;
}

.anis-content .anisc-poster {
  width: 180px;
  position: absolute;
  top: 70px;
  left: 200px;
}

span.server-name {
  display: inline-block;
  background: #fafafa;
  padding: 3px;
  margin-bottom: 4px;
}

.block_area_trending .film-poster {
  background: transparent;
}

.anis-content .anisc-poster .film-poster {
  box-shadow: 0 40px 40px rgba(0, 0, 0, 0.2);
}

.anis-content .anisc-detail {
  padding-left: 240px;
  padding-right: calc(18% + 100px);
  min-height: 360px;
}

.anis-content .anisc-detail .film-name {
  font-size: 22px;
  line-height: 1.1em;
  margin-bottom: 5px;
}

.movie-status {
  padding: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
}
.movie-status i {
  margin-right: 3px;
}

.movie-status.movie-completed {
  background: #1fc3f9;
}

.movie-status.movie-running {
  background: orange;
}

.anis-content .anisc-detail .film-name-real {
  font-size: 16px;
  margin: 0 0 20px 0;
  padding: 0;
}

.anis-content .anisc-detail .film-description {
  margin-bottom: 0;
  max-height: 150px;
  overflow: auto;
}

.anis-content .anisc-detail .film-description .text {
  font-weight: 400;
  line-height: 1.5rem;
  font-size: 13px;
}

.anis-content .anisc-detail .film-buttons {
  margin-bottom: 30px;
}

.anis-content .anisc-detail .film-buttons .btn {
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 10px;
  box-shadow: none !important;
}

.anis-content .anisc-detail .film-buttons .btn.btn-play {
  display: inline-flex;
  align-items: center;
}
.anis-content .anisc-detail .film-buttons .btn.btn-play .icon-play {
  width: 25px;
  height: 25px;
}

.anis-content .anisc-detail .film-buttons .btn i {
  transform: scale(0.8);
}

.anis-content .anisc-detail .film-buttons .dr-fav {
  position: relative;
  display: inline-block;
}

.anis-content .block-live {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: #1fc3f9;
}

.anis-content .block-live .btn {
  background: 0 0;
  color: #fff;
  font-size: 15px;
  box-shadow: none !important;
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.anis-content .block-live .btn.bg-booked {
  background: #a90f0f;
}

.header-auth-custom {
  font-size: 2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-group {
  margin-bottom: 15px;
}
.form-group label {
  margin-bottom: 3px;
  text-align: left;
  width: 100%;
  display: inline-block;
}

.form-group .form-control {
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 3px;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.5rem 0.75rem;
  width: 100%;
}

#custom-login-modal {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#custom-login-modal.active {
  visibility: visible;
  opacity: 1;
}

.custom-login-content {
  background: linear-gradient(135deg, #1c1f2a, #262b3a);
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
  width: 400px;
  max-width: 90%;
  text-align: center;
  position: relative;
  margin: 30px auto;
}

.custom-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #b8b8d1;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.custom-close:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #ff5c8a;
}

.custom-login-title {
  font-size: 26px;
  font-weight: 700;
  color: #f4f4f9;
  margin-bottom: 20px;
}

.custom-login-form {
  display: flex;
  flex-direction: column;
}

.custom-label {
  font-size: 14px;
  color: #d1d1e9;
  margin-bottom: 5px;
}

.custom-input {
  border: 1px solid #44475a;
  background: #282a36;
  color: #f8f8f2;
  border-radius: 8px;
  padding: 10px;
  font-size: 14px;
  margin-bottom: 15px;
  outline: none;
  transition: all 0.3s ease;
}

.custom-input::placeholder {
  color: #848aa0;
  font-style: italic;
}

.custom-input:focus {
  border-color: #8be9fd;
  box-shadow: 0 0 8px rgba(139, 233, 253, 0.8);
}

.custom-checkbox-label {
  display: flex;
  align-items: center;
  color: #b8b8d1;
  font-size: 14px;
  margin-bottom: 15px;
  gap: 10px;
}

.custom-checkbox {
  width: 16px;
  height: 16px;
  accent-color: #ff77b2;
}

.custom-submit {
  background: linear-gradient(90deg, #1fc3f9, #6a9da9);
  color: #fff;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-submit:hover {
  background: linear-gradient(90deg, #ff77b2, #ff5c8a);
  box-shadow: 0px 4px 10px rgba(255, 92, 138, 0.6);
}

.custom-submit:active {
  transform: scale(0.96);
  box-shadow: 0px 2px 5px rgba(255, 92, 138, 0.5);
}

.custom-message {
  margin-top: 15px;
  font-size: 14px;
  color: #f8f8f2;
}

.custom-message.success {
  color: #50fa7b;
}

.custom-message.error {
  color: #f55;
}

.custom-submit.loading:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-top-color: transparent;
  animation: spin 1s linear infinite;
  margin-left: 8px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.anis-content .block-live .btn i {
  float: left;
}

.anis-content .anisc-info-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(25% - 30px);
  background: rgba(255, 255, 255, 0.1019607843);
  overflow: hidden;
}

.anis-content .anisc-info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-height: 90%;
  overflow: auto;
  left: 30px;
  bottom: auto;
  right: 30px;
  color: #fff;
}

.anis-content .anisc-info .item {
  margin-bottom: 10px;
  line-height: 1.4em;
  font-size: 13px;
}

.anis-content .anisc-info .item:last-of-type {
  margin-bottom: 0;
}

.anis-content .anisc-info .item .item-head {
  font-weight: 600;
  margin-right: 5px;
}

.anis-content .anisc-info .item-list {
  padding: 10px 0 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.anis-content .anisc-info .item-list .item-head {
  font-weight: 600;
}

.anis-content .anisc-info .item-ep a {
  display: inline-block;
  font-size: 12px;
  line-height: 1.1em;
  padding: 4px 7px;
  border: 1px solid rgb(247, 247, 247);
  border-radius: 20px;
  margin: 0 2px 5px 0;
  font-weight: 700;
  background: #1fc3f9;
  color: #fff;
}

.anis-cover-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.anis-cover {
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background-size: cover;
  background-position: center center;
  filter: blur(20px);
  opacity: 0.35;
}

.w-hide {
  display: none;
}

.anis-watch-wrap {
  position: relative;
  padding-bottom: 50px;
}

.anis-watch-detail {
  position: absolute;
  width: calc(25% - 30px);
  right: 0;
  top: 15px;
}

.anis-watch-detail .anis-content {
  padding: 25px 0 !important;
}

.ps_-block-sub .sever-error .dr-fav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.anis-watch-detail .anis-content .anisc-poster {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 120px;
  margin-bottom: 30px;
}

.anis-watch-detail .anis-content .anisc-detail {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.anis-watch-detail .anis-content .anisc-detail .film-name {
  font-size: 20px;
}

.anis-watch {
  width: 75%;
}

.player-frame {
  width: 100%;
  background: #000;
  position: relative;
  margin-bottom: 0;
}

.player-frame #player {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-size: cover;
}

.player-frame #player iframe {
  width: 100% !important;
  height: 100% !important;
}

.player-frame #player .message {
  display: block;
}

@media (max-width: 480px) {
  #player .play {
    width: 4rem;
    height: 4rem;
  }
}
.player-controls {
  background: #08090b;
  position: relative;
  padding: 5px;
}

.player-controls .pc-item {
  float: left;
  margin: 5px;
  position: relative;
}

.player-controls .pc-item a {
  box-shadow: none !important;
}

.player-controls .pc-item-toggle {
  margin-right: 10px;
}

.player-controls .pc-item .btn {
  background: rgba(165, 161, 161, 0.43);
  color: #fff;
  padding: 0.35rem;
  font-size: 13px;
}

.player-controls .pc-item .btn:hover {
  background: rgba(165, 161, 161, 0.65);
}

.player-controls .pc-item .btn i {
  transform: scale(0.9);
}

.player-controls .pc-item.pc-live .btn {
  overflow: hidden;
}

.player-controls .pc-item.pc-live .btn i {
  float: left;
}

#episodes-content {
  background: #202125;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seasons-block {
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.no-select, .ssc-list {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.ssc-list {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.ssc-servers {
  position: relative;
  float: left;
}

.ssc-button {
  font-size: 12px;
  position: relative;
}

.ssc-button .ssc-name {
  cursor: pointer;
  margin-top: 7px;
  margin-bottom: 2px;
  display: none;
}

.ssc-button .ssc-label {
  margin-bottom: 0;
  font-weight: 500;
}

.anis-watch-tv {
  position: relative;
  padding-left: 300px;
}

.dt-comment {
  margin-top: 1rem;
  width: 100%;
  overflow: hidden;
  color: #fff !important;
  position: relative;
  padding: 15px;
  border-radius: 10px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.2509803922);
  display: flex;
  align-items: center;
  cursor: pointer;
}

.film_list .film_list-wrap .flw-item .dr-fav {
  z-index: 11;
  position: absolute;
  top: 5px;
  right: 5px;
}

.film_list .film_list-wrap .flw-item .dr-fav .dropdown-menu {
  transform: none !important;
  top: 100% !important;
  left: auto !important;
  right: 0 !important;
  bottom: auto !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3019607843);
  min-width: 130px;
}

.loading-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #111;
}

.setting-label {
  margin-top: 3px;
  margin-bottom: 0;
}

.player-controls .pc-right {
  float: right;
}

.anis-watch-wrap.active {
  z-index: auto;
}

.anis-watch-wrap.active .watch-player {
  position: relative;
}

.anis-watch-wrap.active .player-frame {
  position: relative;
  z-index: 999;
}

.anis-watch-wrap.active .anis-watch-tv {
  padding-left: 150px;
  padding-right: 150px;
  margin: 0 auto;
}

.header-setting {
  float: left;
  text-align: center;
  height: 70px;
  position: relative;
  margin-left: 20px;
}

.sb-setting {
  display: none;
  overflow: hidden;
  width: 100%;
}

.hs-toggles {
  padding: 15px 0;
}

.hs-toggles .hst-item {
  display: block;
  float: left;
  margin-right: 20px;
  height: 40px;
}

.hs-toggles .hst-item .name {
  font-size: 11px;
  line-height: 20px;
}

.hs-toggles .hst-item .hst-icon {
  margin-bottom: 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hs-toggles .hst-item .hst-icon svg {
  fill: #1fc3f9;
  width: 25px;
  height: 25px;
}

#toggle-filter {
  display: none;
}

#scroll-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.2);
}

#scroll-3::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(0, 0, 0, 0.2);
}

#scroll-3::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.4);
}

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.4);
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3019607843);
}

#episodes-content.demo #seasons-block {
  display: none !important;
}

.trending-navi {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
}

.trending-navi > div {
  position: absolute;
  height: 48%;
  top: 0;
  left: 0;
  right: 0;
  background: #2a2b31;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  outline: 0;
  box-shadow: none;
}

.trending-navi > div.navi-prev {
  bottom: 0;
  top: auto;
}

.trending-navi > div:hover {
  background: #1fc3f9 !important;
  color: #111;
}

.trending-navi > div > i {
  position: absolute;
  font-size: 24px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@keyframes trending-show {
  0% {
    opacity: 0;
    height: 230px;
  }
  to {
    opacity: 1;
    height: auto;
  }
}
.icon-play {
  background: url("data:image/svg+xml,%3Csvg width='22px' height='30px' fill='%23fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath d='M187.2 100.9C174.8 94.1 159.8 94.4 147.6 101.6C135.4 108.8 128 121.9 128 136L128 504C128 518.1 135.5 531.2 147.6 538.4C159.7 545.6 174.8 545.9 187.2 539.1L523.2 355.1C536 348.1 544 334.6 544 320C544 305.4 536 291.9 523.2 284.9L187.2 100.9z'/%3E%3C/svg%3E") center center no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 40px;
  height: 40px;
  content: "";
}

#anime-trending {
  margin-bottom: 0;
  padding: 0 0 40px;
  background: #121315;
  background: linear-gradient(0deg, #121315, rgba(18, 19, 21, 0) 99%);
}

#anime-trending .block_area {
  margin-bottom: 0;
}

.player-servers .ps_-status .server-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  display: block;
  padding: 6px 15px;
  transform: translate(-50%, -50%);
  font-size: 12px;
  line-height: 1.3em;
  font-weight: 500;
  width: 100%;
  color: #fff;
}

@keyframes flash {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#player-wrapper {
  position: relative;
  height: calc(100vh - 155px);
}

.iframe-loading {
  background: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg' stroke='%23FF156D'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1 1)' stroke-width='2'%3E%3Ccircle stroke-opacity='.5' cx='18' cy='18' r='18'/%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='1s' repeatCount='indefinite'/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center center no-repeat;
}

@keyframes load-mes {
  0% {
    bottom: 125px;
  }
  50% {
    bottom: 130px;
  }
  to {
    bottom: 125px;
  }
}
.ssl-item.ep-item {
  background: rgba(255, 255, 255, 0.15);
  padding: 7.5px 0px;
  border-radius: 3px;
  transition: 0.6s all;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 75px;
  text-align: center;
}
.ssl-item.ep-item.active, .ssl-item.ep-item:hover {
  background: #1fc3f9;
  color: #fff !important;
}

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

.block-hide {
  display: none !important;
}

.schedule-full .bah-heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.schedule-full .bah-time {
  line-height: 28px;
  padding: 0 10px;
  background: #613559;
  border-radius: 40px;
  margin: 6px 0;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.current-time {
  font-weight: 600;
  font-size: 15px;
}

.day-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  background: linear-gradient(135deg, var(--bg-dark), #252525);
  padding: 15px;
  border-radius: 10px;
  border: 1px solid var(--border-light);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.day-tab {
  flex: 0 0 100px;
  padding: 12px;
  text-align: center;
  cursor: pointer;
  background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
  border-radius: 8px;
  border: 2px solid transparent;
  font-size: 14px;
  font-weight: 500;
  color: #ccc;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  min-width: 90px;
}

.day-tab:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  opacity: 0;
  border-radius: 8px;
  transition: opacity 0.4s ease;
  z-index: 0;
}

.day-tab.active {
  border-color: var(--primary-color);
}

.day-tab.active:before {
  opacity: 0.2;
}

.day-tab:hover:not(.active):before {
  opacity: 0.15;
}

.day-tab:hover:not(.active) {
  border-color: var(--primary-color);
  box-shadow: 0 0 15px var(--glow-primary);
}

.early-schedule {
  margin-bottom: 30px;
  padding: 20px;
  background: var(--bg-card);
  border-radius: 15px;
  border: 1px solid var(--border-light);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  display: none;
}

.early-schedule.active {
  display: block;
}

.early-schedule h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  color: var(--primary-color);
  text-transform: uppercase;
}

.early-schedule h2 i {
  margin-right: 10px;
  font-size: 20px;
  vertical-align: middle;
}

.early-schedule .schedule-items {
  display: grid;
  gap: 20px;
}

.early-schedule .schedule-item {
  display: flex;
  gap: 15px;
  padding: 15px;
  background: var(--bg-dark);
  border-radius: 10px;
  border: 1px solid var(--border-light);
  text-decoration: none;
  color: var(--text-primary);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.early-schedule .schedule-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--glow-primary), transparent);
  transition: left 0.6s ease;
  z-index: 0;
}

.early-schedule .schedule-item:hover {
  transform: translateY(-5px);
  border-color: var(--secondary-color);
  box-shadow: 0 8px 25px var(--glow-secondary);
}

.early-schedule .schedule-item:hover:before {
  left: 100%;
}

.early-schedule .schedule-item img {
  width: 60px;
  height: 85px;
  object-fit: cover;
  border-radius: 8px;
  z-index: 1;
  transition: border-color 0.3s ease;
}

.early-schedule .schedule-item:hover img {
  border: 2px solid var(--secondary-color);
}

.early-schedule .schedule-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}

.early-schedule .schedule-title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
}

.early-schedule .schedule-item:hover .schedule-title {
  color: var(--primary-color);
}

.early-schedule .schedule-episode {
  color: var(--text-muted);
  font-size: 13px;
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.early-schedule .schedule-episode i {
  font-size: 12px;
  color: var(--primary-color);
  transition: color 0.3s ease;
}

.early-schedule .schedule-episode span {
  color: var(--primary-color);
  font-weight: 600;
  transition: color 0.3s ease;
}

.early-schedule .schedule-item:hover .schedule-episode i, .early-schedule .schedule-item:hover .schedule-episode span {
  color: var(--secondary-color);
}

.early-time-sticker {
  position: absolute;
  top: -10px;
  left: -10px;
  background: #fc0;
  color: #000;
  padding: 6px 12px;
  border-radius: 0 8px 8px 0;
  font-size: 14px;
  font-weight: 700;
  z-index: 3;
  transform: rotate(-10deg);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
}

.schedule-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  padding: 30px;
  background: var(--bg-card);
  border-radius: 15px;
  border: 1px solid var(--border-light);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.schedule-grid .schedule-item {
  display: flex;
  gap: 15px;
  padding: 15px;
  background: var(--bg-dark);
  border-radius: 10px;
  border: 1px solid var(--border-light);
  text-decoration: none;
  color: var(--text-primary);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.schedule-grid .schedule-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--glow-primary), transparent);
  transition: left 0.6s ease;
  z-index: 0;
}

.schedule-grid .schedule-item:hover {
  transform: translateY(-5px);
  border-color: var(--secondary-color);
  box-shadow: 0 8px 25px var(--glow-secondary);
}

.schedule-grid .schedule-item:hover:before {
  left: 100%;
}

.schedule-grid .schedule-item img {
  width: 60px;
  height: 85px;
  object-fit: cover;
  border-radius: 8px;
  z-index: 1;
  transition: border-color 0.3s ease;
}

.schedule-grid .schedule-item:hover img {
  border: 2px solid var(--secondary-color);
}

.schedule-grid .schedule-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}

.schedule-grid .schedule-title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
}

.schedule-grid .schedule-item:hover .schedule-title {
  color: var(--primary-color);
}

.schedule-grid .schedule-episode {
  color: var(--text-muted);
  font-size: 13px;
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.schedule-grid .schedule-episode i {
  font-size: 12px;
  color: var(--primary-color);
  transition: color 0.3s ease;
}

.schedule-grid .schedule-episode span {
  color: var(--primary-color);
  font-weight: 600;
  transition: color 0.3s ease;
}

.schedule-grid .schedule-item:hover .schedule-episode i, .schedule-grid .schedule-item:hover .schedule-episode span {
  color: var(--secondary-color);
}

.player-servers {
  background: #08090b;
  overflow: hidden;
  padding: 0 15px 15px 245px;
  position: relative;
}

.player-servers #servers-content {
  overflow: hidden;
  border-radius: 0 6px 6px 0;
  min-height: 100px;
  background: #202125;
}

.player-servers .ps_-block {
  overflow: hidden;
  position: relative;
  padding: 12px 15px 12px 110px;
  border-bottom: 1px dashed #35373d;
}

.player-servers .ps_-block:last-of-type {
  border: none;
}

.player-servers .ps_-block .small {
  font-size: 13px;
  padding: 15px 0 0;
  max-width: 400px;
}

.player-servers .ps_-block .small strong {
  font-weight: 600;
  color: #1fc3f9;
}

.ps__-list .item {
  float: left;
  margin-right: 7px;
}

.ps__-list .item .btn {
  font-size: 13px;
  box-shadow: none !important;
  font-weight: 500;
  padding: 0 10px;
  line-height: 30px;
  min-width: 80px;
  background: #35373d;
  color: #ccc;
  border: none !important;
}

.ps__-list .item .btn.active {
  background: #1fc3f9;
  color: #111;
}

.fav-tabs {
  clear: both;
  display: block;
}

.fdi-item {
  white-space: nowrap;
}

.fdi-item a {
  cursor: pointer;
}

.fdi-item.eps a {
  display: inline-block;
  color: #fff;
  border: 1px solid #ccc;
  padding: 0 4px;
  border-radius: 4px;
  opacity: 0.5;
  font-size: 11px;
}

.fdi-item.eps a:hover {
  opacity: 0.8;
}

.remove-item {
  position: absolute;
  z-index: 99;
  top: 10px;
  right: 10px;
  width: 24px;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  background: #fff;
  color: #111;
  cursor: pointer;
}

.flw-item.highlight .film-poster {
  outline: 1px solid #1fc3f9;
}

.flw-item:hover .remove-item {
  display: inline-block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.load-item .film-poster:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  width: 500%;
  margin-left: -250%;
  animation: loadanimation 1s linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.0509803922) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
  z-index: 1;
}

.load-item .film-poster .film-poster-img {
  z-index: 2;
}

@keyframes loadanimation {
  0% {
    transform: translate3d(-30%, 0, 0);
  }
  to {
    transform: translate3d(30%, 0, 0);
  }
}
.removing {
  overflow: hidden;
}

.removing .film-poster-img {
  animation: removing 0.75s forwards;
  opacity: 0;
}

.load-item.removing .dr-fav, .removing .film-poster-ahref, .removing .remove-item {
  display: none !important;
}

.removing > div {
  filter: blur(10px);
  opacity: 0.8;
}

@keyframes removing {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media screen and (max-width: 991px) {
  .detail-seasons .block_area-episodes .ssl-item.ep-item {
    width: calc(12.5% - 4px);
  }
}
.block_area-episodes {
  max-height: 400px;
  overflow-y: auto;
}

#style-15::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

#style-15::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

#style-15::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FFF;
  background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#4D9C41), to(#19911D), color-stop(0.6, #54DE5D));
}

.os-list {
  display: block;
  margin: 0 -5px;
  overflow: hidden;
}

.os-list .os-item {
  width: calc(9.66% - 10px);
  height: 60px;
  margin: 5px;
  overflow: hidden;
  float: left;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1019607843);
  border-radius: 0.5rem;
  display: block;
  position: relative;
}

.os-list .os-item .title {
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 10px;
  z-index: 3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.os-list .os-item .season-poster {
  position: absolute;
  z-index: 1;
  left: -10px;
  right: -10px;
  bottom: -10px;
  top: -10px;
  background-position: center center;
  background-size: cover;
  filter: blur(3px);
  opacity: 0.3;
}

.os-list .os-item:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.os-list .os-item.active {
  border: 1px solid #1fc3f9;
}

.os-list .os-item.active .title {
  color: #1fc3f9;
}

#slider {
  background: #202125;
  overflow: hidden;
  z-index: 1;
  position: relative;
  display: block;
  padding-right: 0;
  width: 100%;
  padding-bottom: 500px;
  padding-top: 100px;
  margin-bottom: 30px;
}

#slider .swiper-slide {
  position: relative;
  overflow: hidden;
  background: #202125;
}

#slider .swiper-slide .slide-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(12, 12, 12, 0.5019607843);
}

#slider .swiper-slide .slide-photo {
  position: absolute;
  width: 100%;
  height: 100%;
}

#slider .swiper-slide .slide-photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#slider .slide-caption-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  width: 600px;
  max-width: 100%;
}

#slider .slide-caption {
  position: relative;
  padding: 30px;
  color: #fff;
  z-index: 10;
}

#slider .sc-detail {
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 10px;
}

#slider .sc-detail .dot {
  background: #fff;
  width: 4px;
  height: 4px;
  margin: 2px 10px;
  opacity: 0.5;
}

#slider .sc-detail .scd-item {
  margin-bottom: 5px;
  margin-right: 15px;
  display: inline-block;
  overflow: hidden;
}

#slider .sc-detail .scd-item i {
  font-size: 0.8em;
  position: relative;
  top: -1px;
}

#slider .sc-detail .scd-item .quality {
  display: inline-block;
  padding: 3px 4px;
  background: #1fc3f9;
  color: #111;
  border-radius: 5px;
  line-height: 1em;
  font-weight: 600;
  font-size: 12px;
}

#slider .swiper-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transform-style: preserve-3d;
  transition-property: transform;
  box-sizing: border-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translateZ(0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-fles-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-slide img {
  width: 100%;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
  display: none;
}

.swiper-wp8-horizontal {
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  z-index: 10;
  cursor: pointer;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s;
  transform: translateZ(0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 3px;
  display: inline-block;
  border-radius: 100%;
  opacity: 1;
  background: #fff;
  vertical-align: middle;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5019607843);
  cursor: pointer;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffc107;
  margin: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination {
  bottom: 20px;
  top: auto;
  right: 20px;
  left: auto;
  width: 50%;
  text-align: right;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px;
}

.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  transform-origin: 0 0;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
}

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  touch-action: none;
  background: #e2e6ea;
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #a2a9b0;
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%201.220120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(1.22060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(1.52060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(1.82060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%201.220120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(1.22060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(1.52060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(1.82060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
  to {
    transform: rotate(360deg);
  }
}
.swiper-navigation {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 40px;
  height: auto;
  z-index: 10;
}

.swiper-button {
  background: #2a2b31;
  color: #fff;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 6px;
  display: inline-block;
  margin: 3px 0;
}

.swiper-button:hover {
  background: #1fc3f9;
  color: #111;
}

@media screen and (max-width: 1800px) {
  #ani_detail .anis-content {
    padding: 70px 150px;
  }
  .anis-content .anisc-poster {
    left: 150px;
  }
}
@media screen and (min-width: 1600px) {
  .block_area-seasons .os-list .os-item {
    height: 62px;
    margin: 0 5px 10px;
    width: calc(9.5% - 10px);
  }
  .block_area-seasons .os-list .os-item .title {
    font-size: 13px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1599px) {
  #wrapper, .container {
    max-width: 100%;
  }
  #pick_menu {
    display: none;
  }
  #header #logo {
    margin-left: 50px;
    margin-right: 20px;
  }
  #ani_detail .anis-content {
    padding: 70px 25% 70px 0;
  }
  .anis-content .anisc-detail {
    padding-right: 60px;
    min-height: 330px;
    padding-left: 270px;
  }
  .anis-content .anisc-poster {
    left: 40px;
  }
  .anis-content .anisc-info {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
  }
  .anis-watch-detail .anis-content .anisc-poster {
    transform: none !important;
    width: 100px;
    margin-bottom: 20px;
  }
  .anis-watch-detail .anis-content .anisc-detail {
    min-height: auto !important;
  }
  .anis-watch-detail .anis-content .anisc-detail .film-name {
    margin-bottom: 15px;
  }
  .header-group, .header-setting {
    margin-left: 30px;
  }
  #search {
    width: 360px;
  }
  .os-list .os-item {
    width: calc(20% - 10px);
  }
}
@media screen and (max-width: 1400px) {
  #mobile_menu {
    display: inline-block;
  }
  #header #logo {
    margin-left: 50px;
    margin-right: 20px;
  }
  .film_list .film_list-wrap .flw-item {
    width: calc(25% - 14px);
  }
  #search {
    width: 290px;
    position: relative;
    left: auto;
    top: auto;
    float: left;
  }
  #sidebar_menu {
    z-index: 103;
  }
  #slider {
    padding-bottom: 400px;
  }
  .anif-block-ul li {
    padding: 10px 50px 10px 75px;
  }
  .anif-block-ul li .film-poster {
    left: 15px;
  }
  .anif-block .more a {
    padding: 15px;
  }
  .anis-watch {
    width: auto;
    margin: 0;
    padding-right: 0;
  }
  .anis-watch-wrap {
    padding-bottom: 0;
  }
  .anis-watch-detail {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    padding: 35px 0;
    margin-bottom: 0;
  }
  .anis-watch-detail .anis-content {
    padding: 0 0 0 100px !important;
    min-height: 120px;
  }
  .anis-watch-detail .anis-content .anisc-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px !important;
  }
  .anis-watch-detail .anis-content .anisc-detail {
    margin-bottom: 0;
  }
  .anis-watch-detail .anis-content .anisc-detail .film-name {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .dt-comment:before {
    right: 10px;
  }
  .os-list .os-item {
    width: calc(16.66% - 10px);
  }
}
@media screen and (max-width: 1640px) and (min-width: 1300px) {
  .player-controls .pc-right .pc-item .btn i {
    font-size: 13px;
    margin: 0 !important;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1299px) {
  #main-wrapper {
    min-height: calc(100vh - 520px);
  }
  #wrapper {
    padding-top: 0;
  }
  #header {
    text-align: center;
    position: relative !important;
    top: auto;
    left: auto;
    right: auto;
    background: #2a2c31 !important;
    margin-bottom: 25px;
  }
  #header_menu .container:before, #header_menu ul.header_menu-list {
    display: none;
  }
  #header_right {
    position: static;
    top: 0;
    background: 0 0;
  }
  body.body-hidden {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  #header #logo span {
    font-size: 16px;
  }
  #mobile_search {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #search {
    top: 70px;
    left: 0;
    margin: 0;
    bottom: auto;
    width: 100%;
    position: absolute;
    background: #2a2c31;
    padding: 0 15px 10px;
    display: none;
  }
  #search.active {
    display: block;
  }
  #search.active .search-content {
    padding-left: 50px;
  }
  .search-content .filter-icon {
    width: 40px;
    text-align: center;
    border-radius: 5px;
    padding: 0;
    line-height: 40px;
    height: 40px;
    top: 0;
    left: 0;
    bottom: auto;
    font-size: 0;
    background: rgba(255, 255, 255, 0.2) !important;
  }
  .search-content .filter-icon:before {
    content: "ï‚°";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
  }
  .search-content input.search-input {
    padding-right: 40px;
  }
  .search-content .search-icon {
    right: 0;
  }
  .search-content input.search-input {
    border-radius: 5px;
  }
  .qtip {
    display: none !important;
  }
  #header #logo {
    margin-left: 50px;
    margin-right: 0;
  }
  #slider {
    padding-top: 0;
  }
  .block_area .block_area-header .cat-heading {
    font-size: 22px;
  }
  #player-wrapper {
    margin-bottom: -185px;
    height: 100%;
  }
  .hr-donate {
    display: none;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1499px) {
  .cbox.cbox-list .anif-block-chart li {
    padding-right: 0;
    position: relative;
  }
  .cbox.cbox-list .anif-block-chart li .film-fav {
    right: auto;
    left: -40px;
    width: 40px;
    display: none;
  }
  .cbox.cbox-list .anif-block-chart li .film-fav i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
  }
  .cbox.cbox-list .anif-block-chart li:hover .film-fav {
    right: auto;
    left: -40px;
    width: 24px;
    top: 0;
    bottom: 0;
    transform: none;
    text-align: center;
    display: inline-block;
  }
}
@media screen and (max-width: 1199px) {
  #main-wrapper {
    min-height: calc(100vh - 470px);
  }
  #main-content, #main-sidebar {
    float: none;
    width: 100%;
    padding: 0;
  }
  .anif-block {
    margin-bottom: 20px;
  }
  #footer {
    padding: 0 0 20px;
  }
  #footer-about {
    padding-bottom: 20px;
  }
  .anis-content .anisc-detail .film-name {
    font-size: 30px;
  }
  #ani_detail .anis-content {
    padding: 40px 15px;
  }
  .anis-content .anisc-info, .anis-content .anisc-info-wrap {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    width: auto;
    background: 0 0;
    transform: none;
  }
  .anis-content .anisc-poster {
    top: 35px;
    transform: none;
    left: 15px;
    width: 180px;
  }
  .anis-content .anisc-detail {
    padding-left: 210px;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .anis-content .anisc-info-wrap {
    margin: 0 -30px -40px;
    padding: 30px;
    background: rgba(42, 44, 49, 0.5019607843);
  }
  .anis-content .anisc-info .item-list {
    border: none;
    padding: 0;
  }
  #episodes-content, .seasons-block {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
  }
  .anis-watch-tv {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
  }
  .player-controls .pc-item {
    margin: 5px;
  }
  .player-controls .pc-item.pc-live .m-hide {
    display: none;
  }
  .player-controls .pc-item.pc-live .w-hide {
    display: inline-block;
  }
  #ani_detail .prebreadcrumb {
    display: none;
  }
  .anis-watch-wrap {
    padding-top: 0;
  }
  .share-buttons.share-buttons-min.share-buttons-watch {
    margin-top: 0;
  }
  .flw-item .remove-item {
    display: inline-block;
    width: 36px;
    line-height: 36px;
  }
  #player-wrapper {
    height: calc(100vh - 300px) !important;
    margin-bottom: 0 !important;
  }
  #header.header-home {
    background: #2a2c31 !important;
  }
  .anis-watch-wrap.active .anis-watch-tv {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .pc-zoom {
    display: none !important;
  }
  .pc-zoomtv {
    display: none;
  }
  .film_list.film_list-grid .film_list-wrap .flw-item {
    width: calc(25% - 14px) !important;
  }
  .anis-watch-detail {
    padding: 25px 10px;
  }
  .header-setting {
    margin-left: 30px;
  }
  .anis-watch {
    width: auto;
    margin: 0 -15px;
  }
  .film_list.film_list-continue .film_list-wrap .flw-item {
    width: calc(25% - 14px);
  }
  .fav-tabs .nav {
    float: none;
    margin-bottom: 5px;
  }
  #player-wrapper {
    height: auto !important;
    padding-bottom: 56.25% !important;
  }
  .qtip, .tooltip {
    display: none !important;
  }
  .header-group {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  .anis-watch-detail .anis-content {
    padding-right: 0 !important;
  }
  #sidebar_menu {
    width: 300px;
  }
  .os-list .os-item {
    width: calc(16.66% - 10px);
  }
}
@media screen and (max-width: 759px) {
  #main-wrapper {
    min-height: calc(100vh - 355px);
    display: inline-block;
    width: 100%;
  }
  #slider {
    padding-bottom: 300px;
  }
  .swiper-navigation {
    bottom: 30px;
  }
  #slider {
    margin-bottom: 0;
    padding-bottom: 350px;
  }
  #slider .sc-detail {
    display: none;
  }
  .film_list.film_list-grid .film_list-wrap .flw-item {
    width: calc(33.33% - 14px) !important;
  }
  .film_list.film_list-modallive .film_list-wrap .flw-item {
    width: calc(25% - 14px) !important;
  }
  .pc-light {
    display: none;
  }
  .topslider {
    height: 350px;
  }
  .block_area {
    margin-bottom: 30px;
  }
  .flw-item .film-poster .film-poster-ahref:after, .flw-item .film-poster .film-poster-ahref:before {
    display: none;
  }
  .schedule-full .bah-time {
    float: none;
    border-radius: 0;
    bottom: -20px;
    left: 0;
    right: 0;
    padding: 6px 10px;
    text-align: center;
  }
  #suggest {
    padding-top: 10px;
  }
  #footer {
    font-size: 12px;
    padding: 0;
  }
  #footer .footer-links {
    text-align: center;
    float: none !important;
    display: block !important;
    overflow: hidden;
    width: 100%;
  }
  #footer .footer-links ul {
    text-align: center;
    float: none !important;
    display: block !important;
    overflow: hidden;
    width: 100%;
  }
  #footer .footer-links ul li {
    display: inline-block;
    margin: 0 12px;
    float: none !important;
  }
  #footer-about {
    padding: 15px 0;
    font-size: 10px;
    text-align: center;
  }
  #footer .btn-up {
    display: none;
  }
  .player-controls .pc-item .btn {
    padding: 0.25rem;
  }
  .player-controls .pc-item .btn i {
    font-size: 13px;
    margin: 0 !important;
    padding-right: 5px;
  }
  .header-setting, .pc-download {
    display: none;
  }
  .sb-setting {
    display: block !important;
  }
  .sb-setting .header-setting {
    display: block !important;
    margin: 20px 0 0;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.2);
    padding: 15px;
  }
  .sb-setting .hs-toggles {
    padding: 0;
  }
  .sb-setting .hs-toggles .hst-item {
    margin-right: 20px;
  }
  .sb-setting .hs-toggles .hst-item .name {
    font-size: 12px;
  }
  .trending-navi {
    display: none;
  }
  .share-buttons.share-buttons-min .share-buttons-block {
    padding-top: 0 !important;
  }
  .share-buttons.share-buttons-min.share-buttons-watch {
    margin-top: 0;
  }
  .share-buttons.share-buttons-min.share-buttons-watch .share-buttons-block {
    padding: 15px !important;
  }
  .player-servers {
    padding-left: 15px;
    background: #14151a;
  }
  .player-servers .ps_-status {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    background: 0 0;
    padding: 15px 0 20px;
  }
  .player-servers .ps_-status .anis-cover-wrap {
    display: none;
  }
  .player-servers .ps_-status .server-notice {
    transform: none;
    top: auto;
    left: auto;
    position: relative;
    color: #ccc;
    padding: 0;
  }
  .player-servers .ps_-status .server-notice strong {
    margin-bottom: 5px;
  }
  .player-servers .ps_-status .server-notice strong b {
    color: #1fc3f9;
    margin-top: 5px;
  }
  .player-servers #servers-content {
    min-height: auto;
    background: 0 0;
    border-radius: 0;
  }
  .player-servers .ps_-block {
    background: #202125;
  }
  .ps__-list .item {
    margin: 2px 7px 2px 0;
  }
  .ps__-list .item .btn {
    min-width: auto;
  }
  .player-servers .ps_-block {
    padding: 10px;
  }
  .player-servers .ps_-block .small {
    margin-left: -95px;
    font-size: 12px;
  }
  .os-list .os-item {
    width: calc(20% - 10px);
  }
}
@media screen and (max-width: 575px) {
  #header {
    height: 50px;
    margin-bottom: 15px;
  }
  #mobile_menu {
    top: 10px;
  }
  #header #logo {
    margin: 10px 0 8px 35px;
    height: 25px;
  }
  #header_right {
    padding: 5px 0;
  }
  #header .btn-user {
    margin: 5px 0 5px 5px;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    font-size: 12px;
  }
  #search {
    top: 50px;
  }
  .swiper-navigation {
    display: none;
  }
  .swiper-container-horizontal > .swiper-pagination {
    display: block;
    width: 8px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    margin: 5px 0;
  }
  .anif-block .anif-block-ul li {
    width: 50%;
    float: left;
    background: #414248 !important;
  }
  .anif-block-ul li .film-detail .film-name {
    font-size: 12px;
  }
  .header_right-user.logged > .dropdown > .btn-primary {
    font-size: 0;
    width: 30px;
    margin: 5px 0;
    padding: 0;
    line-height: normal;
    border: none;
    background: #222 !important;
  }
  .header_right-user.logged > .dropdown > .btn-primary i {
    font-size: 20px;
    margin-left: 0 !important;
    line-height: 30px;
  }
  .pre-pagination {
    margin: 20px 0 !important;
  }
  .block_area-list {
    margin: 0 -15px;
    overflow: hidden;
  }
  .anis-content .anisc-poster {
    position: relative;
    left: auto;
    top: auto;
    width: 140px;
    margin: 0 auto 20px;
  }
  .anis-content .anisc-detail .film-name {
    font-size: 24px;
    text-align: center;
    line-height: 1.2em;
    margin-bottom: 15px;
  }
  .anis-content .anisc-detail {
    padding-left: 0;
    min-height: auto;
    margin-bottom: 20px;
  }
  .anis-content .anisc-detail .film-buttons .btn {
    margin: 5px !important;
  }
  .anis-content .anisc-info-wrap {
    padding: 20px;
    margin: 0 -20px -30px;
  }
  .anis-content .block-live .btn {
    font-size: 12px;
    line-height: 16px;
    padding: 4px !important;
  }
  .anis-content .block-live .btn i {
    width: 16px;
    height: 16px;
    margin-right: 5px !important;
  }
  #ani_detail .anis-content {
    padding: 30px 5px;
  }
  .anis-watch-detail .anis-content .anisc-detail .film-description.m-hide {
    -webkit-line-clamp: 3;
    display: block;
    font-size: 12px;
    opacity: 1;
  }
  .anis-content .w-hide {
    display: block;
  }
  .anis-content .anisc-info .item-title .text {
    font-size: 13px;
    color: #aaa;
    line-height: 1.4em;
    margin: 10px 0;
    max-height: 90px;
    overflow: auto;
  }
  .anis-watch-detail {
    padding: 20px 0;
  }
  .anis-watch-detail .anis-content .anisc-detail .film-name {
    font-size: 20px;
  }
  .anis-watch-detail .anis-content {
    padding-left: 0 !important;
  }
  .anis-watch-detail .anis-content .anisc-detail {
    margin-bottom: 0;
  }
  .anis-watch-detail .anis-content .anisc-detail .film-name {
    text-align: left;
  }
  .anis-watch-detail .anis-content .anisc-poster {
    width: 60px !important;
  }
  .ssc-servers .dropdown-menu {
    left: auto !important;
    right: 0 !important;
  }
  .anis-cover {
    left: -15px;
    right: -15px;
  }
  .player-controls {
    background: #070709;
  }
  #anime-trending {
    padding: 0;
    background: 0 0;
    margin-bottom: 0;
  }
  .share-buttons .share-buttons-block {
    padding-left: 0;
  }
  #sidebar_menu {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #sidebar_menu::-webkit-scrollbar {
    display: none;
  }
  #trending-home {
    margin-right: -15px;
    margin-left: -15px;
  }
  #trending-home:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    width: 30px;
    z-index: 10;
    background: #202125;
    background: linear-gradient(90deg, rgba(32, 33, 37, 0) 0, rgba(32, 33, 37, 0.9019607843));
  }
  .os-list .os-item {
    width: calc(25% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .server-notice {
    font-size: 12px;
    line-height: 1.4em;
    margin-bottom: 0;
  }
  .anif-block .anif-block-ul li {
    width: 100%;
  }
  #slider {
    padding-bottom: 320px;
  }
  #main-wrapper {
    margin-bottom: 30px !important;
  }
  .block_area .block_area-header .cat-heading {
    font-size: 18px !important;
    margin: 0;
    line-height: 38px;
  }
  #footer .footer-menu .ulclear li {
    margin-right: 0;
  }
  .watching .prebreadcrumb {
    display: none;
  }
  .block_area .block_area-header {
    margin-bottom: 5px;
  }
  .block_area_sidebar .cbox.cbox-genres {
    background: 0 0;
    padding: 0;
  }
  .block_area_sidebar .cbox.cbox-genres ul li {
    width: auto !important;
    margin-bottom: 7px;
  }
  .block_area_sidebar .cbox.cbox-genres ul li a {
    background: #2a2c31 !important;
    padding: 6px 10px;
  }
}
@media screen and (max-width: 479px) {
  #footer {
    background: #2a2c31;
  }
  #main-wrapper {
    min-height: calc(100vh - 341px);
  }
  #footer .footer-content .footer-logo {
    height: 30px;
  }
  #footer .footer-logo {
    display: none;
  }
  #footer .footer-top {
    padding-bottom: 0;
    border: none;
  }
  .footer-az {
    display: none;
  }
  .block_area .block_area-header {
    position: relative;
  }
  .block_area .block_area-header .float-right {
    position: absolute;
    top: 0;
    right: 0;
  }
  .pre-pagination .pagination {
    display: block;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
  }
  .pre-pagination .pagination .page-item {
    margin: 2px;
    display: inline-block;
  }
  .film_list.film_list-grid .film_list-wrap .flw-item {
    width: calc(33.33% - 6px) !important;
    margin: 0 3px 6px;
  }
  .film_list .film_list-wrap {
    margin: 0 6px;
  }
  .film_list .film_list-wrap .flw-item .film-detail-fix {
    padding-right: 0;
  }
  .film_related-list .block_area {
    margin-bottom: 0;
  }
  .anis-watch-detail .anis-content .anisc-detail .film-name {
    font-size: 16px;
  }
  .h2-heading {
    font-size: 20px !important;
  }
  .os-list .os-item {
    width: calc(33.33% - 10px);
  }
  .film_list .film_list-wrap .flw-item .film-detail {
    background-color: #2a2c31;
    z-index: 3;
    position: relative;
    margin-top: -2px;
    padding: 5px;
  }
}
img:not([src]) {
  opacity: 0;
}

@media (max-width: 479.9px) {
  #anime-trending .block_area {
    margin: auto -15px;
  }
}
.nav-link {
  cursor: pointer;
}

.error-pic {
  display: block;
  width: 250px;
  height: 250px;
  background-size: contain;
  margin: 0 auto;
}

@keyframes progress-bar {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
button {
  padding: 0;
  border: none;
  background-color: transparent;
  transition: 0.5s ease;
  transition-property: color, background-color, border-color;
}

.toggle {
  display: block;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

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

.btn-login {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #1fc3f9;
}

button {
  outline: none;
  border: none;
}

.nav-head {
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-bottom: 1px solid #ccc;
  height: 60px;
}

.nav-input {
  max-width: 350px;
  width: 100%;
  height: 40px;
  margin-right: 10px;
  padding: 7px 15px;
  border-radius: 9999px;
  outline: none;
  border: 1px solid rgba(204, 204, 204, 0.8);
}

.nav-input:focus {
  caret-color: #3390ec;
  border-color: #3390ec;
  box-shadow: inset 0 0 0 1px #3390ec;
}

.nav-btn {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #3390ec;
  border-radius: 9999px;
}

.slider-items {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.slider-items:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  box-sizing: border-box;
}

.slider-items .swiper-wrapper {
  margin-right: 0;
  margin-left: 0;
}

.slider-items .swiper-wrapper .swiper-slide {
  padding: 10px;
}

.custom-slide .tick.ltr {
  color: #fff;
  font-weight: 400;
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(6, 6, 6, 0.5490196078) 30%, rgba(0, 0, 0, 0.9215686275));
  left: 0;
  bottom: 0;
  padding: 10px 5px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #overlay.show {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 29;
    background-color: rgba(79, 75, 75, 0.4901960784);
  }
}
#back-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  z-index: 9;
  display: none;
  opacity: 0.8;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1019607843);
  line-height: 50px;
}

.h2-heading {
  text-align: center;
  color: #fff;
}

.block-live {
  text-align: center;
}

.anis-watch-wrap .block-live .tools-box-bookmark {
  margin-top: 1rem;
  width: 100%;
  overflow: hidden;
  color: #fff !important;
  display: block;
  position: relative;
  padding: 10px;
  border-radius: 10px;
  font-size: 13px;
  background: #1fc3f9;
  margin-bottom: 10px;
}
.anis-watch-wrap .block-live .tools-box-bookmark.bg-booked {
  background: #a90f0f;
}

.block-live i.fas.fa-plus.mr-2 {
  margin-top: 3px;
}

span.ep-highlight {
  color: #fff;
  font-weight: 700;
}

.view-movie-session {
  padding: 0 10px;
}

a.name.genre, .item-cate a {
  display: inline-block;
  font-size: 12px;
  line-height: 1.1em;
  padding: 4px 6px;
  border: 1px solid rgb(247, 247, 247);
  border-radius: 20px;
  margin: 0 2px 5px 0;
  font-weight: 700;
  color: #fff;
}

.anis-content .anisc-info .item-list a:hover {
  background: #fff;
  color: #1fc3f9;
}

#video-player {
  width: 100%;
  background: #000;
  position: relative;
  margin-bottom: 0;
}
#video-player iframe {
  border: none;
}

.anis-watch-detail .ratings_wrapper {
  position: absolute;
  right: -15px;
  top: 10px;
}
.anis-watch-detail h1.entry-title {
  font-size: 18px;
  color: #fff;
  line-height: 25px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
}
.anis-watch-detail h1.entry-title .fa {
  margin-right: 3px;
}
.anis-watch-detail .original_title {
  font-size: 12.5px !important;
  margin: 0;
  color: #8a9eaf;
}

.item-head {
  color: #fff;
}

.showtime-v {
  background-color: #232323;
  background-image: url(../img/calendar.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 25px;
  margin-bottom: 15px;
  padding: 10px 15px 10px 0;
  padding-left: 45px;
  color: #bdbdbd;
  font-size: 13.5px;
  line-height: 1.5;
  background-color: transparent;
}

#video-player #player {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-size: cover;
}

div#list_sv .btn {
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #000;
}

.comment-login-modal {
  cursor: pointer;
  color: #00ffe8;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

div#list_sv .btn.active {
  background: #1fc3f9;
  color: #fff;
}

div#list_sv .btn:hover {
  background: #f1b08f;
}

.text-gray-700 {
  color: #fff;
  font-size: 12px;
}

.search-auto {
  background: #2a2c31;
  left: 0;
}

.search-suggest {
  position: absolute;
}

#search-suggest-list {
  display: none;
}

#search-suggest-list {
  background: #2a2c31;
  padding: 10px;
}

ul.limit-search {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

ul.limit-search li {
  border-bottom: solid 1px #494949;
}

ul.limit-search li a {
  display: flex;
  margin-bottom: 4px;
}

ul.limit-search li img {
  max-width: 52px;
  height: 70px;
  object-fit: cover;
  margin-right: 5px;
}

span.title-search {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
}

span.title-search-name-2,
span.ep-search {
  font-size: 13px;
  display: inline-block;
  width: 100%;
}

a.click-search.view-more {
  width: 100%;
  text-align: center;
  background: red;
  height: 100%;
  display: inline-block;
}

.view-more {
  text-align: center;
}

.view-more button {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 10px;
  background: #1fc3f9;
}

.view-more button:hover {
  background: #1fc3f9;
  color: #fff;
}

.cbox.cbox-list .anif-block-chart li:hover .film-name {
  color: #1fc3f9;
}

.movie-bookmark a {
  margin-top: 1rem;
  width: 100%;
  overflow: hidden;
  max-width: 300px;
  color: #fff !important;
  display: block;
  position: relative;
  padding: 15px;
  border-radius: 10px;
  font-size: 13px;
  background: #1fc3f9;
}

.btn.focus, .btn:focus {
  box-shadow: none;
}

.mobile_bookmark {
  float: right;
  display: none;
  cursor: pointer;
  height: 50px;
}

#mobile_search, .mobile_bookmark {
  margin-right: 12px;
}

a.btn.btn-radius.btn-primary.btn-play:hover {
  background: #404246 !important;
}

.block-live:hover a.btn.tools-box-bookmark {
  background: #707174;
}

a.btn.tools-box-bookmark {
  width: 100%;
}

.bah-heading .bah-time {
  margin-left: 10px;
}

.footer_textaa a {
  color: #1e1e1e;
  background: #1c1c1c !important;
}

.footer_textaa a::selection {
  background: transparent;
  color: transparent;
}

.footer_textaa li {
  display: inline-block;
  float: left;
  list-style: none;
}

#wpdcom {
  max-width: 100%;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translateZ(0);
}

.flex.justify-between.font-semibold.text-balance.py-4.w-full {
  padding: 0 !important;
}

div#list_sv {
  text-align: center;
}

.server-notice {
  font-size: 13px !important;
}

.sever-error p {
  font-size: 13px;
  text-align: center;
  margin-bottom: 5px;
}

.textlink a:hover {
  color: #fff;
}

#comments {
  max-width: 100% !important;
  margin-top: 0 !important;
}
#comments #wpdcom {
  max-width: 100% !important;
}

@media screen and (max-width: 759px) {
  .mobile_bookmark {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tick.tick-rate {
    font-size: 10px;
  }
}
@media screen and (max-width: 400px) {
  .tick.tick-rate {
    font-size: 9px;
  }
}
@media (max-width: 575px) {
  .table_schedule .block_area-list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  a.dynamic-name {
    font-size: 12px;
  }
  .anis-content .anisc-detail .film-name-real {
    text-align: center;
  }
  .movie-info .ratings_wrapper {
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 15px;
  }
  .ssl-item.ep-item {
    width: 66px;
  }
  .anis-content .anisc-detail .film-buttons {
    text-align: center;
  }
  .share-buttons.share-buttons-home .share-buttons-block .share-icon {
    height: auto;
    top: 25px;
  }
}
@media (max-width: 991.98px) {
  .table_schedule .table_schedule-date .day-item {
    width: 25%;
  }
  #ani_detail .anis-content {
    min-height: auto;
  }
}
@media (max-width: 767.98px) {
  .table_schedule .table_schedule-date .day-item {
    width: 33.33333%;
  }
}

/*# sourceMappingURL=main.css.map */
