@charset "UTF-8";

/*!
 * Bootstrap  v5.3.0 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

@import url('../fonts/font.css');

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto 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
}

/* Сброс */
*,
*::before,
*::after { box-sizing: border-box }

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 }

li { list-style-type: none; }

[tabindex="-1"]:focus:not(:focus-visible) { outline: 0 !important }

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}
    hr.login {
        color: var(--white);
        margin: 0.5rem 0px;
        padding: 0px;
        border-top: 1px solid #7e859736;
        border-image: initial;
        border-style: solid none none;
    }

    hr.login::after {
        content: "или войти";
        display: inline-block;
        position: relative;
        top: -0.9em;
        padding: 0px 0.25em;
        background: #0c101b;
    }

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
    list-style-type: none;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt { font-weight: 700 }

dd {
    margin-bottom: .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: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none
}

pre, code, kbd, 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
}

figure { margin: 0 0 1rem }

img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table { border-collapse: collapse }

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th { text-align: inherit }

button { border-radius: 0 }

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input { overflow: visible }

button, select { text-transform: none }

select { word-wrap: normal }

button,
[type="button"],
[type="reset"],
[type="submit"] {
    height: auto !important;
    -webkit-appearance: button
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox
}

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: .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: .5rem;
    font-weight: 500;
    line-height: 1.2
}
    h1, .h1 { font-size: 2.5rem }
    h2, .h2 { font-size: 2rem }
    h3, .h3 { font-size: 1.75rem }
    h4, .h4 { font-size: 1.5rem }
    h5, .h5 { font-size: 1.25rem }
    h6, .h6 { font-size: 1rem }

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

small,
.small {
    font-size: 80%;
    font-weight: 400
}

mark,
.mark {
    padding: .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: .5rem }

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}
    .blockquote-footer {
        display: block;
        font-size: 80%;
        color: #6c757d
    }
    .blockquote-footer::before { content: "\2014\00A0" }

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: var(--white);
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure { display: inline-block }

    .figure-img {
        margin-bottom: .5rem;
        line-height: 1
    }

    .figure-caption {
        font-size: 90%;
        color: #6c757d
    }

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a > code { color: inherit }

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: var(--white);
    background-color: #212529;
    border-radius: .2rem
}
    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700
    }

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}
    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

    .pre-scrollable {
        max-height: 340px;
        overflow-y: scroll
    }

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

    @media (min-width:576px) {
        .container { max-width: 540px }
    }

    @media (min-width:768px) {
        .container { max-width: 720px }
    }

    @media (min-width:992px) {
        .container { max-width: 960px }

        .edit-user_mobile { display: none !important; }
        #mobileMenu { display: none; }
    }

    @media (min-width:1200px) {
        .container { max-width: 1140px }
    }

.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) {
        \%responsive-container,
        .container,
        .container-sm { max-width: 540px }
    }

    @media (min-width:768px) {
        \%responsive-container,
        .container,
        .container-sm,
        .container-md { max-width: 720px }
    }

    @media (min-width:992px) {
        \%responsive-container,
        .container,
        .container-sm,
        .container-md,
        .container-lg { max-width: 960px }
    }

    @media (min-width:1200px) {
        \%responsive-container,
        .container,
        .container-sm,
        .container-md,
        .container-lg,
        .container-xl { max-width: 1140px }
    }

.row {
    display: flex;
    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
}

\%grid-column,
.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
}

.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
}

.col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
}

.col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
}

.col-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
}

.col-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-sm-3>* {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }
    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-sm-6>* {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }
    .col-sm-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }
    .col-sm-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }
    .col-sm-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }
    .col-sm-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-md-3>* {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }
    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-md-6>* {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }
    .col-md-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }
    .col-md-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }
    .col-md-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }
    .col-md-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-lg-3>* {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }
    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-lg-6>* {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }
    .col-lg-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }
    .col-lg-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }
    .col-lg-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }
    .col-lg-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-xl-3>* {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }
    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-xl-6>* {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }
    .col-xl-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }
    .col-xl-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }
    .col-xl-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }
    .col-xl-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.modal-open { overflow: hidden }

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto
    }

    .modal {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1050;
        display: none;
        width: 100%;
        height: 100%;
        overflow: hidden;
        outline: 0
    }

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog { transition: none }
}

.modal.show .modal-dialog { transform: none }
.modal.modal-static .modal-dialog { transform: scale(1.02) }

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer { flex-shrink: 0 }

.modal-dialog-scrollable .modal-body { overflow-y: auto }

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content { max-height: none }
.modal-dialog-centered.modal-dialog-scrollable::before { content: none }

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: var(--white);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade { opacity: 0 }
.modal-backdrop.show { opacity: .5 }

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    background: #00000029;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px)
}

.modal-footer > * { margin: .25rem }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
        .modal-dialog-scrollable { max-height: calc(100% - 3.5rem)}
        .modal-dialog-scrollable .modal-content { max-height: calc(100vh - 3.5rem) }
        .modal-dialog-centered { min-height: calc(100% - 3.5rem) }
        .modal-dialog-centered::before { height: calc(100vh - 3.5rem) }
        .modal-sm { max-width: 300px }
}

@media (min-width:992px) { .modal-lg, .modal-xl { max-width: 800px } }

@media (min-width:1200px) { .modal-xl { max-width: 1140px } }

.form-control, .c-capcha {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) { .form-control { transition: none } }

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus, .bb-editor > textarea:focus {
    overflow: hidden !important;
    outline: 0;
    box-shadow: 0 0 0 2px #007bff36
}
    .bb-editor > textarea:focus { min-height: 40px; }

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value { color: var(--white); }

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #0c101b;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: .25rem .5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[size],
select.form-control[multiple] { height: auto }

.form-group { margin-bottom: 1rem }

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input[disabled]~.form-check-label { color: #6c757d }

.form-check-label { margin-bottom: 0 }

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--white);
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: .25rem
}

.was-validated :valid~.valid-feedback,
.is-valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-0.4-1.04.46-1.4 1.1-0.8l1.1 1.4 3.4-3.8c.6-0.63 1.6-0.27 1.2.7l-4 4.6c-0.43.5-0.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-0.4-1.04.46-1.4 1.1-0.8l1.1 1.4 3.4-3.8c.6-0.63 1.6-0.27 1.2.7l-4 4.6c-0.43.5-0.8.4-1.1.1z'/%3e%3c/svg%3e") var(--white) no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #28a745
}

.was-validated .form-check-input:valid~.valid-feedback,
.form-check-input.is-valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
    color: #28a745
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    border-color: #28a745
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
    border-color: #28a745
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--white);
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: .25rem
}

.was-validated :invalid~.invalid-feedback,
.is-invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='0.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='0.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") var(--white) no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #dc3545
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
    color: #dc3545
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    border-color: #dc3545
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check { width: 100% }

@media (min-width:576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext { display: inline-block }
    .form-inline .input-group, .form-inline .custom-select { width: auto }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }
    .form-inline .custom-control-label { margin-bottom: 0 }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #0c101b;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) { .btn { transition: none } }

.btn:hover {
    color: #0c101b;
    text-decoration: none
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.btn.disabled, .btn:disabled { opacity: .65 }

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: var(--white);
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: var(--white);
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary:focus,
.btn-primary.focus {
    color: var(--white);
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: var(--white);
    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: var(--white);
    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 .2rem rgba(38, 143, 255, 0.5)
}

.btn-secondary {
    color: var(--white);
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: var(--white);
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary:focus,
.btn-secondary.focus {
    color: var(--white);
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: var(--white);
    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: var(--white);
    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 .2rem rgba(130, 138, 145, 0.5)
}

.btn-success {
    color: var(--white);
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: var(--white);
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success:focus,
.btn-success.focus {
    color: var(--white);
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: var(--white);
    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: var(--white);
    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 .2rem rgba(72, 180, 97, 0.5)
}

.btn-info {
    color: var(--white);
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: var(--white);
    background-color: #138496;
    border-color: #117a8b
}

.btn-info:focus,
.btn-info.focus {
    color: var(--white);
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: var(--white);
    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: var(--white);
    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 .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 .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 .2rem rgba(222, 170, 12, 0.5)
}

.btn-danger {
    color: var(--white);
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: var(--white);
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger:focus,
.btn-danger.focus {
    color: var(--white);
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: var(--white);
    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: var(--white);
    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 .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 .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 .2rem rgba(216, 217, 219, 0.5)
}

.btn-dark {
    color: var(--white);
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: var(--white);
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark:focus,
.btn-dark.focus {
    color: var(--white);
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: var(--white);
    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: var(--white);
    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 .2rem rgba(82, 88, 93, 0.5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: var(--white);
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 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: var(--white);
    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 .2rem rgba(0, 123, 255, 0.5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: var(--white);
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 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: var(--white);
    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 .2rem rgba(108, 117, 125, 0.5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: var(--white);
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 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: var(--white);
    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 .2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: var(--white);
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 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: var(--white);
    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 .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 .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 .2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: var(--white);
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 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: var(--white);
    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 .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 .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 .2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: var(--white);
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 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: var(--white);
    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 .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;
    box-shadow: none
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm,
.btn-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block { margin-top: .5rem }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade { transition: opacity .15s linear }

@media (prefers-reduced-motion:reduce) { .fade { transition: none } }

.fade:not(.show) { opacity: 0 }

.collapse:not(.show) {
    display: none
}

    .collapsing {
        position: relative;
        height: 0;
        overflow: hidden;
        transition: height .35s ease
    }

    @media (prefers-reduced-motion:reduce) { .collapsing { transition: none } }

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative
}

.dropdown-toggle { white-space: nowrap }

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after { margin-left: 0 }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #0c101b;
    text-align: left;
    list-style: none;
    background-color: var(--white);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after { margin-left: 0 }

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after { margin-left: 0 }
.dropright .dropdown-toggle::after { vertical-align: 0 }

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}
    .dropleft .dropdown-toggle::before {
        display: inline-block;
        margin-right: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid transparent;
        border-right: .3em solid;
        border-bottom: .3em solid transparent
    }

    .dropleft .dropdown-toggle:empty::after {
        margin-left: 0
    }

    .dropleft .dropdown-toggle::before {
        vertical-align: 0
    }

    .dropdown-menu[x-placement^="top"],
    .dropdown-menu[x-placement^="right"],
    .dropdown-menu[x-placement^="bottom"],
    .dropdown-menu[x-placement^="left"] {
        right: auto;
        bottom: auto
    }

    .dropdown-item {
        display: block;
        width: 100%;
        padding: .25rem 1.5rem;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0
    }

    .dropdown-item:hover,
    .dropdown-item:focus {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .dropdown-item.active,
    .dropdown-item:active {
        color: var(--white);
        text-decoration: none;
        background-color: #007bff
    }

    .dropdown-item.disabled,
    .dropdown-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: transparent
    }

    .dropdown-menu.show {
        display: block
    }

    .dropdown-header {
        display: block;
        padding: .5rem 1.5rem;
        margin-bottom: 0;
        font-size: 0.875rem;
        color: #6c757d;
        white-space: nowrap
    }

    .dropdown-item-text {
        display: block;
        padding: .25rem 1.5rem;
        color: #212529
    }

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
    z-index: 1
}

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.form-control,
.input-group>.custom-select+.form-control,
.input-group>.custom-file+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.custom-select+.custom-select,
.input-group>.custom-file+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.custom-file {
    margin-left: -1px
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-prepend,
.input-group-append {
    display: flex
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3
}

.input-group-prepend .btn+.btn,
.input-group-append .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-append .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .input-group-text+.btn {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
    height: calc(1.5em + 0.5rem + 2px)
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
    padding: .25rem .5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: var(--white);
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before { box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25) }
.custom-control-input:focus:not(:checked)~.custom-control-label::before { border-color: #80bdff }

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: var(--white);
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input[disabled]~.custom-control-label { color: #6c757d }
.custom-control-input[disabled]~.custom-control-label::before { background-color: #e9ecef }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: var(--white);
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%
}

.custom-checkbox .custom-control-label::before { border-radius: .25rem }

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5)
}

.custom-radio .custom-control-label::before { border-radius: 50% }

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5)
}

.custom-switch { padding-left: 2.25rem }

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after { transition: none }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: var(--white);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: var(--white) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: var(--white)
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand { display: none }

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: 0.875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.custom-file-input[disabled]~.custom-file-label { background-color: #e9ecef }
.custom-file-input:lang(en)~.custom-file-label::after { content: "Browse" }
.custom-file-input~.custom-file-label[data-browse]::after { content: attr(data-browse) }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: var(--white);
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    appearance: none
}

.custom-range:focus { outline: none }

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px var(--white), 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px var(--white), 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px var(--white), 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.custom-range::-moz-focus-outer { border: 0 }

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) { .custom-range::-webkit-slider-thumb { transition: none } }

.custom-range::-webkit-slider-thumb:active { background-color: #b3d7ff }
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) { .custom-range::-moz-range-thumb { transition: none } }

.custom-range::-moz-range-thumb:active { background-color: #b3d7ff }

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) { .custom-range::-ms-thumb { transition: none } }

.custom-range::-ms-thumb:active { background-color: #b3d7ff }

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb { background-color: #adb5bd }
.custom-range:disabled::-webkit-slider-runnable-track { cursor: default }
.custom-range:disabled::-moz-range-thumb { background-color: #adb5bd }
.custom-range:disabled::-moz-range-track { cursor: default }
.custom-range:disabled::-ms-thumb { background-color: #adb5bd }

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs { border-bottom: 1px solid #dee2e6 }
.nav-tabs .nav-item { margin-bottom: -1px }

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: var(--white);
    border-color: #dee2e6 #dee2e6 var(--white)
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link { border-radius: .25rem }

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--white);
    background-color: #007bff
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane { display: none }
.tab-content>.active { display: block }

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar \%container-flex-properties,
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    margin-top: -10px;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:575.98px) {
    .navbar-expand-sm>\%container-navbar-expand,
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav { flex-direction: row }
    .navbar-expand-sm .navbar-nav .dropdown-menu { position: absolute }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>\%container-nesting,
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-xl {
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler { display: none }
}

@media (max-width:767.98px) {
    .navbar-expand-md>\%container-navbar-expand,
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav { flex-direction: row }
    .navbar-expand-md .navbar-nav .dropdown-menu { position: absolute }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>\%container-nesting,
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-xl {
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler { display: none }
}

@media (max-width:991.98px) {
    .navbar-expand-lg>\%container-navbar-expand,
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav { flex-direction: row }
    .navbar-expand-lg .navbar-nav .dropdown-menu { position: absolute }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>\%container-nesting,
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-xl {
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler { display: none }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl>\%container-navbar-expand,
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav { flex-direction: row }
    .navbar-expand-xl .navbar-nav .dropdown-menu { position: absolute }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>\%container-nesting,
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-xl {
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler { display: none }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>\%container-navbar-expand,
.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav { flex-direction: row }
.navbar-expand .navbar-nav .dropdown-menu { position: absolute }

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>\%container-nesting,
.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}
.navbar-expand .navbar-toggler { display: none }

.navbar-light .navbar-brand { color: rgba(0, 0, 0, 0.9) }
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9)
}
.navbar-light .navbar-nav .nav-link { color: rgba(0, 0, 0, 0.5) }

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7)
}
.navbar-light .navbar-nav .nav-link.disabled { color: rgba(0, 0, 0, 0.3) }

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text { color: rgba(0, 0, 0, 0.5) }
.navbar-light .navbar-text a { color: rgba(0, 0, 0, 0.9) }

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-dark .navbar-brand { color: var(--white) }

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: var(--white)
}

.navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.5) }

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75)
}

.navbar-dark .navbar-nav .nav-link.disabled { color: rgba(255, 255, 255, 0.25) }

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--white)
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text { color: rgba(255, 255, 255, 0.5) }

.navbar-dark .navbar-text a { color: var(--white) }

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus { color: var(--white) }

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--white);
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0
}

.card-text:last-child { margin-bottom: 0 }
.card-link:hover { text-decoration: none }
.card-link+.card-link { margin-left: 1.25rem }

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child { border-top: 0 }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125)
}

.card-footer:last-child { border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px) }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img,
.card-img-top,
.card-img-bottom {
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px)
}

.card-deck .card { margin-bottom: 15px }

@media (min-width:576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group>.card { margin-bottom: 15px }

@media (min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }
    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0
    }
}

.card-columns .card { margin-bottom: .75rem }

@media (min-width:576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion>.card { overflow: hidden }

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item { padding-left: .5rem }

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before { text-decoration: underline }
.breadcrumb-item+.breadcrumb-item:hover::before { text-decoration: none }
.breadcrumb-item.active { color: #6c757d }

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: var(--white);
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: var(--white);
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: var(--white);
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: 0.875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) { .badge { transition: none } }

a.badge:hover,
a.badge:focus { text-decoration: none }
.badge:empty { display: none }

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: var(--white);
    background-color: #007bff
}

a.badge-primary:hover,
a.badge-primary:focus {
    color: var(--white);
    background-color: #0062cc
}

a.badge-primary:focus,
a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5)
}

.badge-secondary {
    color: var(--white);
    background-color: #6c757d
}

a.badge-secondary:hover,
a.badge-secondary:focus {
    color: var(--white);
    background-color: #545b62
}

a.badge-secondary:focus,
a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.badge-success {
    color: var(--white);
    background-color: #28a745
}

a.badge-success:hover,
a.badge-success:focus {
    color: var(--white);
    background-color: #1e7e34
}

a.badge-success:focus,
a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

.badge-info {
    color: var(--white);
    background-color: #17a2b8
}

a.badge-info:hover,
a.badge-info:focus {
    color: var(--white);
    background-color: #117a8b
}

a.badge-info:focus,
a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:hover,
a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning:focus,
a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.badge-danger {
    color: var(--white);
    background-color: #dc3545
}

a.badge-danger:hover,
a.badge-danger:focus {
    color: var(--white);
    background-color: #bd2130
}

a.badge-danger:focus,
a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:hover,
a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light:focus,
a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.badge-dark {
    color: var(--white);
    background-color: #343a40
}

a.badge-dark:hover,
a.badge-dark:focus {
    color: var(--white);
    background-color: #1d2124
}

a.badge-dark:focus,
a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

@keyframes progress-bar-stripes {
    from { background-position: 1rem 0 }
    to { background-position: 0 0 }
}

.progress {
    display: flex;
    height: 0.7rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--white);
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) { .progress-bar { transition: none } }

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated { animation: progress-bar-stripes 1s linear infinite }

@media (prefers-reduced-motion:reduce) { .progress-bar-animated { animation: none } }

.media {
    display: flex;
    align-items: flex-start
}

.media-body { flex: 1 }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 var(--white);
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none
}

a.close.disabled { pointer-events: none }

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) { margin-bottom: .75rem }
.toast.showing { opacity: 1 }

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide { display: none }

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}

.toast-body { padding: .75rem }

.align-baseline { vertical-align: baseline !important }
.align-top { vertical-align: top !important }
.align-middle { vertical-align: middle !important }
.align-bottom { vertical-align: bottom !important }
.align-text-bottom { vertical-align: text-bottom !important }
.align-text-top { vertical-align: text-top !important }

.bg-primary { background-color: #007bff !important }
a.bg-primary:hover,
button.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:focus {
    background-color: #0062cc !important
}

.bg-secondary { background-color: #6c757d !important }
a.bg-secondary:hover,
button.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:focus {
    background-color: #545b62 !important
}

.bg-success { background-color: #28a745 !important }

a.bg-success:hover,
button.bg-success:hover,
a.bg-success:focus,
button.bg-success:focus {
    background-color: #1e7e34 !important
}

.bg-info { background-color: #17a2b8 !important }

a.bg-info:hover,
button.bg-info:hover,
a.bg-info:focus,
button.bg-info:focus {
    background-color: #117a8b !important
}

.bg-warning { background-color: #ffc107 !important }

a.bg-warning:hover,
button.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:focus {
    background-color: #d39e00 !important
}

.bg-danger { background-color: #dc3545 !important }

a.bg-danger:hover,
button.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:focus {
    background-color: #bd2130 !important
}

.bg-light { background-color: #f8f9fa !important }

a.bg-light:hover,
button.bg-light:hover,
a.bg-light:focus,
button.bg-light:focus {
    background-color: #dae0e5 !important
}

.bg-dark { background-color: #343a40 !important }

a.bg-dark:hover,
button.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:focus {
    background-color: #1d2124 !important
}

.bg-white { background-color: var(--white) !important }
.bg-transparent { background-color: transparent !important }

.border { border: 1px solid #dee2e6 !important }
.border-top { border-top: 1px solid #dee2e6 !important }
.border-right { border-right: 1px solid #dee2e6 !important }
.border-bottom { border-bottom: 1px solid #dee2e6 !important }
.border-left { border-left: 1px solid #dee2e6 !important }

.border-0 { border: 0 !important }
.border-top-0 { border-top: 0 !important }
.border-right-0 { border-right: 0 !important }
.border-bottom-0 { border-bottom: 0 !important }
.border-left-0 { border-left: 0 !important }

.border-primary { border-color: #007bff !important }
.border-secondary { border-color: #6c757d !important }
.border-success { border-color: #28a745 !important }
.border-info { border-color: #17a2b8 !important }
.border-warning { border-color: #ffc107 !important }
.border-danger { border-color: #dc3545 !important }
.border-light { border-color: #f8f9fa !important }
.border-dark { border-color: #343a40 !important }
.border-white { border-color: var(--white) !important }

.rounded-sm { border-radius: .2rem !important }
.rounded { border-radius: .25rem !important }

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg { border-radius: .3rem !important }
.rounded-circle { border-radius: 50% !important }
.rounded-pill { border-radius: 50rem !important }
.rounded-0 { border-radius: 0 !important }

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.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: flex !important }
.d-inline-flex { 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: flex !important }
    .d-sm-inline-flex { 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: flex !important }
    .d-md-inline-flex { 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: flex !important }
    .d-lg-inline-flex { 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: flex !important }
    .d-xl-inline-flex { display: inline-flex !important }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before { padding-top: 42.85714286% }
.embed-responsive-16by9::before { padding-top: 56.25 }
.embed-responsive-4by3::before { padding-top: 75 }
.embed-responsive-1by1::before { padding-top: 100% }

.flex-row { flex-direction: row !important }
.flex-column { flex-direction: column !important }
.flex-row-reverse { flex-direction: row-reverse !important }
.flex-column-reverse { flex-direction: column-reverse !important }
.flex-wrap { flex-wrap: wrap !important }
.flex-nowrap { flex-wrap: nowrap !important }
.flex-wrap-reverse { flex-wrap: wrap-reverse !important }

.flex-fill { flex: 1 1 auto !important }
.flex-grow-0 { flex-grow: 0 !important }
.flex-grow-1 { flex-grow: 1 !important }
.flex-shrink-0 { flex-shrink: 0 !important }
.flex-shrink-1 { flex-shrink: 1 !important }

.justify-content-start { justify-content: flex-start !important }
.justify-content-end { justify-content: flex-end !important }
.justify-content-center { justify-content: center !important }
.justify-content-between { justify-content: space-between !important }
.justify-content-around { justify-content: space-around !important }

.align-items-start { align-items: flex-start !important }
.align-items-end { align-items: flex-end !important }
.align-items-center { align-items: center !important }
.align-items-baseline { align-items: baseline !important }
.align-items-stretch { align-items: stretch !important }

.align-content-start { align-content: flex-start !important }
.align-content-end { align-content: flex-end !important }
.align-content-center { align-content: center !important }
.align-content-between { align-content: space-between !important }
.align-content-around { align-content: space-around !important }
.align-content-stretch { align-content: stretch !important }

.align-self-auto { align-self: auto !important }
.align-self-end { align-self: flex-end !important }
.align-self-center { align-self: center !important }
.align-self-baseline { align-self: baseline !important }
.align-self-stretch { align-self: stretch !important }

@media (min-width:576px) {
    .flex-sm-row { flex-direction: row !important }
    .flex-sm-column { flex-direction: column !important }
    .flex-sm-row-reverse { flex-direction: row-reverse !important }
    .flex-sm-column-reverse { flex-direction: column-reverse !important }
    .flex-sm-wrap { flex-wrap: wrap !important }
    .flex-sm-nowrap { flex-wrap: nowrap !important }
    .flex-sm-wrap-reverse { flex-wrap: wrap-reverse !important }
    .flex-sm-fill { flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        justify-content: center !important
    }
    .justify-content-sm-between {
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        justify-content: space-around !important
    }
    .align-items-sm-start {
        align-items: flex-start !important
    }
    .align-items-sm-end {
        align-items: flex-end !important
    }
    .align-items-sm-center {
        align-items: center !important
    }
    .align-items-sm-baseline {
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        align-items: stretch !important
    }
    .align-content-sm-start {
        align-content: flex-start !important
    }
    .align-content-sm-end {
        align-content: flex-end !important
    }
    .align-content-sm-center {
        align-content: center !important
    }
    .align-content-sm-between {
        align-content: space-between !important
    }
    .align-content-sm-around {
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        align-content: stretch !important
    }
    .align-self-sm-auto {
        align-self: auto !important
    }
    .align-self-sm-start {
        align-self: flex-start !important
    }
    .align-self-sm-end {
        align-self: flex-end !important
    }
    .align-self-sm-center {
        align-self: center !important
    }
    .align-self-sm-baseline {
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }
    .flex-md-column {
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-md-fill {
        flex: 1 1 auto !important
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-md-start {
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        justify-content: center !important
    }
    .justify-content-md-between {
        justify-content: space-between !important
    }
    .justify-content-md-around {
        justify-content: space-around !important
    }
    .align-items-md-start {
        align-items: flex-start !important
    }
    .align-items-md-end {
        align-items: flex-end !important
    }
    .align-items-md-center {
        align-items: center !important
    }
    .align-items-md-baseline {
        align-items: baseline !important
    }
    .align-items-md-stretch {
        align-items: stretch !important
    }
    .align-content-md-start {
        align-content: flex-start !important
    }
    .align-content-md-end {
        align-content: flex-end !important
    }
    .align-content-md-center {
        align-content: center !important
    }
    .align-content-md-between {
        align-content: space-between !important
    }
    .align-content-md-around {
        align-content: space-around !important
    }
    .align-content-md-stretch {
        align-content: stretch !important
    }
    .align-self-md-auto {
        align-self: auto !important
    }
    .align-self-md-start {
        align-self: flex-start !important
    }
    .align-self-md-end {
        align-self: flex-end !important
    }
    .align-self-md-center {
        align-self: center !important
    }
    .align-self-md-baseline {
        align-self: baseline !important
    }
    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }
    .flex-lg-column {
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-lg-fill {
        flex: 1 1 auto !important
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-lg-start {
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        justify-content: center !important
    }
    .justify-content-lg-between {
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        justify-content: space-around !important
    }
    .align-items-lg-start {
        align-items: flex-start !important
    }
    .align-items-lg-end {
        align-items: flex-end !important
    }
    .align-items-lg-center {
        align-items: center !important
    }
    .align-items-lg-baseline {
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        align-items: stretch !important
    }
    .align-content-lg-start {
        align-content: flex-start !important
    }
    .align-content-lg-end {
        align-content: flex-end !important
    }
    .align-content-lg-center {
        align-content: center !important
    }
    .align-content-lg-between {
        align-content: space-between !important
    }
    .align-content-lg-around {
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        align-content: stretch !important
    }
    .align-self-lg-auto {
        align-self: auto !important
    }
    .align-self-lg-start {
        align-self: flex-start !important
    }
    .align-self-lg-end {
        align-self: flex-end !important
    }
    .align-self-lg-center {
        align-self: center !important
    }
    .align-self-lg-baseline {
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }
    .flex-xl-column {
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-xl-fill {
        flex: 1 1 auto !important
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-xl-start {
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        justify-content: center !important
    }
    .justify-content-xl-between {
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        justify-content: space-around !important
    }
    .align-items-xl-start {
        align-items: flex-start !important
    }
    .align-items-xl-end {
        align-items: flex-end !important
    }
    .align-items-xl-center {
        align-items: center !important
    }
    .align-items-xl-baseline {
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        align-items: stretch !important
    }
    .align-content-xl-start {
        align-content: flex-start !important
    }
    .align-content-xl-end {
        align-content: flex-end !important
    }
    .align-content-xl-center {
        align-content: center !important
    }
    .align-content-xl-between {
        align-content: space-between !important
    }
    .align-content-xl-around {
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        align-content: stretch !important
    }
    .align-self-xl-auto {
        align-self: auto !important
    }
    .align-self-xl-start {
        align-self: flex-start !important
    }
    .align-self-xl-end {
        align-self: flex-end !important
    }
    .align-self-xl-center {
        align-self: center !important
    }
    .align-self-xl-baseline {
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }
    .float-sm-right {
        float: right !important
    }
    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }
    .float-md-right {
        float: right !important
    }
    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }
    .float-lg-right {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }
    .float-xl-right {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm { box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075) !important }
.shadow { box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15) !important }
.shadow-lg { box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important }
.shadow-none { box-shadow: none !important }

.w-25 { width: 25% !important }
.w-50 { width: 50% !important }
.w-75 { width: 75% !important }
.w-100 { width: 100% !important }
.w-auto { width: auto !important }

.h-25 { height: 25% !important }
.h-50 { height: 50% !important }
.h-75 { height: 75% !important }
.h-100 { height: 100% !important }
.h-auto { height: auto !important }

.mw-100 { max-width: 100% !important }
.mw-initial { max-width: initial !important }
.mh-100 { max-height: 100% !important }

.min-vw-100 { min-width: 100vw !important }
.min-vh-100 { min-height: 100vh !important }

.vw-100 { width: 100vw !important }
.vh-100 { height: 100vh !important }

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.gap-1 { gap: 0.5rem; }
.gap-2 { gap: 1rem; }

.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: .25rem !important }

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 { margin: .5rem !important }

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .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
}

.mt-6 { margin-top: 5rem !important; }
.mt-7 { margin-top: 6rem !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: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 { padding: .5rem !important }

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .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: .25rem !important }
    .mt-sm-1,
    .my-sm-1 { margin-top: .25rem !important }
    .mr-sm-1,
    .mx-sm-1 { margin-right: .25rem !important }
    .mb-sm-1,
    .my-sm-1 { margin-bottom: .25rem !important }
    .ml-sm-1,
    .mx-sm-1 { margin-left: .25rem !important }
    .m-sm-2 { margin: .5rem !important }
    .mt-sm-2,
    .my-sm-2 { margin-top: .5rem !important }
    .mr-sm-2,
    .mx-sm-2 { margin-right: .5rem !important }
    .mb-sm-2,
    .my-sm-2 { margin-bottom: .5rem !important }
    .ml-sm-2,
    .mx-sm-2 { margin-left: .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: .25rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .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: .25rem !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .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: .25rem !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .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: .25rem !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .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: .25rem !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .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: .25rem !important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .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: .25rem !important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .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
    }
}

.text-monospace { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important }

.text-justify { text-align: justify !important }
.text-wrap { white-space: normal !important }
.text-nowrap { white-space: nowrap !important }

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left { text-align: left !important }
.text-right { text-align: right !important }
.text-center { text-align: center !important }

@media (min-width:576px) {
    .text-sm-left { text-align: left !important }
    .text-sm-right { text-align: right !important }
    .text-sm-center { text-align: center !important }
}

@media (min-width:768px) {
    .text-md-left { text-align: left !important }
    .text-md-right { text-align: right !important }
    .text-md-center { text-align: center !important }
}

@media (min-width:992px) {
    .text-lg-left { text-align: left !important }
    .text-lg-right { text-align: right !important }
    .text-lg-center { text-align: center !important }
}

@media (min-width:1200px) {
    .text-xl-left { text-align: left !important }
    .text-xl-right { text-align: right !important }
    .text-xl-center { text-align: center !important }
}

.text-lowercase { text-transform: lowercase !important }
.text-uppercase { text-transform: uppercase !important}
.text-capitalize { text-transform: capitalize !important }

.font-weight-light { font-weight: 300 !important }
.font-weight-lighter { font-weight: lighter !important }
.font-weight-normal { font-weight: 400 !important }
.font-weight-bold { font-weight: 700 !important }
.font-weight-bolder { font-weight: bolder !important }
.font-italic { font-style: italic !important }

.fs-22pt { font-size: 22pt; }

.text-white { color: var(--white) !important }
a.text-white:hover { color: var(--white) !important }

.text-primary { color: #007bff !important }
a.text-primary:hover,
a.text-primary:focus {
    color: #0056b3 !important
}

.text-secondary { color: #6c757d !important }
a.text-secondary:hover,
a.text-secondary:focus {
    color: #494f54 !important
}

.text-success { color: #28a745 !important }
a.text-success:hover,
a.text-success:focus {
    color: #19692b !important
}

.text-info { color: #17a2b8 !important }
a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important
}

.text-warning { color: #ffc107 !important }
a.text-warning:hover,
a.text-warning:focus {
    color: #b98b00 !important
}

.text-donut { color: #f475b3 !important }

.text-danger { color: #dc3545 !important }
a.text-danger:hover,
a.text-danger:focus {
    color: #a71d2a !important
}

.text-light { color: #f8f9fa !important }
a.text-light:hover,
a.text-light:focus {
    color: #cbd3da !important
}

.text-dark { color: #343a40 !important }
a.text-dark:hover,
a.text-dark:focus {
    color: #121416 !important
}

.text-body { color: #0c101b !important }
.text-muted { color: #6c757d !important }
.text-black-50 { color: rgba(0, 0, 0, 0.5) !important }
.text-white-50 { color: rgba(255, 255, 255, 0.5) !important }

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none { text-decoration: none !important }

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset { color: inherit !important }

.visible { visibility: visible !important }
.invisible { visibility: hidden !important }

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    abbr[title]::after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap !important
    }
    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    body {
        min-width: 992px !important
    }
    .container { min-width: 992px !important }
    .navbar { display: none }
    .badge {
        border: 1px solid #000
    }
    .table { border-collapse: collapse !important }
    .table td,
    .table th {
        background-color: var(--white) !important
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important
    }
    .table-dark { color: inherit }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody+tbody {
        border-color: #dee2e6
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

:root {
    --plyr-color-main: #dc3545;
    --plyr-badge-background: #0c101b;
    --body-color: #0c101b;
    --main-color: #dc3545;
    --text-color: var(--white);
}

html {
    --color-bg: #0c101b;
    --color-bg_80: rgba(12, 16, 27, 0.8);
    --color-bg_90: rgba(12, 16, 27, 0.9);
    --color-bg-dark: #080b13;
    --color-bg-light: #0f1422;
    --color-bg-light-light: #1c2438;
    --color-text-first: var(--white);
    --color-text-second: #7e8597;
    --color-text-muted: #5a5c62;
    --color-main: #dc3545;
    --color-main-light: #e64a59;
    --color-main-dark: #bb2130;
    --color-main-muted: #833346;
    --color-list-watching: #67bb6d;
    --color-list-plan: #b467b9;
    --color-list-completed: #5a6bc7;
    --color-list-hold: #ffc62f;
    --color-list-dropped: #e45654;
    --color-navbar: var(--color-bg);
    --color-navbar-dark: var(--color-bg-dark)
}

html.light {
    --color-bg: #f4f4f4;
    --color-bg_80: rgba(244, 244, 244, 0.8);
    --color-bg_90: rgba(244, 244, 244, 0.9);
    --color-bg-dark: #e6e4e4;
    --color-bg-light: #dbd5d5;
    --color-bg-light-light: #e6e4e4;
    --color-text-first: #000;
    --color-text-second: #757575;
    --color-text-muted: #bdbdbf;
    --color-main: #dc3545;
    --color-main-light: #e64a59;
    --color-main-dark: #bb2130;
    --color-main-muted: #833346;
    --color-list-watching: #67bb6d;
    --color-list-plan: #b467b9;
    --color-list-completed: #5a6bc7;
    --color-list-hold: #ffc62f;
    --color-list-dropped: #e45654;
    --color-navbar: var(--color-main);
    --color-navbar-dark: var(--color-main-dark)
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

html,
html .body {
    padding: 0;
    margin: 0
}

html body {
    background-color: var(--body-color) !important;
    font-size: 14pt;
    color: var(--white);
    max-width: 100vw !important;
    font-family: 'Source Sans Pro';
    font-weight: 200;
    overflow-x: hidden;
    margin: 0;
    line-height: 1.5;
    text-align: left;
    min-height: calc(100vh - 170px);
}

img[data-ll-status=error],
img:not([src]):not([srcset]) {
    visibility: hidden !important;
    cursor: wait;
    width: 100%;
    height: 100%;
    display: block
}

@keyframes name-show {
    0% { opacity: 0 }
    100% { opacity: 1 }
}

*,
*::before,
*::after { box-sizing: inherit }

b,
strong {
    font-weight: bold !important
}

@media (min-width:990px) {
     ::-webkit-scrollbar {
        width: 5px;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s
    }
     ::-webkit-scrollbar-track {
        background-color: rgba(12, 16, 27, 0.3);
        border-radius: 10px
    }
     ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: var(--main-color)
    }
}

.loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #131722;
    z-index: 999999999999999999;
    pointer-events: none;
    opacity: 0;
    transition: .4s opacity;
    -webkit-transition: .4s opacity;
    -moz-transition: .4s opacity;
    -ms-transition: .4s opacity;
    -o-transition: .4s opacity
}

.loader img {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px
}

.loader img:last-child { display: none }

.loader.show {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #131722;
    z-index: 999999999999999999;
    pointer-events: all;
    opacity: 1;
    transition-delay: 1s;
    transition: .4s opacity;
    -webkit-transition: .4s opacity;
    -moz-transition: .4s opacity;
    -ms-transition: .4s opacity;
    -o-transition: .4s opacity
}

h2 { color: var(--text-color) }

section {
    display: block;
    overflow: visible;
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 40px
}

footer .container-fluid,
section .container-fluid,
section .container-sm,
section .container-md,
section .container-lg,
section .container-xl {
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto
}

a {
    color: var(--text-color) !important;
    transition: .2s;
    text-decoration: none !important
}

a:hover {
    color: var(--main-color) !important;
    text-decoration: none !important;
    transition: .3s
}

.select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 11
}

.select svg {
    position: absolute;
    width: 1.5rem;
    right: .45rem;
    top: .45rem;
    transform: rotate(0deg);
    transition: .3s
}

.select ul {
    position: absolute;
    color: var(--white);
    background-color: #343a40;
    border-color: #343a40;
    list-style: none;
    display: block;
    width: calc(100% + 2px);
    left: -1px;
    z-index: 10;
    padding: 0;
    border-radius: .25rem;
    margin-top: 10px;
    overflow: hidden;
    height: 0px;
    opacity: 0;
    transition: .3s
}

.select ul li {
    text-align: left;
    padding: .375rem .75rem
}

.select ul li:hover {
    background-color: var(--main-color)
}

.select input {
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    pointer-events: none;
    cursor: default;
    color: var(--text-color)
}

.select input:focus~ul {
    height: unset;
    margin-top: 15px;
    opacity: 1;
    transition: .3s
}

.select input:focus~svg {
    transform: rotate(180deg);
    transition: .3s
}

.select input:last-child { display: none }

.navbar-footer,
.navbar-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    background-color: var(--body-color) !important;
    background-image: none;
    transition: .3s
}

@media (min-width:0) and (max-width:991px) {
    .navbar-footer,
    .navbar-header {
        display: none
    }
    .header { margin-top: 70px; }

    #desktopMenu { display: none; }

    .baze-item span { display: none; }
}

.navbar-footer.transparent,
.navbar-header.transparent {
    background-color: transparent !important;
    background-image: linear-gradient(0deg, transparent 0%, var(--color-bg) 120%);
    transition: .3s
}

.navbar-footer .navbar-toggler .navbar-toggler-icon,
.navbar-header .navbar-toggler .navbar-toggler-icon {
    background-image: none !important
}

@media (min-width:0) and (max-width:991px) {
    .navbar-footer .navbar-collapse,
    .navbar-header .navbar-collapse {
        position: fixed;
        background: var(--body-color);
        top: 50px !important;
        overflow-x: auto;
        left: -60%;
        padding-bottom: 20px;
        height: 100vh !important;
        width: 60% !important;
        right: unset;
        transition: .3s;
        transition-delay: 0s !important
    }
    .navbar-footer .navbar-collapse.collaping,
    .navbar-header .navbar-collapse.collaping,
    .navbar-footer .navbar-collapse.show,
    .navbar-header .navbar-collapse.show {
        position: fixed;
        background: #0a0d17;
        top: 56px;
        left: 0;
        height: 100vh !important;
        width: 60% !important;
        right: unset;
        transition: .3s;
        transition-delay: 0s !important
    }
}

.navbar-footer .navbar-brand,
.navbar-header .navbar-brand {
    color: var(--text-color);
    font-family: 'Source Sans Pro';
    font-weight: 900;
    letter-spacing: normal;
    transition: .3s
}

@media (min-width:0) and (max-width:991px) {
    .navbar-footer .navbar-brand,
    .navbar-header .navbar-brand {
        margin: 0 auto
    }
}

.navbar-footer .navbar-brand svg,
.navbar-header .navbar-brand svg {
    fill: var(--text-color);
    width: 25px;
    margin-top: -4px;
    transition: .3s
}

.navbar-footer .navbar-brand svg .st0,
.navbar-header .navbar-brand svg .st0 {
    transition: .3s
}

.navbar-footer .navbar-brand:hover,
.navbar-header .navbar-brand:hover {
    color: var(--main-color);
    transition: .3s
}

.navbar-footer .navbar-brand:hover svg .st0,
.navbar-header .navbar-brand:hover svg .st0 {
    fill: var(--main-color);
    transition: .3s
}

@media (min-width:0) and (max-width:991px) {
    .navbar-footer .navbar-toggler,
    .navbar-header .navbar-toggler {
        position: absolute;
        border: none;
        padding: 0;
        top: 13px;
        overflow: hidden;
        color: var(--text-color);
        outline: none;
        box-shadow: none;
        opacity: 1
    }
    .navbar-footer .navbar-toggler:active,
    .navbar-header .navbar-toggler:active,
    .navbar-footer .navbar-toggler:focus,
    .navbar-header .navbar-toggler:focus {
        outline: none
    }
    .navbar-footer .navbar-toggler span,
    .navbar-header .navbar-toggler span {
        color: var(--text-color) !important;
        fill: var(--text-color) !important
    }
}

.navbar-footer .navbar-search,
.navbar-header .navbar-search {
    display: none
}

@media (min-width:0) and (max-width:991px) {
    .navbar-footer .navbar-search,
    .navbar-header .navbar-search {
        display: none;
        position: absolute;
        border: none;
        padding: 0;
        top: 10px;
        right: 15px;
        overflow: hidden;
        color: var(--text-color);
        outline: none;
        box-shadow: none;
        opacity: 1;
        width: 30px;
        height: 30px;
        text-align: right;
        opacity: .5
    }
    .navbar-footer .navbar-search:active,
    .navbar-header .navbar-search:active,
    .navbar-footer .navbar-search:focus,
    .navbar-header .navbar-search:focus {
        outline: none
    }
    .navbar-footer .navbar-search svg,
    .navbar-header .navbar-search svg {
        width: 20px;
        fill: white;
        stroke: 3px
    }
}

.navbar-footer .navbar-nav,
.navbar-header .navbar-nav {
    flex-direction: row;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center
}

.navbar-footer .navbar-nav .autohide,
.navbar-header .navbar-nav .autohide {
    width: 0;
    overflow: hidden;
    transition: .3s
}

.navbar-footer .navbar-nav:hover .autohide,
.navbar-header .navbar-nav:hover .autohide {
    width: inherit;
    overflow: hidden;
    transition: .3s
}

.navbar-footer .navbar-nav .dropdown-menu,
.navbar-header .navbar-nav .dropdown-menu {
    border: none;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: block;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    margin-top: -5px;
    font-size: 1rem;
    color: #0c101b;
    text-align: left;
    list-style: none;
    background-color: var(--body-color);
    background-clip: padding-box;
    border-radius: 5px;
    left: -60px;
    pointer-events: none;
    transition: .3s linear;
    width: 187px
}

.navbar-footer .navbar-nav .dropdown-menu::before,
.navbar-header .navbar-nav .dropdown-menu::before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    background-color: var(--body-color);
    position: absolute;
    top: -5px;
    left: 50%;
    transform: rotate(45deg)
}

.navbar-footer .navbar-nav .dropdown-menu .dropdown-hr,
.navbar-header .navbar-nav .dropdown-menu .dropdown-hr {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #6c757d !important;
    opacity: .1
}

.navbar-footer .navbar-nav .dropdown-menu .dropdown-item,
.navbar-header .navbar-nav .dropdown-menu .dropdown-item {
    color: var(--text-color);
    display: block;
    width: 100%;
    padding: .25rem .5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    transition: .1s;
    margin-top: -5px;
    opacity: 0;
    transition-delay: none;
    overflow: hidden;
    text-overflow: ellipsis
}

.navbar-footer .navbar-nav .dropdown-menu .dropdown-item svg,
.navbar-header .navbar-nav .dropdown-menu .dropdown-item svg {
    position: relative;
    top: -2px;
    width: 1rem;
    opacity: .8
}

.navbar-footer .navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-header .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: var(--text-color) !important;
    background-color: rgba(255, 255, 255, 0.1);
    transition-delay: none
}

.navbar-footer .navbar-nav .dropdown-menu .dropdown-item:last-child,
.navbar-header .navbar-nav .dropdown-menu .dropdown-item:last-child {
    background: var(--color-bg-dark);
    margin-bottom: -6px;
    margin-top: -9px !important;
    padding-bottom: 5px;
    border-radius: 0px 0px 5px 5px;
    transition-delay: none
}

.navbar-footer .navbar-nav .dropdown-menu .dropdown-item:last-child:hover,
.navbar-header .navbar-nav .dropdown-menu .dropdown-item:last-child:hover {
    color: var(--main-color) !important;
    background-color: rgba(255, 255, 255, 0.1);
    transition-delay: none
}

.navbar-footer .navbar-nav .dropdown-menu.notify,
.navbar-header .navbar-nav .dropdown-menu.notify {
    min-width: 250px;
    padding: 0;
    margin-top: -6px !important
}

.navbar-footer .navbar-nav .dropdown-menu.notify::before,
.navbar-header .navbar-nav .dropdown-menu.notify::before {
    content: none
}

.navbar-footer .navbar-nav .dropdown-menu.notify .notify-header,
.navbar-header .navbar-nav .dropdown-menu.notify .notify-header {
    color: var(--color-text-second);
    background: var(--color-bg-light);
    padding: 5px .5rem
}

.navbar-footer .navbar-nav .dropdown-menu.notify .notify-header:first-child,
.navbar-header .navbar-nav .dropdown-menu.notify .notify-header:first-child {
    border-radius: 10px 10px 0px 0px
}

.navbar-footer .navbar-nav .dropdown-menu.notify .notify-list,
.navbar-header .navbar-nav .dropdown-menu.notify .notify-list {
    max-height: 40vh;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 5px
}

.navbar-footer .navbar-nav .dropdown-menu.notify .notify-list div,
.navbar-header .navbar-nav .dropdown-menu.notify .notify-list div {
    position: relative
}

.navbar-footer .navbar-nav .dropdown-menu.notify .notify-list div button,
.navbar-header .navbar-nav .dropdown-menu.notify .notify-list div button {
    position: absolute;
    top: 0;
    right: -73px;
    bottom: 0;
    background: var(--color-main);
    border: none;
    transition: .3s;
    border-bottom: 1px solid var(--color-bg_80)
}

.navbar-footer .navbar-nav .dropdown-menu.notify .notify-list div button svg,
.navbar-header .navbar-nav .dropdown-menu.notify .notify-list div button svg {
    display: block;
    fill: white;
    width: 1rem;
    margin: 0rem 5px
}

.navbar-footer .navbar-nav .dropdown-menu.notify .notify-list div a,
.navbar-header .navbar-nav .dropdown-menu.notify .notify-list div a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid var(--color-bg_80);
    padding: 5px 0px;
    transition: .3s
}

.navbar-footer .navbar-nav .dropdown-menu.notify .notify-list div a svg,
.navbar-header .navbar-nav .dropdown-menu.notify .notify-list div a svg {
    width: 2rem;
    margin: 5px 5px 5px 5px;
    transition: .3s
}

.navbar-footer .navbar-nav .dropdown-menu.notify .notify-list div a svg[type=SEND_MONEY],
.navbar-header .navbar-nav .dropdown-menu.notify .notify-list div a svg[type=SEND_MONEY] {
    fill: var(--color-list-watching)
}

.navbar-footer .navbar-nav .dropdown-menu.notify .notify-list div a svg[type=UPD_ANIME],
.navbar-header .navbar-nav .dropdown-menu.notify .notify-list div a svg[type=UPD_ANIME] {
    fill: var(--color-list-plan)
}

.navbar-footer .navbar-nav .dropdown-menu.notify .notify-list div a svg[type=USR_REPLY],
.navbar-header .navbar-nav .dropdown-menu.notify .notify-list div a svg[type=USR_REPLY],
.navbar-footer .navbar-nav .dropdown-menu.notify .notify-list div a svg[type=USR_FRIEND],
.navbar-header .navbar-nav .dropdown-menu.notify .notify-list div a svg[type=USR_FRIEND] {
    fill: var(--color-list-completed)
}

.navbar-footer .navbar-nav .dropdown-menu.notify .notify-list div a svg[type=SYSTEM],
.navbar-header .navbar-nav .dropdown-menu.notify .notify-list div a svg[type=SYSTEM] {
    fill: var(--color-list-dropped)
}

.navbar-footer .navbar-nav .dropdown-menu.notify .notify-list div a .notify-info,
.navbar-header .navbar-nav .dropdown-menu.notify .notify-list div a .notify-info {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis
}

.navbar-footer .navbar-nav .dropdown-menu.notify .notify-list div a .notify-info .notify-title,
.navbar-header .navbar-nav .dropdown-menu.notify .notify-list div a .notify-info .notify-title {
    font-size: .9rem;
    white-space: nowrap;
    font-weight: bold
}

.navbar-footer .navbar-nav .dropdown-menu.notify .notify-list div a .notify-info small,
.navbar-header .navbar-nav .dropdown-menu.notify .notify-list div a .notify-info small {
    font-size: 9pt;
    display: block
}

.navbar-footer .navbar-nav .dropdown-menu.notify .notify-list div a .notify-info .notify-data,
.navbar-header .navbar-nav .dropdown-menu.notify .notify-list div a .notify-info .notify-data {
    font-size: 9pt;
    color: var(--color-text-muted);
    display: block
}

.navbar-footer .navbar-nav .dropdown-menu.notify .notify-list div:hover button,
.navbar-header .navbar-nav .dropdown-menu.notify .notify-list div:hover button {
    right: 0;
    transition: .3s
}

.navbar-footer .navbar-nav .dropdown-menu.notify .notify-list div:hover a,
.navbar-header .navbar-nav .dropdown-menu.notify .notify-list div:hover a {
    margin-left: -5px;
    transition: .3s;
    background-color: var(--color-bg)
}

.navbar-footer .navbar-nav .dropdown-menu.notify .notify-list div:hover a svg,
.navbar-header .navbar-nav .dropdown-menu.notify .notify-list div:hover a svg {
    margin: 5px 2px 5px 5px;
    transition: .3s
}

.navbar-footer .navbar-nav .dropdown-menu.show,
.navbar-header .navbar-nav .dropdown-menu.show {
    opacity: 1;
    margin-top: 0px;
    pointer-events: all;
    transition: .3s linear
}

.navbar-footer .navbar-nav .dropdown-menu.show .dropdown-item,
.navbar-header .navbar-nav .dropdown-menu.show .dropdown-item {
    margin-top: 0px;
    opacity: 1
}

@media (min-width:0) and (max-width:991px) {
    .navbar-footer .navbar-nav,
    .navbar-header .navbar-nav {
        display: block
    }
}

.navbar-footer .navbar-nav .nav-item,
.navbar-header .navbar-nav .nav-item {
    padding: 0
}

@media (min-width:0) and (max-width:991px) {
    .navbar-footer .navbar-nav .nav-item,
    .navbar-header .navbar-nav .nav-item {
        display: block;
        width: 100%;
        border-color: #dee2e60d !important
    }
}

.navbar-footer .navbar-nav .nav-link,
.navbar-header .navbar-nav .nav-link {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
    color: var(--text-color) !important;
    opacity: .75;
    border-radius: 10px;
    padding: .1rem 10px !important;
    margin-top: .4rem;
    margin-bottom: .4rem;
    height: 32px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0
}

.navbar-footer .navbar-nav .nav-link.nav-avatar,
.navbar-header .navbar-nav .nav-link.nav-avatar {
    margin-top: .4rem;
    margin-bottom: .4rem;
    margin-right: 15px;
    padding: 0px 0px !important;
    background: transparent !important
}

.navbar-footer .navbar-nav .nav-link.nav-avatar .avatar,
.navbar-header .navbar-nav .nav-link.nav-avatar .avatar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-top: 2px
}

.navbar-footer .navbar-nav .nav-link.nav-avatar .avatar img,
.navbar-header .navbar-nav .nav-link.nav-avatar .avatar img {
    width: 24px;
    height: 24px;
    border-radius: 100%
}

.navbar-footer .navbar-nav .nav-link[disabled],
.navbar-header .navbar-nav .nav-link[disabled],
.navbar-footer .navbar-nav .nav-link:disabled,
.navbar-header .navbar-nav .nav-link:disabled {
    pointer-events: none;
    opacity: .3;
    cursor: default
}

.navbar-footer .navbar-nav .nav-link svg,
.navbar-header .navbar-nav .nav-link svg {
    width: 1.1rem;
    fill: var(--text-color) !important;
    opacity: .75
}

.navbar-footer .navbar-nav .nav-link[aria-expanded="true"],
.navbar-header .navbar-nav .nav-link[aria-expanded="true"],
.navbar-footer .navbar-nav .nav-link.active,
.navbar-header .navbar-nav .nav-link.active,
.navbar-footer .navbar-nav .nav-link:hover,
.navbar-header .navbar-nav .nav-link:hover {
    color: var(--text-color) !important;
    opacity: 1;
    background: rgba(255, 255, 255, 0.1);
    transition: .1s
}

.navbar-footer .navbar-nav .nav-link[aria-expanded="true"] svg,
.navbar-header .navbar-nav .nav-link[aria-expanded="true"] svg,
.navbar-footer .navbar-nav .nav-link.active svg,
.navbar-header .navbar-nav .nav-link.active svg,
.navbar-footer .navbar-nav .nav-link:hover svg,
.navbar-header .navbar-nav .nav-link:hover svg {
    fill: var(--text-color) !important;
    opacity: 1
}

.navbar-footer .navbar-nav .nav-link.nav-link-notify[aria-expanded="true"],
.navbar-header .navbar-nav .nav-link.nav-link-notify[aria-expanded="true"] {
    background-color: var(--color-bg-dark);
    border-radius: 10px 10px 0px 0px;
    opacity: 1
}

.navbar-footer .navbar-nav .ml-auto .dropdown-menu,
.navbar-header .navbar-nav .ml-auto .dropdown-menu {
    left: auto !important;
    right: 0px
}

footer.mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    border-radius: 0;
    width: 100vw;
    background: #0a0d17;
    z-index: 100;
    padding: 0
}

footer.mobile ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-around;
    align-items: stretch;
    margin: 0 auto;
    padding: 10px
}

footer.mobile ul li {
    padding: 5px 10px;
    border-radius: 10px
}

footer.mobile ul li a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center
}

footer.mobile ul li a span {
    display: none;
    color: #7e8597;
    margin-left: 5px
}

footer.mobile ul li a svg {
    color: #7e8597;
    width: 1.5rem
}

footer.mobile ul li.active {
    background: #dc35450d;
    padding: 5px 10px;
    border-radius: 10px
}

footer.mobile ul li.active span {
    display: inline-block;
    font-size: 1rem;
    opacity: .5;
    color: var(--text-color)
}

footer.mobile ul li.active svg {
    color: var(--text-color)
}

footer {
    background-color: rgba(0, 0, 0, 0.4);
    color: var(--text-color);
    padding: 1rem 0px 0px 0px;
    transition: .3s;
    background-repeat: no-repeat;
    background-position: -40% -125px;
    font-size: 12pt
}

@media (max-width:992px) {
    footer .h-xs {
        display: none !important
    }
}

footer .navbar-brand {
    color: var(--text-color);
    font-family: 'Source Sans Pro';
    font-weight: 900;
    letter-spacing: normal;
    transition: .3s;
    margin-bottom: 20px
}

@media (min-width:0) and (max-width:991px) {
    footer .navbar-brand {
        margin: 0 auto
    }
}

footer .navbar-brand svg {
    fill: var(--text-color);
    width: 25px;
    margin-top: -4px;
    transition: .3s
}

footer .navbar-brand svg .st0 {
    transition: .3s
}

footer .navbar-brand:hover {
    color: var(--main-color);
    transition: .3s
}

footer .navbar-brand:hover svg .st0 {
    fill: var(--main-color);
    transition: .3s
}

footer .footer-requisites {
    color: var(--ft-text-muted-color)
}

footer .footer-requisites a {
    color: var(--ft-text-muted-color);
    text-decoration: none
}

footer .footer-requisites a:hover {
    color: var(--text-color)
}

footer .footer-title {
    font-size: 1.2rem;
    margin-bottom: .5rem
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0
}

footer ul a {
    color: var(--text-color);
    display: inline-block;
    padding-bottom: .3rem
}

footer ul a .badge {
    background-color: var(--main-color);
    text-decoration: none;
    margin-left: 10px;
    padding: 2px 5px;
    font-weight: 100
}

footer ul a svg {
    display: inline-block;
    width: 1rem;
    height: 1rem
}

footer ul a svg use {
    fill: currentColor;
    transform: scale(.45)
}

footer ul a:hover {
    color: var(--main-color)
}

footer .dark {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 1rem 0px;
    margin-top: 1rem
}

footer .dark a {
    color: var(--text-color)
}

footer .dark a:hover {
    color: var(--main-color)
}

footer .dark .d-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center
}

footer .dark .d-flex button {
    margin-right: 5px
}

footer .dark .d-flex a {
    margin-left: 5px
}

footer .dark .d-flex-vcenter {
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center
}

footer .dark .btn {
    border-radius: .5rem
}

footer .dark .btn.btn-default {
    background-color: rgba(255, 255, 255, 0.05);
    color: var(--text-color)
}

footer .dark .btn.btn-default svg {
    display: inline-block;
    margin-top: -4px;
    margin-right: 5px
}

footer .dark .btn.btn-default.text-left {
    text-align: left !important
}

footer .dark .btn.btn-default:hover {
    background-color: var(--main-color);
    color: var(--text-color) !important
}

footer .dark .btn.btn-primary {
    background-color: var(--ft-btn-p-color);
    color: var(--ft-input-text-color)
}

footer .dark .btn.btn-primary:hover {
    background-color: var(--ft-btn-p-h-color)
}

.fly {
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    background: #0a0d17;
    transform: translate(0, calc(-100% + -50px));
    z-index: 1000;
    padding: 20px;
    box-shadow: 0 16px 10px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: .3s
}

.fly.show {
    transform: translate(0, calc(-100% + -10px));
    opacity: 1;
    transition: .3s;
    transition-delay: .3s
}

.fly-avatar {
    display: block;
    margin-right: 15px
}

.fly-avatar img {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    overflow: hidden
}

.fly-info {
    color: var(--white);
    overflow: hidden
}

.fly-info h3 {
    font-size: 1.8rem
}

.fly-info .text-muted {
    width: 100%;
    font-size: 14pt
}

.fly-info .dropdown {
    margin-top: 20px;
    margin-bottom: 20px
}

.fly-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background: rgba(0, 0, 0, 0.1)
}

.fly-footer-block {
    margin-left: 5px;
    margin-right: 5px;
    text-transform: lowercase;
    color: var(--white);
    padding-top: 15px;
    padding-bottom: 5px;
    opacity: .5
}

.fly-footer-block:hover {
    opacity: 1
}

.fly-footer-block-val {
    font-size: 27pt;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 0px;
    line-height: 20px
}

@media (max-width:1200px) {
    .raiting small {
        font-size: 8pt;
        text-align: justify
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 9999999999;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--color-text-first);
    background-color: var(--color-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out
}

.offcanvas .offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem
}

.offcanvas .offcanvas-header .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: var(--white) !important;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
    padding: .5rem .5rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem
}

.offcanvas .offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5
}

.offcanvas .offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto
}

.offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateX(100%)
}

.offcanvas.show {
    transform: none
}

@keyframes shrink-bounce {
    0% {
        transform: scale(1)
    }
    33% {
        transform: scale(.85)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes checkbox-check {
    0% {
        background-position: 0px
    }
    100% {
        background-position: -144px
    }
}

.form-footer {
    position: sticky;
    bottom: -17px;
    left: 0;
    right: 0;
    z-index: 1000;
    background: var(--color-bg);
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 15px
}

.form-autoscroll {
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: visible;
    margin-left: -10px
}

.form-autoscroll form {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    margin-bottom: 10px;
    z-index: 1000;
    background: var(--color-bg);
    margin-left: 9px
}

.form-autoscroll form svg {
    position: absolute;
    width: 1rem;
    top: 9px;
    left: 9px;
    fill: var(--white);
    opacity: .3
}

.form-autoscroll form input {
    display: block;
    width: calc(100% - 11px);
    border: 0;
    font-size: 1rem;
    background: var(--color-bg-dark);
    box-shadow: none;
    margin-bottom: 0;
    border-radius: 10px;
    padding: 5px 5px 5px 33px;
    outline: none;
    color: var(--white);
    vertical-align: middle;
    margin-right: 10px;
    transition: .3s
}

.form-autoscroll .form-check-genre {
    position: relative;
    transition: .3s;
    padding-left: 10px
}

.form-autoscroll .form-check-genre .badge {
    display: inline-block;
    padding: .05em .25em;
    font-size: .7em;
    font-weight: 100;
    line-height: 1;
    color: var(--white);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    position: relative;
    top: -2px
}

.form-autoscroll .form-check-genre button {
    display: flex;
    position: absolute;
    top: 0;
    width: 45px;
    height: 45px;
    padding: 15px;
    border: none;
    background: transparent;
    color: var(--color-text-second);
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: .3s;
    right: 45px
}

.form-autoscroll .form-check-genre button[ignore] {
    opacity: 0
}

.form-autoscroll .form-check-genre button[help] {
    right: 0px
}

.form-autoscroll .form-check-genre button:hover {
    color: var(--color-text-first);
    background-color: var(--color-bg-light);
    padding: 14px;
    transition: .3s
}

.form-autoscroll .form-check-genre input[type="checkbox"]:not([ignore]):checked+label {
    color: var(--color-main)
}

.form-autoscroll .form-check-genre input[type="checkbox"][ignore]~button[ignore] {
    color: var(--color-main);
    opacity: 1
}

.form-autoscroll .form-check-genre input[type="checkbox"][ignore]+label::before,
.form-autoscroll .form-check-genre input[type="checkbox"][ignore]+label::after {
    opacity: 0
}

.form-autoscroll .form-check-genre:hover {
    background: var(--color-bg-dark);
    transition: .3s
}

.form-autoscroll .form-check-genre:hover button[ignore] {
    opacity: 1
}

.form-check {
    margin-bottom: 10px;
    padding-left: 0px;
    font-size: 1rem
}

.form-check.form-check-raiting {
    position: relative
}

.form-check.form-check-raiting span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1rem;
    z-index: -1
}

.form-check.form-check-raiting span svg {
    width: 1rem;
    position: relative;
    top: -1px
}

.form-check.form-check-genre {
    margin-bottom: 0px
}

.form-check label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    min-width: 18px;
    min-height: 18px;
    margin-bottom: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: border 140ms linear 0s, color 140ms linear 0s, background-color 140ms linear 0s;
    z-index: 10
}

.form-check label small {
    display: block;
    color: var(--color-text-muted)
}

.form-check label:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0px;
    -webkit-box-sizing: inherit;
    box-sizing: border-box;
    background-color: var(--white);
    border: 1px solid #1d2435;
    top: 5px;
    border-radius: 3px;
    transition: border 140ms linear 0s, color 140ms linear 0s, background-color 140ms linear 0s;
}
.form-checkbox label:before { background-color: #121725; }

.form-check input[type="checkbox"] {
    position: absolute;
    margin: 0;
    top: 3px;
    z-index: -1;
    width: 16px;
    height: 16px;
    opacity: 0
}

.form-check input[type="checkbox"]+label::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0px;
    border-right: 0 solid transparent;
    border-bottom: 0 solid transparent;
    width: 16px;
    height: 16px;
    overflow: hidden
}

.form-check input[type="checkbox"]:checked+label::after {
    content: "";
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAAAQAgMAAADsa5zLAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAMUExURUdwTHBwcG9vb3BwcBFjhIYAAAAEdFJOUwBG9tQE3MceAAAAVUlEQVQoz2NgGLKA0QGIDwDxBSCeAMEYgAWI2YCK2CagYgwgDcRSDhgYbAkKzsSKGdgakCyY6ADES7BiiCkgJ4PYyybgxAhQAsRZDrgxCpDEg4cAAAAp2ibhZRGLHgAAAABJRU5ErkJggg==") left center;
    background-size: 160px 16px;
    background-repeat: no-repeat;
    animation-name: checkbox-check;
    animation-duration: 320ms;
    animation-timing-function: steps(9);
    animation-fill-mode: forwards;
    animation-iteration-count: 1
}

.form-check input[type="checkbox"]:hover:active:not(:checked)+label:before {
    background-color: rgba(0, 0, 0, 0.08)
}

.form-check input[type="checkbox"]:indeterminate+label:after {
    background: none;
    background-color: var(--color-main);
    width: 10px;
    height: 2px;
    top: 6px;
    margin: 3px;
    border-radius: 2px
}

.form-check input[type="checkbox"][ignore]+label,
.form-check input[type="checkbox"][disabled]+label {
    cursor: not-allowed !important;
    color: #4b4b4b;
    opacity: .58
}

.form-check input[type="checkbox"][ignore]+label:before,
.form-check input[type="checkbox"][disabled]+label:before {
    cursor: not-allowed !important;
    background: #ececec
}

.form-check input[type="radio"] {
    opacity: 0;
    position: absolute;
    top: 3px;
    width: 16px;
    height: 16px
}

.form-check input[type="radio"]+label:before {
    bottom: 2.5px;
    border-radius: 99px;
    -webkit-transition: border .3s 0s cubic-bezier(.455, .03, .215, 1.33);
    transition: border .3s 0s cubic-bezier(.455, .03, .215, 1.33)
}

.form-check input[type="radio"]:checked+label:before {
    border-color: #757575;
    border-width: 5px
}

.form-check input[type="radio"]:hover:active:not(:checked)+label:before {
    background-color: rgba(0, 0, 0, 0.08)
}

.form-check input[type="radio"]:focus+label:before {
    outline: none !important;
    box-shadow: 0 0 0 2px #78c8fe
}

.form-check input[type="radio"][ignore]+label,
.form-check input[type="radio"][disabled]+label {
    cursor: not-allowed !important;
    color: #4b4b4b;
    opacity: .58
}

.form-check input[type="radio"][ignore]+label:before,
.form-check input[type="radio"][disabled]+label:before {
    cursor: not-allowed !important;
    background: #ececec
}

.form-check.checkbox-circle label:after {
    border-radius: 99px
}

.form-check.checkbox-circle label:before {
    border-radius: 99px
}

.form-check.right label {
    padding-left: 0px;
    padding-right: 26px
}

.form-check.right label:before {
    right: 0px;
    left: auto
}

.form-check.right input[type="checkbox"]:checked+label {
    position: relative
}

.form-check.right input[type="checkbox"]:checked+label::after {
    position: absolute;
    right: 0px;
    left: auto
}

.form-check.switch input[type="checkbox"] {
    top: 1px;
    width: 28px;
    height: 18px
}

.form-check.switch input[type="checkbox"]+label {
    padding-left: 34px
}

.form-check.switch input[type="checkbox"]+label:before {
    cursor: pointer;
    width: 26px;
    height: 18px;
    top: 3px;
    background-image: -webkit-linear-gradient(to right, #7252D3 0%, #845ae0 44%, rgba(0, 0, 0, 0.14) 62%, rgba(0, 0, 0, 0.04) 97%);
    background-image: -moz-linear-gradient(to right, #7252D3 0%, #845ae0 44%, rgba(0, 0, 0, 0.14) 62%, rgba(0, 0, 0, 0.04) 97%);
    background-image: linear-gradient(to right, #7252D3 0%, #845ae0 44%, rgba(0, 0, 0, 0.14) 62%, rgba(0, 0, 0, 0.04) 97%);
    background-size: 300%;
    background-position: right;
    border-radius: 50px;
    border: none;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
    transition: background 310ms, box-shadow 250ms;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.form-check.switch input[type="checkbox"]+label:after {
    transform: translateX(0%);
    background: var(--white);
    top: 5px;
    left: 2px;
    width: 14px;
    height: 14px;
    border-radius: 9px;
    box-shadow: 1px 0 1px .5px rgba(0, 0, 0, 0.12), 2px 4px 6px rgba(0, 0, 0, 0.2);
    transition: transform, box-shadow;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.form-check.switch input[type="checkbox"]:checked+label:before {
    background-position: left;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12)
}

.form-check.switch input[type="checkbox"]:checked+label:after {
    transform: translateX(calc(100% - 6px));
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.08), -3px 3px 6px rgba(0, 0, 0, 0.3)
}

.form-check.switch input[type="checkbox"]:focus+label :before {
    outline: none !important;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12), 0 0 0 2px #78c8fe
}

.form-check.switch input[type="checkbox"]:checked[ignore]:active+label:after,
.form-check.switch input[type="checkbox"]:checked[disabled]:active+label:after {
    transform: translateX(calc(100% - 6px)) scaleX(1.1);
    transform-origin: center right
}

.form-check.switch input[type="checkbox"]:hover:active+label:before {
    background-color: transparent
}

.form-check.switch input[type="checkbox"][ignore]:active+label:after,
.form-check.switch input[type="checkbox"][disabled]:active+label:after {
    transform: scaleX(1.1);
    transform-origin: center left;
    transition: transform step-start
}

.form-check.switch.right input[type="checkbox"]+label {
    padding-left: 0px;
    padding-right: 36px
}

.form-check.switch.right input[type="checkbox"]+label:before {
    right: 0px;
    left: auto
}

.form-check.switch.right input[type="checkbox"]+label:after {
    right: 10px;
    left: auto
}

.form-check.switch.switch-lg {
    top: 0px;
    width: 34px;
    height: 22px
}

.form-check.switch.switch-lg input[type="checkbox"]+label {
    padding-left: 42px
}

.form-check.switch.switch-lg input[type="checkbox"]+label:before {
    width: 34px;
    height: 22px;
    top: 0px
}

.form-check.switch.switch-lg input[type="checkbox"]+label:after {
    width: 18px;
    height: 18px;
    top: 2px
}

.form-check.switch.switch-lg.right input[type="checkbox"]+label {
    padding-left: 0px;
    padding-right: 44px
}

.form-check.switch.switch-lg.right input[type="checkbox"]+label:after {
    right: 14px
}

.form-check.switch input[type="checkbox"]+label:before {
    background-image: linear-gradient(to right, var(--color-main) 0%, var(--color-main-light) 44%, rgba(0, 0, 0, 0.14) 62%, rgba(0, 0, 0, 0.04) 97%)
}

.form-check.switch.success input[type="checkbox"]+label:before {
    background-image: linear-gradient(to right, #19AD79 0%, #26bf93 44%, rgba(0, 0, 0, 0.14) 62%, rgba(0, 0, 0, 0.04) 97%)
}

.form-check.switch.complete input[type="checkbox"]+label:before {
    background-image: linear-gradient(to right, #0072EC 0%, #0f8ff9 44%, rgba(0, 0, 0, 0.14) 62%, rgba(0, 0, 0, 0.04) 97%)
}

.form-check.switch.warning input[type="checkbox"]+label:before {
    background-image: linear-gradient(to right, #FFd945 0%, #ffe858 44%, rgba(0, 0, 0, 0.14) 62%, rgba(0, 0, 0, 0.04) 97%)
}

.form-check.switch.danger input[type="checkbox"]+label:before {
    background-image: linear-gradient(to right, #D83C31 0%, #e6533c 44%, rgba(0, 0, 0, 0.14) 62%, rgba(0, 0, 0, 0.04) 97%)
}

.form-check.switch.info input[type="checkbox"]+ label:before {
    background-image: linear-gradient(to right, #3B4752 0%, #475b6b 44%, rgba(0, 0, 0, 0.14) 62%, rgba(0, 0, 0, 0.04) 97%)
}

.irs.irs--flat {
    margin-bottom: 20px
}

.irs.irs--flat .irs-max,
.irs.irs--flat .irs-min {
    display: none
}

.irs.irs--flat .irs-handle > i:first-child {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 18px;
    border-radius: 100%;
    height: 100%;
    margin-left: -9px;
    background-color: var(--white);
    border-radius: 9px;
    box-shadow: 1px 0 1px .5px rgba(0, 0, 0, 0.12), 2px 4px 6px rgba(0, 0, 0, 0.2)
}

.swiper-container {
    overflow: hidden;
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
    color: var(--text-color);
    transition: .3s
}

.swiper-container .swiper-button-prev.swiper-button-disabled,
.swiper-container .swiper-button-next.swiper-button-disabled {
    display: none
}

/* .swiper-container .swiper-button-prev:after,
.swiper-container .swiper-button-next:after {
    font-size: 2rem
} */

.swiper-container .swiper-button-prev:hover,
.swiper-container .swiper-button-next:hover {
    color: var(--main-color);
    transition: .3s
}

.swiper-container h2 {
    margin-bottom: 20px;
    margin-top: 40px
}

.poster {
    position: relative;
    display: block;
    width: 100%;
    min-height: 360px;
    margin-bottom: 20px;
    text-decoration: none;
    transition: 1s;
    z-index: 0;
    color: var(--text-color) !important
}

.poster .image {
    border-radius: 10px;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
    z-index: 12;
    position: relative;
    overflow: hidden
}

.poster .image .box {
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center
}

@media (min-width:0) and (max-width:455px) {
    .poster .image .box {
        font-size: 10pt
    }
}

.poster .image::after {
    content: '';
    width: 2rem;
    height: 2rem;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    left: calc(50% - 1.5rem);
    margin: 0 auto;
    animation: spinner-border .75s linear infinite;
    color: var(--main-color)
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.poster .image > img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 268px;
    z-index: 11;
    pointer-events: none;
    border: 0 !important;
    transition: 1s;
    opacity: 1;
    background: white;
    vertical-align: middle;
    overflow: hidden;
    opacity: 0;
    object-fit: cover;
    animation: name-show 1s ease forwards
}

.poster .image>img[data-ll-status=loaded] {
    animation: name-show 1s ease forwards
}

.poster .image p {
    display: none
}

.poster .image:hover img {
    transform: scale(1.1)
}

.poster .info {
    position: relative;
    bottom: 0;
    color: var(--text-color);
    display: block;
    padding: 5px 5px 15px 5px;
    transition: 1s;
    transition: .3s;
    animation: name-show 1s ease forwards
}

.poster .info-btn {
    opacity: 0
}

.poster .info-title {
    display: block;
    width: 100%;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1rem;
    white-space: nowrap;
    transition: .3s
}

@media (min-width:0) and (max-width:455px) {
    .poster .info-title {
        font-size: .8rem
    }
}

.poster .info-original {
    display: block;
    width: 100%;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .9rem;
    opacity: .5;
    height: 100%;
    transition: .3s
}

@media (min-width:0) and (max-width:455px) {
    .poster .info-original {
        font-size: .7rem
    }
}

@media (min-width:0) and (max-width:455px) {
    .poster .info-data {
        margin-top: -7px;
        opacity: .3
    }
}

.poster .info-data>span {
    font-size: 1rem;
    opacity: .5;
    transition: .3s
}

@media (min-width:0) and (max-width:455px) {
    .poster .info-data>span {
        font-size: .8rem
    }
}

.poster .info-data>span svg {
    width: 14px;
    fill: var(--text-color);
    margin-top: -2px;
    transition: .3s
}

.poster .info-data>span:not(.info-data-episodes)::after {
    content: '';
    display: inline-block;
    background: var(--text-color);
    border-radius: 50%;
    width: 5px;
    height: 5px;
    margin-left: 5px;
    vertical-align: middle;
    transition: .3s
}

@media (min-width:0) and (max-width:455px) {
    .poster .info-data>span:not(.info-data-episodes)::after {
        content: none
    }
}

@media (min-width:0) and (max-width:455px) {
    .poster .info-data>span:nth-child(2) {
        display: none
    }
}

.poster .info-data-type span {
    background: rgba(var(--body-color), .3);
    padding: 2px 10px;
    font-size: .7rem;
    font-weight: 600;
    border-radius: 10px
}

.poster .info:hover {
    color: var(--text-color) !important;
    transition: .3s
}

.poster .info:hover * {
    opacity: 1;
    transition: .3s
}

.poster .blur {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .5;
    width: 100%;
    height: 300px;
    z-index: 10;
    transition: .3s;
    pointer-events: none
}

.poster:hover {
    display: block;
    text-decoration: none;
    transition: .3s;
    color: var(--text-color) !important
}

.poster:hover .image {
    transition: .3s;
    opacity: 1
}

.poster:hover .image img {
    z-index: 11;
    transition: .3s;
    border: 1px solid transparent;
    opacity: 1
}

.poster:hover .info {
    transition: .2s;
    transition-delay: .1s;
    color: var(--text-color) !important;
    transition: .3s
}

.poster:hover .info * {
    opacity: 1;
    transition: .3s
}

.poster:hover .blur {
    display: none;
    transition: .5s;
    transform: scale(1);
    opacity: 1;
    z-index: 10
}

.collection {
    background-color: transparent;
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
    transition: 1s;
    z-index: 2
}

.collection::after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 20px;
    height: 100%;
    width: 100%;
    background: var(--body-color);
    background-image: -ms-linear-gradient(0deg, var(--body-color) 20%, #00000000 100%);
    background: linear-gradient(0deg, var(--body-color) 20%, #00000000 100%);
    opacity: .5;
    z-index: 4;
    pointer-events: none;
    border-radius: 10px
}

.collection-name {
    position: absolute;
    bottom: 40px;
    opacity: 0;
    left: 15px;
    right: 15px;
    z-index: 6;
    font-weight: 500;
    color: var(--text-color) !important;
    animation: name-show 1s ease forwards
}

.collection-views {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 0;
    z-index: 6;
    font-weight: 500;
    color: var(--text-color) !important;
    animation: name-show 1s ease forwards
}

.collection-poster {
    height: auto;
    width: auto;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: var(--body-color);
    opacity: .8;
    transition: .3s;
    max-height: 246px;
    margin: 0 auto;
    overflow: hidden
}

.collection-poster::after {
    content: '';
    width: 2rem;
    height: 2rem;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    left: calc(50% - 1.5rem);
    margin: 0 auto;
    animation: spinner-border .75s linear infinite;
    color: var(--main-color)
}

.collection-poster img {
    width: 100%;
    position: relative;
    z-index: 4;
    /* opacity: 0 */
}

.collection-poster img[loading=lazy] {
    animation: name-show 1s ease forwards
}

.collection-poster img:not([src]):not([srcset]) {
    visibility: hidden !important;
    cursor: wait;
    width: 100%;
    height: 100%;
    display: block
}

.collection-favorites-count {
    background-color: var(--body-color);
    color: var(--text-color);
    border: 1px solid var(--body-color);
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0 10px;
    border-radius: 20px;
    font-size: 12pt;
    z-index: 7;
    animation: name-show 1s ease forwards
}

.collection-favorites-count svg {
    width: 12pt;
    margin-top: -4px
}

.collection .blur {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .5;
    width: 100%;
    height: 300px;
    z-index: 0;
    transition: .3s;
    pointer-events: none
}

.collection:hover .collection-poster {
    opacity: 1;
    transition: .3s
}

.collection:hover .blur {
    display: none;
    opacity: .8;
    transition: .3s;
    z-index: 0
}

.alert-fly {
    position: fixed;
    right: 2%;
    bottom: 2%;
    padding: 8px 12px;
    background: #0a0d17;
    color: white !important;
    border: none;
    width: 250px;
    z-index: 1000000000;
    overflow: hidden;
    border-radius: 10px;
    font-size: 12pt;
    box-shadow: 0 16px 10px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width:0) and (max-width:455px) {
    .alert-fly {
        display: none
    }
}

.alert-fly .alert-bar {
    position: absolute;
    display: block;
    width: 0%;
    height: 2px;
    background-color: var(--main-color);
    bottom: 0;
    left: 0;
    animation: wait 5s forwards
}

@keyframes wait {
    0% {
        width: 0%
    }
    100% {
        width: 100%
    }
}

.banner {
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    padding: 0;
    margin: 0
}

.banner img {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 5px
}

.banner .banner-info-box {
    position: absolute;
    top: 50%;
    opacity: 1;
    transform: translateY(-50%);
    transition: .3s;
    transition-delay: .2s
}

.banner .banner-info-box .banner-title {
    font-size: 30pt
}

@media (min-width:0) and (max-width:991px) {
    .banner .banner-info-box .banner-title {
        font-size: 14pt
    }
}

.banner .banner-info-box img {
    width: 150px;
    left: 0;
    top: -20px;
    border-radius: 5px;
    position: absolute
}

.banner-video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
    opacity: .1;
    transition: .5s
}

@media (min-width:0) and (max-width:991px) {
    .banner-video {
        width: auto;
        height: 100%
    }
}

.banner-info {
    position: relative;
    z-index: 1
}

.banner-info .container,
.banner-info .container-fluid,
.banner-info .container-sm,
.banner-info .container-md,
.banner-info .container-lg,
.banner-info .container-xl {
    position: relative
}

.banner-info .banner-title {
    margin-bottom: -15px;
    color: var(--text-color)
}

.banner-info .img-fluid {
    margin-top: 60px;
    margin-bottom: 80px
}

.banner-info .data {
    opacity: .5;
    transition: .3s
}

.banner-info .data span {
    border: 1px solid var(--text-color);
    color: var(--text-color);
    padding: 0px 10px;
    border-radius: 10px;
    margin-right: 5px;
    display: inline-block;
    margin-top: 16px;
    text-decoration: none;
    transition: .3s;
    box-shadow: 0 0 15px 0 rgba(var(--body-color), .3)
}

@media (min-width:0) and (max-width:991px) {
    .banner-info .data span {
        font-size: 9pt
    }
}

.banner-info .data span.bg-danger {
    border: none
}

.banner a {
    background: var(--text-color) !important;
    color: var(--body-color) !important;
    padding: 8px 20px 7px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 16px;
    text-decoration: none;
    transition: .3s;
    box-shadow: 0 0 15px 0 rgba(var(--body-color), .3);
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    opacity: .5
}

@media (min-width:0) and (max-width:991px) {
    .banner a {
        font-size: 11pt;
        font-weight: normal;
        padding: 3px 13px 3px;
        margin-top: 5px
    }
}

.banner a svg {
    width: 14pt;
    height: 14pt;
    margin-top: -3px;
    margin-left: -20px;
    fill: var(--text-color);
    opacity: 0;
    transition: .3s
}

.banner a:hover {
    background: var(--main-color) !important;
    color: var(--text-color) !important;
    box-shadow: 0 0 15px 0 var(--main-color);
    text-decoration: none;
    transition: .3s
}

.banner a:hover svg {
    width: 14pt;
    height: 14pt;
    margin-top: -3px;
    margin-left: 10px;
    fill: var(--text-color);
    opacity: 1;
    transition: .3s
}

.banner:hover a,
.banner:hover .data {
    opacity: 1;
    transition: .3s
}

.banner:hover .banner-info-box {
    opacity: 1;
    transition: .3s
}

html:not(.light) .main-slider .container::before {
    background-image: linear-gradient(180deg, transparent 0%, var(--color-bg) 95%)
}

html:not(.light) .swiper-raitings .raiting:first-child::before {
    background: url("data:image/svg+xml,%3Csvg width='18' height='31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.761.756a6.298 6.298 0 01-2.584 4.357c-.43-1.617.877-3.853 2.584-4.357zm2.835 24.843c-1.573-1.148-3.409-1.62-4.457-.745 1.509 1.691 3.698 1.864 4.457.745zm-2.638-2.386c-1.272-1.401-2.966-2.204-4.164-1.55 1.136 1.915 3.204 2.494 4.173 1.548l-.009.002zm-2.04-2.812c-.956-1.606-2.466-2.724-3.766-2.319.729 2.1 2.626 3.051 3.766 2.32zm-1.445-3.13c-.622-1.75-1.889-3.133-3.246-3 .314 2.202 1.987 3.496 3.246 3zm-.812-3.342c-.273-1.84-1.26-3.46-2.605-3.59-.119 2.24 1.276 3.83 2.605 3.59zm-.148-3.449c.098-1.872-.53-3.683-1.826-4.079-.588 2.207.477 4.054 1.826 4.08zm.542-3.45c.47-1.842.258-3.788-.94-4.44-1.049 2.104-.377 4.15.94 4.44zm.903.238c1.336.308 2.683-.67 3.396-2.073-1.168-.657-2.912.234-3.396 2.073zM6.46 10.53c1.364.03 2.496-1.165 2.894-2.641-1.312-.392-2.804.777-2.894 2.64zm.141 3.264c1.343-.237 2.23-1.627 2.315-3.123-1.363-.127-2.59 1.29-2.33 3.127l.015-.004zm2.435-.34c.199 1.477-.396 3.012-1.667 3.506l-.015.004c-.606-1.74.32-3.37 1.682-3.51zm-.299 6.471c1.137-.73 1.433-2.363.955-3.774-1.31.398-1.913 2.165-.971 3.776l.016-.002zm2.117-1.25c.748 1.296.813 2.981-.174 3.912h-.017c-1.26-1.41-1.013-3.27.191-3.912zm2.295 6.162c.768-1.125.347-2.758-.656-3.902-1.04.872-.904 2.758.656 3.902zM6.896 5.855c-2.814 8.31 1.18 17.806 9.76 21.201l.01.014c.167.079.29.229.24.352-.05.124-.242.162-.426.085C8.032 23.99 3.82 14.472 6.896 5.855z' fill='%23fff'/%3E%3C/svg%3E%0A") no-repeat center
}

html:not(.light) .swiper-raitings .raiting:first-child::after {
    background: url("data:image/svg+xml,%3Csvg width='18' height='31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.18.756a6.298 6.298 0 002.583 4.357c.43-1.617-.876-3.853-2.584-4.357zM5.343 25.599c1.574-1.148 3.41-1.62 4.458-.745-1.51 1.691-3.698 1.864-4.458.745zm2.638-2.386c1.272-1.401 2.967-2.204 4.164-1.55-1.136 1.915-3.204 2.494-4.173 1.548l.01.002zm2.04-2.812c.957-1.606 2.466-2.724 3.767-2.319-.73 2.1-2.627 3.051-3.767 2.32zm1.445-3.13c.622-1.75 1.89-3.133 3.246-3-.313 2.202-1.986 3.496-3.246 3zm.812-3.342c.273-1.84 1.26-3.46 2.605-3.59.12 2.24-1.276 3.83-2.605 3.59zm.148-3.449c-.098-1.872.53-3.683 1.826-4.079.588 2.207-.476 4.054-1.826 4.08zm-.541-3.45c-.47-1.842-.258-3.788.94-4.44 1.048 2.104.377 4.15-.94 4.44zm-.904.238c-1.335.308-2.683-.67-3.396-2.073 1.169-.657 2.913.234 3.396 2.073zm.499 3.262c-1.364.03-2.497-1.165-2.894-2.641 1.31-.392 2.803.777 2.894 2.64zm-.142 3.264c-1.342-.237-2.23-1.627-2.315-3.123 1.364-.127 2.59 1.29 2.33 3.127l-.015-.004zm-2.434-.34c-.2 1.477.396 3.012 1.666 3.506l.015.004c.607-1.74-.32-3.37-1.681-3.51zm.298 6.471c-1.137-.73-1.432-2.363-.954-3.774 1.31.398 1.912 2.165.97 3.776l-.016-.002zm-2.117-1.25c-.747 1.296-.812 2.981.175 3.912h.016c1.261-1.41 1.013-3.27-.191-3.912zm-2.294 6.162c-.768-1.125-.347-2.758.656-3.902 1.039.872.903 2.758-.656 3.902zm6.252-18.982c2.815 8.31-1.18 17.806-9.759 21.201l-.01.014c-.168.079-.291.229-.241.352.05.124.243.162.427.085 8.447-3.517 12.66-13.035 9.583-21.652z' fill='%23fff'/%3E%3C/svg%3E%0A") no-repeat center
}

html.light .main-slider .container::before {
    background-image: linear-gradient(180deg, transparent 50%, white 95%)
}

html.light .swiper-raitings .raiting:first-child::before {
    background: url("data:image/svg+xml,%3Csvg width='18' height='31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.761.756a6.298 6.298 0 01-2.584 4.357c-.43-1.617.877-3.853 2.584-4.357zm2.835 24.843c-1.573-1.148-3.409-1.62-4.457-.745 1.509 1.691 3.698 1.864 4.457.745zm-2.638-2.386c-1.272-1.401-2.966-2.204-4.164-1.55 1.136 1.915 3.204 2.494 4.173 1.548l-.009.002zm-2.04-2.812c-.956-1.606-2.466-2.724-3.766-2.319.729 2.1 2.626 3.051 3.766 2.32zm-1.445-3.13c-.622-1.75-1.889-3.133-3.246-3 .314 2.202 1.987 3.496 3.246 3zm-.812-3.342c-.273-1.84-1.26-3.46-2.605-3.59-.119 2.24 1.276 3.83 2.605 3.59zm-.148-3.449c.098-1.872-.53-3.683-1.826-4.079-.588 2.207.477 4.054 1.826 4.08zm.542-3.45c.47-1.842.258-3.788-.94-4.44-1.049 2.104-.377 4.15.94 4.44zm.903.238c1.336.308 2.683-.67 3.396-2.073-1.168-.657-2.912.234-3.396 2.073zM6.46 10.53c1.364.03 2.496-1.165 2.894-2.641-1.312-.392-2.804.777-2.894 2.64zm.141 3.264c1.343-.237 2.23-1.627 2.315-3.123-1.363-.127-2.59 1.29-2.33 3.127l.015-.004zm2.435-.34c.199 1.477-.396 3.012-1.667 3.506l-.015.004c-.606-1.74.32-3.37 1.682-3.51zm-.299 6.471c1.137-.73 1.433-2.363.955-3.774-1.31.398-1.913 2.165-.971 3.776l.016-.002zm2.117-1.25c.748 1.296.813 2.981-.174 3.912h-.017c-1.26-1.41-1.013-3.27.191-3.912zm2.295 6.162c.768-1.125.347-2.758-.656-3.902-1.04.872-.904 2.758.656 3.902zM6.896 5.855c-2.814 8.31 1.18 17.806 9.76 21.201l.01.014c.167.079.29.229.24.352-.05.124-.242.162-.426.085C8.032 23.99 3.82 14.472 6.896 5.855z' fill='%23000'/%3E%3C/svg%3E%0A") no-repeat center
}

html.light .swiper-raitings .raiting:first-child::after {
    background: url("data:image/svg+xml,%3Csvg width='18' height='31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.18.756a6.298 6.298 0 002.583 4.357c.43-1.617-.876-3.853-2.584-4.357zM5.343 25.599c1.574-1.148 3.41-1.62 4.458-.745-1.51 1.691-3.698 1.864-4.458.745zm2.638-2.386c1.272-1.401 2.967-2.204 4.164-1.55-1.136 1.915-3.204 2.494-4.173 1.548l.01.002zm2.04-2.812c.957-1.606 2.466-2.724 3.767-2.319-.73 2.1-2.627 3.051-3.767 2.32zm1.445-3.13c.622-1.75 1.89-3.133 3.246-3-.313 2.202-1.986 3.496-3.246 3zm.812-3.342c.273-1.84 1.26-3.46 2.605-3.59.12 2.24-1.276 3.83-2.605 3.59zm.148-3.449c-.098-1.872.53-3.683 1.826-4.079.588 2.207-.476 4.054-1.826 4.08zm-.541-3.45c-.47-1.842-.258-3.788.94-4.44 1.048 2.104.377 4.15-.94 4.44zm-.904.238c-1.335.308-2.683-.67-3.396-2.073 1.169-.657 2.913.234 3.396 2.073zm.499 3.262c-1.364.03-2.497-1.165-2.894-2.641 1.31-.392 2.803.777 2.894 2.64zm-.142 3.264c-1.342-.237-2.23-1.627-2.315-3.123 1.364-.127 2.59 1.29 2.33 3.127l-.015-.004zm-2.434-.34c-.2 1.477.396 3.012 1.666 3.506l.015.004c.607-1.74-.32-3.37-1.681-3.51zm.298 6.471c-1.137-.73-1.432-2.363-.954-3.774 1.31.398 1.912 2.165.97 3.776l-.016-.002zm-2.117-1.25c-.747 1.296-.812 2.981.175 3.912h.016c1.261-1.41 1.013-3.27-.191-3.912zm-2.294 6.162c-.768-1.125-.347-2.758.656-3.902 1.039.872.903 2.758-.656 3.902zm6.252-18.982c2.815 8.31-1.18 17.806-9.759 21.201l-.01.014c-.168.079-.291.229-.241.352.05.124.243.162.427.085 8.447-3.517 12.66-13.035 9.583-21.652z' fill='%23000'/%3E%3C/svg%3E%0A") no-repeat center
}

.main-slider {
    position: relative;
    width: 100%;
    height: 50vw;
    margin-bottom: 0px;
    overflow: hidden;
}

@media only screen and (max-width:1200px) {
    .main-slider {
        margin-bottom: 10px
    }
}

@media (min-width:0) and (max-width:455px) {
    .main-slider {
        height: 100%;
        margin-bottom: 40px;
    }
    .main-slider .age-rating {
        position: absolute;
        z-index: 100;
        background: var(--body-color);
        padding: 0px 7px;
        border-radius: 10px;
        font-size: 10pt;
        top: 5px;
        left: 5px;
        color: white !important
    }
}

.main-slider img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

@media (min-width:0) and (max-width:455px) {
    .main-slider img {
        border-radius: 0px
    }
}

.main-slider .container::before {
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%
}

@media (min-width:0) and (max-width:455px) {
    .main-slider .container::before {
        bottom: 0;
        content: '';
        display: block;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        overflow: hidden;
        position: absolute;
        width: 100%;
        opacity: .8
    }
}

.main-slider .swiper-raitings {
    position: absolute;
    bottom: 100px;
    right: 80px;
    width: 50%;
    text-align: right;
    color: var(--color-text-first)
}

@media (min-width:0) and (max-width:1200px) {
    .main-slider .swiper-raitings { display: none }
}

.main-slider .swiper-raitings .raiting {
    display: inline-block;
    text-align: center;
    margin-left: 20px
}
.main-slider .swiper-raitings .raiting:first-child { position: relative }
.main-slider .swiper-raitings .raiting:first-child::before {
    background-size: contain;
    left: 0;
    bottom: 2px;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 18px
}

.main-slider .swiper-raitings .raiting:first-child::after {
    background-size: contain;
    right: 0;
    bottom: 2px;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 18px
}

.main-slider .swiper-raitings .raiting .value {
    font-weight: bold;
    font-size: 2rem
}

.main-slider .swiper-raitings .raiting .from {
    font-size: 12pt;
    margin-top: -10px;
    opacity: .5
}

.main-slider iframe {
    width: 100%;
    height: 100vh
}

.main-slider .swiper-live-actions {
    position: absolute;
    right: 80px;
    top: 80px
}

.main-slider .swiper-live-actions-title {
    background-color: rgba(0, 0, 0, 0.5) !important;
    color: var(--white);
    font-weight: normal;
    padding: 2px 10px;
    border-radius: 5px;
    backdrop-filter: blur(10px);
    transition: .3s
}

.main-slider .swiper-live-actions-title:hover {
    background-color: #dc3545 !important;
    text-decoration: none;
    cursor: pointer;
    transition: .3s
}

.main-slider .swiper-live {
    position: absolute;
    left: 60px;
    top: 80px
}

.main-slider .swiper-live-title {
    background-color: #dc3545 !important;
    color: var(--white);
    font-weight: bold;
    padding: 2px 10px;
    border-radius: 5px 0px 0px 5px
}

.main-slider .swiper-live-logo {
    margin-left: -4px;
    padding: 2px 5px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 0px 5px 5px 0px;
    backdrop-filter: blur(10px)
}

.main-slider .swiper-live-logo svg {
    fill: white;
    width: 1rem
}

.main-slider .swiper-description {
    position: absolute;
    bottom: 100px;
    left: 60px;
    right: 60px
}

@media (min-width:0) and (max-width:900px) {
    .main-slider .swiper-description {
        bottom: 20px
    }
}

@media (min-width:0) and (max-width:575px) {
    .main-slider .swiper-description {
        bottom: 20px;
        left: 10px;
        right: 10px
    }
}

.main-slider .swiper-description .labels * {
    padding: 2px 9px;
    border-radius: 5px;
    color: var(--white);
    font-weight: 500;
    font-size: 12pt;
    margin-right: 5px;
    backdrop-filter: blur(5px) !important
}

.main-slider .swiper-description .labels *.bg-dark {
    background-color: rgba(0, 0, 0, 0.5) !important
}

.main-slider .swiper-description .labels *.bg-transparent {
    background-color: rgba(0, 0, 0, 0.1) !important
}

.main-slider .swiper-description .title {
    display: inline-block;
    font-size: 41px;
    line-height: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--color-text-first);
    letter-spacing: 0;
    font-weight: bold;
    max-width: 75%
}

@media (min-width:0) and (max-width:1200px) {
    .main-slider .swiper-description .title {
        font-size: 28px;
        max-width: 100%
    }
}

@media (min-width:0) and (max-width:455px) {
    .main-slider .swiper-description .title {
        line-height: normal;
        font-size: 1.5rem;
        width: 80%;
        padding-bottom: 0
    }
}

@media (min-width:990px) {
    .main-slider .swiper-slide-prev {
        opacity: .1 !important;
        filter: grayscale(1);
        transition: 1s !important
    }
    .main-slider .swiper-slide-prev .raiting {
        display: inline-block;
        opacity: 1 !important;
        margin-left: 80px !important;
        transition-delay: 1.5s;
        transition: 1.3s !important
    }
    .main-slider .swiper-slide-prev .swiper-description,
    .main-slider .swiper-slide-prev .title {
        display: block;
        opacity: 0 !important;
        margin-left: 40px !important;
        transition: 1.3s !important
    }
    .main-slider .swiper-slide-next {
        opacity: .1 !important;
        filter: grayscale(1);
        transition: 1s !important
    }
    .main-slider .swiper-slide-next .raiting {
        display: inline-block;
        opacity: 1 !important;
        margin-left: -40px !important;
        transition-delay: 1.5s;
        transition: 1.3s !important
    }
    .main-slider .swiper-slide-next .swiper-description,
    .main-slider .swiper-slide-next .title {
        display: block;
        opacity: 0 !important;
        margin-left: 40px !important;
        transition: 1.3s !important
    }
    .main-slider .swiper-slide-active {
        opacity: 1 !important;
        filter: grayscale(0);
        transition: 1s !important
    }
    .main-slider .swiper-slide-active .raiting {
        display: inline-block;
        opacity: 1 !important;
        margin-left: 20px !important;
        transition-delay: 1.5s;
        transition: 1.3s !important
    }
    .main-slider .swiper-slide-active .swiper-description,
    .main-slider .swiper-slide-active .title {
        display: block;
        opacity: 1 !important;
        margin-left: 0px !important;
        transition-delay: 1.5s;
        transition: 1.3s !important
    }
}

@media (min-width:0) and (max-width:455px) {
    .nav.nav-pills {
        display: flex;
        flex-wrap: nowrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        overflow: scroll
    }
}

.nav.nav-pills .nav-link.active { background-color: var(--main-color) }

.genres-section {
    background-color: var(--color-bg-light);
    padding-top: 20px
}

.genres-section h3 .pull-right a { background-color: var(--color-bg) }
.genres-section h3 .pull-right a:hover {
    background-color: var(--color-main);
    color: var(--color-text-first)
}

.genres-slider {
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
    margin-top: 20px
}

.genres-slider .swiper-slide {
    overflow: hidden;
    border-radius: 10px;
    background-color: var(--color-bg);
    height: 212px;
    width: 228px;
    margin-bottom: 40px;
    background-image: url(../images/genres.png);
    background-repeat: no-repeat;
    background-position: top !important
}

.genres-slider .swiper-slide .show_info {
    display: block;
    background-color: var(--color-bg-dark);
    border-radius: 100%;
    width: 5rem;
    height: 5rem;
    transition: .8s;
    position: absolute;
    top: -40px;
    right: -40px
}

.genres-slider .swiper-slide .show_info svg {
    width: 1.2rem;
    position: absolute;
    top: 40px;
    right: 40px;
    padding-top: 5px;
    padding-right: 5px;
    cursor: pointer
}

.genres-slider .swiper-slide .show_info:hover {
    width: 6rem;
    height: 6rem;
    transition: .3s;
    background-color: var(--color-main)
}

.genres-slider a {
    display: flex;
    justify-content: center;
    text-decoration: none;
    transition: .3s;
    margin-bottom: 40px;
    height: 100%;
    flex-wrap: nowrap;
    align-items: center;
    background: linear-gradient(20deg, black, transparent);
}

.genres-slider a:hover {
    background: rgba(0 0 0 / 20%);
    transition: .3s;
}

.info-box {
    display: none;
    position: absolute;
    left: 50%;
    z-index: 100;
    background: var(--color-bg);
    padding: 10px;
    border-radius: 10px;
    max-height: 50vh;
    overflow: auto
}

.info-box.show { display: block }

.info-box .title {
    font-size: 1.5rem;
    color: var(--color-text-first);
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 0
}

.info-box .content { padding: 5px }

.info-box .btn.btn-back {
    color: var(--white);
    background-color: var(--color-navbar-dark);
    border-radius: 10px;
    padding: 2px 10px;
    text-decoration: none;
    position: relative;
    z-index: 1
}

.info-box .btn.btn-back svg {
    display: inline-block;
    width: 1rem;
    fill: white;
    margin-top: -5px;
    margin-left: -2px
}

.info-box .btn.btn-back:hover { background-color: var(--color-main) }

.btn { text-decoration: none !important }

.btn svg {
    fill: var(--white);
    width: 1.2rem
}

.btn.outline-hidden { border: none !important }

.btn.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    width: 1rem;
    height: 1rem;
    content: "";
    border: none !important;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M112 184l144 144 144-144'/%3E%3C/svg%3E")
}

.btn.dropdown-toggle.btn-sm,
.btn.dropdown-toggle.btn-group-sm>.btn {
    padding: 0 1.5rem 0 .5rem !important;
    position: relative
}

.btn.dropdown-toggle.btn-sm::after,
.btn.dropdown-toggle.btn-group-sm>.btn::after {
    width: .875rem;
    height: .875rem;
    position: absolute;
    top: 3px
}

.btn.btn-danger,
.btn.btn-primary {
    border-color: var(--color-main);
    background-color: var(--color-main);
    color: var(--white)
}

.btn.btn-danger:hover,
.btn.btn-primary:hover {
    border-color: var(--color-main-light);
    background-color: var(--color-main-light);
    color: var(--white)
}

.btn.btn-outline-danger,
.btn.btn-outline-primary {
    border-color: var(--color-main);
    color: var(--color-text-first)
}

.btn.btn-outline-danger:hover,
.btn.btn-outline-primary:hover {
    border-color: var(--color-main-light);
    background-color: var(--color-main-light);
    color: var(--white)
}

.btn.btn-dark {
    border-color: var(--color-bg-light);
    background-color: var(--color-bg-light);
    color: var(--color-text-first)
}

.btn.btn-dark:hover {
    border-color: var(--color-bg-light-light);
    background-color: var(--color-bg-light-light);
    color: var(--color-text-first)
}

.btn.btn-outline-dark {
    border-color: var(--color-bg-light);
    color: var(--color-text-first);
    background-color: #161c2c;
}

.btn.btn-outline-dark:hover {
    border-color: var(--color-bg-light-light);
    background-color: var(--color-bg-light-light);
    color: var(--color-text-first)
}

.btn.btn-vk {
    background-image: url(../images/vk-logo.png);
    background-size: 70px;
    background-position: -15px 1px;
    background-repeat: no-repeat;
    background-color: #4973aa;
    color: var(--white) !important
}

.btn.btn-vk:hover {
    background-color: #4973aa;
    color: var(--white) !important
}

.btn.btn-gg {
    background-image: url(../images/google-logo.png);
    background-size: 20px;
    background-position: 10px 9px;
    background-repeat: no-repeat;
    background-color: var(--white);
    color: #000 !important
}

.btn.btn-gg:hover {
    background-color: var(--white);
    color: #000 !important
}

.big-slider {
    width: 100vw;
    overflow: hidden;
    max-height: 100vh;
    position: relative;
    z-index: 0;
    margin-top: -80px;
    cursor: move
}

@media (min-width:0) and (max-width:990px) { .big-slider { height: 80vh } }

.big-slider .swiper-button-prev,
.big-slider .swiper-button-next {
    color: var(--text-color);
    transition: .3s
}

.big-slider .swiper-button-prev:after,
.big-slider .swiper-button-next:after {
    font-size: 2rem
}

.big-slider .swiper-button-prev:hover,
.big-slider .swiper-button-next:hover {
    color: var(--main-color);
    transition: .3s
}

.big-slider .swiper-pagination {
    top: 70px;
    left: 0;
    bottom: unset;
    width: 100%
}
.big-slider .swiper-pagination .swiper-pagination-bullet-active { background: var(--swiper-pagination-color, var(--main-color)) }

@media (min-width:0) and (max-width:990px) {
    .big-slider .swiper-button-prev,
    .big-slider .swiper-button-next {
        display: none
    }
}

.big-slider .swiper-slide {
    background-color: var(--body-color);
    transition: .3s;
    opacity: 0;
    overflow: hidden;
    transform: scale(.5)
}

.big-slider .swiper-slide img {
    width: 100%;
    opacity: .3
}

@media (min-width:0) and (max-width:990px) {
    .big-slider .swiper-slide img {
        height: 80vh;
        width: auto;
        transform: translateX(-30%)
    }
}

.big-slider .swiper-slide .swiper-description {
    position: absolute;
    bottom: 0;
    left: -100px;
    right: 0;
    z-index: 10;
    padding-bottom: 200px;
    color: var(--text-color);
    font-family: 'Source Sans Pro';
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    transition: .3s;
    opacity: 0
}

@media (min-width:0) and (max-width:990px) { .big-slider .swiper-slide .swiper-description { padding-bottom: 100px } }

.big-slider .swiper-slide .swiper-description .title {
    font-size: 3.5rem;
    line-height: 3rem;
    font-weight: 600;
    text-shadow: 3px 3px 4px rgba(var(--body-color), .3);
    max-width: 600px;
    cursor: move
}

@media (min-width:0) and (max-width:990px) {
    .big-slider .swiper-slide .swiper-description .title { font-size: 1.5rem }
    .big-slider .swiper-slide .swiper-description .data { white-space: nowrap }
}

.big-slider .swiper-slide .swiper-description .data span {
    border: 1px solid var(--text-color);
    color: var(--text-color);
    padding: 0px 10px;
    border-radius: 10px;
    margin-right: 5px;
    display: inline-block;
    margin-top: 16px;
    text-decoration: none;
    transition: .3s;
    box-shadow: 0 0 15px 0 rgba(var(--body-color), .3)
}

@media (min-width:0) and (max-width:990px) {
    .big-slider .swiper-slide .swiper-description .data span {
        font-size: 12pt;
        margin-top: 5px
    }
    .big-slider .swiper-slide .swiper-description .data span:nth-child(2) { display: none }
}

.big-slider .swiper-slide .swiper-description .data span.bg-danger { border: none }
.big-slider .swiper-slide .swiper-description a {
    background: var(--text-color) !important;
    color: var(--body-color) !important;
    padding: 8px 20px 7px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 16px;
    text-decoration: none;
    transition: .3s;
    box-shadow: 0 0 15px 0 rgba(var(--body-color), .3);
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap
}

.big-slider .swiper-slide .swiper-description a svg {
    width: 14pt;
    height: 14pt;
    margin-top: -3px;
    margin-left: -20px;
    fill: var(--text-color);
    opacity: 0;
    transition: .3s
}

.big-slider .swiper-slide .swiper-description a:hover {
    background: var(--main-color) !important;
    color: var(--text-color) !important;
    box-shadow: 0 0 15px 0 var(--main-color);
    text-decoration: none;
    transition: .3s
}

.big-slider .swiper-slide .swiper-description a:hover svg {
    width: 14pt;
    height: 14pt;
    margin-top: -3px;
    margin-left: 10px;
    fill: var(--text-color);
    opacity: 1;
    transition: .3s
}

.big-slider .swiper-slide.swiper-slide-next,
.big-slider .swiper-slide.swiper-slide-prev {
    opacity: .2;
    transition: .3s;
    transform: scale(.5)
}

@media (min-width:0) and (max-width:990px) {
    .big-slider .swiper-slide.swiper-slide-next,
    .big-slider .swiper-slide.swiper-slide-prev {
        transform: scale(1)
    }
}

.big-slider .swiper-slide.swiper-slide-active {
    transition: .3s;
    opacity: 1;
    transform: scale(1)
}

.big-slider .swiper-slide.swiper-slide-active .swiper-description {
    left: 0px;
    opacity: 1;
    transition: .3s;
    transition-delay: .1s
}

.big-slider .swiper-shadow {
    display: block;
    position: absolute;
    bottom: 0;
    height: 30%;
    width: 100%;
    background: var(--body-color);
    background-image: -ms-linear-gradient(0deg, var(--body-color) 20%, #00000000 100%);
    background: linear-gradient(0deg, var(--body-color) 20%, #00000000 100%);
    z-index: 2;
    pointer-events: none
}

@media (min-width:0) and (max-width:990px) {
    .big-slider .swiper-shadow { height: 20% }

    .swiper-container h2 {
        margin-bottom: 40px;
        margin-top: 0px
    }
    .swiper-scrollbar { display: none }
}

.signin {
    height: 100vh;
    max-height: 100vh;
    padding: 0;
    margin: 0;
    overflow: hidden;
    color: var(--text-color)
}

.signin .container-fluid,
.signin .container-sm,
.signin .container-md,
.signin .container-lg,
.signin .container-xl {
    width: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--body-color);
    padding: 20px 25px;
    border-radius: 10px;
    z-index: 10
}

.signin .banner-video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    z-index: 0;
    opacity: .1;
    transition: .5s
}

.page #filter { color: white }

.page .title {
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--text-color);
    position: relative
}

.page .title button {
    position: absolute;
    right: 0px;
    top: 0;
    border: none;
    box-shadow: none;
    padding: 0;
    background-color: transparent;
    color: var(--text-color);
    font-size: 18px;
    opacity: .3;
    padding-top: 8px
}

.page .title button:active,
.page .title button:focus {
    outline: none
}

.page .title button svg {
    width: 20px;
    fill: var(--text-color);
    transition: .3s;
    margin-left: 5px
}

.page .title button:hover {
    opacity: 1;
    transition: .3s
}

.view {
    margin-bottom: 100px;
    max-width: 100vw;
    color: #7e8597;
    transition: .3s
}

.view form {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px
}

.view form textarea {
    width: 100%;
    border: none;
    padding-right: 90px;
    color: var(--white);
    background: #05070d
}

.view form textarea:focus,
.view form textarea:active,
.view form textarea:focus:active {
    background: rgba(0, 0, 0, 0.3) !important;
    outline: none !important
}

.view form .btn {
    position: absolute;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 100;
    background: #05070d;
    padding: .2rem .75rem .3rem .75rem;
    top: 1px
}

.view form .btn:hover {
    color: var(--text-color);
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer
}

.view form button.btn { right: 1px }
.view form button.btn[disabled] {
    content: '';
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 6px;
    right: 17px;
    background: transparent !important;
    padding: 0;
    animation: spinner-border .75s linear infinite;
    color: var(--main-color) !important
}

.view form button.btn[disabled] svg { display: none }
.view form a.btn { right: 49px }

.view .comment {
    position: relative;
    margin-bottom: 20px
}

.view .comment a.comment-likes {
    float: right;
    display: flex
}

.view .comment a.comment-likes svg {
    width: 1.3rem;
    fill: #dc3545 !important
}

.view .comment-message { color: var(--color-text-second); }
.view .comment-message span {
    padding: 0 5px;
    background: var(--color-bg);
    border-radius: 5px;
    color: var(--color-bg);
    transition: .3s;
    position: relative
}

.view .comment:hover .comment-message span {
    padding: 0 0px;
    background: transparent;
    border-radius: 0px;
    color: var(--color-text-second);
    transition: .3s
}

.view .comment-reply {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
    align-content: stretch;
    flex-direction: row;
    position: relative
}

.view .comment-reply .comment {
    margin-left: 40px;
    display: block
}

.view .comment-reply:hover .comment-reply-line-line {
    background: var(--main-color);
    opacity: 1
}

.view .comment-reply:hover .comment-reply-line-roll {
    border: 1px solid var(--main-color);
    opacity: 1
}

.view .comment-reply:hover .comment-reply-line-roll svg { color: var(--main-color) }
.view .comment-reply:hover .comment-reply-line-text {
    color: var(--main-color);
    opacity: 1
}
.view .comment-reply:hover .comment-reply-line-text svg { fill: var(--main-color) }

.view .comment-reply-line {
    width: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    bottom: 38px;
    top: 16px
}

.view .comment-reply-line-text {
    position: absolute;
    top: -7px;
    left: 30px;
    white-space: nowrap;
    display: none;
    cursor: pointer;
    opacity: .3;
    transition: .3s
}

.view .comment-reply-line-text svg {
    fill: #7e8597;
    width: 1rem
}

.view .comment-reply-line.collapsed {
    position: relative;
    margin-top: -20px;
    margin-bottom: 30px
}

.view .comment-reply-line.collapsed .comment-reply-line-roll svg {
    color: #7e8597;
    fill: #7e8597
}

.view .comment-reply-line.collapsed .comment-reply-line-line { display: none }
.view .comment-reply-line.collapsed .comment-reply-line-text {
    position: absolute;
    top: -7px;
    left: 30px;
    white-space: nowrap;
    display: none;
    cursor: pointer;
    opacity: .3;
    transition: .3s;
    display: block
}

.view .comment-reply-line.collapsed .comment-reply-line-text svg {
    fill: #7e8597;
    width: 1rem
}

.view .comment-reply-line-roll {
    background: transparent;
    width: 100%;
    height: 1rem;
    border-radius: 2px;
    display: flex;
    border: 1px solid #7e8597;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    opacity: .3;
    transition: .3s
}

.view .comment-reply-line-roll svg {
    width: .5rem;
    color: #7e8597;
    fill: transparent
}

.view .comment-reply-line-roll:hover {
    border: 1px solid var(--main-color);
    opacity: 1;
    transition: .3s
}

.view .comment-reply-line-roll:hover svg { color: var(--main-color) }
.view .comment-reply-line-line {
    display: block;
    width: 1px;
    background: #7e8597;
    min-height: 60px;
    height: 100%;
    opacity: .3;
    transition: .3s
}

.view .comment-reply-line-line:hover {
    background: var(--main-color);
    opacity: 1;
    transition: .3s
}

.view .comment-info { white-space: nowrap }
.view .comment-info-actions svg {
    color: #7e8597;
    width: 1.2rem;
    position: relative;
    top: -3px;
    cursor: pointer;
    transition: .3s
}

.view .comment-info-actions svg:hover {
    color: var(--white);
    cursor: pointer;
    transition: .3s
}

.view .comment-info-raiting {
    display: inline-block;
    padding-right: 10px
}

.view .comment-info-raiting-total,
.view .comment-info-raiting-total:hover {
    color: #7e8597;
    cursor: default;
    font-weight: bold;
    padding-right: 5px
}

.view .comment-info-raiting-up,
.view .comment-info-raiting-down {
    display: inline-block
}

.view .comment-info-raiting-up svg,
.view .comment-info-raiting-down svg {
    width: 1rem;
    fill: #7e8597
}

.view .comment-info-raiting-up.active svg,
.view .comment-info-raiting-down.active svg,
.view .comment-info-raiting-up:hover svg,
.view .comment-info-raiting-down:hover svg {
    fill: var(--main-color)
}

.view .comment-info-raiting-up.active svg,
.view .comment-info-raiting-up:hover svg {
    fill: #67bb6d
}

.view .comment-info-autor-avatar {
    display: inline-block;
    position: relative
}

.view .comment-info-autor-avatar img {
    width: 1.5rem;
    height: 1.5rem;
    max-width: initial;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    overflow: hidden;
    top: 6px
}

.view .comment-info-autor-avatar-ninja {
    width: 1.5rem;
    height: 1.5rem;
    background: orange;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    color: var(--white);
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    top: -2px;
    flex-direction: row
}

.view .autor-name_login {
    font-weight: 500;
    padding-left: 0px;
    padding: 0px 6px;
    border-radius: 5px;
    transition: .3s
}

.view .autor-name_login:hover {
    background: rgba(255, 255, 255, 0.1);
    transition: .3s;
    color: white
}

.view .comment-info-date {
    opacity: 0;
    text-transform: lowercase;
    font-weight: 100;
    padding-left: 0px;
    transition: .3s
}

.view .comment-info-actions {
    opacity: 0;
    margin-left: 5px;
    font-weight: 500;
    padding-left: 0px;
    padding: 0px 5px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.2)
}

.view .comment-info-actions svg {
    color: #7e8597;
    width: 1.2rem;
    position: relative;
    top: -3px;
    cursor: pointer;
    transition: .3s
}

.view .comment-info-actions svg:hover {
    color: var(--white);
    cursor: pointer;
    transition: .3s
}

.view .comment:hover .comment-info-date {
    opacity: 1;
    padding-left: 10px;
    transition: .3s
}

.view .comment:hover .comment-info-actions {
    opacity: 1;
    transition: .5s
}

.view .nav.nav-tabs {
    padding: 0;
    margin: 0;
    border: none;
    height: auto
}

.view .nav.nav-tabs a {
    background: transparent;
    border: none;
    text-align: left;
    display: inline;
    padding: 0;
    color: #7e8597 !important
}

.view .nav.nav-tabs a.active { color: var(--color-main) !important }
.view .nav.nav-tabs a:hover,
.view .nav.nav-tabs a:focus {
    color: var(--color-text-first) !important
}

.dlepl--borderRadius { max-width: 100% !important; }

.view .nav.nav-tabs a:first-child { margin-right: 20px }
.view .player~.btn-group { display: none }

@media (min-width:0) and (max-width:990px) {
    .view .player~.btn-group {
        display: block;
        margin: 0 auto
    }
}

.view .player #player-iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.view .dropdown button:not(.sort) { width: 100% }
.view .dropdown .dropdown-menu { background-color: var(--body-color) }

.view .dropdown .dropdown-menu .dropdown-item {
    color: var(--text-color) !important;
    background-color: var(--body-color)
}

.view .dropdown .dropdown-menu .dropdown-item.active,
.view .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: var(--main-color);
    color: var(--text-color) !important
}

.view .swiper-container {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0
}

.view .swiper-container .swiper-button-prev,
.view .swiper-container .swiper-button-next {
    color: var(--text-color);
    transition: .3s
}

.view .swiper-container .swiper-button-prev:hover,
.view .swiper-container .swiper-button-next:hover {
    color: var(--main-color);
    transition: .3s
}

.view .swiper-container h2 {
    margin-bottom: 20px;
    margin-top: 40px
}

.view hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #7e859736
}

.view div.image {
    position: relative;
    text-align: center;
    width: 100%;
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.view div.image img {
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -ms-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
    opacity: .8;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
    display: block;
    margin: 0 auto;
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.view div.image .poster-img { box-shadow: 0 6px 11.57px 1.43px rgba(0, 0, 0, 0.1) }

.view div.image~.btn {
    border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -ms-border-radius: 0px 0px 5px 5px;
    -o-border-radius: 0px 0px 5px 5px
}

.view .btn-group {
    width: 100%;
    margin-bottom: 20px
}

.view .btn-group .dropdown { width: 70% }
.view .btn-group .dropdown .dropdown-toggle::after {
    position: relative;
    top: 5px
}

.view .btn-group .dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: block !important;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #0c101b;
    text-align: left;
    list-style: none;
    background-color: var(--color-bg-dark);
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem;
    opacity: 0;
    pointer-events: none;
    transition: .3s;
    transform: scale(0) !important;
    min-width: 255px
}

.view .btn-group .dropdown .dropdown-menu button {
    background-color: var(--color-bg-dark) !important;
    transition: .3s
}

.view .btn-group .dropdown .dropdown-menu button:hover {
    background-color: rgba(255, 255, 255, 0.02) !important;
    transition: .3s
}

.view .btn-group .dropdown .dropdown-menu.show {
    display: block !important;
    opacity: 1;
    pointer-events: all;
    transition: .3s;
    transform: scale(1) !important
}

.view .btn-group .btn:first-child {
    border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -ms-border-radius: 5px 0px 0px 5px;
    -o-border-radius: 5px 0px 0px 5px
}

.view .btn-group .btn:last-child {
    border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    -ms-border-radius: 0px 5px 5px 0px;
    -o-border-radius: 0px 5px 5px 0px
}

.view .title {
    font-size: 28pt;
    color: var(--white);
    font-weight: bold;
    line-height: 3rem;
    margin-top: 0px;
    margin-bottom: 20px
}

.view .title small {
    font-size: 14pt;
    font-weight: 400;
    opacity: .5;
    margin-top: -10px;
    display: block
}

.view .first-info {
    font-size: 14pt;
    font-weight: 100;
    margin-top: -70px;
    display: block
}

.view .first-info>a,
.view .first-info>span {
    display: inline-block;
    position: relative;
    margin-right: 24px;
    color: #8a909e !important;
    opacity: 1
}

.view .first-info>a>code,
.view .first-info>span>code {
    font-size: .875em;
    color: var(--white);
    word-wrap: break-word;
    background: #dc3545 !important;
    padding: 0px 10px;
    border-radius: 10px;
    opacity: 1
}

.view .first-info>a>code.full-length,
.view .first-info>span>code.full-length {
    opacity: 1
}

.view .first-info>a:not(:last-child):after,
.view .first-info>span:not(:last-child):after {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    content: '';
    pointer-events: none;
    position: absolute !important;
    background: #8a909e !important;
    right: -17px;
    top: 22px;
    opacity: 1
}

.view .first-info>a {
    padding: 0;
    line-height: 20px;
    border-bottom: 1px dotted
}

.view .first-info>a:hover {
    color: white !important;
    opacity: 1 !important
}

.view .first-info>a:hover:not(:last-child):after {
    opacity: 1 !important;
    transition: 0s !important
}

.view .first-info>a:not(:last-child):after {
    top: 8px;
    opacity: 1 !important;
    transition: 0s !important
}

.view .raiting .left h2 {
    display: inline-block;
    color: var(--white);
    padding: 22px 20px;
    border-radius: 50%;
    height: 80px
}

.view .raiting .left h2::after {
    width: 2rem;
    height: 2rem;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    left: 43%;
    top: 24px;
    margin: 0 auto;
    animation: spinner-border .75s linear infinite;
    color: var(--main-color);
    content: '';
    opacity: 1
}

.view .raiting .left h2.bg-success::after,
.view .raiting .left h2.bg-warning::after,
.view .raiting .left h2.bg-danger::after {
    content: none;
    opacity: 0;
    transition: 1s
}

.view .raiting .left h2.bg-success,
.view .raiting .left h2.bg-warning,
.view .raiting .left h2.bg-danger {
    height: auto !important
}

.view .raiting .left small { display: block }
.view .raiting .right {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: stretch;
    height: 100%;
    margin-top: -20px
}

.view .raiting .right span {
    opacity: 0;
    position: relative;
    top: -4px;
    margin-left: 5px;
    transition: .3s
}

.view .raiting .right:hover span {
    opacity: 1;
    margin-left: 0px;
    transition: .3s
}

.view .raiting .right .line {
    display: block;
    position: relative
}

.view .raiting .right .line[data-vote="5"] div.span>div.span { background-color: #dc3546 }
.view .raiting .right .line[data-vote="4"] div.span>div.span { background-color: #dd4151 }
.view .raiting .right .line[data-vote="3"] div.span>div.span { background-color: #e25160 }
.view .raiting .right .line[data-vote="2"] div.span>div.span { background-color: #ec616f }
.view .raiting .right .line[data-vote="1"] div.span>div.span { background-color: #f5707e }

.view .raiting .right .line>.span {
    display: inline-block;
    height: 15px;
    background-color: transparent;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    position: absolute;
    top: 3px;
    left: 35px;
    right: 0px;
    text-align: left;
    padding-left: 5px;
    font-size: 11px
}

.view .raiting .right .line>.span:hover>.span { opacity: 1 }
.view .raiting .right .line>.span>.span {
    position: relative;
    height: 100%;
    display: inline-block;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    opacity: .8;
    transition: 1s !important
}

.view .progress {
    margin-bottom: 10px;
    position: relative;
    overflow: visible;
    transition: .3s !important;
    background-color: transparent
}

.view .progress.loading .watching { transition: .3s ease-in-out !important }
.view .progress.loading .plan {
    transition: .3s ease-in-out !important;
    transition-delay: .3s !important
}
.view .progress.loading .completed {
    transition: .3s ease-in-out !important;
    transition-delay: .6s !important
}
.view .progress.loading .hold {
    transition: .3s ease-in-out !important;
    transition-delay: .8s !important
}
.view .progress.loading .dropped {
    transition: .3s ease-in-out !important;
    transition-delay: 1s !important
}

.view .progress.blur {
    display: none;
    margin-top: -40px;
    filter: blur(50px);
    z-index: 0;
    position: relative
}

.view .progress .mylist-status[data-type="1"] {
    display: inline-block;
    background-color: #67bb6d;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15) !important;
    transition: .3s !important;
    border-radius: 10px 0px 0px 10px
}

.view .progress .mylist-status[data-type="1"].active,
.view .progress .mylist-status[data-type="1"]:hover {
    box-shadow: 0 0 1rem rgba(103, 187, 109, 0.5) !important
}

.view .progress .mylist-status[data-type="2"] {
    display: inline-block;
    background-color: #b467b9;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15) !important;
    transition-delay: 0s;
    transition: .3s !important;
    border-radius: 0px
}

.view .progress .mylist-status[data-type="2"].active,
.view .progress .mylist-status[data-type="2"]:hover {
    box-shadow: 0 0 1rem rgba(180, 103, 185, 0.5) !important
}

.view .progress .mylist-status[data-type="3"] {
    display: inline-block;
    background-color: #5a6bc7;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15) !important;
    transition: .3s !important;
    transition-delay: 0s;
    border-radius: 0px
}

.view .progress .mylist-status[data-type="3"].active,
.view .progress .mylist-status[data-type="3"]:hover {
    box-shadow: 0 0 1rem rgba(90, 107, 199, 0.5) !important
}

.view .progress .mylist-status[data-type="4"] {
    display: inline-block;
    background-color: #ffc62f;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15) !important;
    transition: .3s !important;
    transition-delay: 0s;
    border-radius: 0px
}

.view .progress .mylist-status[data-type="4"].active,
.view .progress .mylist-status[data-type="4"]:hover {
    box-shadow: 0 0 1rem rgba(255, 198, 47, 0.5) !important
}

.view .progress .mylist-status[data-type="5"] {
    display: inline-block;
    background-color: #e45654;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15) !important;
    transition: .3s !important;
    transition-delay: 0s;
    border-radius: 0px 10px 10px 0px
}

.view .progress .mylist-status[data-type="5"].active,
.view .progress .mylist-status[data-type="5"]:hover {
    box-shadow: 0 0 1rem rgba(228, 86, 84, 0.5) !important
}

.view .text-total,
.view .text-watching,
.view .text-plan,
.view .text-completed,
.view .text-hold,
.view .text-dropped {
    cursor: default
}

.view .text-total strong,
.view .text-watching strong,
.view .text-plan strong,
.view .text-completed strong,
.view .text-hold strong,
.view .text-dropped strong {
    font-size: 1.5rem;
    cursor: default
}

.view .mylist-count[data-type="0"] strong { color: white }
.view .mylist-count[data-type="1"] strong { color: #67bb6d }
.view .mylist-count[data-type="2"] strong { color: #b467b9 }
.view .mylist-count[data-type="3"] strong { color: #5a6bc7 }
.view .mylist-count[data-type="4"] strong { color: #aaaa21 }
.view .mylist-count[data-type="5"] strong { color: #e45654 }

.view .line {
    color: var(--white);
    border-radius: 10px;
    font-size: .8rem;
    display: inline-block;
    padding: 0 10px
}

.view .line strong { display: none }

.view .mylist-status[data-type="0"] { background-color: #0f1422 }
.view .mylist-status[data-type="1"] { background-color: #67bb6d }
.view .mylist-status[data-type="2"] { background-color: #b467b9 }
.view .mylist-status[data-type="3"] { background-color: #5a6bc7 }
.view .mylist-status[data-type="4"] { background-color: #aaaa21 }
.view .mylist-status[data-type="5"] { background-color: #e45654 }

.page-collection { color: #7e8597 }

.page-collection h1 {
    position: relative;
    color: var(--text-color) !important;
    padding-right: 240px
}

@media (min-width:0) and (max-width:455px) {
    .page-collection h1 {
        font-size: 17pt;
        font-weight: bold;
        padding: 0
    }
}

.page-collection h1 a {
    position: absolute;
    right: 0;
    margin-top: 8px
}

@media (min-width:0) and (max-width:455px) {
    .page-collection h1 a {
        position: relative;
        right: 0;
        display: block;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 5px
    }
}

.page-collection h1 a svg {
    width: 12pt;
    margin-top: -2px
}

.page-collection h1 a:hover {
    color: var(--text-color) !important
}

.page-collection hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid var(--text-color);
    opacity: .1
}

.page-collection .user {
    vertical-align: top;
    display: block
}

.page-collection .user .avatar {
    width: 48px;
    position: relative;
    display: inline-block;
    margin-top: 10px
}

.page-collection .user .avatar img {
    width: 100%;
    border-radius: 50%
}

.page-collection .user .avatar .blur {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.page-collection .user .name {
    display: inline-block;
    padding-left: 5px;
    color: var(--text-color) !important;
    font-weight: 500
}

@media (min-width:0) and (max-width:455px) {
    .page-collection .user { display: none }
    .page-collection p {
        font-size: 12pt;
        margin-bottom: -10px
    }
}

.info { color: #7e8597 }
    .info h1, .info h2, .info h3, .info h4,
    .info h5 { color: var(--text-color) !important }

    .info .card {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: rgba(0, 0, 0, 0.1);
        background-clip: border-box;
        border: 1px solid transparent;
        border-radius: .25rem
    }

    .info .card-header { background-color: rgba(0, 0, 0, 0.1) }

    .info .btn-link {
        font-weight: 400;
        color: var(--text-color);
        opacity: .3;
        text-decoration: none
    }

    .info .btn-link:hover, .info .btn-link[aria-expanded=true] { opacity: 1 }
    .info.bg-about {
        position: relative;
        height: 100vh;
        overflow: hidden;
        margin-top: -80px;
        padding-top: 80px;
        background-image: url(../images/about-img.png);
        background-size: 50%;
        background-position: 0;
        animation: bg ease-in-out alternate 20s infinite;
        z-index: 10
    }

    @keyframes bg {
        0% { background-position: 0px 0px }
        50% { background-position: 0 -100px }
        150% { background-position: 0px 0px }
    }

    .info.bg-about::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        height: 100%;
        width: 100%;
        background: var(--body-color);
        background-image: -ms-linear-gradient(0deg, var(--body-color) 0%, #000000f5 100%);
        background: linear-gradient(0deg, var(--body-color) 0%, #000000f5 100%);
        z-index: 2;
        pointer-events: none
    }

    .info.bg-about .container {
        position: relative;
        z-index: 10
    }

.genres .genre {
    display: block;
    border-radius: 0;
    overflow: hidden;
    background: var(--body-color);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    margin-bottom: 40px;
    transform: scale(1);
    transition: .3s;
    position: relative;
    z-index: 0
}

.genres .genre img {
    border-radius: 5px;
    width: 100%
}

.genres .genre-info {
    padding: 10px;
    height: 220px;
    overflow: hidden
}

.genres .genre-info-description {
    line-height: 1.5rem
}

.genres .genre:hover {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    background: #0a0d17;
    box-shadow: 0 16px 10px 0 rgba(0, 0, 0, 0.1);
    transform: scale(1.1);
    transition: .3s;
    z-index: 1
}

.genres .genre:hover .genre-info-title { color: var(--main-color) }

.user-edit .form-control {
    width: 100%;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    border-radius: 5px;
    background-color: #161c2c;
    padding: 5px 10px 5px 10px;
    outline: none;
    color: var(--text-color);
    vertical-align: middle;
    margin-right: 0px;
    transition: .3s
}

.user-edit .form-control:focus,
.user-edit .form-control:active,
.user-edit .form-control:hover {
    background-color: #222b41;
    transition: .3s
}

.user-edit #avatar img {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.user-edit .table thead {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    overflow: hidden;
    color: var(--white);
    font-weight: bold
}

.user-edit .table thead td { border: none }
.user-edit .table tbody td {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.user-edit .input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--white);
    text-align: center;
    white-space: nowrap;
    background-color: #111521;
    border: 0 solid #ced4da;
    border-radius: .25rem
}

.user-edit .nav-pills div.nav-link {
    font-size: 12pt;
    padding: .4rem .5rem;
    color: #7e8597;
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.user-edit .nav-pills a.nav-link {
    display: block;
    padding: .2rem .5rem;
    border-radius: .25rem;
    margin-bottom: 2px
}

.user-edit .nav-pills a.nav-link.active,
.user-edit .nav-pills a.nav-link.active:hover {
    color: var(--white);
    background-color: var(--color-main);
    cursor: default;
    pointer-events: none
}

.user-edit .nav-pills a.nav-link:hover {
    color: var(--white) !important;
    background: rgba(255, 255, 255, 0.1)
}

.user-edit .nav-pills hr.nav-link {
    padding: 0;
    margin: 0;
    margin-bottom: 2px;
    background: rgba(255, 255, 255, 0.1);
    opacity: 1;
    height: 0px;
    width: 100%;
    display: block;
    overflow: hidden
}

.left-menu .tab-content { width: 100% }
.left-menu .tab-content .tab-setting.active {
    display: block;
    min-height: 70vh
}

.left-menu .tab-content .tab-setting.active .nav-pills {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-top: 40px;
    padding: 0px 15px
}

.left-menu .tab-content .tab-setting.active .nav-pills .tab-content { width: 100% }
.left-menu .tab-content .tab-setting.active .nav-pills .tab-content .tab-pane { width: 100% }
.left-menu .tab-content .tab-setting.active .nav-pills .nav-link {
    display: block;
    padding: .2rem .5rem;
    border-radius: .25rem;
    margin-bottom: 2px;
    background: rgba(255, 255, 255, 0.1);
    margin-right: 10px
}

.left-menu .tab-content .tab-setting.active .nav-pills .nav-link:hover {
    color: var(--white);
    background-color: #23272b;
    border-color: #1d2124
}

.left-menu .tab-content .tab-setting.active .nav-pills .nav-link.active {
    color: var(--white);
    background-color: var(--color-main)
}

.left-menu .tab-content .tab-setting.active .nav-pills .nav-link.active:hover {
    color: var(--white);
    background-color: var(--color-main);
    cursor: default
}

.left-menu .bg-item span {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 65%;
    background: var(--color-bg) !important;
    border-radius: 5px;
    padding: 0 10px;
    color: var(--color-text-first);
    opacity: 1;
    transition: .3s
}

.left-menu .bg-item input {
    position: absolute;
    top: 5px;
    left: 5px;
    opacity: 0
}

.left-menu .bg-item input:checked~label { border: 2px solid var(--color-main) }
.left-menu .bg-item input:checked~label img, .left-menu .bg-item input:checked~label div { opacity: 1 !important }
.left-menu .bg-item input:checked~label span {
    opacity: 0;
    transition: .3s
}

.left-menu .bg-item label {
    display: inline-block;
    position: relative;
    transition: all .3s ease 0s;
    border-radius: 5px;
    overflow: hidden;
    opacity: 1;
    border: 2px solid var(--color-bg)
}

.left-menu .bg-item label img, left-menu .bg-item label div { opacity: .5 }
.left-menu .bg-item label img:hover { opacity: 1 }

.modal-body form {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px
}

.modal-body form textarea {
    width: 100%;
    border: none;
    padding-right: 90px;
    color: #7e8597;
    background: #05070d
}

.modal-body form textarea:focus,
.modal-body form textarea:active,
.modal-body form textarea:focus:active {
    background: rgba(0, 0, 0, 0.3) !important;
    outline: none !important
}

.modal-body form .btn {
    position: absolute;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 100;
    background: #05070d;
    padding: .2rem .75rem .3rem .75rem;
    top: 1px
}

.modal-body form .btn:hover {
    color: var(--text-color);
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer
}

.modal-body form button.btn { right: 1px }
.modal-body form button.btn[disabled] {
    content: '';
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 6px;
    right: 17px;
    background: transparent !important;
    padding: 0;
    animation: spinner-border .75s linear infinite;
    color: var(--main-color) !important
}

.modal-body form button.btn[disabled] svg { display: none }
.modal-body form a.btn { right: 49px }

.modal-body .comment {
    position: relative;
    margin-bottom: 20px
}

.modal-body .comment a.comment-likes {
    float: right;
    display: flex
}

.modal-body .comment a.comment-likes svg {
    width: 1.3rem;
    fill: #dc3545 !important
}

.modal-body .comment-message { color: var(--color-text-second) }
.modal-body .comment-message span {
    padding: 0 5px;
    background: var(--color-bg);
    border-radius: 5px;
    color: var(--color-bg);
    transition: .3s;
    position: relative
}

.modal-body .comment:hover .comment-message span {
    padding: 0 0px;
    background: transparent;
    border-radius: 0px;
    color: var(--color-text-second);
    transition: .3s
}

.modal-body .comment-reply {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
    align-content: stretch;
    flex-direction: row;
    position: relative
}

.modal-body .comment-reply .comment {
    margin-left: 40px;
    display: block
}

.modal-body .comment-reply:hover .comment-reply-line-line {
    background: var(--main-color);
    opacity: 1
}

.modal-body .comment-reply:hover .comment-reply-line-roll {
    border: 1px solid var(--main-color);
    opacity: 1
}

.modal-body .comment-reply:hover .comment-reply-line-roll svg {
    color: var(--main-color)
}

.modal-body .comment-reply:hover .comment-reply-line-text {
    color: var(--main-color);
    opacity: 1
}
.modal-body .comment-reply:hover .comment-reply-line-text svg { fill: var(--main-color) }

.modal-body .comment-reply-line {
    width: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    bottom: 38px;
    top: 16px
}

.modal-body .comment-reply-line-text {
    position: absolute;
    top: -7px;
    left: 30px;
    white-space: nowrap;
    display: none;
    cursor: pointer;
    opacity: .3;
    transition: .3s
}

.modal-body .comment-reply-line-text svg {
    fill: #7e8597;
    width: 1rem
}

.modal-body .comment-reply-line.collapsed {
    position: relative;
    margin-top: -20px;
    margin-bottom: 30px
}

.modal-body .comment-reply-line.collapsed .comment-reply-line-roll svg {
    color: #7e8597;
    fill: #7e8597
}

.modal-body .comment-reply-line.collapsed .comment-reply-line-line { display: none }
.modal-body .comment-reply-line.collapsed .comment-reply-line-text {
    position: absolute;
    top: -7px;
    left: 30px;
    white-space: nowrap;
    display: none;
    cursor: pointer;
    opacity: .3;
    transition: .3s;
    display: block
}

.modal-body .comment-reply-line.collapsed .comment-reply-line-text svg {
    fill: #7e8597;
    width: 1rem
}

.modal-body .comment-reply-line-roll {
    background: transparent;
    width: 100%;
    height: 1rem;
    border-radius: 2px;
    display: flex;
    border: 1px solid #7e8597;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    opacity: .3;
    transition: .3s
}

.modal-body .comment-reply-line-roll svg {
    width: .5rem;
    color: #7e8597;
    fill: transparent
}

.modal-body .comment-reply-line-roll:hover {
    border: 1px solid var(--main-color);
    opacity: 1;
    transition: .3s
}

.modal-body .comment-reply-line-roll:hover svg { color: var(--main-color) }
.modal-body .comment-reply-line-line {
    display: block;
    width: 1px;
    background: #7e8597;
    min-height: 60px;
    height: 100%;
    opacity: .3;
    transition: .3s
}

.modal-body .comment-reply-line-line:hover {
    background: var(--main-color);
    opacity: 1;
    transition: .3s
}

.modal-body .comment-info { white-space: nowrap }
.modal-body .comment-info-actions svg {
    color: #7e8597;
    width: 1.2rem;
    position: relative;
    top: -3px;
    cursor: pointer;
    transition: .3s
}

.modal-body .comment-info-actions svg:hover {
    color: var(--white);
    cursor: pointer;
    transition: .3s
}

.modal-body .comment-info-raiting {
    display: inline-block;
    padding-right: 10px
}

.modal-body .comment-info-raiting-total,
.modal-body .comment-info-raiting-total:hover {
    color: #7e8597;
    cursor: default;
    font-weight: bold;
    padding-right: 5px
}

.modal-body .comment-info-raiting-up,
.modal-body .comment-info-raiting-down {
    display: inline-block
}

.modal-body .comment-info-raiting-up svg,
.modal-body .comment-info-raiting-down svg {
    width: 1rem;
    fill: #7e8597
}

.modal-body .comment-info-raiting-up.active svg,
.modal-body .comment-info-raiting-down.active svg,
.modal-body .comment-info-raiting-up:hover svg,
.modal-body .comment-info-raiting-down:hover svg {
    fill: var(--main-color)
}

.modal-body .comment-info-raiting-up.active svg,
.modal-body .comment-info-raiting-up:hover svg {
    fill: #67bb6d
}

.modal-body .comment-info-autor-avatar {
    display: inline-block;
    position: relative
}

.modal-body .comment-info-autor-avatar img {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    overflow: hidden;
    top: 6px
}

.modal-body .comment-info-autor-avatar-ninja {
    width: 1.5rem;
    height: 1.5rem;
    background: orange;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    color: var(--white);
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    top: -2px;
    flex-direction: row
}

.modal-body .comment-info-autor-name {
    font-weight: 500;
    padding-left: 0px;
    padding: 0px 5px;
    border-radius: 5px;
    transition: .3s
}

.modal-body .comment-info-autor:hover .comment-info-autor-name {
    background: rgba(255, 255, 255, 0.1);
    transition: .3s;
    color: white
}

.modal-body .comment-info-date {
    opacity: 0;
    text-transform: lowercase;
    font-weight: 100;
    padding-left: 0px;
    transition: .3s
}

.modal-body .comment-info-actions {
    opacity: 0;
    margin-left: 5px;
    font-weight: 500;
    padding-left: 0px;
    padding: 0px 5px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.2)
}

.modal-body .comment-info-actions svg {
    color: #7e8597;
    width: 1.2rem;
    position: relative;
    top: -3px;
    cursor: pointer;
    transition: .3s
}

.modal-body .comment-info-actions svg:hover {
    color: var(--white);
    cursor: pointer;
    transition: .3s
}

.modal-body .comment:hover .comment-info-date {
    opacity: 1;
    padding-left: 10px;
    transition: .3s
}

.modal-body .comment:hover .comment-info-actions {
    opacity: 1;
    transition: .5s
}

.promo {
    background-color: rgba(0, 0, 0, 0.2);
    margin: 0;
    padding: 40px 0;
    color: var(--text-color);
    font-size: 12pt
}

.promo .android video {
    background-image: url(../images/android-phone.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 101%;
    padding: 4.5% 8.1% 8% 11.5%
}

@media (min-width:0) and (max-width:455px) {
    .main-page div.title {
        color: var(--white);
        font-size: 15pt !important;
        margin-bottom: 10px;
        font-weight: bold;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between
    }
    .main-page div.title a {
        color: #7e8597 !important;
        font-size: 11pt;
        font-weight: normal;
        margin-top: 6px
    }
    .main-page .row {
        display: flex;
        flex-wrap: nowrap;
        overflow-y: auto
    }
}

.btn-watching,
.box-watching {
    background-color: #67bb6d;
    color: white
}

.btn-plan,
.box-plan {
    background-color: #b467b9;
    color: white
}

.btn-completed,
.box-completed {
    background-color: #5a6bc7;
    color: white
}

.btn-hold,
.box-hold {
    background-color: #ffc62f;
    color: white
}

.btn-dropped,
.box-dropped {
    background-color: #e45654;
    color: white
}

.modal-backdrop.show {
    opacity: .9;
    transition: .3s
}

.mobile { display: none !important }

.accordion .card {
    background: transparent;
    border: none
}

.accordion .card .card-header button {
    color: var(--text-color);
    display: block;
    width: 100%;
    text-align: left;
    text-decoration: none
}

.accordion .card .card-header button:hover { color: var(--main-color) }
.accordion .card .card-header:hover { background-color: rgba(255, 255, 255, 0.03) }
.accordion .card .card-header:hover button { color: var(--main-color) }
.accordion .card .collapse { background-color: rgba(0, 0, 0, 0.1) }

@media (min-width:0) and (max-width:990px) {
    .no-mobile { display: none !important }
    .mobile { display: block !important }
}

*[status=loading] {
    position: relative;
    background: var(--body-color);
    height: 20vh
}

*[status=loading] .container {
    opacity: 0;
    transition: 1s
}

*[status=loading]::after {
    content: '';
    width: 2rem;
    height: 2rem;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    left: calc(50% - 1.5rem);
    top: calc(50% - 1.5rem);
    margin: 0 auto;
    animation: spinner-border .75s linear infinite;
    color: var(--main-color)
}

#comments[status=done] .container {
    opacity: 1;
    transition: 1s
}

@media (min-width:0) and (max-width:455px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        margin-right: -5px;
        margin-left: -5px
    }
    .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: 5px;
        padding-left: 5px
    }
}

.collection_list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    background-color: var(--color-bg-dark);
    border-radius: 5px;
    max-height: 40vh;
    overflow: auto
}

.collection_list button {
    position: relative;
    background: transparent;
    color: var(--white);
    border: none;
    text-align: left;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    transition: .3s;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

.collection_list button:last-child { border-bottom: none !important }
.collection_list button svg { width: 2rem }
.collection_list button::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    width: 1rem;
    height: 1rem;
    content: "";
    border: none !important;
    transform: scale(1.5) rotate(-90deg);
    position: absolute;
    right: 5px;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M112 184l144 144 144-144'/%3E%3C/svg%3E")
}

.collection_list button:hover {
    background-color: rgba(255, 255, 255, 0.03);
    transition: .3s
}

.collection_list button .collection-info { margin-left: 10px }
.collection_list button .collection-info-description {
    color: #7e8597;
    font-size: .8rem;
    margin-top: -5px
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 2px;
    background: var(--color-bg);
    z-index: 9999999999999999999999999
}

#loading div {
    left: calc(0);
    margin-left: -100px;
    background: var(--color-bg);
    position: absolute;
    left: 0%;
    width: 100vw;
    height: 100%;
    border-radius: 10px;
    opacity: 0;
    transition: 1s
}

#loading[state=chunks] div {
    background: var(--color-main);
    width: 100px;
    opacity: 1;
    left: calc(0);
    margin-left: -100px;
    transition: 1s;
    animation: chunks 1s ease-in-out infinite
}

@keyframes chunks {
    0% {
        left: calc(0);
        margin-left: -100px
    }
    100% {
        left: calc(100vw + 100px);
        margin-left: 0px
    }
}

/*  */
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: var(--color-bg-dark);
    color: var(--color-text-first) !important;
    background-clip: padding-box;
    border: none;
    border-radius: .3rem;
    box-shadow: 0 16px 10px 0 rgba(0, 0, 0, 0.1)
}

.popover .popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: var(--color-bg-light);
    border-bottom: none;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover .popover-body {
    padding: .5rem .75rem;
    color: var(--color-text-first) !important
}

.popover[x-placement^=right] .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover[x-placement^=right] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.popover[x-placement^=right] .arrow::after {
    left: 1px;
    border-right-color: var(--color-bg-dark)
}

/* brand */
.brand-name small {
    position: absolute;
    left: 0;
    bottom: -12px;
    font-size: 8pt;
    font-weight: 100;
    color:var(--white);
    opacity: .3;
}
.brand-name { position: relative; }
    .brand-name > span { font-weight: 100; }

/* important */
.--opacity { opacity: 0.2 !important; }
.--opacity-5 { opacity: 0.5 !important; }

.friends-site > img { height: 49px; }
.order-table {
    display: flex;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
    column-gap: 5px;
}

/* Full */
.sticky-tops .image * {
    transition: .5s !IMPORTANT;
}

.sticky-tops .image[itemprop="image"] {
    min-height: 152px;
    background: #161c2c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 5px 0 0;
    background-size: 100% 100%;
    overflow: hidden;
}

.sticky-tops .image[itemprop="image"]::after {
    content: '';
    width: 2rem;
    height: 2rem;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    left: calc(50% + -15px);
    margin: 0 auto;
    animation: spinner-border .75s linear infinite;
    color: var(--main-color);
    z-index: 1;
}

.sticky-tops .image[itemprop="image"] img {
    opacity: 1;
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    z-index: 2;
    position: relative;
}

html.watching body {
    background-color: var(--color-bg-dark) !important;
    transition: .3s;
}

.player iframe { z-index: 100; }
.player .progress {
    width: 100%;
    height: 1px;
    background: #000000;
    position: absolute;
    bottom: -10px;
    z-index: 100;
    display: block;
}

.player .progress span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: var(--color-main);
    height: 1px;
    width: 0%;
    display: block;
}

.vote {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
}

.vote:not(:checked) > input { display: none; }
.vote:not(:checked) > label {
    float: right;
    width: 36px;
    padding: 0;
    cursor: pointer;
    font-size: 28px;
    line-height: 28px;
    color: #2a3146;
}

.vote:not(:checked) > label:before { content: '★'; }
.vote > input:checked ~ label { color: #dc3545; }

.vote:not(:checked) > label:hover,
.vote:not(:checked) > label:hover ~ label {
    color: var(--white);
}

.vote > input:checked + label:hover,
.vote > input:checked + label:hover ~ label,
.vote > input:checked ~ label:hover,
.vote > input:checked ~ label:hover ~ label,
.vote > label:hover ~ input:checked ~ label {
    color: #dc3545;
}

.rate-area > label:active {
    position: relative;
}

.main-slide {
    max-height: 100vh;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Blur=50)';
}

.main-slide .swiper-slide img { width: 100vw; }
.main-slide .swiper-slide::before {
    content: '';
    display: block;
    background: rgb(12, 16, 27);
    background: -moz-linear-gradient(180deg, rgba(12, 16, 27, 0.82) 0%, rgba(12, 16, 27, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(12, 16, 27, 0.82) 0%, rgba(12, 16, 27, 1) 100%);
    background-image: linear-gradient(180deg, #0c101bd1 0%, var(--color-bg) 95%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#0c101b", endColorstr="#0c101b", GradientType=1);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#uSocial .uscl-bar.uscl-style4 .ico_uscl,
.uSocial-Share .uscl-bar.uscl-style4 .ico_uscl {
    background: var(--color-bg-light) !important;
}

#uSocial .uscl-bar.uscl-style4 .ico_uscl:hover,
.uSocial-Share .uscl-bar.uscl-style4 .ico_uscl:hover {
    background: var(--color-bg-light-light) !important;
}

.sticky-tops .image { pointer-events: all !important; }
.sticky-tops .poster-img.poster-hover {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100 !important;
    opacity: 0 !important;
    box-shadow: none !important;
}

.sticky-tops:hover .poster-img.poster-hover {
    opacity: 1 !important;
    transition: .3s;
    box-shadow: none !important;
}

/*  */
.navbar-footer .navbar-nav .dropdown-menu,
.navbar-header .navbar-nav .dropdown-menu {
    border-radius: 10px;
    background-color: #161c2c;
}

.navbar-footer .navbar-nav .dropdown-menu::before,
.navbar-header .navbar-nav .dropdown-menu::before {
    background-color: #161c2c;
}

.navbar-footer .navbar-nav .dropdown-menu .dropdown-item:last-child,
.navbar-header .navbar-nav .dropdown-menu .dropdown-item:last-child {
    background: unset;
    margin-bottom: initial;
    margin-top: initial !important;
    margin: 0 0.5rem !important;
    padding-bottom: 5px;
    border-radius: 5px;
    transition-delay: none;
    padding: 0.25rem 0.5rem;
}

.navbar-footer .navbar-nav .dropdown-menu .dropdown-item,
.navbar-header .navbar-nav .dropdown-menu .dropdown-item {
    margin: 0 0.5rem;
    padding: 0.25rem 0.5rem;
    width: calc(100% - 1rem);
    border-radius: 5px;
}

.main-slider .swiper-description {
    position: absolute;
    bottom: 100px;
    padding: 0px 20px;
    left: unset;
    right: unset;
    width: 70%;
}

.main-slider .swiper-description .info {
    max-width: 80%;
    font-size: 12pt;
    line-height: 20px;
}

.main-slider .swiper-slide::before {
    content: '';
    display: block;
    background: rgb(12, 16, 27);
    background: -moz-linear-gradient(180deg, rgba(12, 16, 27, 0) 0%, rgba(12, 16, 27, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(12, 16, 27, 0) 0%, rgba(12, 16, 27, 1) 100%);
    background-image: linear-gradient(180deg, #0c101b00 0%, var(--color-bg) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#0c101b", endColorstr="#0c101b", GradientType=1);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: -1px;
}

section h2,
section .title {
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--text-color) !important;
}

section h2 .text-muted,
section .title .text-muted {
    color: var(--text-color) !important;
}

.poster { user-select: none; }
.poster .image>.info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.poster .info-title { font-size: 18px; }
.poster .info-original .--opacity {
    height: auto;
    opacity: .1;
}

.poster .info-original {
    font-size: 15px;
    line-height: 20px;
}

.poster .image img {
    user-select: none;
    pointer-events: none;
}

.poster .image>.info span.info {
    background: var(--body-color);
    padding: 0px 7px;
    border-radius: 10px;
    font-size: 10pt;
    color: white !important;
}

.poster .image>.info span.info {
    background: var(--body-color);
    padding: 0px 7px;
    border-radius: 10px;
    font-size: 10pt;
    color: white !important;
}

.poster .image>.info span.info.info-danger {
    background: var(--main-color);
    opacity: .8;
}

.poster .image>.description {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    z-index: 1000;
    background: rgba(0, 0, 0, .5);
    align-items: center;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transition: .3s;
}

.poster .image>.description svg {
    transform: scale(0.8);
    width: 64px;
    fill: white;
    transition: .3s;
    opacity: .5;
}

.poster .image .left {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
}

.poster .image .left span {
    margin-right: 5px;
}

.poster .image .left .info-rainting[data-value="g"],
.poster .image .left .info-rainting[data-value="pg"] {
    display: none;
}

.poster .image .left .info-rainting[data-value="r+"],
.poster .image .left .info-rainting[data-value="rx"] {
    background: var(--color-main) !important;
}

.poster:hover .description {
    opacity: 1;
    transition: .3s;
}

.poster:hover .description svg {
    transform: scale(1);
    transition: .3s;
}

.main-slider .swiper-slide-prev { filter: none !important }

.searchBarResult,
.searchBar {
    background-color: var(--color-bg-dark)!important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60.78px;
    z-index: 10000;
    overflow: hidden;
    transition: .3s;
    opacity: 0;
    pointer-events: none;
    z-index: 1000000001;
}

.searchBar { background-color: transparent !important; }

.navbar-header:not(.transparent) {
    border-bottom: 1px solid #161c2b;
    min-height: 62px;
}

body:not(.open-search) .navbar-header li,
body:not(.open-search) .navbar-header .navbar-brand {
    transition: .6s;
    transform: scale(1);
    opacity: 1;
    transition-delay: .3s;
}

.open-search .navbar-header li,
.open-search .navbar-header .navbar-brand {
    transition: .6s;
    transform: scale(0);
    opacity: 0;
}

.searchBar {
    transition: .6s;
    transform: scaleY(0);
    opacity: 0;
}

.open-search .searchBar {
    height: 60.78px;
    overflow: hidden;
    opacity: 1;
    transform: scaleY(1);
    pointer-events: all;
    transition: .6s;
    transition-delay: .3s;
}

.open-search .searchBarResult {
    top: 60.78px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    transition: .3s;
    opacity: 1;
    pointer-events: all;
    position: fixed;
    height: 100%;
    background-color: rgb(12 16 27 / 95%)!important;
    padding: 20px 0px;
}

.searchBar .container,
.searchBar .container-fluid {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.searchBar form {
    white-space: nowrap;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}

.searchBar form .search-icon {
    position: absolute;
    width: 20px;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    fill: var(--text-color);
    opacity: .3;
}

.searchBar form input[type="text"] {
    width: 100%;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    border-radius: 5px;
    background-color: rgb(0 0 0 / 43%);
    padding: 5px 35px 5px 35px;
    outline: none;
    color: var(--text-color);
    vertical-align: middle;
    margin-right: 10px;
    transition: .3s;
}

.searchBar form input[type=submit] {
    position: absolute;
    width: 32px;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    box-shadow: none;
    padding: 0;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M268 112l144 144-144 144M392 256H100' style='&%2310;' stroke='%23fff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    opacity: 0.3;
}

.searchBar form input[type=submit]:hover {
    opacity: 1;
}

.searchBar .nav-link {
    padding-right: 0.5rem!important;
    padding-left: 0.5rem!important;
    color: var(--text-color)!important;
    opacity: .75;
    border-radius: 10px;
    padding: 19px 10px!important;
    margin-left: 10px;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    height: 32px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    padding: 0.5rem 1rem;
    opacity: .3;
}

.searchBar .nav-link svg {
    width: 1.9rem;
}

.searchBar .nav-link:hover {
    opacity: 1;
    color: var(--white);
    color: var(--text-color)!important;
    background: rgba(255, 255, 255, .1);
    transition: .1s;
}

#infor {
    position: absolute;
    background: rgb(12 16 27 / 85%);
    max-width: 500px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px;
    z-index: 10000000;
    border-radius: 10px;
    font-size: 12pt;
    transition: .3s;
    pointer-events: none;
}

#infor img {
    width: 100px;
    margin-right: 10px;
}

#infor .raiting {
    font-weight: bold;
    font-size: 16pt;
    position: absolute;
    right: 25px;
    top: 0px;
    background: rgba(0, 0, 0, .3);
    padding: 0px 10px;
    border-radius: 0px 0px 10px 10px;
}

#infor .title {
    font-weight: bold;
    color: var(--white);
    font-size: 16pt;
    margin-top: 0px;
    max-width: 85%;
}

#infor .description {
    max-height: 60px;
    overflow: hidden;
    font-size: 10pt;
}

#infor .text strong { margin-right: 10px; }
#infor .text span {
    margin-right: 10px;
    border-bottom: 1px dotted;
    padding: 0px 5px;
}

#infor .text span.ongoing {
    background-color: forestgreen;
    padding: 0 5px;
    border-radius: 5px;
    margin-right: 0px;
    color: var(--white);
    border: none;
}

.swiper-container {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.yt-item {
    display: block;
    position: relative;
}

.yt-item .image {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.yt-item .image img { width: 100%; }

.yt-title {
    font-size: 12pt;
    display: block;
}

.yt-name {
    font-size: 9pt;
    font-weight: 300 !important;
    display: block;
}

.yt-duration {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 100;
    background: #000000e0;
    color: white !important;
    padding: 0px 5px;
    border-radius: 5px;
    font-size: 13px;
}

@media (min-width: 1300px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1200px;
    }
}

.administration {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 10px 10px 0px 10px;
    background: var(--color-bg-dark);
    z-index: 99;
    border-radius: 0px 10px 10px 0px;
}

.administration a {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 32px;
    height: 32px;
    padding: 5px;
    position: relative;
}

.administration a:hover {
    background: var(--color-bg);
    border-radius: 10px;
}

.administration a svg {
    width: 1.3rem;
    position: relative;
}

.administration a span {
    font-size: 8px;
    position: absolute;
    bottom: 0;
    background: #020204;
    padding: 0 5px;
    border-radius: 10px;
}

.administration .hr {
    width: 100%;
    display: block;
    height: 1px;
    background: var(--white);
    margin-bottom: 5px;
}

.popover { margin-left: 20px; }
.popover[x-placement^="right"] .arrow {
    position: absolute;
    display: block;
    margin: 0 0.3rem;
    margin-top: -3px;
    margin-left: 0px;
}

.popover[x-placement^="right"] .arrow::before { left: 0; }

.genres .genre .gray { display: block !important; }
.genres .genre .color { display: none !important; }
.genres .genre:hover .gray { display: none !important; }
.genres .genre:hover .color { display: block !important; }

.swiper { overflow: hidden; }

html {
    --swiper-navigation-color: var(--color-text-first) !important;
    --swiper-navigation-size: 12px !important;
    --swiper-navigation-padding: 9px !important;
}

.swiper-button-next,
.swiper-button-prev {
    margin-top: calc(-1 * var(--swiper-navigation-size));
    background: rgba(0, 0, 0, 0.5);
    width: 42px;
    height: 42px;
    padding: 10px;
    border-radius: 100%;
    display: flex;
    transform: translateY(-50%);
    transition: .3s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.8);
    transition: .3s;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    display: none;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: var(--swiper-navigation-padding);
    left: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: var(--swiper-navigation-padding);
    right: auto;
}

.swiper-skeleton {
    height: auto;
    width: 212.5px;
    margin-right: 20px;
}

.swiper-skeleton .info-title {
    height: 1rem;
    background: var(--color-bg-dark);
    border-radius: 5px;
}

.swiper-skeleton .info-original {
    height: auto;
}

.swiper-skeleton .info-original span:first-child {
    height: 0.9rem;
    background: var(--color-bg-dark);
    border-radius: 5px;
    margin-top: 2px;
    width: 80%;
    display: block;
}

.swiper-skeleton .info-original span:last-child {
    height: 0.9rem;
    background: var(--color-bg-dark);
    border-radius: 5px;
    margin-top: 2px;
    width: 30%;
    margin-top: 2px;
    display: block;
}

.profile.profile-header::before {
    content: '';
    background-image: linear-gradient(0deg, var(--color-bg) 0%, transparent 100%);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 83px;
    z-index: 2;
    opacity: .8;
    pointer-events: none;
}

.profile.profile-header {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-top: -80px;
}

.profile.profile-header img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
}

.profile.profile-header video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    pointer-events: none;
    cursor: default;
    z-index: 1;
}

.profile.profile-header .buttons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.profile.profile-header .buttons .container-fluid {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.profile.profile-header .buttons a {
    border: 1px solid white;
    color: var(--white);
    border-radius: 25px;
    padding: 5px 20px;
    margin: 20px 0 20px 20px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profile.profile-header .buttons a svg { margin-left: 10px; }
.profile.profile-header .buttons a:hover {
    border: 1px solid var(--color-main);
    background-color: var(--color-main);
    color: white !important;
}

.profile.profile-body { color: var(--white); }
.profile.profile-body .avatar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: -70px;
    z-index: 10;
}

.profile.profile-body .avatar img {
    --avatar-size: 150px;
    width: var(--avatar-size);
    height: var(--avatar-size);
    border-radius: 100%;
}

.profile.profile-body .user.name {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 500;
    margin-top: 20px;
    color: var(--white);
    cursor: help;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}

.profile.profile-body .user.login {
    display: block;
    color: var(--white);
    font-weight: 100;
    height: 0px;
    font-size: 0px;
    opacity: 0;
    transition: .3s;
}

.profile.profile-body .user.name:hover~.user.login {
    height: .8rem;
    font-size: .8rem;
    opacity: .5;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: .3s;
}

.profile.profile-body .nav-pills,
.profile.profile-body .nav-tabs {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.user-edit .nav-pills .nav-link,
.user-edit .nav-pills .nav-item.show .nav-link {
    background-color: transparent;
    border-color: transparent;
    border-radius: 5px;
}

.user-edit .nav-pills .nav-link:hover,
.user-edit .nav-pills .nav-item.show .nav-link:hover {
    border-color: transparent;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
}

.profile.profile-body .nav-pills .nav-link,
.profile.profile-body .nav-pills .nav-item.show .nav-link {}

.profile.profile-body .nav-tabs .nav-link,
.profile.profile-body .nav-tabs .nav-item.show .nav-link {
    background-color: transparent;
    border-color: transparent;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 1rem;
    padding: 4px 20px;
}

.user-edit .nav-pills .nav-link.active,
.user-edit .nav-pills .nav-item.show .nav-link, .--bg-danger {
    background-color: #dc354524 !important;
}

.profile.profile-body .nav-pills .nav-link.active,
.profile.profile-body .nav-pills .nav-item.show .nav-link,
.profile.profile-body .nav-tabs .nav-link.active,
.profile.profile-body .nav-tabs .nav-item.show .nav-link {
    background-color: #dc354524 !important;
    border-color: transparent;
    border-radius: 10px;
    font-size: 1rem;
}

.profile.profile-body .release {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 0px;
    border-radius: 10px;
    transition: .3s;
    overflow: hidden;
}

.profile.profile-body .release:hover {
    background-color: var(--color-bg-dark);
    padding: 10px 20px;
    border-radius: 10px;
    transition: .3s;
}

.profile.profile-body .release .posterr img {
    width: 60px;
    border-radius: 5px;
}

.profile.profile-body .release .info { margin-left: 10px; }
.profile.profile-body .release .info .name {
    color: var(--white);
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    display: block;
    font-size: 1rem;
    white-space: nowrap;
}

.profile.profile-body .release .info .name.original {
    color: #838589;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    display: block;
    font-size: 1rem;
    white-space: nowrap;
}

.panel.message {
    background: var(--color-bg-dark);
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px;
}

.panel.message .header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.panel.message .header .status,
.panel.message .header .login {
    margin-left: 10px;
    font-size: 1.1rem;
}

.panel.message .header .status {
    margin-left: 5px;
    color: #838589;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.name.and.date {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.name.and.status {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.name.and.date .date {
    opacity: .3;
    font-size: 0.8rem;
    margin-left: 15px;
}

.panel.message .header .status a {
    color: var(--white);
}

.panel.message .header .avatar {
    display: flex;
    margin-top: 0px;
}

.panel.message .header .avatar img {
    width: 32px;
    height: 32px;
    margin: 0 !important;
    border: none
}

.panel.message .text {
    font-size: 1rem;
    opacity: .5;
}

.bg-item label,
.bg-item label:hover {
    transition: .3s !important;
    cursor: pointer;
}

.searchAvatar {
    background: var(--color-bg-dark);
    padding: 30px 20px 20px 20px;
    border-radius: 10px;
    margin-bottom: 60px;
    width: calc(100% + 40px);
    margin-left: -20px;
}

.searchAvatar .search {
    position: relative;
    background-color: var(--color-bg-dark);
    border-top: var(--color-bg-dark);
    width: 100%;
    z-index: 99;
    margin-top: -20px;
    padding: 10px 0px 15px 0px;
}

.searchAvatar .bg-item label {
    width: 126px;
    height: 126px;
    position: relative;
    border: none !important;
    background-color: var(--color-bg);
}

.searchAvatar .bg-item:hover img {
    transform: scale(1.2);
    transition: .3s;
}

.searchAvatar .bg-item:hover label {
    border-radius: 100%;
    transition: .3s;
}

.searchAvatar .bg-item label::after {
    content: '';
    width: 45px;
    height: 45px;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    left: 38px;
    top: 38px;
    margin: 0 auto;
    z-index: 1;
    animation: spinner-border .75s linear infinite;
    color: var(--main-color);
}

.searchAvatar .bg-item label img {
    z-index: 2;
    position: relative;
    opacity: 1;
    transform: scale(1.1);
    transition: .3s;
}

#searchAvatarResult .error {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 568px;
    color: var(--white);
}

.admin .navbar-header { top: 40px; }

#admin {
    top: 0;
    min-height: 0px;
}

.view .comment-message span.spoiler * { opacity: 0; }
.view .comment-message:hover span.spoiler * { opacity: 1; }

@media (max-width: 768px) {
    .container,
    .container-sm,
    .container-md {
        max-width: 880px;
    }
}

@media (min-width: 0) and (max-width: 991px) {
    .navbar-footer,
    .navbar-header { display: flex !important }
}

.btn,
.text-total,
.text-watching,
.text-plan,
.text-completed,
.text-hold,
.text-dropped {
    transform: translate(0, 0);
    transition: 1s;
    outline: none !important;
    outline: transparent !important;
    box-shadow: none !important;
    user-select: none;
}

.btn:hover {
    outline: none !important;
    outline: transparent !important;
    box-shadow: none !important;
}

.btn:active,
.text-total:active,
.text-watching:active,
.text-plan:active,
.text-completed:active,
.text-hold:active,
.text-dropped:active {
    transform: translate(0, -3px);
    transition: .3s;
    outline: none !important;
    outline: transparent !important;
    user-select: none;
}

.main-slider video[status=play] {
    opacity: 1;
    transition: .5s;
}

.main-slider video[status=pause] {
    opacity: .3;
    transition: .5s;
}


.poster .image .box {
    position: absolute;
    z-index: 100;
    bottom: 5px;
    left: 5px;
    right: 5px;
    font-size: 12pt;
    text-align: left;
    padding: 4px 10px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#list-status.dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#list-status.dropdown-toggle::after { top: unset !important; }
#list-status[data-type=""]::after { display: none; }
#list-status[data-type="0"]::after { display: none; }

#list-status.dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 30px;
}

#list-status.dropdown-toggle::before {
    --icon-size: 12pt;
    content: '';
    display: inline-block;
    height: var(--icon-size);
    width: var(--icon-size);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: var(--icon-size) var(--icon-size);
    margin-right: 5px;
    position: absolute;
    left: 10px;
}

#list-status~.dropdown-menu.show::before {
    content: '';
    background-color: #161C2C;
    display: block;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    position: absolute;
    top: -6px;
    left: 10px;
}

#list-status~.dropdown-menu.show {
    top: 50px !important;
}

#list-status~.dropdown-menu.show button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 7px 15px;
}

#list-status~.dropdown-menu.show button::before,
.poster .image .box::before {
    --icon-size: 12pt;
    content: '';
    display: inline-block;
    height: var(--icon-size);
    width: var(--icon-size);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: var(--icon-size) var(--icon-size);
    margin-right: 5px;
}

#list-status~.dropdown-menu {
    background-color: #161C2C !important;
    box-shadow: 0px 6px 20px 3px rgb(0 0 0 / 20%);
}

#list-status~.dropdown-menu.show button { background-color: #161C2C !important; }
#list-status~.dropdown-menu.show button:hover,
#list-status~.dropdown-menu.show button.active {
    background-color: #1D2539 !important;
}

#list-status~.dropdown-menu.show button.active[data-type="0"] { display: none; }

.btn-list-status[data-type="1"] {
    background-color: rgba(103, 187, 109, 0.8);
    color: var(--white);
}
.btn-list-status[data-type="2"] {
    background-color: rgba(180, 103, 185, 0.8);
    color: var(--white);
}
.btn-list-status[data-type="3"] {
    background-color: rgba(90, 107, 199, 0.8);
    color: var(--white);
}
.btn-list-status[data-type="4"] {
    background-color: rgba(255, 149, 0, 0.8);
    color: var(--white);
}
.btn-list-status[data-type="5"] {
    background-color: rgba(220, 53, 69, 0.8);
    color: var(--white);
}
.btn-list-status[data-type="0"],
.btn-list-status[data-type=""] {
    background-color: var(--color-bg-light-light);
    color: var(--white);
}

.btn-list-status:hover { opacity: 0.9; }

.btn-watching,
.box-watching {
    background-color: rgba(103, 187, 109, 0.8);
    color: var(--white);
}

#list-status~.dropdown-menu.show button[data-type="1"]::before, button#list-status[data-type="1"]::before,
.btn-watching:before,
.box-watching::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 0C7.17769 0 0 7.17769 0 16C0 24.8223 7.17769 32 16 32C24.8223 32 32 24.8223 32 16C32 7.17769 24.8223 0 16 0ZM21.7515 16.7154L12.9477 22.0338C12.8215 22.1094 12.6775 22.1501 12.5304 22.1517C12.3833 22.1533 12.2384 22.1157 12.1106 22.0428C11.9829 21.9699 11.8768 21.8643 11.8033 21.7369C11.7297 21.6095 11.6915 21.4648 11.6923 21.3177V10.6823C11.6915 10.5352 11.7297 10.3905 11.8033 10.2631C11.8768 10.1357 11.9829 10.0301 12.1106 9.95722C12.2384 9.88433 12.3833 9.84674 12.5304 9.84831C12.6775 9.84988 12.8215 9.89055 12.9477 9.96615L21.7515 15.2846C21.8743 15.3594 21.9757 15.4645 22.0461 15.5897C22.1164 15.715 22.1534 15.8563 22.1534 16C22.1534 16.1437 22.1164 16.285 22.0461 16.4103C21.9757 16.5355 21.8743 16.6406 21.7515 16.7154Z' fill='white' fill-opacity='0.8'/%3E%3C/svg%3E%0A");
}

.btn-plan,
.box-plan {
    background-color: rgba(180, 103, 185, 0.8);
    color: var(--white);
}

#list-status~.dropdown-menu.show button[data-type="2"]::before, button#list-status[data-type="2"]::before,
.btn-plan::before,
.box-plan::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 32C24.8366 32 32 24.8366 32 16C32 7.16343 24.8366 0 16 0C7.16343 0 0 7.16343 0 16C0 24.8366 7.16343 32 16 32ZM23.1001 12.843L14.6886 21.2544C14.403 21.5401 13.9399 21.5401 13.6542 21.2544L8.89993 16.5001C8.61431 16.2145 8.61431 15.7514 8.89993 15.4657L9.93431 14.4314C10.22 14.1457 10.6831 14.1457 10.9687 14.4314L14.1714 17.6341L21.0313 10.7743C21.3169 10.4886 21.7801 10.4886 22.0657 10.7743L23.1001 11.8086C23.3857 12.0943 23.3857 12.5574 23.1001 12.843Z' fill='white'/%3E%3C/svg%3E%0A");
}

.btn-completed,
.box-completed {
    background-color: rgba(90, 107, 199, 0.8);
    color: var(--white);
}

#list-status~.dropdown-menu.show button[data-type="3"]::before, button#list-status[data-type="3"]::before,
.btn-completed::before,
.box-completed::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.223 0.00148656C7.22542 -0.12004 -0.12004 7.22542 0.00148656 16.223C0.121475 24.8522 7.14774 31.8785 15.7769 31.9985C24.7761 32.1215 32.12 24.7761 31.9969 15.7785C31.8785 7.14774 24.8522 0.121475 16.223 0.00148656ZM14.9316 14.8055L18.8966 10.2674C19.1114 10.0216 19.4151 9.87122 19.7408 9.84929C20.0665 9.82737 20.3876 9.93573 20.6334 10.1505C20.8792 10.3653 21.0296 10.669 21.0515 10.9947C21.0735 11.3204 20.9651 11.6415 20.7503 11.8873L16.7853 16.4253C16.6789 16.547 16.5496 16.6466 16.4048 16.7184C16.26 16.7901 16.1024 16.8326 15.9411 16.8435C15.7799 16.8543 15.618 16.8333 15.4649 16.7816C15.3117 16.7299 15.1702 16.6486 15.0485 16.5422C14.9268 16.4359 14.8272 16.3066 14.7555 16.1617C14.6838 16.0169 14.6412 15.8593 14.6304 15.6981C14.6195 15.5368 14.6405 15.375 14.6922 15.2218C14.7439 15.0687 14.8253 14.9272 14.9316 14.8055V14.8055ZM11.9427 21.7933C11.7119 22.0239 11.399 22.1534 11.0728 22.1534C10.7465 22.1534 10.4336 22.0239 10.2028 21.7933L6.51472 18.1013C6.40048 17.987 6.30988 17.8513 6.24809 17.7019C6.18631 17.5526 6.15454 17.3925 6.15461 17.2309C6.15468 17.0692 6.18659 16.9092 6.24851 16.7599C6.31043 16.6106 6.40115 16.475 6.51549 16.3607C6.62983 16.2465 6.76555 16.1559 6.91491 16.0941C7.06426 16.0323 7.22432 16.0005 7.38595 16.0006C7.54758 16.0007 7.70761 16.0326 7.85691 16.0945C8.00621 16.1564 8.14186 16.2471 8.25609 16.3615L11.9481 20.0534C12.178 20.2849 12.3065 20.5982 12.3055 20.9245C12.3045 21.2507 12.174 21.5632 11.9427 21.7933ZM25.5414 11.8873L16.936 21.7325C16.8252 21.8596 16.6894 21.9625 16.5371 22.0348C16.3848 22.1072 16.2193 22.1475 16.0507 22.1532H16.0092C15.8475 22.1533 15.6874 22.1214 15.538 22.0595C15.3886 21.9976 15.2528 21.9069 15.1385 21.7925L11.4512 18.1006C11.2205 17.8696 11.0909 17.5565 11.0911 17.2301C11.0912 16.9037 11.221 16.5907 11.4519 16.3599C11.6829 16.1292 11.996 15.9997 12.3224 15.9998C12.6488 16 12.9618 16.1298 13.1926 16.3607L15.4846 18.6551C15.5442 18.7147 15.6154 18.7614 15.6938 18.7924C15.7722 18.8234 15.8561 18.8379 15.9403 18.8351C16.0246 18.8322 16.1073 18.8122 16.1835 18.776C16.2596 18.7399 16.3275 18.6886 16.383 18.6251L23.69 10.2674C23.9048 10.0216 24.2085 9.87122 24.5342 9.84929C24.8599 9.82737 25.181 9.93573 25.4268 10.1505C25.6726 10.3653 25.823 10.669 25.8449 10.9947C25.8669 11.3204 25.7585 11.6415 25.5437 11.8873H25.5414Z' fill='white'/%3E%3C/svg%3E%0A");
}

.btn-hold,
.box-hold {
    background-color: rgba(255, 149, 0, 0.8);
    color: var(--white);
}

#list-status~.dropdown-menu.show button[data-type="4"]::before, button#list-status[data-type="4"]::before,
.btn-hold::before,
.box-hold::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32 16C32 24.8366 24.8366 32 16 32C7.16343 32 0 24.8366 0 16C0 7.16343 7.16343 0 16 0C24.8366 0 32 7.16343 32 16ZM15.7901 8C13.2184 8 11.5782 9.08334 10.2902 11.0087C10.1234 11.2581 10.1792 11.5945 10.4184 11.7759L12.0558 13.0174C12.3014 13.2037 12.6513 13.1594 12.8421 12.9173C13.6852 11.8481 14.2632 11.2281 15.5462 11.2281C16.5103 11.2281 17.7027 11.8485 17.7027 12.7833C17.7027 13.49 17.1193 13.8529 16.1675 14.3866L16.0874 14.4315C14.9881 15.0465 13.5885 15.8296 13.5885 17.7209V17.9097C13.5885 18.2224 13.842 18.4759 14.1547 18.4759H16.7973C17.11 18.4759 17.3636 18.2224 17.3636 17.9097V17.8468C17.3636 17.339 17.9247 17.0152 18.6226 16.6124C19.7707 15.9499 21.2891 15.0737 21.2891 12.8133C21.2891 10.0762 18.4499 8 15.7901 8V8ZM13.3053 21.8736C13.3053 20.6766 14.2791 19.7029 15.476 19.7029C16.673 19.7029 17.6467 20.6766 17.6467 21.8736C17.6467 23.0704 16.673 24.0443 15.476 24.0443C14.2791 24.0443 13.3053 23.0704 13.3053 21.8736Z' fill='white'/%3E%3C/svg%3E%0A");
}

.btn-dropped,
.box-dropped {
    background-color: rgba(220, 53, 69, 0.8);
    color: var(--white);
}

#list-status~.dropdown-menu.show button[data-type="5"]::before, button#list-status[data-type="5"]::before,
.btn-dropped::before,
.box-dropped::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 32C24.8366 32 32 24.8366 32 16C32 7.16343 24.8366 0 16 0C7.16343 0 0 7.16343 0 16C0 24.8366 7.16343 32 16 32ZM21.5646 19.7634C21.7794 19.5486 21.7794 19.2011 21.5646 18.9863L18.5657 16.0103L21.5691 13.0389C21.784 12.824 21.784 12.4766 21.5691 12.2617L19.7589 10.4514C19.544 10.2366 19.1966 10.2366 18.9817 10.4514L16.0057 13.4503L13.0343 10.4469C12.8194 10.232 12.472 10.232 12.2571 10.4469L10.4469 12.2571C10.232 12.472 10.232 12.8194 10.4469 13.0343L13.4457 16.0103L10.4469 18.9817C10.232 19.1966 10.232 19.544 10.4469 19.7589L12.2526 21.5691C12.4674 21.784 12.8149 21.784 13.0297 21.5691L16.0057 18.5703L18.9771 21.5691C19.192 21.784 19.5394 21.784 19.7543 21.5691L21.5646 19.7634V19.7634Z' fill='white'/%3E%3C/svg%3E%0A");
}

.rating .stars {
    overflow: hidden;
    width: 100%;
    display: flex;
    row-gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    flex-direction: row-reverse;
}

.rating .stars:not(:checked) > input { display: none; }

.ratingplus { color: #28a745; }
.ratingminus { color: var(--main-color) !important; }

.rating .stars:not(:checked) > label {
    float: right;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
}

.rating .stars:not(:checked) > label:before {
    content: '';
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Ctitle%3EStar%3C/title%3E%3Cpath d='M480 208H308L256 48l-52 160H32l140 96-54 160 138-100 138 100-54-160z' fill='none' stroke='%2385878D' stroke-linejoin='round' stroke-width='32'/%3E%3C/svg%3E");
    background-position: center center;
    background-size: 100%;
    width: 20px;
    height: 20px;
    display: block;
    transition: .3s;
}

.rating .stars > input:checked ~ label:before,
.rating .stars > input:hover ~ label:before,
.rating .stars:not(:checked) > label:hover ~ label:before,
.rating .stars > input:checked + label:hover ~ label:before,
.rating .stars > input:checked ~ label:hover ~ label:before,
.rating .stars > label:hover ~ input:checked ~ label:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 512 512'%3E%3Cpath d='M394 480a16 16 0 01-9.39-3L256 383.76 127.39 477a16 16 0 01-24.55-18.08L153 310.35 23 221.2a16 16 0 019-29.2h160.38l48.4-148.95a16 16 0 0130.44 0l48.4 149H480a16 16 0 019.05 29.2L359 310.35l50.13 148.53A16 16 0 01394 480z'/%3E%3C/svg%3E");
    transition: .3s;
}

.rating .stars > label:active { position: relative; }
.rating {
    position: relative;
    overflow: hidden;
}

.rating.voted::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    left: -59px;
    top: -54px;
    border-radius: 100%;
    background: rgba(217, 217, 217, 0.05);
    display: block;
    pointer-events: none;
}

.rating .rating-current-selected {
    position: absolute;
    font-size: 32px;
    line-height: 26px;
    color: var(--white);
    padding: 10px 0;
    opacity: 0;
    transition: .3s;
}

.rating:not(.voted):hover .rating-current-selected {
    opacity: 1;
    transition-delay: .5s;
    transition: .3s;
}

.rating:not(.voted):hover .smile,
.rating:not(.voted):hover .now {
    opacity: 0;
}

.rating .rating-current-selected {
    position: absolute;
    font-size: 32px;
    line-height: 26px;
    color: var(--white);
    padding: 10px 0;
    opacity: 0;
    transition: .3s;
}

.rating:hover .rating-current-selected {
    opacity: 1;
    transition-delay: .5s;
    transition: .3s;
}

.rating:hover .smile,
.rating:hover .now {
    opacity: 0;
}

.rating .rating-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 15px;
}

.rating .rating-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rating .rating-header .now {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 26px;
    display: flex;
    align-items: flex-end;
    color: var(--white);
    margin-left: 10px;
    display: flex;
    flex-direction: row;
}

.rating .rating-header .now small {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #85878D;
}

.rating .rating-header .text {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #85878D;
    width: 120px;
}

.rating .rating-header .text span:first-child { display: block !important; }
.rating .rating-header .text span:last-child { display: none !important; }
.rating:hover .rating-header .text span:first-child { display: none !important; }
.rating:hover .rating-header .text span:last-child { display: block !important; }

.rating .btn {
    opacity: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: .3s;
}

.rating:hover .btn {
    opacity: 1;
    transition: .1s;
}

.reaction::before {
    content: '';
    position: relative;
    width: 32px;
    height: 32px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.reaction.great::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 0C7.16129 0 0 7.16129 0 16C0 24.8387 7.16129 32 16 32C24.8387 32 32 24.8387 32 16C32 7.16129 24.8387 0 16 0ZM16 28.9032C8.88387 28.9032 3.09677 23.1161 3.09677 16C3.09677 8.88387 8.88387 3.09677 16 3.09677C23.1161 3.09677 28.9032 8.88387 28.9032 16C28.9032 23.1161 23.1161 28.9032 16 28.9032ZM10.8387 14.9677C11.9806 14.9677 12.9032 14.0452 12.9032 12.9032C12.9032 11.7613 11.9806 10.8387 10.8387 10.8387C9.69677 10.8387 8.77419 11.7613 8.77419 12.9032C8.77419 14.0452 9.69677 14.9677 10.8387 14.9677ZM21.1613 14.9677C22.3032 14.9677 23.2258 14.0452 23.2258 12.9032C23.2258 11.7613 22.3032 10.8387 21.1613 10.8387C20.0194 10.8387 19.0968 11.7613 19.0968 12.9032C19.0968 14.0452 20.0194 14.9677 21.1613 14.9677ZM21.4194 19.6516C20.0774 21.2645 18.0968 22.1935 16 22.1935C13.9032 22.1935 11.9226 21.271 10.5806 19.6516C10.0323 18.9935 9.05161 18.9097 8.4 19.4516C7.74194 20 7.65806 20.9742 8.2 21.6323C10.1355 23.9548 12.9806 25.2839 16 25.2839C19.0194 25.2839 21.8645 23.9548 23.8 21.6323C24.3484 20.9742 24.2581 20 23.6 19.4516C22.9484 18.9097 21.9677 18.9935 21.4194 19.6516V19.6516Z' fill='%2367BB6D'/%3E%3C/svg%3E%0A");
}

.reaction.fine::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 0C7.16129 0 0 7.16129 0 16C0 24.8387 7.16129 32 16 32C24.8387 32 32 24.8387 32 16C32 7.16129 24.8387 0 16 0ZM16 28.9032C8.88387 28.9032 3.09677 23.1161 3.09677 16C3.09677 8.88387 8.88387 3.09677 16 3.09677C23.1161 3.09677 28.9032 8.88387 28.9032 16C28.9032 23.1161 23.1161 28.9032 16 28.9032ZM10.8387 14.9677C11.9806 14.9677 12.9032 14.0452 12.9032 12.9032C12.9032 11.7613 11.9806 10.8387 10.8387 10.8387C9.69677 10.8387 8.77419 11.7613 8.77419 12.9032C8.77419 14.0452 9.69677 14.9677 10.8387 14.9677ZM21.1613 10.8387C20.0194 10.8387 19.0968 11.7613 19.0968 12.9032C19.0968 14.0452 20.0194 14.9677 21.1613 14.9677C22.3032 14.9677 23.2258 14.0452 23.2258 12.9032C23.2258 11.7613 22.3032 10.8387 21.1613 10.8387ZM21.6774 20.129H10.3226C9.47097 20.129 8.77419 20.8258 8.77419 21.6774C8.77419 22.529 9.47097 23.2258 10.3226 23.2258H21.6774C22.529 23.2258 23.2258 22.529 23.2258 21.6774C23.2258 20.8258 22.529 20.129 21.6774 20.129Z' fill='%23EF5D5D'/%3E%3C/svg%3E%0A");
}

.reaction.shitty::before {
    background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 0C6.9375 0 0 6.9375 0 15.5C0 24.0625 6.9375 31 15.5 31C24.0625 31 31 24.0625 31 15.5C31 6.9375 24.0625 0 15.5 0ZM15.5 28C8.60625 28 3 22.3937 3 15.5C3 8.60625 8.60625 3 15.5 3C22.3937 3 28 8.60625 28 15.5C28 22.3937 22.3937 28 15.5 28ZM10.5 14.5C11.6062 14.5 12.5 13.6062 12.5 12.5C12.5 11.3938 11.6062 10.5 10.5 10.5C9.39375 10.5 8.5 11.3938 8.5 12.5C8.5 13.6062 9.39375 14.5 10.5 14.5ZM20.5 10.5C19.3937 10.5 18.5 11.3938 18.5 12.5C18.5 13.6062 19.3937 14.5 20.5 14.5C21.6063 14.5 22.5 13.6062 22.5 12.5C22.5 11.3938 21.6063 10.5 20.5 10.5ZM15.5 18.5C12.9875 18.5 10.625 19.6063 9.0125 21.5375C8.48125 22.175 8.56875 23.1187 9.20625 23.65C9.84375 24.175 10.7875 24.0938 11.3188 23.4562C12.3563 22.2125 13.8813 21.4937 15.5 21.4937C17.1187 21.4937 18.6437 22.2062 19.6812 23.4562C20.1875 24.0625 21.125 24.2 21.7938 23.65C22.4313 23.1187 22.5125 22.175 21.9875 21.5375C20.375 19.6063 18.0125 18.5 15.5 18.5Z' fill='%23DC3545'/%3E%3C/svg%3E%0A");
}

@media (min-width: 2048px) {
    .col-auto {
        flex: 0 0 8.333333335%;
        max-width: 8.333333335%;
    }
}

@media (min-width: 1900px) and (max-width: 2047px) {
    .col-auto {
        flex: 0 0 11.11111111133333%;
        max-width: 11.11111111133333%;
    }
    .col-auto .poster .image { height: 250px; }
}

.user-friend {
    background: transparent;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
    margin-left: -10px;
    width: calc(100% + 20px);
    transition: .3s;
    color: #838589 !important;
    display: block;
}

.user-friend:hover {
    background: #070a10;
    padding: 5px 10px 5px 15px;
    color: var(--white) !important;
    transition: .3s;
}

.user-list.modal .user-friend.--readonly {
    background: transparent;
    padding: 5px 10px 5px 10px;
    cursor: default;
    color: #838589 !important;
}

.user-friend:hover a {
    color: var(--white) !important;
    transition: .3s;
}

.user-friend-avatar { position: relative; }
.user-friend-avatar span.card-img {
    opacity: 1;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    background: #12142A;
    color: #4B38B3;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-transform: capitalize;
}

.user-friend-avatar span.card-img.color--0 {
    background: #12142A;
    color: #4B38B3;
}

.user-friend-avatar span.card-img.color--1 {
    background: #101A30;
    color: #3577F1;
}

.user-friend-avatar span.card-img.color--2 {
    background: #111F23;
    color: #3BAD71;
}

.user-friend-avatar span.card-img.color--3 {
    background: #0F1E2E;
    color: #299CDB;
}

.user-friend-avatar span.card-img.color--4 {
    background: #242119;
    color: #FFBE0B;
}

.user-friend-avatar span.card-img.color--5 {
    background: #23181F;
    color: #F06548;
}

.user-friend-avatar .status,
.user-friend-avatar svg {
    background-color: #0c101b;
    position: absolute;
    bottom: -3px;
    right: -6px;
    border-radius: 100%;
    border: 2px solid var(--body-color) !important;
}

.user-list.modal .user-friend,
#friends.modal .user-friend {
    margin-left: 0;
    width: calc(100%);
}

.user-list.modal .user-friend-avatar .status,
.user-list.modal .user-friend-avatar svg,
#friends.modal .user-friend-avatar svg {
    right: -13px;
}

.user-list.modal button[data-dismiss="modal"],
#friends.modal button[data-dismiss="modal"] {
    transform: rotate(180deg);
    background: transparent;
    border: transparent;
    width: 38px;
    min-height: 38px;
    height: 100%;
    min-width: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-right: 5px;
    transition: .3s;
}

.user-list.modal button[data-dismiss="modal"]:hover,
#friends.modal button[data-dismiss="modal"]:hover {
    background: #161c2c;
    transition: .3s;
}

.comment-message .attachment.type-gif {
    position: relative;
    max-width: 300px;
    display: block;
    border-radius: 5px;
    border: 2px solid var(--body-color);
    overflow: hidden;
}

.comment-message .attachment.type-gif::before {
    content: 'Изменить текст';
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute !important;
    bottom: 0px !important;
    right: 0px !important;
    top: 0px !important;
    left: 0px !important;
    font-size: 12px !important;
    color: white !important;
    background: rgb(0 0 0 / 80%) !important;
    z-index: 1;
    opacity: 0;
    transition: .3s;
}

.comment-message .attachment.type-gif:hover::before {
    opacity: 1;
    transition: .3s;
}

.comment-message .attachment.type-gif span {
    position: absolute !important;
    bottom: 10px !important;
    right: 10px !important;
    background: rgb(0 0 0 / 80%) !important;
    color: white !important;
    font-size: 12px !important;
    border-radius: 3px !important;
    padding: 2px 8px !important;
    z-index: 2;
    opacity: 1;
    transition: .3s;
}

.comment-message .attachment.type-gif:hover span {
    opacity: 0;
    transition: .3s;
}

.comment-message .attachment.type-gif img { width: 100%; }

.--donate-qiwi-hide { margin-right: 3px; }

@media (max-width: 1030px) {
    .--donate-qiwi-hide { display: none; }
}

@media (max-width: 992px) {
    .container-md-fluid {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 30px;
        margin-right: auto;
        margin-left: auto;
    }
}

#information.collapse{
    background: rgba(255, 255, 255, 0);
    width: 80%;
    line-height: 1.5;
}

#information.collapse,
#information.collapse.collapsing,
#information.collapse.show {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    padding: 20px;
    margin-top: -15px !important;
    margin-bottom: 30px !important;
    transition: .3s;
}

.rating-h span { display: none; }
.star-10:hover .rating-h span { display: block; }

@media (max-width:768px) {
    .main-slider .swiper-description { bottom: 0; }
    .main-slider .swiper-description .info { max-width: initial;}
}

/* fullstory */
.content {
    margin-top: 90px;
    min-height: calc(100vh - 170px);
}

/* Помочь */
.help.sempai.loading::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0;
    background: rgb(22 28 44);
    display: block;
    pointer-events: none;
    z-index: 1;
    transition: .6s;
}

.help > .title {
    position: relative;
    z-index: 10;
    color: black !important;
    width: 80%;
    font-size: 18pt;
    line-height: 28px;
    top: 19px;
    text-align: left;
    left: 8px;
}

.help.sempai.loading::after {
    content: '';
    width: 2rem;
    height: 2rem;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    left: calc(50% - 1.5rem);
    margin: 0 auto;
    animation: spinner-border .75s linear infinite;
    color: var(--main-color);
    z-index: 2;
    transition: .6s;
}

.help.sempai {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background: #161C2C;
    border-radius: 5px;
    position: relative;
}

.help.sempai .title {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #EADACD;
    padding: 20px 20px 0px 20px;
    padding-top: 20px;
}

.help.sempai .footer {
    background: #0F1422;
    border-radius: 0px 0px 5px 5px;
    width: 100%;
    text-align: center;
    padding: 10px;
}

.help.sempai .subtitle {
    font-weight: normal;
    padding: 0px 20px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: -10px;
    opacity: .5;
    font-size: 13pt;
}

.help.sempai:hover {
    background: #222B41;
    transition: .3s;
}

.help.sempai .count {
    font-size: 100px;
    font-weight: bold;
    position: absolute;
    top: 50px;
    opacity: .05;
}

.help.sempai img {
    width: 82%;
    margin-bottom: 0px;
}

.title h1 {
    line-height: 35px;
    width: calc(100% - 50px);
}

.characters > a img { border-radius: 10px; }
    .characters > a small {
        line-height: 15px;
        display: block;
        border-radius: 10px;
    }

#qComments {
    background: var(--color-bg-dark);
    padding: 10px;
    border-radius: 10px;
}
#comments { background: #0404047a; }
    #comments:focus { border-color: #0404047a; }

.dropdown .sort button { padding: 0 .5rem 0 .5rem !important; }

.comments-all {
    text-align: center;
    font-size: 0.875rem;
    pointer-events: none;
}

.--btn {
    float: right;
    width: auto;
    padding: 0 .5rem 0 .5rem !important;
}

.form-comments {
    background: rgba(0,0,0,.1);
    border-radius: 10px;border: 1px solid #0c101b;
    border-radius: 5px;
}

.message {
    color: var(--white);
    box-shadow: none !important;
    background: transparent !important;
    width: 868.4px;
}

.comments-btn {
    box-shadow: none !important;
    background: transparent !important
}

/* Плеер */
.player-tabs {
    font-size: 0;
    background-color: #161c2c;
}
.player-tabs > div { display: none; }

    .player-tabs > input[type="radio"] { display: none; }

    #tab-btn-1:checked~#player-1,
    #tab-btn-2:checked~#player-2,
    #tab-btn-3:checked~#player-3 {
        display: block;
    }

    .player-tabs > label {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        user-select: none;
        background-color: #0f1422;
        border: 1px solid #1a2239;
        padding: 5px 15px;
        font-size: 16px;
        line-height: 1.5;
        transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out;
        cursor: pointer;
        position: relative;
}

    .player-tabs > label:not(:first-of-type) { border-left: none; }

    .player-tabs > input[type="radio"]:checked+label {
        background-color: #161c2c;
        border-bottom: 1px solid #1a2239;
}

.mass_action input { background-color: var(--white); }

/* Настройки комментария */
.com_tools {
    display: flex;
    margin-top: 5px;
    gap: 15px;
}

.comment-info-raiting a:hover svg { fill: var(--main-color); }
.comment-info-raiting a:hover:nth-of-type(1) svg { fill: var(--green); }
    .comment-info-raiting a svg {
        width: 1rem;
        fill: #7e8597;
    }

.bb-editor button:hover {
    background: #00000000 !important;
    opacity: 0.8;
}
.bb-editor button { background: transparent !important; }

.news-bookmarks button {
    background: transparent !important;
    border: 0;
}

.black-bg { background: #06070a !important; }

.infocontent {
    margin-top: 15px !important;
    margin-bottom: 30px;
    line-height: 22px;
    width: calc(100% - 50px);
}
.age {
    opacity: 1;
    background-color: transparent;
    border-radius: .5rem;
    color: var(--white);
    border: 1px solid white;
    padding: 0px 8px;
    opacity: .3;
}

.Complaint {
    display: flex;
    align-items: center;
    column-gap: 5px;
}

/* Плеер */
.player-block {
	position: relative;
	margin-top: 15px;
}
    .player-header {
		display: flex;
		display: -ms-flexbox;
        display: -webkit-flex;
		margin: 20px 0;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}

	.player-header > h5 > span { text-transform: lowercase; }

	.player-header_view {
		font-size: 12px;
		color: var(--prokino-grey);
	}

	.views { padding: 0px 0px 0px 5px; }

	/* контент */
	.player {
        margin-bottom: 20px;
        background-color: var(--prokino-dark);
    }

	.player-content iframe, .player-content frame {
		max-width: 100% !important;
		display: block;
		width: 100%;
		height: 450px;
	}

	@media screen and (max-width: 1220px) {

		.player-content iframe, .player-content frame { height: 400px; }
	}

	/* footer */
	.player-footer {
		display: flex;
		display: -ms-flexbox;
		display: -webkit-flex;
		margin: 10px 0px 0px 0px;
		overflow: hidden;
        flex-wrap: wrap;
		-ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
		align-items: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		justify-content: space-between;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
        border-radius: 5px;
		background-color: #0f1422;
	}

	@media screen and (max-width: 760px) { .player-footer { justify-content: center; } }

	.player-footer_tabs {
		height: 40px;
		line-height: 10px;
		font-size: 0;
		white-space: nowrap;
		overflow-y: hidden;
		overflow-x: auto;
		flex-basis: 0;
		flex-grow: 1;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		-ms-flex-preferred-size: 0;
		max-width: 100%;
		min-width: 50px;
	}

	@media screen and (max-width: 760px) {

		.player-footer_tabs {
			min-width: 100%;
			display: flex;
			flex-wrap: wrap;
		}

		.player-footer_tabs > a {
			flex-basis: 0;
			flex-grow: 1;
			-ms-flex-preferred-size: 0;
			-ms-flex-positive: 1;
			-webkit-box-flex: 1;
			max-width: 100%;
			min-width: 50%;
			text-align: center;
		}
	}

	.player-footer_tabs > a {
		display: inline-block;
		color: var(--white);
		padding: 15px;
		font-size: 14px;
		font-weight: 400;
		text-transform: uppercase;
	}

    .player-active {
        color: var(--white);
        background-color: #161c2c;
    }

	.player-footer_tabs > a:hover {
		color: var(--white);
		background-color: #1b2234;
	}

    /* поделиться */
    .player-footer_share {
        display: flex;
        align-items: center;
        column-gap: 10px;
        height: auto;
        line-height: 40px;
        margin: 0px 15px 0px 0px;
    }

    .ya-share, .ya-share * { line-height: normal; }

    .ya-share :link:hover,
    .ya-share :visited:hover { color: var(--prokino-dark) !important; }

    .ya-share_container_size-m { font-size: 13px; }
    .ya-share_container_size-m .ya-share_icon {
        height: 24px;
        width: 24px;
        background-size: 24px 24px;
    }

    .ya-share_container_size-m .ya-share_title { line-height: 24px; }

    .ya-share_container_size-m .ya-share_item { margin: 5px 4px 5px 0; }
    .ya-share_container_size-m .ya-share_item:last-child { margin-right: 0; }

    .ya-share_container_size-m .ya-share_counter {
        font-size: 12px;
        line-height: 24px;
        padding: 0 8px;
    }

    .ya-share_container_size-m .ya-share_counter:before { margin-left: -8px; }

    .ya-share_container_size-m .ya-share_badge + .ya-share_title { margin-left: 10px; }

    .ya-share_list_direction-horizontal > .ya-share_item {
        display: inline-block;
        vertical-align: top;
        margin-top: 0;
        margin-bottom: 0;
    }

    .ya-share_list_direction-horizontal > .ya-share_item > .ya-share_link > .ya-share_title { display: none; }

    .ya-share_list {
        display: inline-block;
        vertical-align: top;
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .ya-share_item {
        font-family: Arial, sans;
        display: inline-block;
    }

    .ya-share_item:hover { opacity: 0.9; }

    .ya-share_link {
        display: inline-block;
        vertical-align: top;
        text-decoration: none;
        white-space: nowrap;
    }

    .ya-share_badge {
        display: inline-block;
        vertical-align: top;
        border-radius: 2px;
        color: var(--white);
        overflow: hidden;
        position: relative;
    }

    .ya-share_icon {
        display: inline-block;
        vertical-align: top;
    }

    .ya-share_icon:active { box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.1); }

    .ya-share_counter { display: none; }
    .ya-share_counter:before {
        content: "";
        position: absolute;
        width: 1px;
        top: 2px;
        bottom: 2px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEX///+nxBvIAAAAAXRSTlMz/za5cAAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CYII=) 0 0 repeat-y;
    }

    .ya-share_title {
        display: inline-block;
        color: var(--prokino-dark);
        vertical-align: bottom;
    }

    .ya-share_title:hover { color: #f00; }

    .ya-share_item_service-facebook .ya-share_badge { background-color: #3b5998; }

    .ya-share_container_size-m .ya-share_item_service-facebook .ya-share_icon {
        background: url(https://yastatic.net/share2/v-1.16.0/png/6e499ec673690f8ce38000d6e3910a1b.png);
        background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjQyMyAyMHYtNy4yOThoMi40NjRsLjM2OS0yLjg0NWgtMi44MzJWOC4wNDJjMC0uODI0LjIzLTEuMzg1IDEuNDE3LTEuMzg1aDEuNTE1VjQuMTExQTIwLjI1NSAyMC4yNTUgMCAwIDAgMTQuMTQ4IDRjLTIuMTgzIDAtMy42NzggMS4zMjYtMy42NzggMy43NnYyLjA5N0g4djIuODQ1aDIuNDdWMjBoMi45NTN6IiBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4K), linear-gradient(transparent, transparent);
    }
    .ya-share_item_service-moimir .ya-share_badge { background-color: #168de2; }

    .ya-share_container_size-m .ya-share_item_service-moimir .ya-share_icon {
        background: url(https://yastatic.net/share2/v-1.16.0/png/a60ea5f5225188d8d4da7df3467d1622.png);
        background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTguODg5IDkuNjY3YTEuMzMzIDEuMzMzIDAgMSAwIDAtMi42NjcgMS4zMzMgMS4zMzMgMCAwIDAgMCAyLjY2N3ptNi4yMjIgMGExLjMzMyAxLjMzMyAwIDEgMCAwLTIuNjY3IDEuMzMzIDEuMzMzIDAgMCAwIDAgMi42Njd6bTQuNzcgNi4xMDhsLTEuODAyLTMuMDI4YS44NzkuODc5IDAgMCAwLTEuMTg4LS4zMDcuODQzLjg0MyAwIDAgMC0uMzEzIDEuMTY2bC4yMTQuMzZhNi43MSA2LjcxIDAgMCAxLTQuNzk1IDEuOTk2IDYuNzExIDYuNzExIDAgMCAxLTQuNzkyLTEuOTkybC4yMTctLjM2NGEuODQ0Ljg0NCAwIDAgMC0uMzEzLTEuMTY2Ljg3OC44NzggMCAwIDAtMS4xODkuMzA3bC0xLjggMy4wMjhhLjg0NC44NDQgMCAwIDAgLjMxMiAxLjE2Ni44OC44OCAwIDAgMCAxLjE4OS0uMzA3bC42ODMtMS4xNDdhOC40NjYgOC40NjYgMCAwIDAgNS42OTQgMi4xOCA4LjQ2MyA4LjQ2MyAwIDAgMCA1LjY5OC0yLjE4NGwuNjg1IDEuMTUxYS44NzMuODczIDAgMCAwIDEuMTg5LjMwNy44NDQuODQ0IDAgMCAwIC4zMTItMS4xNjZ6IiBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=), linear-gradient(transparent, transparent);
    }
    .ya-share_item_service-odnoklassniki .ya-share_badge { background-color: #eb722e; }

    .ya-share_container_size-m .ya-share_item_service-odnoklassniki .ya-share_icon {
        background: url(https://yastatic.net/share2/v-1.16.0/png/bf146c9b625d96aae779be09176605f0.png);
        background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTEuNjc0IDYuNTM2YTEuNjkgMS42OSAwIDAgMC0xLjY4OCAxLjY4OGMwIC45My43NTcgMS42ODcgMS42ODggMS42ODdhMS42OSAxLjY5IDAgMCAwIDEuNjg4LTEuNjg3IDEuNjkgMS42OSAwIDAgMC0xLjY4OC0xLjY4OHptMCA1Ljc2M2E0LjA4IDQuMDggMCAwIDEtNC4wNzYtNC4wNzUgNC4wOCA0LjA4IDAgMCAxIDQuMDc2LTQuMDc3IDQuMDggNC4wOCAwIDAgMSA0LjA3NyA0LjA3NyA0LjA4IDQuMDggMCAwIDEtNC4wNzcgNC4wNzV6TTEwLjAyNSAxNS42MjRhNy42MzMgNy42MzMgMCAwIDEtMi4zNjctLjk4IDEuMTk0IDEuMTk0IDAgMCAxIDEuMjcyLTIuMDIyIDUuMTc1IDUuMTc1IDAgMCAwIDUuNDg5IDAgMS4xOTQgMS4xOTQgMCAxIDEgMS4yNzIgMi4wMjIgNy42NDcgNy42NDcgMCAwIDEtMi4zNjcuOThsMi4yNzkgMi4yOGExLjE5NCAxLjE5NCAwIDAgMS0xLjY5IDEuNjg4bC0yLjIzOC0yLjI0LTIuMjQgMi4yNGExLjE5MyAxLjE5MyAwIDEgMS0xLjY4OS0xLjY4OWwyLjI3OS0yLjI3OSIvPjwvZz48L3N2Zz4=), linear-gradient(transparent, transparent);
    }
    .ya-share_item-service_twitter .ya-share_badge { background-color: #00aced; }

    .ya-share_container_size-m .ya-share_item-service_twitter .ya-share_icon {
        background: url(https://yastatic.net/share2/v-1.16.0/png/90b4b34825dd269b61ac35ebd478f1cd.png);
        background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIwIDcuNTM5YTYuNTYgNi41NiAwIDAgMS0xLjg4NS41MTcgMy4yOTQgMy4yOTQgMCAwIDAgMS40NDMtMS44MTYgNi41NzUgNi41NzUgMCAwIDEtMi4wODUuNzk2IDMuMjgzIDMuMjgzIDAgMCAwLTUuNTkzIDIuOTk0QTkuMzIgOS4zMiAwIDAgMSA1LjExNCA2LjZhMy4yOCAzLjI4IDAgMCAwIDEuMDE2IDQuMzgyIDMuMjc0IDMuMjc0IDAgMCAxLTEuNDg3LS40MXYuMDQxYTMuMjg1IDMuMjg1IDAgMCAwIDIuNjMzIDMuMjE4IDMuMzA1IDMuMzA1IDAgMCAxLTEuNDgyLjA1NiAzLjI4NiAzLjI4NiAwIDAgMCAzLjA2NiAyLjI4QTYuNTg1IDYuNTg1IDAgMCAxIDQgMTcuNTI0IDkuMjkxIDkuMjkxIDAgMCAwIDkuMDMyIDE5YzYuMDM4IDAgOS4zNC01IDkuMzQtOS4zMzcgMC0uMTQzLS4wMDQtLjI4NS0uMDEtLjQyNUE2LjY3MiA2LjY3MiAwIDAgMCAyMCA3LjUzOHoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==), linear-gradient(transparent, transparent);
    }
    .ya-share_item_service-vkontakte .ya-share_badge { background-color: #48729e; }

    .ya-share_container_size-m .ya-share_item_service-vkontakte .ya-share_icon {
        background: url(https://yastatic.net/share2/v-1.16.0/png/e3146797c0f01cc18d47ff9f50ffe4d2.png);
        background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjc4NSAxNi4yNDFzLjI4OC0uMDMyLjQzNi0uMTk0Yy4xMzYtLjE0OC4xMzItLjQyNy4xMzItLjQyN3MtLjAyLTEuMzA0LjU3Ni0xLjQ5NmMuNTg4LS4xOSAxLjM0MSAxLjI2IDIuMTQgMS44MTguNjA1LjQyMiAxLjA2NC4zMyAxLjA2NC4zM2wyLjEzNy0uMDNzMS4xMTctLjA3MS41ODctLjk2NGMtLjA0My0uMDczLS4zMDgtLjY2MS0xLjU4OC0xLjg3LTEuMzQtMS4yNjQtMS4xNi0xLjA1OS40NTMtMy4yNDYuOTgzLTEuMzMyIDEuMzc2LTIuMTQ1IDEuMjUzLTIuNDkzLS4xMTctLjMzMi0uODQtLjI0NC0uODQtLjI0NGwtMi40MDYuMDE1cy0uMTc4LS4wMjUtLjMxLjA1NmMtLjEzLjA3OS0uMjEyLjI2Mi0uMjEyLjI2MnMtLjM4MiAxLjAzLS44OSAxLjkwN2MtMS4wNyAxLjg1LTEuNDk5IDEuOTQ4LTEuNjc0IDEuODMyLS40MDctLjI2Ny0uMzA1LTEuMDc1LS4zMDUtMS42NDggMC0xLjc5My4yNjctMi41NC0uNTIxLTIuNzMzLS4yNjItLjA2NS0uNDU0LS4xMDctMS4xMjMtLjExNC0uODU4LS4wMDktMS41ODUuMDAzLTEuOTk2LjIwOC0uMjc0LjEzNi0uNDg1LjQ0LS4zNTYuNDU3LjE1OS4wMjIuNTE5LjA5OS43MS4zNjMuMjQ2LjM0MS4yMzcgMS4xMDcuMjM3IDEuMTA3cy4xNDIgMi4xMS0uMzMgMi4zNzFjLS4zMjUuMTgtLjc3LS4xODctMS43MjUtMS44NjUtLjQ4OS0uODU5LS44NTktMS44MS0uODU5LTEuODFzLS4wNy0uMTc2LS4xOTgtLjI3MmMtLjE1NC0uMTE1LS4zNy0uMTUxLS4zNy0uMTUxbC0yLjI4Ni4wMTVzLS4zNDMuMDEtLjQ2OS4xNjFDMy45NCA3LjcyMSA0LjA0MyA4IDQuMDQzIDhzMS43OSA0LjI1OCAzLjgxNyA2LjQwM2MxLjg1OCAxLjk2NyAzLjk2OCAxLjgzOCAzLjk2OCAxLjgzOGguOTU3eiIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+), linear-gradient(transparent, transparent);
    }

	/* жалоба */
	.player-footer_complaint {
		height: 40px;
		line-height: 40px;
		font-size: 18px;
		padding: 0 15px;
		border-left: 1px solid rgba(255,255,255,0.1);
	}
    /* плашка по плеер */
    .read {
        background: var(--color-bg-dark);
        padding: 10px;
        border-radius: 0px 0px 10px 10px;
        margin-top: -20px;
    }
    .read > svg {
        width: 1.2rem;
        position: relative;
        top: -1px;
    }

.news-edit {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    font-size: initial;
    column-gap: 10px;
    opacity: 0.3;
}

.z-index { z-index: 9999; }

.addcomment-desc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0.875rem;
    z-index: 0;
    pointer-events: none;
}
.form-control.textarea-addcomment:focus {
    border: 1px solid #141a2d !important;
    box-shadow: none;
}
.form-control.textarea-addcomment { border: 1px solid #101527; }
.form-control.textarea-addcomment:focus { height: 150px; }

.prav {float: right;width: auto;padding: 0 .5rem 0 .5rem !important;}
.br-10 { border-radius: 10px; }
.br-5 { border-radius: 5px; }
.br-img img { border-radius: 5px; }

.sort-comment {
    width: auto !important;
    padding: 0 .5rem 0 .5rem !important;
}

.comments_subscribe {
    display: flex;
    align-items: inherit;
    font-size: initial;
    column-gap: 10px;
}

/* Scrollbar */
::-webkit-scrollbar { width: 4px; }
  ::-webkit-scrollbar-thumb {
	background: var(--color-main);
	border-radius: 7px;
  }
  ::-webkit-scrollbar-track { background-color: #0f1422; }

.w-min {
    height: 230px;
    object-fit: cover;
}
.scrollnews {
    margin-top: 20px;
    text-align: justify;
    max-height: 50vh;
    overflow-x: hidden;
    overflow-y: auto;
}
.scrollnews-small {
    background: rgba(255,255,255,0.1);
    padding: 0px 5px;
    border-radius: 5px;
    margin-left: 5px;
}

.notification {
    top: 0;
    left: 0;
    padding: 0px 5px 2px 5px;
    transform: scale(0.8);
}
#notyList {
    left: -100px;
    top: 38px;
}
.avatar-block {
    width: 25px;
    height: 25px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.help svg { width: 1.2rem; position: relative; top: -1px; }

/* страницы */
.pages {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
}
    .page {
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 15px;
    }

    .pages > span {
        color: var(--color-text-first);
        user-select: none;
        padding: 10px 15px;
        transition: 1s;
        border-color: var(--color-bg-light);
    }

    .pages > a {
        color: var(--color-text-first);
        user-select: none;
        padding: 10px 15px;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 0.25rem;
        transition: 1s;
        background-color: var(--color-bg-light);
    }

    .pages > a:hover {
        border-color: var(--color-bg-light-light);
        background-color: var(--color-bg-light-light);
        color: var(--color-text-first);
    }

/* облако тегов */
.tags > a {
    color: var(--color-text-first);
    user-select: none;
    margin-bottom: 10px;
    padding: 10px 15px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: 1s;
    background-color: var(--color-bg-light);
}
    .tags:has(a) { margin-top: 20px; }

    .tags > a:hover {
        border-color: var(--color-bg-light-light);
        background-color: var(--color-bg-light-light);
        color: var(--color-text-first);
    }

    .clouds_xsmall, .clouds_xlarge > a {
        display: inline-block;
        color: var(--color-text-first);
        user-select: none;
        padding: 10px 15px;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 0.25rem;
        transition: 1s;
        background-color: var(--color-bg-light);
    }

    .line-break { line-break: anywhere; }

    .tags {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

/* baze */
.banner-baze {
    padding: 30px 0;
    border-radius: 15px;
}
    .baze-item {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column wrap;
    }

    .baze-icon {
        display: block;
        padding: 15px;
        transition: .3s;
        border-radius: 10px;
    }

    .baze-icon:hover { transform: translateY(-10px); }

    .baze-icon > img {
        width: 50px;
        height: 50px;
    }

    .baze {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        gap: 20px;
    }

/*  */
.--top { top: 56% !important; }
.current-rating { list-style-type: none; }

.hi {
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 20px;
    margin-top: -16px;
    font-size: 12pt;
    background: #070a10;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
    .donut { background-color: #f475b32b; }

/* list user */
.user-mylist {
    margin-right: 10px;
    width: 1rem;
    height: 1rem;
    display: block;
    border-radius: 100px
}

.--bg-list-1 { background: var(--color-list-watching); }
.--bg-list-2 { background: var(--color-list-plan); }
.--bg-list-3 { background: var(--color-list-completed); }
.--bg-list-4 { background: var(--color-list-hold); }
.--bg-list-5 { background: var(--color-list-dropped); }

.gray-100 { color: var(--gray) }
.gray-200 { color: #7e8597; }

.modal-avatar { max-width: 750px; }

.--body-color { background: var(--body-color); }

.bg-user {
    margin: 0 auto;
    background: #080b13;
    border-radius: 10px;
    display: flex;
    width: 200px;
    height: 200px;
    align-items: center;
    justify-content: center;
}

.user-avatar {
    /* width: 150px; */
    height: 150px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.user-avatar > img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
}
.prosm-avatar {
    margin: 0 auto;
    background: #080b13;
    padding: 23px;
    border-radius: 10px;
    display: flex;
    width: 200px;
    height: 30px;
    align-items: center;
    justify-content: center;
}

.prosm-ava {
    width: 25px;
    height: 25px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prosm-ava > img {
    width: 24px;
    height: 24px;
    border-radius: 100%
}

.bg-dark-100 { background-color: #080b13; }
.bg-dark-200 { background-color: #7e859736; }
.bg-dark-300 { background-color: var(--color-bg-light); }

.edit-avatar {
    display: flex;
    width: 100%;
    height: 38px;
    align-items: center;
    justify-content: flex-start;
    color: #8c949d;
}

.avatar-gif { position: relative; }

.avatar-gif input {
    opacity: 0;
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.avatar-gif input ~ label {
    background: #080b13;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #080b13;
    padding: 10px;
    transition: .3s;
    width: 105px;
    height: 105px;
}

.avatar-gif label:hover,
.avatar-gif input:hover ~ label {
    border: 1px solid #29334e !important;
    transition: .3s;
}

.avatar-gif input:checked ~ label {
    border: 1px solid var(--color-main) !important;
    transition: .3s;
}

.ava-modal-content-list {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    gap: 20px;
}
.ava-modal-content-list li { display: block; }

.ava-modal-content-list li > img {
    width: 135px;
    height: auto;
    border-radius: 10px;
}

.fotoava {
    border-radius: 100%;
    width: 128px;
    height: 128px;
    transition: .3s;
    position: relative;
    z-index: -1;
}

.transform-1 { transform: scale(1.3) }

.gif-w {
    width: 126px;
    height: 126px;
}

.w-80 {
    width: 80px;
    height: auto;
}

.gender-w {
    width: 80px;
    height: 80px;
}

.hr-text {
    border-top: 1px solid #7e859736;
    margin-top: -12px;
}

img[data-id="0"] { display: none; }

.image button[data-type] { visibility: hidden; }

.image button[data-type="1"],
.image button[data-type="2"],
.image button[data-type="3"],
.image button[data-type="4"],
.image button[data-type="5"] {
    visibility: visible;
}

.man > svg {
    width: 1.8rem;
    transform: rotate(228deg);
    display: inline-block;
    margin-top: -8px; color: #0073ff;
}

.row-login {
    overflow: hidden;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    pointer-events: none;
}

.height-100 { height: 100vh; }

.man,
.woman { display: none; }

.man.gender-man,
.woman.gender-woman { display: block; }

.lastviewed {
    width: 238px;
    height: 160px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 10px;
}
    .lastviewed img {
        margin-top: -50%;
        opacity: .1;
    }

/* DLE Friends v1.6 */
#no-friends {
    padding-top: 10px;
    background-color: #0c101b;
    color: #7e8597;
    border-radius: 8px;
    margin: 10px 0;
}
.friends { margin-bottom: 10px; }
.friends ul, .prof-list { margin-top: 10px; }
.friends li { width: 100px; text-align: center; float: left; margin-right: 10px; }
.friends img { display: block; margin: 0 auto; width: 100px; height: 100px; }

.friends_table h3 { margin-bottom: 6px; font-size: 14px; line-height: 14px; font-weight: bold; }
.friends_table h3 a span { font-size: 12px; font-weight: normal; color: #6C838E; }
.friends_table h3 a span:hover { text-decoration: underline; }
.friends_table ul { list-style: none; margin: 0; padding: 0; }
.friends_table td { padding: 10px; border-bottom: 1px solid #EEE; font-size:12px; vertical-align: top; }
.friends_table .active { background-color: #F8F8F8; }
.contact_friends { width: 140px; }
.contact_friends a, .contact_friends span { display: block; padding: 6px; margin-bottom: 4px; line-height: 11px; }
.contact_friends a:hover { background-color: #DAE7ED; text-decoration: none; }

#allfriends .rcol { margin-top: 4px; }
#allfriends h2.lcol a { text-decoration: underline; }
#allfriends h2.lcol a:hover { text-decoration: none; }

#friends_feed { margin: 0 15px; }
#friends_feed table { width: 100%; border-collapse: collapse; border-spacing: 0; margin-bottom: 25px; }
#friends_feed td { vertical-align: top; text-align: left; }
#friends_feed td.f_avatar, #friends_feed td.f_author { border: 1px solid; border-color: #ACCCDA #E2EDF2 #E2EDF2; vertical-align: middle; background-color: #F4F8FA; }
#friends_feed td.f_avatar { width: 50px; border-spacing: 10px; padding: 2px; border-right-width: 0; }
#friends_feed td.f_avatar img { width: 50px; height: 50px; }
#friends_feed td.f_author { padding: 0 10px; border-left-width: 0; border-style: solid; font-size: 11px; }
#friends_feed td.f_author h3 { fonst-size: 14px; font-weight: bold; margin-bottom: 4px; }
#friends_feed td.f_story { padding: 15px 0; }
#friends_feed .f_cover { width: 104px; max-height: 104px; overflow: hidden; margin-right: 10px; float: left; border: 1px solid #E2EDF2; background-color: #F4F8FA; }
#friends_feed .f_cover img { width: 100px; padding: 2px; }
#friends_feed td.f_det { border-top: 1px solid #E2EDF2; padding: 5px 0; }

.feed_loader { padding: 10px; text-align: center; border-top: 1px solid #E2EDF2; color: #284B5A; margin-bottom: 20px; }
.f_active:hover { border-color: #ACCCDA; background-color: #F4F8FA; cursor: pointer; }

.dofriends {
    border-left: 1px solid #28a745;
    display: block;
    font-size: .9em;
    font-weight: bold;
    line-height: 20px;
    padding: 6px 20px;
    background-color: #28a7452b;
}
    .dofriends a:hover { color: #25953e !important; }

.bg-input {
    background: #080a10 !important;
    border: 1px solid #1a2135 !important;
}

.comm-num {
    bottom: 0;
    right: 0;
    padding: 0.25em 0.49em;
    font-size: 13pt;
    position: absolute;
    border-radius: 20px;
    border: 2px solid #0c101b;
}
.comment-info span > img {
    width: 14px;
    height: 14px;
}

.avatar-donut {
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #f475b3;
    z-index: -1;
}

.friend-avatar {
    width: 35px;
    height: 35px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.friend-avatar_img {
    opacity: 1;
    border-radius: 100%;
    width: 32px;
    height: 32px;
}

.row-gap { row-gap: 1rem; }

.profile.profile-body .avatar-spin > img {
    width: 185px;
    height: 185px;
}
    .--avatar-top { top: 13px; }

    .comment-info-autor-avatar .avatar-spin_comment img,
    .avatar .avatar-block .spin-top img {
        width: 31px !important;
        height: 31px !important;
        max-width: initial !important;
    }
    .user-friend-avatar .friend-avatar .avatar-spin img {
        width: 40px !important;
        height: 40px !important;
    }
    .avatar-spin_comment {
        top: -3px;
        left: -3.5px;
    }

    .anim-spin { animation: spin 20s linear infinite; }
    .anim-hue { animation: hue 20s linear infinite; }

    @keyframes hue { 100% { filter: hue-rotate(360deg); } }
    @keyframes spin { 100% { transform: rotate(360deg); } }

/* Стили для текстового поля с кнопкой "Развернуть" */
.limiter {
    max-height: 90px;
    overflow: hidden;
    position: relative;
}
    .limiter .bottom {
        position: absolute;
        bottom: 0;
        background: linear-gradient(
          to bottom,
          rgb(255 217 29 / 0%),
          rgb(15 20 34 / 52%)90%);
        width: 100%;
        height: 60px;
        opacity: 1;
        transition: 0.3s;
    }
    .read-more-checker {
        opacity: 0;
        position: absolute;
    }
        .read-more-checker:checked ~ .limiter { max-height: none; }
        .read-more-checker:checked ~ .limiter .bottom {
            opacity: 0;
            transition: 0.3s;
        }
        .read-more-checker ~ .read-more-button:before { content: "Показать полностью ↓"; }
        .read-more-checker:checked ~ .read-more-button:before { content: "Скрыть полностью ↑"; }
        .read-more-button {
          cursor: pointer;
          display: inline-block;
        }

/* Мобильная страница профиля */
.nav-mobile {
	display: block;
	margin-top: 20px;
	font-size: 1.6rem;
}
    .user-avatar_inside img {
        width: 80px;
        height: 80px;
        margin-right: 10px;
        border-radius: 50%;
    }
    .nav-mobile .profile-nav-list {
    	position: static;
    	width: auto;
    	padding: 15px 0 0 0;
    	background-color: transparent;
    }

    .nav-mobile .profile-nav-list_item--profile { display: none; }

    .nav-mobile .profile-nav-list_link {
    	position: relative;
    	display: block;
    	padding-top: 15px;
    	padding-bottom: 15px;
    	color: var(--white);
    }

    .nav-mobile .profile-nav-list_link:active { color: var(--color-main-light) }

    .nav-mobile .profile-nav-list_link:after {
    	position: absolute;
    	top: 0;
    	right: 0;
    	bottom: 0;
    	width: 8px;
    	height: 13px;
    	margin: auto;
    	content: "";
    	background: url(../images/svg/arrow-right-grey.svg) 50% no-repeat;
    	background-size: 100%;
    }

    .nav-mobile .user-avatar_name-label { color: var(--main-color); }

    .nav-mobile .user-avatar_age-info { color: var(--main-color); }

@media (max-width: 512px) {
    .pm-comment { padding-left: 85px; }
    .pm-comment .avatar { margin-left: -85px; }

    .player-footer_complaint { border: 0; }
    section h2 { font-size: 24px; }
    .main-slider .swiper-description .title { font-size: 20px; }
    .poster { min-height: 180px; }
    .profile.profile-header { height: 130px; }
}

@media (max-width: 1024px) {
    .random, .catalog, .edit-user { display: none !important; }

    .profile.profile-header {
        height: 130px;
        margin-top: 70px;
    }
}

@media (max-width: 1280px) { .ordertable { display: none !important; } }

/* navbar */
.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.mobile {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    background: #0c0c0c;
    z-index: 100;
}
    .mobile-menu {
        display: flex;
        margin: 0;
        padding: 15px;
        align-items: center;
        align-content: center;
        justify-content: space-evenly;

    }
        .mobile-menu_item .active,
        .mobile-menu_item:hover {
            color: #F13A50 !important;
            background: #2D1A1E;
            border-radius: 25px;
            transition: 0.6s;
        }
            .mobile-menu_link {
                display: flex;
                color: #8C949D !important;
                flex-direction: column;
                align-items: center;
                justify-content: center;
            }
            .mobile-menu_link {
                width: 60px;
                padding: 8px 10px;
                transition: 0.3s;
                border-radius: 0px;
            }
                .mobile-menu_link svg {
                    width: 24px;
                    height: 24px;
                }
                .mobile-menu_link:active svg,
                .mobile-menu_link:hover svg { animation: buttonJump 0.5s ease-in forwards; }