.anycomment-app,
.anycomment-app *,
.anycomment-app *:before,
.anycomment-app *:after {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important
}

.anycomment-app a {
    text-decoration: none
}

.anycomment-app .clearfix:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

.anycomment-app .anycomment {
    float: none;
    text-align: left;
    font-family: "Noto-Sans", sans-serif;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    opacity: 1;
    margin: 0;
    padding: 0;
    border: none 0;
    border-radius: 0;
    font-size: 14px;
    vertical-align: baseline;
    background: 0 0;
    color: #2A2E2E;
    line-height: 1.167em;
    outline: 0;
    text-transform: none;
    text-decoration: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    text-shadow: none;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    min-height: 0;
    -webkit-overflow-scrolling: touch
}

.anycomment-app .anycomment-social {
    display: inline-block;
    text-align: center
}

.anycomment-app .anycomment-social,
.anycomment-app .anycomment-social>img {
    width: 25px;
    height: 25px
}

.anycomment-app .anycomment-link {
    cursor: pointer
}

.anycomment-app .anycomment-icon {
    color: #B6C1C6;
    vertical-align: middle
}

.anycomment-app .dropdown {
    display: inline-block;
    position: relative
}

.anycomment-app .dropdown__trigger {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.anycomment-app .dropdown__content {
    display: none;
    position: absolute;
    top: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    right: 0
}

.anycomment-app .dropdown__content * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.anycomment-app .dropdown__content ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.anycomment-app .dropdown__content ul,
.anycomment-app .dropdown__content ul li {
    list-style: none
}

.anycomment-app .dropdown__content ul li {
    padding: 5px 0
}

.anycomment-app .dropdown--active .dropdown__content {
    display: block;
    background-color: #fff;
    padding: 7px;
    border-radius: 4px;
    border: 1px solid #d6d6d6;
    z-index: 9
}

.anycomment-app .dropdown--active .dropdown__content ul li a {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.anycomment-app .dropdown--active .dropdown__content ul li a .anycomment-icon {
    margin-right: 5px
}

.anycomment-app .anycomment-alert {
    padding: 10px;
    color: #2A2E2E;
    border-radius: 4px
}

.anycomment-app .anycomment-alert.anycomment-alert-default {
    background-color: #f2f2f2;
    color: grey
}

.anycomment-app .anycomment-btn,
.anycomment-app .input[type="submit"],
.anycomment-app input+.input[type="button"] {
    font-size: 12px !important;
    font-weight: normal !important;
    text-align: center !important;
    text-transform: none !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff !important;
    padding: 0 50px !important;
    height: 30px !important;
    line-height: 30px !important;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    opacity: 1;
    outline: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    white-space: nowrap;
    background-color: #1DA1F2;
    border-radius: 30px
}

.anycomment-app .anycomment-btn:not([disabled]):hover,
.anycomment-app .anycomment-btn:not([disabled]):active,
.anycomment-app .anycomment-btn:not([disabled]):focus,
.anycomment-app .input[type="submit"]:not([disabled]):hover,
.anycomment-app .input[type="submit"]:not([disabled]):active,
.anycomment-app .input[type="submit"]:not([disabled]):focus,
.anycomment-app input+.input[type="button"]:not([disabled]):hover,
.anycomment-app input+.input[type="button"]:not([disabled]):active,
.anycomment-app input+.input[type="button"]:not([disabled]):focus {
    font-size: 12px !important;
    font-weight: normal !important;
    text-align: center !important;
    text-transform: none !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff !important;
    padding: 0 50px !important;
    height: 30px !important;
    line-height: 30px !important;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    opacity: 1;
    outline: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    white-space: nowrap;
    background-color: #1DA1F2;
    border-radius: 30px;
    background-color: #0d95e8 !important
}

.anycomment-app .anycomment-btn[disabled] {
    background-color: #B6C1C6
}

.anycomment-app .anycomment-btn[disabled]:hover,
.anycomment-app .anycomment-btn[disabled]:active,
.anycomment-app .anycomment-btn[disabled]:focus {
    background-color: #a8b5bb
}

.anycomment-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 20px 0;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0
}

.anycomment-app .anycomment-copy-footer {
    margin-top: 50px;
    padding-top: 25px;
    text-align: right;
    font-size: 11px;
    border-top: 2px solid #e4e2e7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.anycomment-app .anycomment-copy-footer,
.anycomment-app .anycomment-copy-footer a {
    color: #B6C1C6
}

.anycomment-app .anycomment-copy-footer a:hover,
.anycomment-app .anycomment-copy-footer a:focus,
.anycomment-app .anycomment-copy-footer a:active {
    color: #2A2E2E
}

.anycomment-app .anycomment-copy-footer>span {
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle
}

.anycomment-app .anycomment-list {
    margin: 0;
    padding: 0
}

.anycomment-app .anycomment-list,
.anycomment-app .anycomment-list .comment-single {
    list-style: none
}

.anycomment-app .anycomment-list .comment-single-highlight {
    position: relative
}

.anycomment-app .anycomment-list .comment-single-highlight::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 0;
    height: 100%;
    width: 5px;
    background-color: #1DA1F2
}

.anycomment-app .anycomment-list .comment-single {
    margin-bottom: 25px
}

.anycomment-app .anycomment-list .comment-single-replies {
    margin-top: 25px
}

.anycomment-app .anycomment-list .comment-single:last-of-type {
    padding-bottom: 0 !important
}

.anycomment-app .anycomment-list .comment-single-avatar {
    position: absolute;
    left: 0;
    top: 0
}

.anycomment-app .anycomment-list .comment-single-avatar,
.anycomment-app .anycomment-list .comment-single-avatar__img {
    width: 48px;
    height: 48px
}

.anycomment-app .anycomment-list .comment-single-avatar__img {
    position: relative;
    background-size: cover;
    background-position: center center;
    border: 1px solid #B6C1C6;
    background-color: #DDE2E5;
    border-radius: 50%
}

.anycomment-app .anycomment-list .comment-single-avatar__img-auth-type {
    position: absolute;
    bottom: -3.75px;
    right: -3.75px
}

.anycomment-app .anycomment-list .comment-single-avatar__img-auth-type,
.anycomment-app .anycomment-list .comment-single-avatar__img-auth-type>img {
    width: 15px;
    height: 15px
}

.anycomment-app .anycomment-list .comment-single-body-header__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3px
}

.anycomment-app .anycomment-list .comment-single-body-header__author--actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: auto
}

.anycomment-app .anycomment-list .comment-single-body-header__author--actions .anycomment-icon,
.anycomment-app .anycomment-list .comment-single-body-header__author--actions .anycomment-icon svg {
    font-size: 12px
}

.anycomment-app .anycomment-list .comment-single-body-header__author--actions>* {
    margin-right: 15px
}

.anycomment-app .anycomment-list .comment-single-body-header__author--actions>*:last-child {
    margin-right: 0
}

.anycomment-app .anycomment-list .comment-single-body-header__author-name {
    color: #1DA1F2;
    font-size: 14px
}

.anycomment-app .anycomment-list .comment-single-body-header__author-owner {
    background-color: #1DA1F2;
    color: #fff;
    font-size: 12px;
    padding: 0 8px;
    margin-left: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 18px;
    line-height: 18px;
    border-radius: 4px
}

.anycomment-app .anycomment-list .comment-single-body-header__author-reply {
    margin-left: 5px;
    display: inline-block
}

.anycomment-app .anycomment-list .comment-single-body-header__author-reply,
.anycomment-app .anycomment-list .comment-single-body-header__author-reply a {
    color: #B6C1C6;
    font-size: 12px
}

.anycomment-app .anycomment-list .comment-single-body-header__author-replied,
.anycomment-app .anycomment-list .comment-single-body-header__author-parent-author {
    color: #1DA1F2
}

.anycomment-app .anycomment-list .comment-single-body-header__author-answered {
    color: #B6C1C6
}

.anycomment-app .anycomment-list .comment-single-body-header__date {
    color: #B6C1C6;
    font-size: 12px;
    line-height: 12.5px;
    display: block
}

.anycomment-app .anycomment-list .comment-single-body__shortened .comment-single-body__text-content {
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.anycomment-app .anycomment-list .comment-single-body__text {
    width: 100%;
    margin: 5px 0;
    -webkit-transition: height 1s ease-out;
    transition: height 1s ease-out
}

.anycomment-app .anycomment-list .comment-single-body__text-content {
    color: #2A2E2E;
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
    padding: 0;
    margin: 0;
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden
}

.anycomment-app .anycomment-list .comment-single-body__text-content,
.anycomment-app .anycomment-list .comment-single-body__text-content p {
    line-height: 1.6;
    margin: 0 0 5px 0
}

.anycomment-app .anycomment-list .comment-single-body__text-content a {
    color: #1DA1F2
}

.anycomment-app .anycomment-list .comment-single-body__text-content a,
.anycomment-app .anycomment-list .comment-single-body__text-content a:hover,
.anycomment-app .anycomment-list .comment-single-body__text-content a:active,
.anycomment-app .anycomment-list .comment-single-body__text-content a:focus,
.anycomment-app .anycomment-list .comment-single-body__text-content a:visited {
    background-color: transparent
}

.anycomment-app .anycomment-list .comment-single-body__text-content ul,
.anycomment-app .anycomment-list .comment-single-body__text-content ol {
    padding-left: 21px;
    margin-left: 0
}

.anycomment-app .anycomment-list .comment-single-body__text-content blockquote {
    position: relative;
    margin: 0 0 10px 0;
    padding: 5px 8px 8px 41px;
    font-size: 19px;
    font-weight: 400;
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    background-color: #efefef;
    line-height: 1.48;
    letter-spacing: -.012em;
    border-radius: 4px
}

.anycomment-app .anycomment-list .comment-single-body__text-content blockquote::after {
    content: ''
}

.anycomment-app .anycomment-list .comment-single-body__text-content blockquote::before {
    position: absolute;
    top: 5px;
    left: 10px;
    content: "\201C";
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 39px;
    font-weight: bold;
    line-height: 39px
}

.anycomment-app .anycomment-list .comment-single-body__text-content img {
    max-width: 100%;
    width: auto
}

.anycomment-app .anycomment-list .comment-single-body__text-content>*:last-child {
    margin-bottom: 0
}

.anycomment-app .anycomment-list .comment-single-body__text-content>p:last-child {
    padding-bottom: 0
}

.anycomment-app .anycomment-list .comment-single-body__text-readmore {
    color: #1DA1F2;
    font-size: 12px;
    text-decoration: none;
    text-align: left;
    padding: 5px 0 0;
    margin: 0;
    cursor: pointer
}

.anycomment-app .anycomment-list .comment-single-body__text-readmore:hover,
.anycomment-app .anycomment-list .comment-single-body__text-readmore:active,
.anycomment-app .anycomment-list .comment-single-body__text-readmore:focus {
    color: #0d95e8
}

.anycomment-app .anycomment-list .comment-single-body .comment-attachments {
    width: 100%;
    display: block;
    margin: 3px 0;
    padding: 0
}

.anycomment-app .anycomment-list .comment-single-body .comment-attachments li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 2px;
    float: left
}

.anycomment-app .anycomment-list .comment-single-body .comment-attachments li .comment-attachment {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #eee;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 2px;
    font-size: 7px;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #c8c8c8;
    border-radius: 3px
}

.anycomment-app .anycomment-list .comment-single-body .comment-attachments li .comment-attachment:hover {
    background-color: #e6e6e6;
    color: #bbb
}

.anycomment-app .anycomment-list .comment-single-body .comment-attachments li .comment-attachment .anycomment-icon {
    color: #bbb
}

.anycomment-app .anycomment-list .comment-single-body .comment-attachments li .comment-attachment__link {
    outline: 0
}

.anycomment-app .anycomment-list .comment-single-body .comment-attachments li .comment-attachment__image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.anycomment-app .anycomment-list .comment-single-body__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px
}

.anycomment-app .anycomment-list .comment-single-body__actions-like-static svg {
    -webkit-animation: iconToStatic 0.4s ease-out;
    animation: iconToStatic 0.4s ease-out
}

.anycomment-app .anycomment-list .comment-single-body__actions-like-active svg {
    -webkit-animation: iconToActive 0.4s ease-out;
    animation: iconToActive 0.4s ease-out
}

@-webkit-keyframes iconToStatic {
    50% {
        -webkit-transform: scale(0.77);
        transform: scale(0.77)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes iconToStatic {
    50% {
        -webkit-transform: scale(0.77);
        transform: scale(0.77)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes iconToActive {
    25% {
        -webkit-transform: scale(0.77);
        transform: scale(0.77)
    }

    75% {
        -webkit-transform: scale(1.55);
        transform: scale(1.55)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes iconToActive {
    25% {
        -webkit-transform: scale(0.77);
        transform: scale(0.77)
    }

    75% {
        -webkit-transform: scale(1.55);
        transform: scale(1.55)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.anycomment-app .anycomment-list .comment-single-body__actions ul {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.anycomment-app .anycomment-list .comment-single-body__actions ul li {
    display: inline-block;
    margin-right: 15px
}

.anycomment-app .anycomment-list .comment-single-body__actions ul li .svg-inline--fa {
    font-size: 15px;
    margin-right: 7px;
    vertical-align: middle
}

.anycomment-app .anycomment-list .comment-single-body__actions ul li:last-of-type {
    margin-right: 0
}

.anycomment-app .anycomment-list .comment-single-body__actions ul li a,
.anycomment-app .anycomment-list .comment-single-body__actions ul li span {
    font-size: 14px;
    color: #B6C1C6;
    text-decoration: none
}

.anycomment-app .anycomment-list .comment-single-body__actions ul li a:hover,
.anycomment-app .anycomment-list .comment-single-body__actions ul li a:active,
.anycomment-app .anycomment-list .comment-single-body__actions ul li a:focus,
.anycomment-app .anycomment-list .comment-single-body__actions ul li span:hover,
.anycomment-app .anycomment-list .comment-single-body__actions ul li span:active,
.anycomment-app .anycomment-list .comment-single-body__actions ul li span:focus {
    text-decoration: none;
    color: #a8b5bb
}

.anycomment-app .anycomment-list .comment-single-form-wrapper {
    margin: 10px 0
}

.anycomment-app .anycomment-list-child .comment-single-avatar,
.anycomment-app .anycomment-list-child .comment-single-avatar__img {
    width: 30px;
    height: 30px
}

.anycomment-app .anycomment-list-child .comment-single-avatar-auth-type,
.anycomment-app .anycomment-list-child .comment-single-avatar__img-auth-type {
    width: 12px;
    height: 12px;
    font-size: 8px;
    line-height: 12px
}

.anycomment-app .anycomment-list-child .comment-single-body .comment-attachments li .comment-attachment {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 5px
}

.anycomment-app .anycomment-list .comment-single-load-more {
    text-align: center
}

.anycomment-app>.anycomment-list ul.anycomment-list-child .comment-single-body {
    padding-left: 48px
}

.anycomment-app>.anycomment-list>.comment-single>.comment-single-body {
    padding-left: 68px
}

.anycomment-app>.anycomment-list>.comment-single>.comment-single-replies>ul.anycomment-list-child {
    margin-left: 68px
}

.anycomment-app>.anycomment-list>.comment-single>.comment-single-replies>ul.anycomment-list-child>li>.comment-single-replies>ul.anycomment-list-child {
    margin-left: 68px
}

.anycomment-app .anycomment-uploads {
    margin: 5px 0;
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.anycomment-app .anycomment-uploads,
.anycomment-app .anycomment-uploads__item {
    list-style: none
}

.anycomment-app .anycomment-uploads__item {
    overflow: hidden;
    margin: 5px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #eee;
    border-radius: 4px
}

.anycomment-app .anycomment-uploads__item:hover .anycomment-uploads__item-close {
    display: block
}

.anycomment-app .anycomment-uploads__item-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    display: none;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 15px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
    opacity: 0.9
}

.anycomment-app .anycomment-uploads__item-close:hover {
    opacity: 1
}

.anycomment-app .anycomment-uploads__item-thumbnail {
    width: 100%;
    height: auto;
    border-radius: 4px
}

.anycomment-app .anycomment-uploads__item .anycomment-icon {
    font-size: 27pt;
    color: #bbb
}

.anycomment-app .anycomment-form .anycomment-uploads {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.anycomment-app .ql-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Noto-Sans", sans-serif;
    font-size: 12px;
    height: 100%;
    margin: 0;
    position: relative;
    padding: 10px
}

.anycomment-app .ql-container.ql-disabled .ql-tooltip {
    visibility: hidden
}

.anycomment-app .ql-container.ql-disabled .ql-editor ul[data-checked]>li::before {
    pointer-events: none
}

.anycomment-app .ql-clipboard {
    left: -100000px;
    height: 1px;
    overflow-y: hidden;
    position: absolute;
    top: 50%
}

.anycomment-app .ql-clipboard p {
    margin: 0;
    padding: 0
}

.anycomment-app .ql-editor {
    min-height: 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.42;
    height: 100%;
    outline: none;
    overflow-y: auto;
    -o-tab-size: 4;
    tab-size: 4;
    -moz-tab-size: 4;
    font-size: 14px;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word
}

.anycomment-app .ql-editor>* {
    cursor: text
}

.anycomment-app .ql-editor p,
.anycomment-app .ql-editor ol,
.anycomment-app .ql-editor ul,
.anycomment-app .ql-editor pre,
.anycomment-app .ql-editor blockquote,
.anycomment-app .ql-editor h1,
.anycomment-app .ql-editor h2,
.anycomment-app .ql-editor h3,
.anycomment-app .ql-editor h4,
.anycomment-app .ql-editor h5,
.anycomment-app .ql-editor h6 {
    margin: 0;
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.anycomment-app .ql-editor p {
    line-height: 1.5;
    margin: 0 0 5px 0
}

.anycomment-app .ql-editor ol,
.anycomment-app .ql-editor ul {
    padding-left: 1.5em
}

.anycomment-app .ql-editor ol>li,
.anycomment-app .ql-editor ul>li {
    list-style-type: none
}

.anycomment-app .ql-editor ul>li::before {
    content: '\2022'
}

.anycomment-app .ql-editor ul[data-checked=true],
.anycomment-app .ql-editor ul[data-checked=false] {
    pointer-events: none
}

.anycomment-app .ql-editor ul[data-checked=true]>li *,
.anycomment-app .ql-editor ul[data-checked=false]>li * {
    pointer-events: all
}

.anycomment-app .ql-editor ul[data-checked=true]>li::before,
.anycomment-app .ql-editor ul[data-checked=false]>li::before {
    color: #777;
    cursor: pointer;
    pointer-events: all
}

.anycomment-app .ql-editor ul[data-checked=true]>li::before {
    content: '\2611'
}

.anycomment-app .ql-editor ul[data-checked=false]>li::before {
    content: '\2610'
}

.anycomment-app .ql-editor li::before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em
}

.anycomment-app .ql-editor li:not(.ql-direction-rtl)::before {
    margin-left: -1.5em;
    margin-right: 0.3em;
    text-align: right
}

.anycomment-app .ql-editor li.ql-direction-rtl::before {
    margin-left: 0.3em;
    margin-right: -1.5em
}

.anycomment-app .ql-editor ol li:not(.ql-direction-rtl),
.anycomment-app .ql-editor ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em
}

.anycomment-app .ql-editor ol li.ql-direction-rtl,
.anycomment-app .ql-editor ul li.ql-direction-rtl {
    padding-right: 1.5em
}

.anycomment-app .ql-editor ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-0
}

.anycomment-app .ql-editor ol li:before {
    content: counter(list-0, decimal) ". "
}

.anycomment-app .ql-editor ol li.ql-indent-1 {
    counter-increment: list-1
}

.anycomment-app .ql-editor ol li.ql-indent-1:before {
    content: counter(list-1, lower-alpha) ". "
}

.anycomment-app .ql-editor ol li.ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.anycomment-app .ql-editor ol li.ql-indent-2 {
    counter-increment: list-2
}

.anycomment-app .ql-editor ol li.ql-indent-2:before {
    content: counter(list-2, lower-roman) ". "
}

.anycomment-app .ql-editor ol li.ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.anycomment-app .ql-editor ol li.ql-indent-3 {
    counter-increment: list-3
}

.anycomment-app .ql-editor ol li.ql-indent-3:before {
    content: counter(list-3, decimal) ". "
}

.anycomment-app .ql-editor ol li.ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9
}

.anycomment-app .ql-editor ol li.ql-indent-4 {
    counter-increment: list-4
}

.anycomment-app .ql-editor ol li.ql-indent-4:before {
    content: counter(list-4, lower-alpha) ". "
}

.anycomment-app .ql-editor ol li.ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9
}

.anycomment-app .ql-editor ol li.ql-indent-5 {
    counter-increment: list-5
}

.anycomment-app .ql-editor ol li.ql-indent-5:before {
    content: counter(list-5, lower-roman) ". "
}

.anycomment-app .ql-editor ol li.ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9
}

.anycomment-app .ql-editor ol li.ql-indent-6 {
    counter-increment: list-6
}

.anycomment-app .ql-editor ol li.ql-indent-6:before {
    content: counter(list-6, decimal) ". "
}

.anycomment-app .ql-editor ol li.ql-indent-6 {
    counter-reset: list-7 list-8 list-9
}

.anycomment-app .ql-editor ol li.ql-indent-7 {
    counter-increment: list-7
}

.anycomment-app .ql-editor ol li.ql-indent-7:before {
    content: counter(list-7, lower-alpha) ". "
}

.anycomment-app .ql-editor ol li.ql-indent-7 {
    counter-reset: list-8 list-9
}

.anycomment-app .ql-editor ol li.ql-indent-8 {
    counter-increment: list-8
}

.anycomment-app .ql-editor ol li.ql-indent-8:before {
    content: counter(list-8, lower-roman) ". "
}

.anycomment-app .ql-editor ol li.ql-indent-8 {
    counter-reset: list-9
}

.anycomment-app .ql-editor ol li.ql-indent-9 {
    counter-increment: list-9
}

.anycomment-app .ql-editor ol li.ql-indent-9:before {
    content: counter(list-9, decimal) ". "
}

.anycomment-app .ql-editor .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em
}

.anycomment-app .ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em
}

.anycomment-app .ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em
}

.anycomment-app .ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em
}

.anycomment-app .ql-editor .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em
}

.anycomment-app .ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em
}

.anycomment-app .ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em
}

.anycomment-app .ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em
}

.anycomment-app .ql-editor .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em
}

.anycomment-app .ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em
}

.anycomment-app .ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em
}

.anycomment-app .ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em
}

.anycomment-app .ql-editor .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em
}

.anycomment-app .ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em
}

.anycomment-app .ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em
}

.anycomment-app .ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em
}

.anycomment-app .ql-editor .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em
}

.anycomment-app .ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em
}

.anycomment-app .ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em
}

.anycomment-app .ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em
}

.anycomment-app .ql-editor .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em
}

.anycomment-app .ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em
}

.anycomment-app .ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em
}

.anycomment-app .ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em
}

.anycomment-app .ql-editor .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em
}

.anycomment-app .ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em
}

.anycomment-app .ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em
}

.anycomment-app .ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em
}

.anycomment-app .ql-editor .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em
}

.anycomment-app .ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em
}

.anycomment-app .ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em
}

.anycomment-app .ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em
}

.anycomment-app .ql-editor .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em
}

.anycomment-app .ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em
}

.anycomment-app .ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em
}

.anycomment-app .ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em
}

.anycomment-app .ql-editor .ql-video {
    display: block;
    max-width: 100%
}

.anycomment-app .ql-editor .ql-video.ql-align-center {
    margin: 0 auto
}

.anycomment-app .ql-editor .ql-video.ql-align-right {
    margin: 0 0 0 auto
}

.anycomment-app .ql-editor .ql-bg-black {
    background-color: #000
}

.anycomment-app .ql-editor .ql-bg-red {
    background-color: #e60000
}

.anycomment-app .ql-editor .ql-bg-orange {
    background-color: #f90
}

.anycomment-app .ql-editor .ql-bg-yellow {
    background-color: #ff0
}

.anycomment-app .ql-editor .ql-bg-green {
    background-color: #008a00
}

.anycomment-app .ql-editor .ql-bg-blue {
    background-color: #06c
}

.anycomment-app .ql-editor .ql-bg-purple {
    background-color: #93f
}

.anycomment-app .ql-editor .ql-color-white {
    color: #fff
}

.anycomment-app .ql-editor .ql-color-red {
    color: #e60000
}

.anycomment-app .ql-editor .ql-color-orange {
    color: #f90
}

.anycomment-app .ql-editor .ql-color-yellow {
    color: #ff0
}

.anycomment-app .ql-editor .ql-color-green {
    color: #008a00
}

.anycomment-app .ql-editor .ql-color-blue {
    color: #06c
}

.anycomment-app .ql-editor .ql-color-purple {
    color: #93f
}

.anycomment-app .ql-editor .ql-font-serif {
    font-family: Georgia, Times New Roman, serif
}

.anycomment-app .ql-editor .ql-font-monospace {
    font-family: Monaco, Courier New, monospace
}

.anycomment-app .ql-editor .ql-size-small {
    font-size: 0.75em
}

.anycomment-app .ql-editor .ql-size-large {
    font-size: 1.5em
}

.anycomment-app .ql-editor .ql-size-huge {
    font-size: 2.5em
}

.anycomment-app .ql-editor .ql-direction-rtl {
    direction: rtl;
    text-align: inherit
}

.anycomment-app .ql-editor .ql-align-center {
    text-align: center
}

.anycomment-app .ql-editor .ql-align-justify {
    text-align: justify
}

.anycomment-app .ql-editor .ql-align-right {
    text-align: right
}

.anycomment-app .ql-editor .ql-embed-selected {
    border: 1px solid #777;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.anycomment-app .ql-editor.ql-blank::before {
    color: #B6C1C6;
    content: attr(data-placeholder);
    font-style: normal;
    pointer-events: none;
    position: absolute
}

.anycomment-app .ql-snow.ql-toolbar:after,
.anycomment-app .ql-snow .ql-toolbar:after {
    clear: both;
    content: '';
    display: table
}

.anycomment-app .ql-snow.ql-toolbar button,
.anycomment-app .ql-snow .ql-toolbar button {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 24px;
    padding: 3px 5px;
    width: 28px
}

.anycomment-app .ql-snow.ql-toolbar button svg,
.anycomment-app .ql-snow .ql-toolbar button svg {
    float: left;
    height: 100%
}

.anycomment-app .ql-snow.ql-toolbar button:active:hover,
.anycomment-app .ql-snow .ql-toolbar button:active:hover {
    outline: none
}

.anycomment-app .ql-snow.ql-toolbar input.ql-image[type=file],
.anycomment-app .ql-snow .ql-toolbar input.ql-image[type=file] {
    display: none
}

.anycomment-app .ql-snow.ql-toolbar button:hover,
.anycomment-app .ql-snow .ql-toolbar button:hover,
.anycomment-app .ql-snow.ql-toolbar button:focus,
.anycomment-app .ql-snow .ql-toolbar button:focus,
.anycomment-app .ql-snow.ql-toolbar button.ql-active,
.anycomment-app .ql-snow .ql-toolbar button.ql-active,
.anycomment-app .ql-snow.ql-toolbar .ql-picker-label:hover,
.anycomment-app .ql-snow .ql-toolbar .ql-picker-label:hover,
.anycomment-app .ql-snow.ql-toolbar .ql-picker-label.ql-active,
.anycomment-app .ql-snow .ql-toolbar .ql-picker-label.ql-active,
.anycomment-app .ql-snow.ql-toolbar .ql-picker-item:hover,
.anycomment-app .ql-snow .ql-toolbar .ql-picker-item:hover,
.anycomment-app .ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.anycomment-app .ql-snow .ql-toolbar .ql-picker-item.ql-selected {
    color: #06c
}

.anycomment-app .ql-snow.ql-toolbar button:hover .ql-fill,
.anycomment-app .ql-snow .ql-toolbar button:hover .ql-fill,
.anycomment-app .ql-snow.ql-toolbar button:focus .ql-fill,
.anycomment-app .ql-snow .ql-toolbar button:focus .ql-fill,
.anycomment-app .ql-snow.ql-toolbar button.ql-active .ql-fill,
.anycomment-app .ql-snow .ql-toolbar button.ql-active .ql-fill,
.anycomment-app .ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.anycomment-app .ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.anycomment-app .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.anycomment-app .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.anycomment-app .ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.anycomment-app .ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.anycomment-app .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.anycomment-app .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.anycomment-app .ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.anycomment-app .ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.anycomment-app .ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.anycomment-app .ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.anycomment-app .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.anycomment-app .ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.anycomment-app .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.anycomment-app .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.anycomment-app .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.anycomment-app .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.anycomment-app .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.anycomment-app .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.anycomment-app .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.anycomment-app .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
    fill: #06c
}

.anycomment-app .ql-snow.ql-toolbar button:hover .ql-stroke,
.anycomment-app .ql-snow .ql-toolbar button:hover .ql-stroke,
.anycomment-app .ql-snow.ql-toolbar button:focus .ql-stroke,
.anycomment-app .ql-snow .ql-toolbar button:focus .ql-stroke,
.anycomment-app .ql-snow.ql-toolbar button.ql-active .ql-stroke,
.anycomment-app .ql-snow .ql-toolbar button.ql-active .ql-stroke,
.anycomment-app .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.anycomment-app .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.anycomment-app .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.anycomment-app .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.anycomment-app .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.anycomment-app .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.anycomment-app .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.anycomment-app .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.anycomment-app .ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.anycomment-app .ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.anycomment-app .ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.anycomment-app .ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.anycomment-app .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.anycomment-app .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.anycomment-app .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.anycomment-app .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.anycomment-app .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.anycomment-app .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.anycomment-app .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.anycomment-app .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.anycomment-app .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.anycomment-app .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
    stroke: #06c
}

@media (pointer: coarse) {

    .anycomment-app .ql-snow.ql-toolbar button:hover:not(.ql-active),
    .anycomment-app .ql-snow .ql-toolbar button:hover:not(.ql-active) {
        color: #444
    }

    .anycomment-app .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .anycomment-app .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .anycomment-app .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
    .anycomment-app .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
        fill: #444
    }

    .anycomment-app .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .anycomment-app .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .anycomment-app .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
    .anycomment-app .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
        stroke: #444
    }
}

.anycomment-app .ql-snow {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.anycomment-app .ql-snow * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.anycomment-app .ql-snow .ql-hidden {
    display: none
}

.anycomment-app .ql-snow .ql-out-bottom,
.anycomment-app .ql-snow .ql-out-top {
    visibility: hidden
}

.anycomment-app .ql-snow .ql-tooltip {
    position: absolute;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
}

.anycomment-app .ql-snow .ql-tooltip a {
    cursor: pointer;
    text-decoration: none
}

.anycomment-app .ql-snow .ql-tooltip.ql-flip {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.anycomment-app .ql-snow .ql-formats {
    display: inline-block;
    vertical-align: middle
}

.anycomment-app .ql-snow .ql-formats:after {
    clear: both;
    content: '';
    display: table
}

.anycomment-app .ql-snow .ql-stroke {
    fill: none;
    stroke: #444;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2
}

.anycomment-app .ql-snow .ql-stroke-miter {
    fill: none;
    stroke: #444;
    stroke-miterlimit: 10;
    stroke-width: 2
}

.anycomment-app .ql-snow .ql-fill,
.anycomment-app .ql-snow .ql-stroke.ql-fill {
    fill: #444
}

.anycomment-app .ql-snow .ql-empty {
    fill: none
}

.anycomment-app .ql-snow .ql-even {
    fill-rule: evenodd
}

.anycomment-app .ql-snow .ql-thin,
.anycomment-app .ql-snow .ql-stroke.ql-thin {
    stroke-width: 1
}

.anycomment-app .ql-snow .ql-transparent {
    opacity: 0.4
}

.anycomment-app .ql-snow .ql-direction svg:last-child {
    display: none
}

.anycomment-app .ql-snow .ql-direction.ql-active svg:last-child {
    display: inline
}

.anycomment-app .ql-snow .ql-direction.ql-active svg:first-child {
    display: none
}

.anycomment-app .ql-snow .ql-editor h1 {
    font-size: 2em
}

.anycomment-app .ql-snow .ql-editor h2 {
    font-size: 1.5em
}

.anycomment-app .ql-snow .ql-editor h3 {
    font-size: 1.17em
}

.anycomment-app .ql-snow .ql-editor h4 {
    font-size: 1em
}

.anycomment-app .ql-snow .ql-editor h5 {
    font-size: 0.83em
}

.anycomment-app .ql-snow .ql-editor h6 {
    font-size: 0.67em
}

.anycomment-app .ql-snow .ql-editor a {
    text-decoration: underline
}

.anycomment-app .ql-snow .ql-editor blockquote {
    border-left: 4px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 16px
}

.anycomment-app .ql-snow .ql-editor code,
.anycomment-app .ql-snow .ql-editor pre {
    background-color: #f0f0f0;
    border-radius: 3px
}

.anycomment-app .ql-snow .ql-editor pre {
    white-space: pre-wrap;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 10px
}

.anycomment-app .ql-snow .ql-editor code {
    font-size: 85%;
    padding-bottom: 2px;
    padding-top: 2px
}

.anycomment-app .ql-snow .ql-editor code:before,
.anycomment-app .ql-snow .ql-editor code:after {
    content: "\A0";
    letter-spacing: -2px
}

.anycomment-app .ql-snow .ql-editor pre.ql-syntax {
    background-color: #23241f;
    color: #f8f8f2;
    overflow: visible
}

.anycomment-app .ql-snow .ql-editor img {
    max-width: 100%
}

.anycomment-app .ql-snow .ql-picker {
    color: #444;
    display: inline-block;
    float: left;
    font-size: 13px;
    font-weight: 500;
    height: 24px;
    position: relative;
    vertical-align: middle
}

.anycomment-app .ql-snow .ql-picker-label {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    padding-left: 8px;
    padding-right: 2px;
    position: relative;
    width: 100%
}

.anycomment-app .ql-snow .ql-picker-label::before {
    display: inline-block;
    line-height: 22px
}

.anycomment-app .ql-snow .ql-picker-options {
    background-color: #fff;
    display: none;
    min-width: 100%;
    padding: 4px 8px;
    position: absolute;
    white-space: nowrap
}

.anycomment-app .ql-snow .ql-picker-options .ql-picker-item {
    cursor: pointer;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px
}

.anycomment-app .ql-snow .ql-picker.ql-expanded .ql-picker-label {
    color: #ccc;
    z-index: 2
}

.anycomment-app .ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
    fill: #ccc
}

.anycomment-app .ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
    stroke: #ccc
}

.anycomment-app .ql-snow .ql-picker.ql-expanded .ql-picker-options {
    display: block;
    margin-top: -1px;
    top: 100%;
    z-index: 1
}

.anycomment-app .ql-snow .ql-color-picker,
.anycomment-app .ql-snow .ql-icon-picker {
    width: 28px
}

.anycomment-app .ql-snow .ql-color-picker .ql-picker-label,
.anycomment-app .ql-snow .ql-icon-picker .ql-picker-label {
    padding: 2px 4px
}

.anycomment-app .ql-snow .ql-color-picker .ql-picker-label svg,
.anycomment-app .ql-snow .ql-icon-picker .ql-picker-label svg {
    right: 4px
}

.anycomment-app .ql-snow .ql-icon-picker .ql-picker-options {
    padding: 4px 0
}

.anycomment-app .ql-snow .ql-icon-picker .ql-picker-item {
    height: 24px;
    width: 24px;
    padding: 2px 4px
}

.anycomment-app .ql-snow .ql-color-picker .ql-picker-options {
    padding: 3px 5px;
    width: 152px
}

.anycomment-app .ql-snow .ql-color-picker .ql-picker-item {
    border: 1px solid transparent;
    float: left;
    height: 16px;
    margin: 2px;
    padding: 0;
    width: 16px
}

.anycomment-app .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    position: absolute;
    margin-top: -9px;
    right: 0;
    top: 50%;
    width: 18px
}

.anycomment-app .ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.anycomment-app .ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.anycomment-app .ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.anycomment-app .ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.anycomment-app .ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.anycomment-app .ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
    content: attr(data-label)
}

.anycomment-app .ql-snow .ql-picker.ql-header {
    width: 98px
}

.anycomment-app .ql-snow .ql-picker.ql-header .ql-picker-label::before,
.anycomment-app .ql-snow .ql-picker.ql-header .ql-picker-item::before {
    content: 'Normal'
}

.anycomment-app .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.anycomment-app .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
    content: 'Heading 1'
}

.anycomment-app .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.anycomment-app .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
    content: 'Heading 2'
}

.anycomment-app .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.anycomment-app .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
    content: 'Heading 3'
}

.anycomment-app .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.anycomment-app .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
    content: 'Heading 4'
}

.anycomment-app .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.anycomment-app .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
    content: 'Heading 5'
}

.anycomment-app .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.anycomment-app .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
    content: 'Heading 6'
}

.anycomment-app .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
    font-size: 2em
}

.anycomment-app .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
    font-size: 1.5em
}

.anycomment-app .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
    font-size: 1.17em
}

.anycomment-app .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
    font-size: 1em
}

.anycomment-app .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
    font-size: 0.83em
}

.anycomment-app .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
    font-size: 0.67em
}

.anycomment-app .ql-snow .ql-picker.ql-font {
    width: 108px
}

.anycomment-app .ql-snow .ql-picker.ql-font .ql-picker-label::before,
.anycomment-app .ql-snow .ql-picker.ql-font .ql-picker-item::before {
    content: 'Sans Serif'
}

.anycomment-app .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.anycomment-app .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
    content: 'Serif'
}

.anycomment-app .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.anycomment-app .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
    content: 'Monospace'
}

.anycomment-app .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
    font-family: Georgia, Times New Roman, serif
}

.anycomment-app .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
    font-family: Monaco, Courier New, monospace
}

.anycomment-app .ql-snow .ql-picker.ql-size {
    width: 98px
}

.anycomment-app .ql-snow .ql-picker.ql-size .ql-picker-label::before,
.anycomment-app .ql-snow .ql-picker.ql-size .ql-picker-item::before {
    content: 'Normal'
}

.anycomment-app .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.anycomment-app .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
    content: 'Small'
}

.anycomment-app .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.anycomment-app .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
    content: 'Large'
}

.anycomment-app .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.anycomment-app .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
    content: 'Huge'
}

.anycomment-app .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
    font-size: 9px
}

.anycomment-app .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
    font-size: 16px
}

.anycomment-app .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
    font-size: 32px
}

.anycomment-app .ql-snow .ql-color-picker.ql-background .ql-picker-item {
    background-color: #fff
}

.anycomment-app .ql-snow .ql-color-picker.ql-color .ql-picker-item {
    background-color: #000
}

.anycomment-app .ql-toolbar.ql-snow {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Noto-Sans", sans-serif;
    padding: 8px
}

.anycomment-app .ql-toolbar.ql-snow .ql-formats {
    margin-right: 15px
}

.anycomment-app .ql-toolbar.ql-snow .ql-picker-label {
    border: 1px solid transparent
}

.anycomment-app .ql-toolbar.ql-snow .ql-picker-options {
    border: 1px solid transparent;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px
}

.anycomment-app .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    border-color: #ccc
}

.anycomment-app .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    border-color: #ccc
}

.anycomment-app .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.anycomment-app .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
    border-color: #000
}

.anycomment-app .ql-toolbar.ql-snow+.ql-container.ql-snow {
    border-top: 0
}

.anycomment-app .ql-snow .ql-tooltip {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd;
    color: #444;
    padding: 5px 12px;
    white-space: nowrap;
    z-index: 2
}

.anycomment-app .ql-snow .ql-tooltip::before {
    content: "Visit URL:";
    line-height: 26px;
    margin-right: 8px
}

.anycomment-app .ql-snow .ql-tooltip input[type=text] {
    display: none;
    border: 1px solid #ccc;
    font-size: 12px;
    height: 26px;
    margin: 0;
    padding: 3px 5px;
    width: 170px
}

.anycomment-app .ql-snow .ql-tooltip a.ql-preview {
    display: inline-block;
    max-width: 200px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    vertical-align: top
}

.anycomment-app .ql-snow .ql-tooltip a.ql-action::after {
    border-right: 1px solid #ccc;
    content: 'Edit';
    margin-left: 16px;
    padding-right: 8px
}

.anycomment-app .ql-snow .ql-tooltip a.ql-remove::before {
    content: 'Remove';
    margin-left: 8px
}

.anycomment-app .ql-snow .ql-tooltip a {
    line-height: 26px
}

.anycomment-app .ql-snow .ql-tooltip.ql-editing a.ql-preview,
.anycomment-app .ql-snow .ql-tooltip.ql-editing a.ql-remove {
    display: none
}

.anycomment-app .ql-snow .ql-tooltip.ql-editing input[type=text] {
    display: inline-block
}

.anycomment-app .ql-snow .ql-tooltip.ql-editing a.ql-action::after {
    border-right: 0;
    content: 'Save';
    padding-right: 0
}

.anycomment-app .ql-snow .ql-tooltip[data-mode=link]::before {
    content: "Enter link:"
}

.anycomment-app .ql-snow .ql-tooltip[data-mode=formula]::before {
    content: "Enter formula:"
}

.anycomment-app .ql-snow .ql-tooltip[data-mode=video]::before {
    content: "Enter video:"
}

.anycomment-app .ql-snow a {
    color: #06c
}

.anycomment-app .ql-container.ql-snow {
    background-color: #fff;
    border-radius: 4px
}

.anycomment-app .anycomment-lang-ru .ql-snow .ql-picker.ql-header .ql-picker-label::before,
.anycomment-app .anycomment-lang-ru .ql-snow .ql-picker.ql-header .ql-picker-item::before {
    content: 'РћР±С‹С‡РЅС‹Р№'
}

.anycomment-app .anycomment-lang-ru .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.anycomment-app .anycomment-lang-ru .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
    content: 'Р—Р°РіРѕР»РѕРІРѕРє 1'
}

.anycomment-app .anycomment-lang-ru .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.anycomment-app .anycomment-lang-ru .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
    content: 'Р—Р°РіРѕР»РѕРІРѕРє 2'
}

.anycomment-app .anycomment-lang-ru .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.anycomment-app .anycomment-lang-ru .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
    content: 'Р—Р°РіРѕР»РѕРІРѕРє 3'
}

.anycomment-app .anycomment-lang-ru .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.anycomment-app .anycomment-lang-ru .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
    content: 'Р—Р°РіРѕР»РѕРІРѕРє 4'
}

.anycomment-app .anycomment-lang-ru .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.anycomment-app .anycomment-lang-ru .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
    content: 'Р—Р°РіРѕР»РѕРІРѕРє 5'
}

.anycomment-app .anycomment-lang-ru .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.anycomment-app .anycomment-lang-ru .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
    content: 'Р—Р°РіРѕР»РѕРІРѕРє 6'
}

.anycomment-app .anycomment-lang-ru .ql-snow .ql-picker.ql-size .ql-picker-label::before,
.anycomment-app .anycomment-lang-ru .ql-snow .ql-picker.ql-size .ql-picker-item::before {
    content: 'РћР±С‹С‡РЅС‹Р№'
}

.anycomment-app .anycomment-lang-ru .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.anycomment-app .anycomment-lang-ru .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
    content: 'РњР°Р»РµРЅСЊРєРёР№'
}

.anycomment-app .anycomment-lang-ru .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.anycomment-app .anycomment-lang-ru .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
    content: 'Р‘РѕР»СЊС€РѕР№'
}

.anycomment-app .anycomment-lang-ru .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.anycomment-app .anycomment-lang-ru .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
    content: 'РћРіСЂРѕРјРЅС‹Р№'
}

.anycomment-app .anycomment-lang-ru .ql-snow .ql-tooltip::before {
    content: "РџРµСЂРµР№С‚Рё РїРѕ URL:"
}

.anycomment-app .anycomment-lang-ru .ql-snow .ql-tooltip a.ql-action::after {
    content: 'РР·РјРµРЅРёС‚СЊ'
}

.anycomment-app .anycomment-lang-ru .ql-snow .ql-tooltip a.ql-remove::before {
    content: 'РЈРґР°Р»РёС‚СЊ'
}

.anycomment-app .anycomment-lang-ru .ql-snow .ql-tooltip.ql-editing a.ql-action::after {
    content: 'РЎРѕС…СЂР°РЅРёС‚СЊ'
}

.anycomment-app .anycomment-lang-ru .ql-snow .ql-tooltip[data-mode=link]::before {
    content: "Р’РІРµСЃС‚Рё СЃСЃС‹Р»РєСѓ:"
}

.anycomment-app .anycomment-global-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.anycomment-app .anycomment-global-header .anycomment-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.anycomment-app .anycomment-global-header .anycomment-rating__stars {
    margin-right: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.anycomment-app .anycomment-global-header .anycomment-rating__stars svg {
    color: #ddd;
    width: 22px;
    height: 22px;
    cursor: pointer
}

.anycomment-app .anycomment-global-header .anycomment-rating__stars svg.anycomment-rating__stars-active {
    color: #EEBA64;
    pointer-events: none
}

.anycomment-app .anycomment-global-header .anycomment-rating__count {
    line-height: 2;
    font-size: 12px;
    margin-left: 12px;
    color: #B6C1C6
}

.anycomment-app .anycomment-global-header .anycomment-rating__count-value,
.anycomment-app .anycomment-global-header .anycomment-rating__count-count {
    color: #B6C1C6
}

.anycomment-app .dropdown__trigger .anycomment-profile {
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #B6C1C6
}

@media (max-width: 425px) {
    .anycomment-app .anycomment-global-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .anycomment-app .anycomment-global-header .anycomment-rating {
        margin-bottom: 10px
    }
}

.anycomment-app .anycomment-form {
    width: 100%;
    margin-bottom: 20px
}

.anycomment-app .anycomment-form__terms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.anycomment-app .anycomment-form__terms-agreement input[type="checkbox"] {
    vertical-align: middle;
    margin: 0 14px 0 5px;
    padding: 0
}

.anycomment-app .anycomment-form__terms-agreement label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: normal;
    color: #B6C1C6;
    font-size: 14px
}

.anycomment-app .anycomment-form__terms-agreement label a {
    color: #1DA1F2
}

.anycomment-app .anycomment-form__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.anycomment-app .anycomment-form__submit-status {
    margin-right: 30px
}

.anycomment-app .anycomment-form__submit-status-action {
    margin-left: 20px
}

.anycomment-app .anycomment-form__submit-status-action .anycomment-icon {
    cursor: pointer
}

.anycomment-app .anycomment-form__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

.anycomment-app .anycomment-form__inputs-item {
    margin-bottom: 4px
}

.anycomment-app .anycomment-form__inputs-item:last-of-type {
    padding-right: 0
}

.anycomment-app .anycomment-form__inputs-item label {
    color: #B6C1C6;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 2px;
    line-height: 1.3;
    display: block
}

.anycomment-app .anycomment-form__inputs-item label,
.anycomment-app .anycomment-form__inputs-item input,
.anycomment-app .anycomment-form__inputs-item textarea {
    width: 100%
}

.anycomment-app .anycomment-form__inputs-item input[type="text"],
.anycomment-app .anycomment-form__inputs-item input[type="email"],
.anycomment-app .anycomment-form__inputs-item input[type="number"] {
    background-color: #fff;
    border: 1px solid #B6C1C6 !important;
    color: #2A2E2E !important;
    outline: 0;
    height: 31px !important;
    line-height: 31px !important;
    padding: 5px 10px !important;
    font-size: 14px;
    text-align: left;
    border-radius: 4px
}

.anycomment-app .anycomment-form__inputs-item input[type="text"]:hover,
.anycomment-app .anycomment-form__inputs-item input[type="text"]:active,
.anycomment-app .anycomment-form__inputs-item input[type="text"]:focus,
.anycomment-app .anycomment-form__inputs-item input[type="email"]:hover,
.anycomment-app .anycomment-form__inputs-item input[type="email"]:active,
.anycomment-app .anycomment-form__inputs-item input[type="email"]:focus,
.anycomment-app .anycomment-form__inputs-item input[type="number"]:hover,
.anycomment-app .anycomment-form__inputs-item input[type="number"]:active,
.anycomment-app .anycomment-form__inputs-item input[type="number"]:focus {
    border: 1px solid #a8b5bb !important
}

.anycomment-app .anycomment-form__guest-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 15px
}

.anycomment-app .anycomment-form__guest-socials-text {
    margin: 0 18px 0 0
}

.anycomment-app .anycomment-form__guest-socials-text:last-of-type {
    margin-right: 0
}

.anycomment-app .anycomment-form__guest-socials ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.anycomment-app .anycomment-form__guest-socials ul,
.anycomment-app .anycomment-form__guest-socials ul>li {
    list-style: none
}

.anycomment-app .anycomment-form__guest-socials ul li {
    margin: 0 5px 0 0
}

.anycomment-app .anycomment-form__guest-socials ul li:last-of-type {
    margin-right: 0
}

.anycomment-app .anycomment-form__guest-socials ul li a:hover,
.anycomment-app .anycomment-form__guest-socials ul li a:focus,
.anycomment-app .anycomment-form__guest-socials ul li a:active {
    opacity: 0.8
}

.anycomment-app .anycomment-form__reply {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    font-size: 14px;
    margin-top: 10px
}

.anycomment-app .anycomment-form__reply span {
    color: #1DA1F2;
    font-weight: bold;
    padding: 2px 5px;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.anycomment-app .anycomment-form-body,
.anycomment-app .anycomment-form-body-outliner {
    width: 100%
}

.anycomment-app .anycomment-form-body-outliner {
    border: 1px solid #B6C1C6;
    min-height: 64px;
    position: relative;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 4px
}

.anycomment-app .anycomment-form-body-outliner__logo {
    position: absolute;
    left: 27px;
    top: 15px;
    width: 30px;
    height: 30px;
    z-index: 2
}

.anycomment-app .anycomment-form-body-outliner__logo svg {
    width: 100%;
    height: 100%
}

.anycomment-app .anycomment-form-body-outliner__select-file {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    width: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px
}

.anycomment-app .anycomment-form-body-outliner__select-file .anycomment-icon {
    color: #747B7E;
    font-size: 16px
}

.anycomment-app .anycomment-form-body-outliner__select-file .anycomment-icon:hover,
.anycomment-app .anycomment-form-body-outliner__select-file .anycomment-icon:active,
.anycomment-app .anycomment-form-body-outliner__select-file .anycomment-icon:focus {
    opacity: #B6C1C6
}

.anycomment-app .anycomment-form-body-outliner-dropzone-active {
    border-style: dashed
}

.anycomment-app .anycomment-form-body-outliner-dropzone-active::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(//marvels-lordfilm.ru/wp-content/plugins/anycomment/static/css/../img/dropzone.svg);
    background-size: cover;
    width: 60px;
    height: 60px;
    z-index: 4;
    opacity: 0.5;
    margin-left: -30px;
    margin-top: -30px
}

.anycomment-app .anycomment-form-body-outliner-dropzone-active::after {
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: ''
}

.anycomment-app .anycomment-form-reply,
.anycomment-app .anycomment-form-update {
    padding-left: 68px
}

.anycomment-app .anycomment-form-authorized .anycomment-form-body-outliner__avatar {
    background-size: cover;
    background-position: center center;
    border: 1px solid #B6C1C6;
    background-color: #DDE2E5;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    z-index: 1
}

.anycomment-app .anycomment-form-authorized .anycomment-form__terms {
    padding: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 500px) {
    .anycomment-app .anycomment-form-body-outliner__logo {
        left: 16px;
        top: 18px;
        width: 25px;
        height: 25px
    }

    .anycomment-app .anycomment-form__inputs {
        margin-bottom: 10px
    }

    .anycomment-app .anycomment-form__inputs-item {
        padding: 0;
        margin-bottom: 4px
    }
}

.anycomment-app .anycomment-summary {
    width: 100%;
    position: relative;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #B6C1C6
}

.anycomment-app .anycomment-summary-count,
.anycomment-app .anycomment-summary-sort {
    color: #2A2E2E;
    font-size: 16px
}

.anycomment-app .anycomment-summary-sort {
    color: #2A2E2E
}

.anycomment-app .anycomment-summary-sort span {
    text-decoration: underline;
    padding-right: 10px;
    border-right: 1px solid #B6C1C6
}

.anycomment-app .anycomment-tooltip {
    position: relative
}

.anycomment-app .anycomment-tooltip-message {
    background: #E8EDEF;
    border-radius: 10px;
    color: #747B7E;
    font-size: 10px;
    line-height: 1.4;
    padding: 5px 8px;
    text-align: center
}

.anycomment-app .anycomment-tooltip-trigger {
    display: inline-block;
    text-decoration: underline
}

.anycomment-app .anycomment-tooltip-bubble {
    min-width: 120px;
    max-width: 210px;
    position: absolute;
    z-index: 10
}

.anycomment-app .anycomment-tooltip-bubble::after {
    content: '';
    position: absolute
}

.anycomment-app .anycomment-tooltip-top {
    bottom: 100%;
    left: 50%;
    padding-bottom: 9px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.anycomment-app .anycomment-tooltip-top::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #E8EDEF;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.anycomment-app .anycomment-tooltip-bottom {
    top: 100%;
    left: 50%;
    padding-top: 9px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.anycomment-app .anycomment-tooltip-bottom::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #E8EDEF;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.anycomment-app .anycomment-tooltip-left {
    top: 50%;
    right: 100%;
    padding-right: 9px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.anycomment-app .anycomment-tooltip-left::after {
    border-left: 10px solid #E8EDEF;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.anycomment-app .anycomment-tooltip-right {
    top: 50%;
    left: 100%;
    padding-left: 9px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.anycomment-app .anycomment-tooltip-right::after {
    border-right: 10px solid #E8EDEF;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.anycomment-app .anycomment-subscribe {
    margin: 20px 0;
    position: relative;
    background-color: #E8EDEF;
    padding: 15px
}

.anycomment-app .anycomment-subscribe form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.anycomment-app .anycomment-subscribe__email {
    margin-right: 15px;
    position: relative
}

.anycomment-app .anycomment-subscribe__email--icon {
    position: absolute;
    left: 13px;
    top: 5px
}

.anycomment-app .anycomment-subscribe__email--icon svg {
    font-size: 15px
}

.anycomment-app .anycomment-subscribe__email input {
    background-color: #fff;
    border: 1px solid #B6C1C6 !important;
    color: #2A2E2E;
    outline: 0;
    height: 30px;
    line-height: 30px;
    padding: 5px 10px 5px 37px;
    font-size: 14px;
    text-align: left;
    border-radius: 4px
}

.anycomment-app .anycomment-subscribe__close {
    cursor: pointer;
    color: #747B7E;
    font-size: 14px;
    margin-left: 30px
}

@media (max-width: 600px) {
    .anycomment-app .anycomment-subscribe form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .anycomment-app .anycomment-subscribe__submit,
    .anycomment-app .anycomment-subscribe__email {
        margin: 0 0 5px 0;
        width: 100%
    }

    .anycomment-app .anycomment-subscribe__submit input,
    .anycomment-app .anycomment-subscribe__email input {
        width: 100%
    }

    .anycomment-app .anycomment-subscribe__close {
        margin-left: 0
    }
}

.anycomment-app .anycomment-comment-rating {
    position: absolute;
    top: 58px;
    left: 0;
    width: 48px
}

.anycomment-app .anycomment-comment-rating__counter {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #B6C1C6
}

.anycomment-app .anycomment-comment-rating__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.anycomment-app .anycomment-comment-rating__actions--up,
.anycomment-app .anycomment-comment-rating__actions--down {
    cursor: pointer;
    width: 20px;
    text-align: center
}

.anycomment-app .comment-single-replies .anycomment-comment-rating {
    position: absolute;
    top: 40px;
    left: -4px;
    width: 40px
}

@media (max-width: 500px) {
    .anycomment-app .anycomment-comment-rating {
        top: 40px;
        width: 30px
    }

    .anycomment-app .comment-single-replies .anycomment-comment-rating {
        top: 35px;
        width: 35px
    }
}

.anycomment-app .Toastify__toast-container {
    z-index: 999999999
}

@media (max-width: 500px) {

    .anycomment-app .anycomment-btn,
    .anycomment-app .input[type="submit"],
    .anycomment-app input+.input[type="button"] {
        font-size: 12px !important;
        font-weight: normal !important;
        text-align: center !important;
        text-transform: none !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff !important;
        padding: 0 50px !important;
        height: 30px !important;
        line-height: 30px !important;
        display: inline-block;
        vertical-align: middle;
        border: 0;
        opacity: 1;
        outline: 0;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        white-space: nowrap;
        background-color: #1DA1F2;
        border-radius: 30px
    }

    .anycomment-app .anycomment-btn:hover,
    .anycomment-app .anycomment-btn:active,
    .anycomment-app .anycomment-btn:focus,
    .anycomment-app .input[type="submit"]:hover,
    .anycomment-app .input[type="submit"]:active,
    .anycomment-app .input[type="submit"]:focus,
    .anycomment-app input+.input[type="button"]:hover,
    .anycomment-app input+.input[type="button"]:active,
    .anycomment-app input+.input[type="button"]:focus {
        font-size: 12px !important;
        font-weight: normal !important;
        text-align: center !important;
        text-transform: none !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff !important;
        padding: 0 50px !important;
        height: 30px !important;
        line-height: 30px !important;
        display: inline-block;
        vertical-align: middle;
        border: 0;
        opacity: 1;
        outline: 0;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        white-space: nowrap;
        background-color: #1DA1F2;
        border-radius: 30px;
        background-color: #0d95e8 !important
    }

    .anycomment-app .anycomment-form-reply {
        padding-left: 0
    }

    .anycomment-app .anycomment-form-reply .anycomment-form__submit-status {
        margin-right: 0;
        margin-bottom: 6px
    }

    .anycomment-app .anycomment-form.anycomment-form-authorized .anycomment-form-body-outliner__avatar {
        top: 18px;
        left: 13px;
        width: 30px;
        height: 30px
    }

    .anycomment-app .anycomment-form .anycomment-form-body-outliner_logo {
        left: 17px;
        top: 16px;
        width: 30px;
        height: 30px
    }

    .anycomment-app .anycomment-send-comment {
        margin-bottom: 20px
    }

    .anycomment-app .anycomment-send-comment-supheader {
        font-size: 13px;
        margin-bottom: 10px
    }

    .anycomment-app .anycomment-send-comment-supheader__dropdown-header,
    .anycomment-app .anycomment-send-comment-supheader__dropdown-list {
        font-size: 13px
    }

    .anycomment-app .anycomment-send-comment-supheader__dropdown-list {
        border-radius: 4px
    }

    .anycomment-app .anycomment-send-comment-body-reply {
        font-size: 11px
    }

    .anycomment-app .anycomment-send-comment-body,
    .anycomment-app .anycomment-send-comment-body-outliner {
        width: 100%
    }

    .anycomment-app .anycomment-send-comment-body-outliner {
        border-radius: 4px
    }

    .anycomment-app .anycomment-send-comment-body-outliner__auth {
        background-color: rgba(255, 255, 255, 0.9);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 4;
        width: 100%;
        height: 100%
    }

    .anycomment-app .anycomment-send-comment-body-outliner__auth-header {
        color: #2A2E2E;
        font-size: 16px;
        margin-right: 21px
    }

    .anycomment-app .anycomment-send-comment-body-outliner__auth ul {
        list-style: none;
        padding: 0;
        display: table;
        margin: 17px auto 6px
    }

    .anycomment-app .anycomment-send-comment-body-outliner__auth ul li {
        display: inline-block;
        vertical-align: middle;
        margin-right: 6px
    }

    .anycomment-app .anycomment-send-comment-body-outliner__auth ul li:last-of-type {
        margin-right: 0
    }

    .anycomment-app .anycomment-send-comment-body-outliner__auth ul li img {
        width: 30px;
        height: 30px
    }

    .anycomment-app .anycomment-send-comment-body-outliner__auth.no-link ul {
        margin: 32px auto
    }

    .anycomment-app .anycomment-send-comment-body-outliner__textfield {
        font-size: 13px;
        padding: 33px 5px 5px 60px !important;
        min-height: 80px
    }

    .anycomment-app .anycomment-send-comment-body .anycomment-form-guest__header {
        font-size: 7px;
        color: #B6C1C6
    }

    .anycomment-app .anycomment-send-comment-body .anycomment-form-guest__container .anycomment-form-guest-socials,
    .anycomment-app .anycomment-send-comment-body .anycomment-form-guest__container .anycomment-form-submit {
        display: block;
        width: 100%
    }

    .anycomment-app .anycomment-send-comment-body .anycomment-input-list {
        width: 100%
    }

    .anycomment-app .anycomment-send-comment-body .anycomment-input-list-single {
        display: block;
        padding-right: 0;
        width: 100%
    }

    .anycomment-app .anycomment-send-comment-body .anycomment-input-list-single label {
        font-size: 10px
    }

    .anycomment-app .anycomment-send-comment-body .anycomment-input-list-single input[type="text"],
    .anycomment-app .anycomment-send-comment-body .anycomment-input-list-single input[type="email"],
    .anycomment-app .anycomment-send-comment-body .anycomment-input-list-single input[type="number"] {
        font-size: 9px;
        border-radius: 4px
    }

    .anycomment-app .anycomment-list .comment-single {
        margin-bottom: 25px
    }

    .anycomment-app .anycomment-list .comment-single-replies {
        margin-top: 25px
    }

    .anycomment-app .anycomment-list .comment-single-avatar,
    .anycomment-app .anycomment-list .comment-single-avatar__img {
        width: 30px;
        height: 30px
    }

    .anycomment-app .anycomment-list .comment-single-avatar__img {
        background-size: cover;
        background-position: center center;
        border: 1px solid #B6C1C6;
        background-color: #DDE2E5;
        border-radius: 50%
    }

    .anycomment-app .anycomment-list .comment-single-avatar__img-auth-type {
        bottom: 6px;
        right: 6px;
        width: 7.5px;
        height: 7.5px
    }

    .anycomment-app .anycomment-list .comment-single-body-header__author,
    .anycomment-app .anycomment-list .comment-single-body-header__author>a {
        font-size: 12px
    }

    .anycomment-app .anycomment-list .comment-single-body-header__author-owner {
        font-size: 7px;
        margin-left: 5px;
        border-radius: 30px
    }

    .anycomment-app .anycomment-list .comment-single-body-header__date {
        font-size: 11px;
        min-height: 12.5px;
        line-height: 12.5px
    }

    .anycomment-app .anycomment-list .comment-single-body__text-content {
        font-size: 13px
    }

    .anycomment-app .anycomment-list .comment-single-body__text-readmore {
        font-size: 11px
    }

    .anycomment-app .anycomment-list .comment-single-body .comment-attachments li .comment-attachment {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 6px;
        color: #c8c8c8;
        border-radius: 4px
    }

    .anycomment-app .anycomment-list .comment-single-body__actions ul li {
        margin-right: 12.5px
    }

    .anycomment-app .anycomment-list .comment-single-body__actions ul li a,
    .anycomment-app .anycomment-list .comment-single-body__actions ul li span {
        font-size: 12px
    }

    .anycomment-app .anycomment-list-child .comment-single-avatar,
    .anycomment-app .anycomment-list-child .comment-single-avatar__img {
        width: 25px;
        height: 25px
    }

    .anycomment-app .anycomment-list-child .comment-single-body .comment-attachments li .comment-attachment {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 4px
    }

    .anycomment-app>.anycomment-list ul.anycomment-list-child .comment-single-body {
        padding-left: 35px
    }

    .anycomment-app>.anycomment-list>.comment-single>.comment-single-body {
        padding-left: 40px
    }

    .anycomment-app>.anycomment-list>.comment-single>.comment-single-replies>ul.anycomment-list-child {
        margin-left: 20px
    }

    .anycomment-app>.anycomment-list>.comment-single>.comment-single-replies>ul.anycomment-list-child>li>.comment-single-replies>ul.anycomment-list-child {
        margin-left: 20px
    }

    .anycomment-app .anycomment-copy-footer {
        margin-top: 50px;
        padding-top: 25px;
        font-size: 10px
    }
}

.post-ratings {
    width: 100%;
    opacity: 1
}

.post-ratings-loading {
    display: none;
    height: 16px;
    text-align: left
}

.post-ratings-image {
    border: 0
}

.post-ratings img,
.post-ratings-loading img,
.post-ratings-image img {
    border: 0;
    padding: 0;
    margin: 0
}

.post-ratings-comment-author {
    font-weight: 400;
    font-style: italic
}

/*!
Theme Name: amolord_theme
Theme URI: https://*
Author: Nero94
Author URI: ***
Details URI: https://batman-lordfilm.ru
Description: РЈРЅРёРєР°Р»СЊРЅР°СЏ С‚РµРјР° РЎРѕР·РґР°РЅРЅР°СЏ РІРµР±СЃС‚СѓРґРёРµР№ M*
Version: 1.0.3
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: amolord_theme
Tags: РљРѕС„Рµ, СЃРѕРЅ, РїРµС‡РµРЅСЊРєРё, 3РёР№ Р·Р°РєРѕРЅ С‚РµСЂРјРѕРґРёРЅР°РјРёРєРё, 2 С‚РѕРј РјРµСЂС‚РІС‹С… РґСѓС€ 

*/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden
}

:root {
    --color1: #f37305;
    --color2: #ffd600;
    --color3: #de0e8a;
    --color4: #e31e24;
    --color5: #1fb545;
    --color6: #1a9dd9
}

body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    clear: both
}

textarea {
    resize: none
}

input,
select,
button,
textarea {
    outline: none
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

ul,
li,
a {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-decoration: none
}

ul:hover,
li:hover,
a:hover {
    text-decoration: none
}

:focus-visible {
    outline: none
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

[hidden] {
    display: none
}

*,
*:before,
*:after {
    box-sizing: inherit
}

html {
    box-sizing: border-box
}

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-size: 1rem;
    line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both
}

p {
    margin-bottom: 1.5em;
    margin-top: 0
}

dfn,
cite,
em,
i {
    font-style: italic
}

body {
    background: #fff
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ul,
ol {
    margin: 0 0 1.5em 3em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: 700
}

embed,
iframe,
object {
    max-width: 100%
}

img {
    height: auto;
    max-width: 100%
}

a {
    color: #4169e1
}

a:hover,
a:focus,
a:active {
    color: #191970
}

a:focus {
    outline: thin dotted
}

a:hover,
a:active {
    outline: 0
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    line-height: 1;
    padding: .6em 1em .4em
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    border-color: #ccc #bbb #aaa
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
    border-color: #aaa #bbb #bbb
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
    color: #111
}

textarea {
    width: 100%
}

.main-navigation {
    display: block;
    width: 100%
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgb(0 0 0/20%);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    display: block;
    background: #fff
}

.main-navigation ul ul li {
    padding: 0 2px
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto
}

.main-navigation ul ul a {
    width: 300px;
    position: relative;
    font-style: normal;
    font-size: 16px;
    padding: 12px 0;
    display: block;
    border-bottom: 1px solid #f0f0f0
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto
}

.main-navigation li {
    position: relative
}

.main-navigation a {
    display: block;
    text-decoration: none
}

.menu-toggle,
.main-navigation.toggled ul {
    display: block
}

@media screen and (min-width:37.5em) {
    .menu-toggle {
        display: none
    }

    .main-navigation ul {
        display: flex;
        justify-content: center
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%
}

.updated:not(.published) {
    display: none
}

.comment-content a {
    word-wrap: break-word
}

.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr)
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr)
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr)
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr)
}

.gallery-caption {
    display: block
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

#primary[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em
}

.container {
    height: 100%
}

#primary {
    height: 100%
}

.home #primary,
#primary.fullwr {
    padding: 0;
    max-width: none;
    padding-bottom: 0
}

.lazy {
    opacity: 0;
    filter: blur(50px);
    transform: scale(1);
    transition: opacity 1s linear
}

img:not(.lazy) {
    opacity: 1;
    transition: opacity 1s linear;
    transform: scale(1)
}

.mob-btn {
    display: none
}

#page {
    padding-top: 33vh;
    background: #000
}

.page-wrapper {
    background: #fafbfc;
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 15px;
    border-radius: 8px;
    position: relative;
    z-index: 6
}

#masthead {
    position: sticky;
    top: 0;
    background: #fafbfc;  /* #4d4d4d */
    z-index: 99;
    box-shadow: 0px 3px 3px -1px rgb(92 115 196/28%);
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px
}

.header-wr {
    height: 75px
}

.header-in {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
    padding: 8px 0
}

.site-logo img {
    max-height: 52px;
    width: auto
}

.header-text {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    margin-left: 12px;
    max-width: 220px;
    color: #333;
    text-transform: uppercase;
    min-width: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2
}

.header-text span {
    font-size: 10px;
    font-weight: 400
}

.mob-wrap {
    width: 100%;
    display: flex;
    align-items: center
}

.search-form {
    margin-left: 8px;
    margin-right: 16px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 440px
}

.search-form input {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #b5b6c5;
    border: 0 solid #cad5df;
    display: block;
    width: 100%;
    background: #fff;
    box-shadow: inset 1px 3px 6px 0px rgb(16 18 68/12%);
    border-radius: 6px;
    padding: 10px 24px;
    width: 100%
}

.search-form button[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    padding: 0;
    background: 0 0;
    width: 60px;
    border: 0;
    height: 40px;
    cursor: pointer
}

.search-form button[type=submit] svg {
    position: relative;
    top: 2px
}

.dracula-toggle-wrap.custom-toggle {
    font-size: 0
}

.header-l1 {
    background-color: #f9f9f9;
    position: relative;
    z-index: 101;
    padding-top: 8px;
    padding-bottom: 8px;
    transition: all .3s
}

.topmen .header-l1 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
    box-shadow: 0px 3px 8px rgb(92 115 196/28%);
    border-bottom: 0
}

.header-l1-in {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center
}

.main-navigation a {
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #2a2b31;
    padding-left: 25px;
    padding-right: 25px;
    display: block;
    position: relative;
    transition: all .3s;
    text-align: center
}

.main-navigation a:hover {
    color: var(--color4)
}

.main-navigation li a:after {
    position: absolute;
    content: '';
    bottom: -2px;
    left: 25%;
    right: 25%;
    width: 50%;
    height: 2px;
    background-color: var(--color4);
    -webkit-transform: scalex(0);
    -ms-transform: scalex(0);
    transform: scalex(0);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.main-navigation li:hover>a:after {
    -webkit-transform: scalex(1);
    -ms-transform: scalex(1);
    transform: scalex(1)
}

.menu-item-has-children:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #0b0d13;
    border-bottom: 1px solid #0b0d13;
    top: 8px;
    right: 11px;
    transform: rotate(45deg);
    transition: all .3s
}

#breadcrumbs {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px
}

#breadcrumbs span {
    font-size: 14px;
    color: #a0a0a0
}

#breadcrumbs a {
    font-size: 14px;
    line-height: 16px;
    color: #013
}

.film-wr {
    position: relative;
    z-index: 2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding-bottom: 1px
}

.home .film-wr {
    padding-top: 24px
}

.film-l {
    width: 240px
}

.film-img {
    position: sticky;
    top: 72px;
    margin-bottom: 24px;
    background: #fff;
    box-shadow: 0px 3px 3px -2px rgb(0 0 0/20%), 0px 3px 4px 0px rgb(0 0 0/14%), 0px 1px 8px 0px rgb(0 0 0/12%);
    border-radius: 6px;
    overflow: hidden
}

.film-img .post-thumbnail,
.film-img .post-thumbnail img {
    width: 100%
}

.film-img .post-thumbnail {
    border-bottom: 1px solid #e7e7e7
}

.film-r {
    width: calc(100% - 265px);
    padding-bottom: 20px;
    display: flex;
    flex-direction: column
}

.film-opis__1 {
    overflow: hidden;
    display: -webkit-box;
    max-height: 6.25vw;
    transition: max-height .2s ease-out;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    position: relative;
    height: 100%
}

.film-opis__1.open {
    display: block
}

.film-opis__1.open:before {
    opacity: 0
}

.film-opis__1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(15, 15, 15, 0) 0%, #f8fafca3 40.32%, #fafbfc 100%);
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s;
    pointer-events: none
}

.film-info {
    column-count: 2
}

.film-info-i {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    color: #91929a
}

.film-info-i b {
    color: #474a57
}

.film-info-i__reit-wr {
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.film-info-i__reit {
    line-height: 30px;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    width: 48%;
    margin-top: 7px;
    color: #474a57
}

.film-info-i__kp {
    box-shadow: inset 0 0 0 2px #f60
}

.film-info-i__imdb {
    box-shadow: inset 0 0 0 2px #fc0
}

.film-players-wr {
    background-color: #1e1e1e;
    color: #ccc
}

.film-players__tabs {
    padding-bottom: 4px;
    padding-top: 4px;
    padding-left: 6px
}

.film-players__tab {
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    background-color: #000;
    color: #fff;
    border-radius: 6px;
    margin-right: 2px
}

.film-players__tab:not(.current):hover {
    background-color: #1e1e1e
}

.film-players__tab.current {
    background-color: #79c142;
    color: #fff
}

.film-player {
    display: none
}

.film-player.current {
    display: block
}

.film-player.current p {
    margin: 0
}

.film-player__i.active>p {
    height: 100%
}

.film-player__list-wr {
    display: flex
}

.film-player__list-l {
    width: calc(100% - 300px)
}

.film-player__list-r {
    width: 280px;
    padding-left: 16px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    aspect-ratio: 72/117
}

.film-player__list-r::-webkit-scrollbar {
    background: #fff;
    width: 8px
}

.film-player__list-r::-webkit-scrollbar {
    height: 5px
}

.film-player__list-r::-webkit-scrollbar-thumb {
    border-radius: 0
}

.film-player__i.active {
    display: block;
    height: 460px
}

.film-player__i.active>div {
    height: 100%
}

.film-player__i {
    display: none
}

.film-player__i p {
    margin: 0
}

.film-player__i-text {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 15px;
    cursor: pointer;
    height: 40px
}

.film-player__i-text:hover {
    background: #323232
}

.film-player__i-text:hover span {
    width: 40px;
    height: 40px;
    margin: 0;
    color: #242424;
    background: #fff;
    margin-right: 10px
}

.film-player__i-text span {
    min-width: 30px;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: #242424;
    transition: .2s;
    margin-right: 8px
}

.film-player__i-text.active {
    background: #242424
}

.film-player__i-text.active span {
    width: 40px;
    height: 40px;
    margin: 0;
    color: #fff;
    margin-right: 10px
}

.film-i {
    position: relative;
    overflow: hidden;
    z-index: 2
}

.film-i__title {
    position: absolute;
    z-index: 9;
    left: 0;
    bottom: 20px;
    font-weight: 300;
    display: block;
    color: #f7f7f7;
    text-align: center;
    font-size: 15px;
    width: 100%;
    transition: all .3s;
    line-height: 1;
    padding: 5px 0
}

.film-i:hover .film-i__title {
    opacity: 1
}

.film-i img {
    width: 100%;
    transform: scale(1);
    transition: all 1s linear;
    height: 100%;
    object-fit: cover
}

.film-i:hover img {
    transform: scale(1.1)
}

.film-i__god_vyhoda {
    position: absolute;
    top: 6px;
    left: 6px;
    padding: 1px 8px;
    border-radius: 3px;
    background: #79c142;
    color: #fff;
    font-weight: 600;
    font-size: 13px
}

.film-i__kp {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1px 7px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    z-index: 2
}

.film-i__kp b {
    color: #f60
}

.film-i__imdb {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1px 7px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    z-index: 2
}

.film-i__imdb b {
    color: #fc0
}

.film-desc {
    background: #fff;
    padding: 24px;
    border-radius: 8px
}

.film-i__play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all .2s ease;
    background: rgba(0, 0, 0, .6);
    z-index: 7
}

.film-i__play svg {
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.film-i:hover .film-i__play {
    opacity: 1
}

.film-i:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    height: 50%
}

.com-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #1d1e22;
    margin-top: 24px
}

.anycomment.comment-single.comment-no-comments {
    display: none
}

.anycomment-app,
.anycomment-app .anycomment-global-header {
    margin: 0
}

.anycomment-app .anycomment-global-header {
    margin-bottom: 6px;
    display: none
}

.anycomment-app .anycomment-summary-sort {
    display: none
}

.anycomment-app .anycomment-copy-footer {
    display: none !important
}

.anycomment-app .anycomment-form {
    width: 300px;
    margin-bottom: 20px;
    margin-left: 16px;
    display: inline-block
}

.anycomment-app #anycomment-load-container>.anycomment-form {
    float: right
}

.anycomment-app .comment-single-form-wrapper .anycomment-form {
    width: 100%;
    max-width: 500px
}

body .eXzlnr {
    flex-direction: column;
    margin-top: 8px
}

body .anycomment-app .anycomment-form__inputs {
    margin-bottom: 0
}

.anycomment-app .anycomment-summary {
    width: calc(100% - 320px);
    margin-right: 16px;
    display: none
}

#anycomment-load-container>.comment-single {
    width: calc(100% - 314px)
}

.anycomment-app #anycomment-load-container>.anycomment-form {
    height: 100%;
    position: sticky;
    top: 78px
}

.anycomment-app #anycomment-load-container>.anycomment-form form {
    display: flex;
    flex-direction: column
}

.anycomment-app #anycomment-load-container>.anycomment-form form p:nth-child(2) {
    order: 0
}

.anycomment-app #anycomment-load-container>.anycomment-form form .anycomment-form-body-outliner {
    order: 1
}

.anycomment-app #anycomment-load-container>.anycomment-form form .anycomment-form__submit {
    order: 2
}

.anycomment-app #anycomment-load-container>.anycomment-form form .anycomment-form__terms {
    display: none
}

.anycomment-app .anycomment-form__inputs-item input[type=text],
.anycomment-app .anycomment-form-body-outliner {
    box-shadow: 3px 3px 6px rgb(0 0 0/10%);
    border: 0 !important
}

.anycomment-app .anycomment-btn,
.anycomment-app .input[type=submit],
.anycomment-app input+.input[type=button] {
    box-shadow: 0px 3px 3px -2px rgb(0 0 0/20%), 0px 3px 4px 0px rgb(0 0 0/14%), 0px 1px 8px 0px rgb(0 0 0/12%)
}

.anycomment-app .anycomment-list .comment-single-avatar__img {
    background-image: url(//marvels-lordfilm.ru/wp-content/themes/amolord_theme/assets/image/user-circle.svg) !important
}

.anycomment.anycomment-comment-rating__actions--down {
    background-color: #dd4d1b;
    -webkit-mask-image: url('/wp-content/plugins/wp-postratings/images/thumbs/rating_1_half.svg') !important;
    mask-image: url('/wp-content/plugins/wp-postratings/images/thumbs/rating_1_half.svg') !important;
    mask: url('/wp-content/plugins/wp-postratings/images/thumbs/rating_1_half.svg') !important;
    -webkit-mask: url('/wp-content/plugins/wp-postratings/images/thumbs/rating_1_half.svg') !important;
    min-height: 20px;
    min-width: 19px;
    display: block;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat
}

.anycomment.anycomment-comment-rating__actions--up {
    background-color: #33a42d;
    -webkit-mask-image: url('/wp-content/plugins/wp-postratings/images/thumbs/rating_2_off.svg') !important;
    mask-image: url('/wp-content/plugins/wp-postratings/images/thumbs/rating_2_off.svg') !important;
    mask: url('/wp-content/plugins/wp-postratings/images/thumbs/rating_2_off.svg') !important;
    -webkit-mask: url('/wp-content/plugins/wp-postratings/images/thumbs/rating_2_off.svg') !important;
    min-height: 20px;
    min-width: 19px;
    display: block;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat
}

.anycomment.anycomment-comment-rating__actions--down svg {
    opacity: 0
}

.anycomment-app .anycomment-form-authorized .anycomment-form-body-outliner__avatar {
    display: none
}

.search-result {
    opacity: 0;
    pointer-events: none;
    transition: all .2s ease;
    transform: translateY(10px);
    display: flex;
    position: absolute;
    top: 100%;
    right: 0;
    width: 400px;
    background: #fff;
    box-shadow: 0 30px 60px -12px rgb(50 50 93/25%), 0 18px 36px -18px rgb(0 0 0/30%), 0 -12px 36px -8px rgb(0 0 0/3%);
    padding: 10px;
    flex-direction: column;
    gap: 5px;
    max-height: 300px;
    overflow: auto;
    scrollbar-color: #777 #ccc;
    scrollbar-width: thin
}

.search-result.active {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0)
}

.search-result .item {
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    transition: all .2s ease;
    border-radius: 3px;
    overflow: hidden;
    flex-shrink: 0;
    opacity: 1
}

.search-result .item img {
    width: 34px;
    aspect-ratio: 17/25;
    object-fit: cover;
    border-radius: 3px
}

.search-result .item .right {
    display: flex;
    gap: 5px;
    flex-direction: column;
    max-width: calc(100% - 44px)
}

.search-result .item .title {
    color: #404040;
    font-size: 15px;
    font-weight: 600;
    flex-shrink: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.search-result .item .rating {
    display: flex;
    gap: 4px
}

.search-result .item .rating span {
    line-height: 20px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 600;
    padding: 0;
    text-align: center
}

.search-result .item .rating span.imdb {
    width: 65px;
    box-shadow: inset 0 0 0 2px #fc0
}

.search-result .item .rating span.kp {
    width: 55px;
    box-shadow: inset 0 0 0 2px #f60
}

.search-result::-webkit-scrollbar {
    background: #fff;
    width: 8px
}

.search-result::-webkit-scrollbar {
    height: 5px
}

.search-result::-webkit-scrollbar-thumb {
    border-radius: 0
}

.entry-title {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    color: #1d1e22;
    margin-bottom: 24px
}

.title_v1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #1d1e22
}

.title_v2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #1d1e22
}

.title_v3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #1d1e22
}

.entry-content ul {
    margin: 0 0 1.5em 1em
}

.entry-content ol {
    margin: 0 0 1.5em 1em
}

.entry-content ul li {
    list-style: disc;
    margin-bottom: 8px
}

.entry-content ol li {
    list-style: decimal;
    margin-bottom: 8px
}

.btn-v2 {
    margin: 1px 0 15px;
    display: block;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 0 0 1px #ccc, 2px 3px 3px 0 rgb(0 0 0/10%);
    text-align: center;
    padding: 6px 10px;
    font-weight: 600;
    border-radius: 3px
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: stretch;
    gap: 20px
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px
}

.grid-container.col-6 {
    grid-template-columns: repeat(6, 1fr)
}

.grid-container.col-5 {
    grid-template-columns: repeat(5, 1fr)
}

.grid-container.col-4 {
    grid-template-columns: repeat(4, 1fr)
}

.grid-container.col-3 {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px
}

.grid-container.col-2 {
    grid-template-columns: repeat(2, 1fr)
}

.site-info {
    display: flex;
    padding-bottom: 8px;
    align-items: center
}

.ft-branding {
    display: flex
}

.ft-branding img {
    min-width: 50px
}

.ft-text {
    margin-left: 24px;
    font-size: 15px;
    line-height: 1.2
}

#colophon {
    padding-top: 8px;
    border-top: 1px solid #e7e7e7
}

.film-podbor {
    background: #fff;
    padding: 24px;
    border-radius: 8px;
    display: flex;
    gap: 72px
}

.film-podbor__list {
    margin: 0
}

.film-podbor__list-i {
    margin-bottom: 4px
}

.film-podbor__list-i a {
    color: #000;
    text-decoration: underline;
    font-size: 15px
}

.film-podbor__list-i a:hover {
    text-decoration: none
}

.post-ratings {
    text-align: center;
    margin-top: -30px
}

:root {
    --rating-size: 4rem;
    --bar-size: 1rem;
    --bar-size: .5rem;
    --background-color: #e7f2fa;
    --rating-color-default: #e7f2fa;
    --rating-color-background: #c7e1f3;
    --rating-color-good: #27ae60;
    --rating-color-meh: #f1c40f;
    --rating-color-bad: #e74c3c
}

.ratin-wr {
    background: #ffb020;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    position: relative;
    z-index: 2;
    height: 64px;
    width: 64px;
    box-shadow: 0px 3px 3px -2px rgb(0 0 0/20%), 0px 3px 4px 0px rgb(0 0 0/14%), 0px 1px 8px 0px rgb(0 0 0/12%)
}

.ratin-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -50px;
    padding: 18px 10px
}

.ratin-btn img {
    padding: 8px;
    background: #fff;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    transition: all .3s;
    height: 40px;
    width: 40px;
    background: #dd4d1b;
    border: 2px solid #dd4d1b !important;
    box-shadow: 0px 3px 3px -2px rgb(0 0 0/20%), 0px 3px 4px 0px rgb(0 0 0/14%), 0px 1px 8px 0px rgb(0 0 0/12%)
}

.ratin-btn img:hover {
    box-shadow: 0px 0px 0px 0px rgb(0 0 0/20%), 0px 0px 0px 0px rgb(0 0 0/14%), 0px 0px 0px 0px rgb(0 0 0/12%)
}

.ratin-btn img:first-child {
    background: #dd4d1b;
    border: 2px solid #dd4d1b !important
}

.ratin-btn img:nth-child(2),
.ratin-btn img[title="Р“РѕР»РѕСЃРѕРІР°С‚СЊ Р—Рђ"] {
    background: #33a42d;
    border: 2px solid #33a42d !important
}

.ratin-btn img:last-child {
    background: #33a42d;
    border: 2px solid #33a42d !important
}

.ratin-nums {
    display: flex;
    justify-content: space-between;
    padding: 0 52px;
    margin-top: -46px;
    font-size: 16px;
    padding-bottom: 18px;
    font-weight: 500
}

.ratin {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
    background: var(--rating-color-default);
    color: var(--rating-color-default);
    width: var(--rating-size);
    height: var(--rating-size);
    font-size: calc(var(--rating-size)/3);
    line-height: 1
}

.ratin span {
    position: relative;
    display: flex;
    font-weight: 700;
    z-index: 2;
    height: 21px
}

.ratin span small {
    font-size: .5em;
    font-weight: 900;
    align-self: center
}

.ratin:after {
    content: "";
    position: absolute;
    inset: var(--bar-size);
    background: var(--background-color);
    border-radius: inherit;
    z-index: 1
}

.ratin.good {
    background: var(--rating-color-good);
    color: var(--rating-color-good)
}

.ratin.meh {
    background: var(--rating-color-meh);
    color: var(--rating-color-meh)
}

.ratin.bad {
    background: var(--rating-color-bad);
    color: var(--rating-color-bad)
}

.film-and {
    padding-top: 40px;
    padding-bottom: 20px
}

.upbtn {
    position: fixed;
    right: -90px;
    bottom: 90px;
    width: 50px;
    height: 50px;
    padding: 9px;
    background: #eee;
    z-index: 9;
    border-radius: 20%;
    box-shadow: rgb(9 30 66/25%) 0 4px 8px -2px, rgb(9 30 66/8%) 0 0 0 1px;
    transition: all .5s ease-in-out
}

.upbtn.open {
    right: 30px
}

.addtoany_shortcode {
    text-align: center;
    padding-top: 10px
}

.mob-btn {
    display: none
}

.mseven {
    padding: 40px 60px
}

.mseven-i {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 3px 3px -2px rgb(0 0 0/20%), 0px 3px 4px 0px rgb(0 0 0/14%), 0px 1px 8px 0px rgb(0 0 0/12%);
    border-radius: 8px;
    padding: 14px 20px
}

.mseven-i:not(:last-child) {
    margin-bottom: 8px
}

.mseven-i:last-child {
    margin-bottom: 0 !important
}

.mseven-i__text {
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    display: block
}

.mseven-i__text ul .mseven-i__text ol {
    margin: 0 0 1.5em 1.2em
}

.mseven-i__down {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out
}

.question-v,
.question-v2 {
    position: relative;
    z-index: 2
}

.question-x {
    position: absolute;
    background: #a5a5a5;
    height: 30px;
    width: 2px;
    right: 15px;
    top: 50%;
    cursor: pointer;
    transform: translate(0%, -50%)
}

.question-x:before {
    content: '';
    width: 30px;
    height: 2px;
    left: -14px;
    top: 14px;
    position: absolute;
    background: #a5a5a5
}

.question-v2.open+.mseven-i__down {
    margin-top: 16px
}

.mseven-i__title {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    line-height: 130%;
}

.question-v.open .question-x,
.question-v2.open .question-x {
    transform: translate(0%, -50%) rotate(45deg)
}

.emojis {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: #fff;
    padding: 10px 10px 30px
}

.emojis button {
    border: 0;
    background: 0 0;
    width: 60px;
    height: 70px;
    cursor: pointer;
    position: relative;
    flex: 1
}

.emojis button:before {
    content: attr(data-value);
    position: absolute;
    top: 87%;
    left: 0;
    right: 0;
    z-index: 1;
    font-size: 18px;
    font-weight: 900;
    color: #666
}

.emojis button svg {
    transform: scale(.8);
    transition: all .2s ease;
    position: relative;
    z-index: 2;
    max-width: 100%;
    max-height: 100%
}

.emojis button:hover svg {
    transform: scale(.95)
}

.dracula-toggle-label {
    aspect-ratio: 1;
    height: 100%;
    padding: .35rem;
    border-radius: 50%;
    font-size: 0 !important
}

.dracula-toggle-label span {
    width: calc(15px*1.5);
    height: 100%;
    font-size: 0 !important;
    display: inline-block
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-4.mode-dark .dracula-toggle-label .--dark {
    mask: var(--toggle-icon-light);
    -webkit-mask: var(--toggle-icon-light);
    background-color: #eee
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-4:not(.mode-dark) .dracula-toggle-label .--light {
    -webkit-mask: var(--toggle-icon-dark);
    mask: var(--toggle-icon-dark);
    background-color: #484d60
}

.film-desc .rll-youtube-player {
    max-width: 600px;
    margin: 0 auto
}

@media screen and (max-width:1600px) {
    .page-wrapper {
        max-width: 1300px
    }
}

@media screen and (max-width:1440px) {
    .page-wrapper {
        max-width: 1240px
    }
}

@media screen and (max-width:1280px) {
    .search-form {
        max-width: 340px
    }

    .grid-container {
        grid-column-gap: 8px;
        grid-row-gap: 8px
    }

    .page-wrapper {
        max-width: 1180px
    }
}

@media screen and (max-width:1100px) {
    .header-text {
        font-size: 16px;
        margin-left: 8px;
        max-width: 220px
    }

    .search-form {
        margin-right: 8px;
        max-width: 300px
    }

    .main-navigation a {
        padding-left: 8px;
        padding-right: 20px
    }

    .film-player__list-wr {
        flex-direction: column
    }

    .film-player__list-l {
        width: 100%
    }

    .film-player__list-r {
        width: 100%;
        aspect-ratio: auto
    }
}

@media screen and (max-width:992px) {
    .mob-btn {
        height: 28px;
        transition: all .3s ease;
        text-decoration: none;
        padding-right: 50px;
        cursor: pointer;
        position: relative;
        display: block
    }

    .mob-btn:hover .mob-btn-in {
        width: 28px
    }

    .header-l2.change {
        left: 0
    }

    #primary-menu {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .mob-wrap {
        position: fixed;
        width: 50%;
        left: -90%;
        height: 100%;
        top: 0;
        z-index: 99;
        padding-top: 60px;
        background: #fafbfc;
        margin-left: 0;
        margin-right: 0;
        transition: all 1s ease;
        box-shadow: 3px 7px 4px rgb(0 0 0/20%);
        padding-left: 0;
        overflow: auto
    }

    .mob-wrap.change {
        left: 0
    }

    #primary-menu {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main-navigation li {
        position: relative;
        width: 100%
    }

    .mob-btn-in {
        position: absolute;
        right: 5px;
        top: 12px;
        width: 28px;
        height: 2px;
        transition: all .3s ease
    }

    .mob-btn-in:after {
        content: "";
        position: absolute;
        display: block;
        right: 0;
        height: 2px;
        width: 28px;
        bottom: -8px;
        transition: all .3s ease;
        animation-duration: .5s;
        animation-delay: .15s
    }

    .mob-btn-in:before {
        position: absolute;
        display: block;
        right: 0;
        width: 28px;
        height: 2px;
        content: "";
        top: -8px;
        transition: all .3s ease;
        animation-duration: .5s;
        animation-delay: 0s
    }

    .mob-btn.change .mob-btn-in:before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #e31e24
    }

    .mob-btn.change .mob-btn-in:after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #e31e24
    }

    .mob-btn.change .mob-btn-in {
        background: 0 0
    }

    .mob-wrap {
        flex-direction: column
    }

    .header-text {
        margin-right: auto
    }

    .site-logo img {
        max-height: 40px
    }

    .film-wr {
        gap: 16px
    }

    .entry-title {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 16px
    }

    .title_v2 {
        font-size: 20px;
        margin-bottom: 18px
    }

    #main-search {
        margin-top: 32px
    }

    #primary-menu>li {
        margin-bottom: 16px
    }

    #primary-menu>li>a {
        text-align: left;
        font-weight: 500;
        font-size: 18px
    }

    .main-navigation ul ul {
        margin-top: 8px;
        position: relative;
        z-index: 2;
        top: 0;
        padding-top: 0;
        left: 0;
        padding-left: 8px;
        padding-right: 8px;
        width: 100%;
        box-shadow: none
    }

    .main-navigation ul ul a {
        width: 100%;
        text-align: left;
        padding: 8px 0;
        padding-left: 32px
    }

    .main-navigation li a:after {
        display: none
    }

    #primary-menu ul {
        display: block;
        overflow: auto
    }

    #primary-menu ul:not(.open) {
        max-height: 0px
    }

    .grid-container.col-6 {
        grid-template-columns: repeat(4, 1fr)
    }

    .emojis button {
        padding: 6px
    }

    #site-navigation .mpunkts-btn2 {
        position: absolute;
        z-index: 22;
        right: 6px;
        top: -4px;
        width: 36px;
        height: 36px;
        margin-top: 0;
        border-radius: 6px;
        padding: 14px;
        display: inline-block;
        cursor: pointer;
        background: #fff;
        box-shadow: 0px 1px 0px -2px rgb(0 0 0/20%), 0px 1px 2px 0px rgb(0 0 0/14%), 0px 1px 8px 0px rgb(0 0 0/12%)
    }

    #site-navigation .mpunkts-btn2:before {
        position: absolute;
        content: '';
        display: inline-block;
        width: 7px;
        height: 7px;
        border-right: 1.5px solid #2a2b31;
        border-bottom: 1.5px solid #2a2b31;
        top: 12px;
        left: 15px;
        transform: rotate(45deg);
        transition: all .3s
    }

    #site-navigation .mpunkts-btn2.open {
        box-shadow: inset 0 0 6px #ddd
    }

    .anycomment-app .anycomment-summary {
        width: 100%
    }

    #anycomment-load-container>.comment-single {
        width: 100%
    }

    .anycomment-app #anycomment-load-container>.anycomment-form {
        float: none;
        position: static;
        width: 100%;
        margin: 0
    }

    .entry-content h2,
    .entry-content h3 {
        line-height: 1.2;
        margin-bottom: 16px
    }

    .anycomment.anycomment-comment-rating__actions--down svg {
        font-size: 0
    }

    .grid-container.col-5 {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media screen and (max-width:768px) {
    .film-wr {
        display: block
    }

    .film-l {
        margin: 0 auto;
        display: block
    }

    .film-r {
        width: 100%
    }

    .grid-container {
        grid-column-gap: 8px;
        grid-row-gap: 8px
    }

    .ft-text {
        margin-left: 16px;
        font-size: 15px;
        line-height: 1.3
    }

    .mseven {
        padding: 16px 0
    }

    .mseven-i {
        padding: 12px 16px
    }

    .mseven-i__title {
        font-size: 16px;
    }

    .question-x:before {
        width: 20px;
        left: -9px;
        top: 9px
    }

    .question-x {
        height: 20px
    }

    .upbtn {
        display: none
    }
}

@media screen and (max-width:568px) {
    #page {
        padding-top: 0
    }

    .header-text {
        min-width: auto;
        max-width: none;
        width: auto
    }

    .film-player__i.active {
        height: auto;
        min-height: 200px
    }

    .film-player__i.active>p {
        height: 200px
    }

    .site-logo img {
        max-height: none;
        width: auto;
        min-width: 37px;
        height: auto;
        max-width: 50px
    }

    .entry-title {
        font-size: 20px;
        margin-bottom: 8px
    }

    .film-opis__1 {
        max-height: 14.25vw
    }

    .btn-v2 {
        padding: 6px 10px;
        font-size: 15px
    }

    .title_v2 {
        font-size: 16px;
        margin-bottom: 12px
    }

    .film-players__tab {
        padding: 0 16px;
        height: 30px;
        line-height: 30px;
        font-size: 11px
    }

    .grid-container.col-5 {
        grid-template-columns: repeat(2, 1fr)
    }

    .anycomment-app .anycomment-summary {
        width: 100%;
        margin-right: 0
    }

    .anycomment-app .anycomment-form {
        width: 100%;
        margin-bottom: 20px;
        float: none;
        margin-left: 0;
        display: inline-block
    }

    .anycomment-app .anycomment-form.anycomment-form-authorized .anycomment-form-body-outliner__avatar {
        display: none
    }

    .ft-text {
        margin-left: 0
    }

    .site-info {
        flex-direction: column;
        gap: 16px
    }

    .film-info {
        column-count: 1
    }

    .mob-wrap.change {
        width: 87%
    }

    .search-result {
        width: 100%
    }

    .film-podbor {
        gap: 32px;
        flex-direction: column
    }

    .title_v1 {
        font-size: 22px;
        margin-bottom: 16px
    }

    .grid-container.col-6 {
        grid-template-columns: repeat(2, 1fr)
    }

    .emojis button:before {
        font-size: 16px
    }

    .emojis button {
        height: 40px;
        padding: 0
    }

    .addtoany_list a:not(.addtoany_special_service)>span {
        width: 32px !important;
        line-height: 32px !important;
        height: 32px !important;
        background-size: 32px !important
    }

    .film-players-wr:not(.film-players-wr__list) .film-player.current {
        height: 300px
    }

    .film-players-wr:not(.film-players-wr__list) iframe {
        height: 100%
    }

    .film-players-wr:not(.film-players-wr__list) .film-player.current p {
        display: block;
        height: 100%
    }

    .anycomment-app .anycomment-comment-rating__actions--up,
    .anycomment-app .anycomment-comment-rating__actions--down {
        mask-position: center;
        -webkit-mask-position: center;
        -webkit-mask-size: 60%;
        mask-size: 60%;
        min-height: 10px;
        min-width: 10px;
        height: 10px;
        width: 10px
    }

    .anycomment-app .anycomment-comment-rating__actions--up svg {
        font-size: 0
    }

    .anycomment-app .anycomment-comment-rating__actions--up {
        background-color: #33a42d;
        -webkit-mask-image: url('/wp-content/plugins/wp-postratings/images/thumbs/rating_2_off.svg') !important;
        -webkit-mask-size: 100% !important
    }

    .anycomment.anycomment-comment-rating__actions--down {
        -webkit-mask-image: url('/wp-content/plugins/wp-postratings/images/thumbs/rating_1_half.svg') !important;
        -webkit-mask-size: 100% !important
    }

    .anycomment-app .anycomment-comment-rating__actions {
        width: 30px
    }

    .film-player.current>div {
        height: 100%
    }

    .film-player.current>.rll-youtube-player {
        margin-top: -290px
    }
}

.addtoany_content {
    clear: both;
    margin: 16px auto
}

.addtoany_header {
    margin: 0 0 16px
}

.addtoany_list {
    display: inline;
    line-height: 16px
}

.a2a_kit a:empty,
.a2a_kit a[class^="a2a_button_"]:has(.a2a_s_undefined) {
    display: none
}

.addtoany_list a,
.widget .addtoany_list a {
    border: 0;
    box-shadow: none;
    display: inline-block;
    font-size: 16px;
    padding: 0 4px;
    vertical-align: middle
}

.addtoany_list a img {
    border: 0;
    display: inline-block;
    opacity: 1;
    overflow: hidden;
    vertical-align: baseline
}

.addtoany_list a span {
    display: inline-block;
    float: none
}

.addtoany_list.a2a_kit_size_32 a {
    font-size: 32px
}

.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
    height: 32px;
    line-height: 32px;
    width: 32px
}

.addtoany_list a:not(.addtoany_special_service)>span {
    border-radius: 4px;
    display: inline-block;
    opacity: 1
}

.addtoany_list a .a2a_count {
    position: relative;
    vertical-align: top
}

.site .a2a_kit.addtoany_list a:focus,
.addtoany_list a:hover,
.widget .addtoany_list a:hover {
    background: none;
    border: 0;
    box-shadow: none
}

.addtoany_list a:hover img,
.addtoany_list a:hover span {
    opacity: .7
}

.addtoany_list a.addtoany_special_service:hover img,
.addtoany_list a.addtoany_special_service:hover span {
    opacity: 1
}

.addtoany_special_service {
    display: inline-block;
    vertical-align: middle
}

.addtoany_special_service a,
.addtoany_special_service div,
.addtoany_special_service div.fb_iframe_widget,
.addtoany_special_service iframe,
.addtoany_special_service span {
    margin: 0;
    vertical-align: baseline !important
}

.addtoany_special_service iframe {
    display: inline;
    max-width: none
}

a.addtoany_share.addtoany_no_icon span.a2a_img_text {
    display: none
}

a.addtoany_share img {
    border: 0;
    width: auto;
    height: auto
}

.zero-opacity {
    opacity: 0
}

.dracula-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    border-radius: .25rem;
    font-size: .875rem;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    transition: all .2s ease-in-out;
    border: none;
    background: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    line-height: normal
}

.dracula-btn i {
    margin-right: .5rem
}

.dracula-btn:hover {
    background-color: #0091c2;
    border-color: #0091c2
}

.dracula-btn:focus {
    outline: 0
}

.dracula-btn:disabled {
    opacity: .5;
    cursor: not-allowed
}

.dracula-btn.btn-primary {
    background-color: #675ed5
}

.dracula-btn.btn-primary:hover {
    background-color: #4136ca
}

.dracula-btn.btn-purple {
    background-color: #7c5dee;
    border-color: #7c5dee
}

.dracula-btn.btn-purple:hover {
    background-color: #6f4dda;
    border-color: #6f4dda
}

.dracula-btn.btn-secondary {
    background-color: #fff;
    border-color: #fff
}

.dracula-btn.btn-secondary:hover {
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.dracula-btn.btn-success {
    background-color: #28a745;
    border-color: #28a745
}

.dracula-btn.btn-success:hover {
    background-color: #28a745;
    border-color: #28a745
}

.dracula-btn.btn-warning {
    background-color: #f9d6b7;
    color: #a65300
}

.dracula-btn.btn-warning:hover {
    background-color: #fc9
}

.dracula-btn.btn-danger {
    background-color: #f8d7da;
    color: #d8000c
}

.dracula-btn.btn-danger .dracula-btn-icon {
    background: #d8000c
}

.dracula-btn.btn-danger:hover {
    background-color: #f5c6cb
}

.dracula-btn.btn-info {
    background-color: #b4d8e7;
    color: #1f4e6e
}

.dracula-btn.btn-info .dracula-btn-icon {
    background: #1f4e6e
}

.dracula-btn.btn-info:hover {
    background-color: #00a5e6
}

.dracula-btn.btn-light {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #000
}

.dracula-btn.btn-light:hover {
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.dracula-btn.btn-dark {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff
}

.dracula-btn.btn-dark:hover {
    background-color: #343a40;
    border-color: #343a40
}

.dracula-btn.btn-link {
    background-color: transparent;
    border-color: transparent;
    color: #00a0d2
}

.dracula-btn.btn-link:hover {
    background-color: transparent;
    border-color: transparent;
    color: #0091c2
}

.dracula-btn.btn-outline-primary {
    background-color: #fff;
    border: 1px solid #8d86e0;
    color: #675ed5
}

.dracula-btn.btn-outline-primary:hover {
    background-color: #675ed5;
    border-color: #8d86e0;
    color: #fff
}

.dracula-btn.btn-outline-secondary {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.dracula-btn.btn-outline-secondary:hover {
    background-color: transparent;
    border-color: #f5f5f5;
    color: #f5f5f5
}

.dracula-btn.btn-outline-success {
    background-color: transparent;
    border: 1px solid #28a745;
    color: #28a745
}

.dracula-btn.btn-outline-success:hover {
    background-color: #28a745;
    color: #fff
}

.dracula-btn.btn-outline-danger {
    background-color: #fff;
    border: 1px solid #eb5757;
    color: #eb5757
}

.dracula-btn.btn-outline-danger:hover {
    background-color: #eb5757;
    color: #fff
}

.dracula-btn.btn-outline-warning {
    background-color: transparent;
    border-color: #ffc107;
    color: #ffc107
}

.dracula-btn.btn-outline-warning:hover {
    background-color: transparent;
    border-color: #ffc107;
    color: #ffc107
}

.dracula-btn.btn-outline-info {
    background-color: #fff;
    border: 1px solid #17a2b8;
    color: #17a2b8
}

.dracula-btn.btn-outline-info:hover {
    background-color: #17a2b8;
    color: #fff
}

.dracula-btn.btn-outline-light {
    background-color: transparent;
    border-color: #f8f9fa;
    color: #f8f9fa
}

.dracula-btn.btn-outline-light:hover {
    background-color: transparent;
    border-color: #f8f9fa;
    color: #f8f9fa
}

.dracula-btn.btn-outline-dark {
    background-color: transparent;
    border-color: #343a40;
    color: #343a40
}

.dracula-btn.btn-outline-dark:hover {
    background-color: transparent;
    border-color: #343a40;
    color: #343a40
}

.dracula-btn.btn-outline-link {
    background-color: transparent;
    border-color: #00a0d2;
    color: #00a0d2
}

.dracula-btn.btn-outline-link:hover {
    background-color: transparent;
    border-color: #0091c2;
    color: #0091c2
}

.dracula-btn.btn-outline-dark {
    background-color: transparent;
    border-color: #343a40;
    color: #343a40
}

.dracula-btn.btn-outline-dark:hover {
    background-color: transparent;
    border-color: #343a40;
    color: #343a40
}

.components-angle-picker-control .components-input-control__backdrop {
    border-radius: 5px !important;
    border-color: #ddd !important
}

.components-angle-picker-control .components-spacer {
    border: none !important;
    padding: 0 !important
}

.components-circular-option-picker__clear {
    border: 1px solid #ddd;
    border-radius: 5px
}

.dracula-button-group.components-button-group,
.dracula-radio-group.components-button-group {
    background: #fff;
    padding: 7px 5px;
    width: -moz-max-content;
    width: max-content;
    border-radius: 10px;
    background: rgba(103, 94, 213, .05);
    border: 1px solid rgba(221, 221, 221, .5)
}

.dracula-button-group.components-button-group .dracula-btn-icon,
.dracula-radio-group.components-button-group .dracula-btn-icon {
    background: #675ed5
}

.dracula-button-group.components-button-group button,
.dracula-radio-group.components-button-group button {
    color: #675ed5;
    box-shadow: inset 0 0 0 1px rgba(103, 94, 213, .25) !important;
    margin: 0 2px !important;
    border-radius: 5px !important;
    transition: all .2s ease-in-out;
    padding: 10px
}

.dracula-button-group.components-button-group button:first-child,
.dracula-radio-group.components-button-group button:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.dracula-button-group.components-button-group button:last-child,
.dracula-radio-group.components-button-group button:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.dracula-button-group.components-button-group button.is-primary,
.dracula-radio-group.components-button-group button.is-primary {
    z-index: auto;
    background: #675ed5 !important;
    color: #fff !important;
    border-color: #8d86e0 !important;
    box-shadow: none
}

.dracula-button-group.components-button-group button.is-primary .dracula-btn-icon,
.dracula-radio-group.components-button-group button.is-primary .dracula-btn-icon {
    background: #fff
}

.dracula-button-group.components-button-group button:hover:not(.is-primary),
.dracula-radio-group.components-button-group button:hover:not(.is-primary) {
    background: rgba(103, 94, 213, .3) !important;
    color: #675ed5
}

.dracula-button-group.components-button-group.disabled,
.dracula-radio-group.components-button-group.disabled {
    opacity: .5
}

.dracula-color-palette {
    border: 1px solid #e5e5e5;
    padding: 11px;
    border-radius: 10px;
    background: #fff;
    width: 400px;
    max-width: 100%;
    position: relative
}

.dracula-color-palette legend {
    display: none
}

.dracula-color-palette .components-dropdown {
    width: -moz-max-content;
    width: max-content;
    max-width: 100%
}

.dracula-color-palette .components-dropdown>button {
    width: 100px;
    height: 40px;
    border-radius: 5px
}

.dracula-color-palette .components-dropdown>button .components-truncate {
    display: none
}

.dracula-color-palette .components-dropdown>button .components-color-palette__custom-color-value {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.dracula-color-palette .components-dropdown .components-popover {
    left: 0 !important;
    z-index: 99
}

.dracula-color-palette .components-dropdown .components-popover .components-popover__content {
    outline-color: rgba(221, 221, 221, .5);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, .16) 0 10px 36px 0, rgba(0, 0, 0, .06) 0 0 0 1px
}

.dracula-color-palette .components-dropdown .components-popover .components-popover__content .react-colorful+div {
    padding-top: 0;
    display: flex
}

.dracula-color-palette .components-dropdown .components-popover .components-popover__content .react-colorful+div>div:first-child {
    width: auto;
    padding-right: 0;
    gap: 0
}

.dracula-color-palette .components-dropdown .components-popover .components-popover__content .react-colorful+div>div:first-child>button {
    margin-left: 5px
}

.dracula-color-palette .components-dropdown .components-popover .components-popover__content .react-colorful+div>div:last-child {
    padding: 5px;
    flex: 1
}

.dracula-color-palette .components-dropdown .components-popover .components-popover__content .react-colorful+div>div:last-child .components-input-control__container {
    width: 100%
}

.dracula-color-palette .components-dropdown .components-popover .components-popover__content .react-colorful+div>div:last-child .components-input-control__container .components-spacer {
    margin-left: 10px
}

.dracula-color-palette .components-dropdown .components-popover .components-popover__content .react-colorful+div>div:last-child .components-input-control__container input {
    height: 30px;
    min-height: 30px;
    padding-right: 5px
}

.dracula-color-palette .components-dropdown .components-popover .components-popover__content .react-colorful+div>div:last-child .components-input-control__container .components-input-control__backdrop {
    border-color: #ddd;
    border-radius: 5px
}

.dracula-color-palette .components-dropdown .components-popover .components-popover__content .react-colorful__saturation {
    height: 100px;
    margin-bottom: 10px
}

.dracula-color-palette .components-dropdown .components-popover .components-popover__content::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.dracula-color-palette .components-dropdown .components-popover .components-popover__content::-webkit-scrollbar-track {
    background: #f1f1f1
}

.dracula-color-palette .components-dropdown .components-popover .components-popover__content::-webkit-scrollbar-thumb {
    background: #888
}

.dracula-color-palette .components-dropdown .components-popover .components-popover__content::-webkit-scrollbar-thumb:hover {
    background: #555
}

.dracula-color-palette .components-dropdown .components-popover .components-popover__content .components-select-control {
    width: unset
}

.dracula-color-palette .components-dropdown .components-popover .components-popover__content .components-select-control .components-select-control__input {
    height: unset !important
}

.dracula-color-palette .components-color-palette__custom-color-wrapper {
    width: 300px;
    max-width: 100%;
    height: 50px;
    overflow: hidden
}

.dracula-color-palette .components-color-palette__custom-color-wrapper .components-color-palette__custom-color-button {
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 4px
}

.dracula-color-palette .components-color-palette__custom-color-wrapper .components-color-palette__custom-color-text-wrapper {
    position: absolute;
    width: 100%;
    pointer-events: none;
    box-shadow: none
}

.dracula-color-palette .components-circular-option-picker__custom-clear-wrapper {
    position: absolute;
    margin: 0;
    right: 14px;
    top: 17px
}

.dracula-color-palette .components-circular-option-picker__custom-clear-wrapper button {
    color: #fdb837;
    background: #fff;
    border: 1px solid rgba(253, 184, 55, .7);
    font-size: 12px;
    text-transform: capitalize;
    height: 30px;
    max-width: 60px;
    text-align: center;
    border-radius: 5px;
    padding: 5px 12px;
    transition: all .2s ease-in-out;
    outline: 0 !important;
    box-shadow: none !important
}

.dracula-color-palette .components-circular-option-picker__custom-clear-wrapper button:hover {
    background: #fca605 !important;
    color: #fff !important;
    border: 1px solid #fdb837 !important
}

.dracula-color-palette .components-circular-option-picker__option:after,
.dracula-color-palette .components-circular-option-picker__option:before {
    width: auto;
    height: auto
}

.dracula-color-palette .components-circular-option-picker__option .components-tooltip {
    display: none
}

.dracula-color-palette .components-select-control .components-input-control__backdrop {
    display: block;
    border-color: #ddd !important;
    border-radius: 5px !important
}

.dracula-color-palette.disabled {
    opacity: .5
}

@media (max-width:768px) {
    .dracula-color-palette {
        width: 100%
    }

    .dracula-color-palette .components-dropdown {
        width: 100%
    }

    .dracula-color-palette .components-dropdown .components-color-palette__custom-color-wrapper {
        width: 100%
    }
}

.dracula-gradient-picker {
    position: relative;
    border: 1px solid #e5e5e5;
    padding: 11px;
    border-radius: 10px;
    background: #fff
}

.dracula-gradient-picker .components-input-control__backdrop {
    display: block;
    border-color: #ddd !important;
    border-radius: 5px !important
}

.dracula-gradient-picker .components-custom-gradient-picker__gradient-bar {
    opacity: 1;
    border-radius: 10px
}

.dracula-gradient-picker .components-custom-gradient-picker__markers-container {
    z-index: 9
}

.dracula-gradient-picker .components-popover {
    left: 0 !important
}

.dracula-gradient-picker .components-popover .components-popover__content {
    outline-color: rgba(221, 221, 221, .5);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, .16) 0 10px 36px 0, rgba(0, 0, 0, .06) 0 0 0 1px
}

.dracula-gradient-picker .components-popover .components-popover__content .react-colorful+div {
    padding-top: 0;
    display: flex
}

.dracula-gradient-picker .components-popover .components-popover__content .react-colorful+div>div:first-child {
    width: auto;
    padding-right: 0
}

.dracula-gradient-picker .components-popover .components-popover__content .react-colorful+div>div:first-child>button {
    margin-left: 5px
}

.dracula-gradient-picker .components-popover .components-popover__content .react-colorful+div>div:last-child {
    padding: 5px;
    flex: 1
}

.dracula-gradient-picker .components-popover .components-popover__content .react-colorful+div>div:last-child .components-input-control__container {
    width: 100%
}

.dracula-gradient-picker .components-popover .components-popover__content .react-colorful+div>div:last-child .components-input-control__container .components-spacer {
    margin-left: 10px
}

.dracula-gradient-picker .components-popover .components-popover__content .react-colorful+div>div:last-child .components-input-control__container input {
    height: 30px;
    min-height: 30px;
    padding-right: 5px
}

.dracula-gradient-picker .components-popover .components-popover__content .react-colorful+div>div:last-child .components-input-control__container .components-input-control__backdrop {
    border-color: #ddd;
    border-radius: 5px
}

.dracula-gradient-picker .components-popover .components-popover__content .react-colorful__saturation {
    height: 100px;
    margin-bottom: 10px
}

.dracula-gradient-picker .components-popover .components-popover__content::-webkit-scrollbar {
    width: 5px
}

.dracula-gradient-picker .components-popover .components-popover__content::-webkit-scrollbar-track {
    background: #f1f1f1
}

.dracula-gradient-picker .components-popover .components-popover__content::-webkit-scrollbar-thumb {
    background: #888
}

.dracula-gradient-picker .components-popover .components-popover__content::-webkit-scrollbar-thumb:hover {
    background: #555
}

.dracula-gradient-picker .components-custom-gradient-picker__ui-line {
    padding-right: 90px
}

.dracula-gradient-picker .components-circular-option-picker__custom-clear-wrapper {
    position: absolute;
    margin: 0;
    right: 10px;
    top: 102px
}

.dracula-gradient-picker .components-circular-option-picker__custom-clear-wrapper button {
    color: #675ed5 !important;
    background: #fff !important;
    border: 1px solid rgba(103, 94, 213, .25) !important;
    box-shadow: none;
    font-size: .875rem;
    height: 32px;
    width: 60px;
    text-align: center;
    border-radius: 5px;
    padding: 5px 12px
}

.dracula-gradient-picker .components-circular-option-picker__custom-clear-wrapper button:hover {
    color: #fff;
    background: #675ed5;
    border: 1px solid rgba(103, 94, 213, .25)
}

.dracula-range-control {
    width: 400px;
    max-width: 100%
}

.dracula-range-control .components-base-control__field {
    margin-bottom: 0
}

.dracula-range-control .components-range-control__mark {
    top: -6px
}

.dracula-range-control .components-range-control__mark-label {
    top: 26px;
    font-size: 14px;
    left: 14px
}

.dracula-range-control .components-range-control__mark-label:last-child {
    left: calc(100% - 14px)
}

.dracula-range-control .components-range-control__wrapper {
    margin-bottom: 0
}

.dracula-range-control .components-range-control__slider+span {
    height: 7px !important
}

.dracula-range-control .components-range-control__track {
    background-color: #675ed5 !important;
    height: 7px
}

.dracula-range-control .components-range-control__track+span {
    height: 15px !important;
    width: 15px !important
}

.dracula-range-control .components-range-control__track+span>span {
    background-color: #675ed5 !important
}

.dracula-range-control .components-range-control__mark {
    display: none
}

.dracula-range-control .components-input-control__container {
    border-radius: 7px
}

.dracula-range-control .components-input-control__container .components-input-control__backdrop {
    border-color: rgba(103, 94, 213, .5)
}

.dracula-range-control .components-range-control__reset {
    color: #fdb837;
    background: #fff;
    border: 1px solid rgba(253, 184, 55, .7);
    font-size: .875rem;
    height: 32px;
    width: 60px;
    text-align: center;
    border-radius: 5px;
    padding: 5px 12px;
    transition: all .2s ease-in-out;
    outline: 0 !important;
    box-shadow: none !important
}

.dracula-range-control .components-range-control__reset:hover {
    background: #fca605 !important;
    color: #fff !important;
    border: 1px solid #fdb837 !important
}

.dracula-range-control .components-range-control__tooltip {
    background-color: #675ed5;
    bottom: 100%;
    font-size: .875rem
}

.dracula-range-control .components-range-control__tooltip:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #675ed5;
    border-width: 5px;
    margin-left: -5px
}

.dracula-range-control .components-number-control {
    margin-left: 10px !important
}

.dracula-range-control .components-range-control__root {
    display: flex;
    align-items: center
}

.dracula-range-control.disabled {
    opacity: .5;
    pointer-events: none
}

.dracula-live-edit .components-form-toggle,
.dracula-settings .components-form-toggle,
.dracula-toggle-builder .components-form-toggle {
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    padding: 3px;
    border-radius: 15px;
    line-height: 1
}

.dracula-live-edit .components-form-toggle__track,
.dracula-settings .components-form-toggle__track,
.dracula-toggle-builder .components-form-toggle__track {
    width: 44px;
    height: 22px;
    border-radius: 22px;
    background: #fff
}

.dracula-live-edit .components-form-toggle__thumb,
.dracula-settings .components-form-toggle__thumb,
.dracula-toggle-builder .components-form-toggle__thumb {
    background: #675ed5;
    border: none;
    width: 15px;
    height: 15px;
    border-radius: 25px;
    top: 6px;
    left: 6px
}

.dracula-live-edit .components-form-toggle.is-checked .components-form-toggle__thumb,
.dracula-settings .components-form-toggle.is-checked .components-form-toggle__thumb,
.dracula-toggle-builder .components-form-toggle.is-checked .components-form-toggle__thumb {
    background: #fff;
    transform: translateX(22px)
}

.dracula-live-edit .components-form-toggle.is-checked .components-form-toggle__track,
.dracula-settings .components-form-toggle.is-checked .components-form-toggle__track,
.dracula-toggle-builder .components-form-toggle.is-checked .components-form-toggle__track {
    background: #675ed5
}

.dracula-live-edit .components-form-toggle.disabled,
.dracula-settings .components-form-toggle.disabled,
.dracula-toggle-builder .components-form-toggle.disabled {
    opacity: .5
}

.dracula-live-edit .components-checkbox-control .components-checkbox-control__input-container,
.dracula-settings .components-checkbox-control .components-checkbox-control__input-container,
.dracula-toggle-builder .components-checkbox-control .components-checkbox-control__input-container {
    margin-right: 5px
}

.dracula-live-edit .components-checkbox-control .components-checkbox-control__input-container .components-checkbox-control__input,
.dracula-settings .components-checkbox-control .components-checkbox-control__input-container .components-checkbox-control__input,
.dracula-toggle-builder .components-checkbox-control .components-checkbox-control__input-container .components-checkbox-control__input {
    border-color: #ddd
}

.dracula-live-edit .components-checkbox-control .components-checkbox-control__label,
.dracula-settings .components-checkbox-control .components-checkbox-control__label,
.dracula-toggle-builder .components-checkbox-control .components-checkbox-control__label {
    text-transform: capitalize;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1
}

.dracula-live-edit .components-base-control .components-select-control,
.dracula-settings .components-base-control .components-select-control,
.dracula-toggle-builder .components-base-control .components-select-control {
    width: 300px;
    max-width: 100%
}

.dracula-live-edit .components-base-control .components-select-control .components-input-control__container .components-select-control__input,
.dracula-settings .components-base-control .components-select-control .components-input-control__container .components-select-control__input,
.dracula-toggle-builder .components-base-control .components-select-control .components-input-control__container .components-select-control__input {
    border-color: #ddd !important;
    height: 40px !important
}

.dracula-live-edit .components-base-control .components-select-control .components-input-control__container .components-input-control__backdrop,
.dracula-settings .components-base-control .components-select-control .components-input-control__container .components-input-control__backdrop,
.dracula-toggle-builder .components-base-control .components-select-control .components-input-control__container .components-input-control__backdrop {
    border-radius: 5px !important;
    border-color: #ddd
}

.dracula-btn-icon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background: #fff
}

.dracula-btn-icon.icon-color-dynamic {
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/color-dynamic.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/color-dynamic.svg) no-repeat center/contain
}

.dracula-btn-icon.icon-color-presets {
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/color-presets.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/color-presets.svg) no-repeat center/contain
}

.dracula-btn-icon.icon-color-custom {
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/color-custom.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/color-custom.svg) no-repeat center/contain
}

.dracula-btn-icon.icon-position-left {
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/position-left.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/position-left.svg) no-repeat center/contain
}

.dracula-btn-icon.icon-position-right {
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/position-right.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/position-right.svg) no-repeat center/contain
}

.dracula-btn-icon.icon-position-center {
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/position-center.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/position-center.svg) no-repeat center/contain
}

.dracula-btn-icon.icon-custom {
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/position-custom.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/position-custom.svg) no-repeat center/contain
}

.dracula-btn-icon.icon-size-small {
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/size-small.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/size-small.svg) no-repeat center/contain
}

.dracula-btn-icon.icon-size-normal {
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/size-normal.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/size-normal.svg) no-repeat center/contain
}

.dracula-btn-icon.icon-size-large {
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/size-large.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/size-large.svg) no-repeat center/contain
}

.dracula-btn-icon.icon-export {
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/export.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/export.svg) no-repeat center/contain
}

.dracula-btn-icon.icon-import {
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/import.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/import.svg) no-repeat center/contain
}

.dracula-btn-icon.icon-reset {
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/reset.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/reset.svg) no-repeat center/contain
}

.dracula-btn-icon.icon-select-elements {
    width: 20px;
    height: 20px;
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/select-elements.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/select-elements.svg) no-repeat center/contain
}

.dracula-btn-icon.icon-add-image {
    margin: 0;
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/add-image.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/add-image.svg) no-repeat center/contain
}

.dracula-btn-icon.icon-add-video {
    width: 20px;
    height: 20px;
    margin: 0;
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/add-video.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/add-video.svg) no-repeat center/contain
}

.dracula-btn-icon.icon-upload {
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggle-builder/upload-icon.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggle-builder/upload-icon.svg) no-repeat center/contain
}

.dracula-btn-icon.icon-layout {
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggle-builder/layout.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggle-builder/layout.svg) no-repeat center/contain
}

.dracula-btn-icon.icon-content {
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggle-builder/content.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggle-builder/content.svg) no-repeat center/contain
}

.dracula-btn-icon.icon-style {
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggle-builder/style.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggle-builder/style.svg) no-repeat center/contain
}

.dracula-btn-icon.icon-light {
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/icons/1.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/icons/1.svg) no-repeat center/contain
}

.dracula-btn-icon.icon-dark {
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/icons/11.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/icons/11.svg) no-repeat center/contain
}

.dracula-btn-icon.icon-mobile {
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/mobile.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/mobile.svg) no-repeat center/contain
}

.dracula-btn-icon.icon-tablet {
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/tablet.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/tablet.svg) no-repeat center/contain
}

.dracula-btn-icon.icon-desktop {
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/desktop.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/desktop.svg) no-repeat center/contain
}

.dracula-btn-icon.icon-floating-toggle {
    width: 22px;
    height: 22px;
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/floating-toggle.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/floating-toggle.svg) no-repeat center/contain
}

.dracula-btn-icon.icon-reading-mode {
    width: 22px;
    height: 22px;
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/reading-mode.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/reading-mode.svg) no-repeat center/contain
}

.dracula-btn-icon.icon-reading-button {
    width: 22px;
    height: 22px;
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/reading-button.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/reading-button.svg) no-repeat center/contain
}

.dracula-btn-icon.icon-reading-layout {
    width: 22px;
    height: 22px;
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/reading-layout.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/reading-layout.svg) no-repeat center/contain
}

.dracula-btn-icon.icon-menu-toggle {
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/menu-toggle.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/menu-toggle.svg) no-repeat center/contain
}

.dracula-btn-icon.icon-img-replacement {
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/img-replacement.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/img-replacement.svg) no-repeat center/contain
}

.dracula-btn-icon.icon-img-behavior {
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/img-behavior.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/img-behavior.svg) no-repeat center/contain
}

.dracula-btn-icon.icon-video-replacement {
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/video-replacement.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/video-replacement.svg) no-repeat center/contain
}

.dracula-btn-icon.icon-video-behavior {
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/video-behavior.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/video-behavior.svg) no-repeat center/contain
}

.dracula-btn-icon.icon-eye {
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/eye.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/eye.svg) no-repeat center/contain
}

.dracula-btn-icon.icon-reading-exclude {
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/excludes.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/settings/excludes.svg) no-repeat center/contain
}

.loading-spinner {
    display: flex;
    justify-content: center;
    margin-top: 3rem
}

.loading-spinner svg {
    width: 2.5rem;
    height: 2.5rem
}

.dracula-color-picker-wrapper .color-holder-wrap {
    display: flex;
    align-items: center
}

.dracula-color-picker-wrapper .color-holder-wrap .color-holder {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid #ddd;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: repeating-linear-gradient(45deg, #e0e0e0 25%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 75%, #e0e0e0 0, #e0e0e0) 0 0/24px 24px, repeating-linear-gradient(45deg, #e0e0e0 25%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 75%, #e0e0e0 0, #e0e0e0) 12px 12px/24px 24px
}

.dracula-color-picker-wrapper .color-holder-wrap .color-input {
    width: 120px !important;
    height: 38px !important;
    padding: 5px 7px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-right: 10px
}

.dracula-color-picker-wrapper .color-holder-wrap .dashicons-edit {
    cursor: pointer
}

.dracula-color-picker-wrapper .components-color-picker .components-select-control {
    width: auto;
    margin-left: 0
}

.dracula-color-picker-wrapper .components-color-picker .components-select-control .components-input-control__container {
    width: 100%
}

.dracula-color-picker-wrapper .components-color-picker .components-select-control .components-input-control__container select {
    height: 35px !important
}

.dracula-color-picker-wrapper .components-color-picker .components-select-control .components-input-control__container .components-input-control__backdrop {
    border-color: #ddd;
    height: 35px
}

.dracula-color-picker-wrapper .components-color-picker .components-input-control__input {
    height: 35px !important;
    min-height: auto !important
}

.dracula-color-picker-wrapper .components-color-picker .components-h-stack {
    padding: 0;
    margin-bottom: 7px
}

.dracula-color-picker-wrapper .components-color-picker .components-h-stack+.components-flex {
    padding: 0
}

.dracula-color-picker-wrapper .components-color-picker .components-h-stack+.components-flex .components-input-control__container {
    width: 100%
}

.dracula-color-picker-wrapper .components-color-picker .components-h-stack+.components-flex .components-input-control__container .components-input-control__backdrop {
    border-color: #ddd;
    height: 40px
}

.dracula-color-picker-wrapper .components-color-picker .react-colorful__saturation {
    height: 130px
}

.dracula-popup-edit {
    color: #777;
    border: 1px solid #ddd;
    padding: 4px;
    height: 24px;
    width: 24px;
    font-size: 24px;
    box-sizing: content-box !important;
    cursor: pointer;
    background: #fff;
    border-radius: 3px;
    transition: all .2s ease-in-out
}

.dracula-popup-edit-wrap {
    display: flex;
    align-items: center
}

.dracula-popup-edit:hover {
    background: #f9f9f9
}

.dracula-tooltip {
    z-index: 9999999 !important;
    opacity: 1 !important
}

.dracula-tooltip.dracula-toggle-tooltip {
    white-space: nowrap
}

.dracula-tooltip.color-picker-tooltip {
    padding: 10px 10px 15px
}

html[data-dracula-scheme=dark] .dracula-tooltip.type-light.place-top:after {
    background: #fff !important
}

html[data-dracula-scheme=dark] .dracula-tooltip.type-light.place-bottom:after {
    background: #fff !important
}

html[data-dracula-scheme=dark] .dracula-tooltip.type-light.place-left:after {
    background: #fff !important
}

html[data-dracula-scheme=dark] .dracula-tooltip.type-light.place-right:after {
    background: #fff !important
}

html[data-dracula-scheme=dark] .dracula-toggle-move {
    color: #fff
}

html[data-dracula-scheme=dark] .toggle-postfix-icon {
    background-color: #fff !important
}

html[data-dracula-scheme=dark] .mce-dracula-toggle .mce-i-dracula_toggle {
    background-color: #b0a99f !important
}

html[data-dracula-scheme=dark] #dracula-settings-app .dracula-settings .components-base-control .components-select-control .components-input-control__container .components-select-control__input {
    background-color: #181a1b;
    color: #f8f8f2
}

html[data-dracula-scheme=dark] #dracula-settings-app .dracula-settings .components-base-control .components-select-control .components-input-control__container .components-select-control__input option {
    color: #1e1e1e !important
}

html[data-dracula-scheme=dark] .dracula-live-edit-wrap .dracula-settings-content .settings-field .image-replacements .image-replacements-group .group-item .input-group button {
    background-color: #8d86e0;
    border: none
}

html[data-dracula-scheme=dark] .dracula-live-edit-wrap .dracula-settings-content .settings-field .image-replacements .image-replacements-group .group-item .input-group button:hover {
    background-color: #675ed5
}

html[data-dracula-scheme=dark] .dracula-live-edit-wrap .dracula-settings-content .settings-field .image-replacements .image-replacements-group .group-item .input-group button .dracula-btn-icon {
    background-color: #fff !important
}

html[data-dracula-scheme=dark] .dracula-live-edit-wrap .dracula-settings-content .field-transition-animation .components-base-control .components-select-control .components-input-control__container .components-select-control__input {
    color: #f8f8f2 !important
}

html[data-dracula-scheme=dark] .dracula-live-edit-wrap .dracula-settings-content .field-transition-animation .components-base-control .components-select-control .components-input-control__container .components-select-control__input option {
    color: #1e1e1e !important
}

html[data-dracula-scheme=dark] .dracula-live-edit-wrap .dracula-settings-content .field-transition-animation .components-base-control .components-select-control .components-input-control__container.components-input-control__backdrop {
    color: #1e1e1e !important
}

.pro-label {
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 3px;
    background: #fdb837;
    color: #fff;
    text-align: center;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1
}

.dracula-text-control {
    width: 300px
}

.dracula-text-control .components-base-control__field {
    margin-bottom: 0
}

.dracula-text-control .components-base-control__field .components-text-control__input {
    border-radius: 5px;
    border-color: #ddd;
    height: 40px
}

@media (max-width:768px) {
    .dracula-text-control {
        width: 100%
    }
}

.dracula-swal {
    z-index: 99999 !important
}

.dracula-swal .swal2-confirm {
    background-color: #675ed5 !important
}

.dracula-swal .swal2-close:focus {
    background: 0 0;
    color: inherit;
    box-shadow: none
}

.dracula-swal .swal2-cancel,
.dracula-swal .swal2-deny {
    background-color: #f08080 !important
}

.dracula-swal.save-settings-toast .swal2-popup {
    display: flex !important;
    padding: 10px
}

.dracula-swal.save-settings-toast .swal2-popup .swal2-html-container {
    margin-left: 5px
}

.dracula-swal .swal2-input {
    width: auto !important
}

.dracula-swal .swal2-title {
    font-size: 1.2rem;
    font-weight: 500
}

.dracula-swal:not(.dracula-feedback-swal) .swal2-title {
    color: #333
}

.dracula-swal .swal2-html-container {
    font-size: 1rem;
    color: #555
}

.dracula-swal .swal2-textarea:focus {
    border-color: #ddd !important;
    box-shadow: none !important
}

.dracula-swal.dracula-review-remind-swal .swal2-deny {
    background-color: #999 !important
}

.dracula-swal.dracula-rating-swal .swal2-progress-steps {
    display: none !important
}

.dracula-swal.dracula-rating-swal .dracula-star-rating i {
    width: 25px;
    height: 25px;
    font-size: 25px;
    cursor: pointer
}

.dracula-swal.dracula-rating-swal .dracula-star-rating i.dashicons-star-filled,
.dracula-swal.dracula-rating-swal .dracula-star-rating i:hover {
    color: #fa0
}

.dracula-swal.dracula-pro-video-swal .swal2-popup {
    background: #111
}

.dracula-swal.dracula-pro-video-swal .swal2-popup .swal2-title {
    color: #fff
}

.dracula-pro-modal {
    width: 350px;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    position: relative;
    text-align: center;
    box-sizing: border-box
}

.dracula-pro-modal-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center
}

.dracula-pro-modal .dracula-pro-modal-close {
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
    font-size: 30px;
    color: #777;
    padding: 10px
}

.dracula-pro-modal img {
    width: 100px;
    margin-top: -100px
}

.dracula-pro-modal h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px
}

.dracula-pro-modal h2 {
    color: #675ed5;
    margin: 20px 0;
    font-size: 2.5rem;
    font-weight: 700
}

.dracula-pro-modal h2 .upto {
    font-size: 14px;
    margin-right: 5px
}

.dracula-pro-modal p {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.5;
    text-align: center
}

.dracula-pro-modal-actions {
    display: flex;
    align-items: center;
    margin-top: 20px
}

.dracula-pro-modal-actions a {
    padding: 10px 20px;
    text-decoration: none;
    white-space: nowrap
}

.dracula-pro-modal-actions a.watch-video {
    margin-right: 10px
}

.dracula-pro-modal .offer-discount {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    margin: 20px 0
}

.dracula-pro-modal .offer-discount h4 {
    color: #675ed5;
    position: absolute;
    font-size: 28px;
    top: -24px;
    background: #f9f9f9;
    padding: 5px;
    text-transform: uppercase;
    margin: 0
}

.dracula-pro-modal .offer-discount span {
    border: 2px solid #675ed5;
    font-size: 36px;
    padding: 20px;
    border-radius: 5px;
    font-weight: 700;
    color: #675ed5
}

.dracula-pro-modal .timer {
    display: flex;
    align-items: center;
    text-align: center
}

.dracula-pro-modal .timer>div {
    display: inline-block;
    margin: 0 14px;
    width: 47px;
    background-size: contain;
    line-height: 32px
}

.dracula-pro-modal .timer>div span:first-child {
    font-size: 28px;
    height: 52px;
    margin: 0 0 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .1);
    border-radius: 5px;
    border: 1px dashed rgba(103, 94, 213, .3)
}

.dracula-pro-modal .timer>div span:last-child {
    font-family: Arial, serif;
    font-size: 12px;
    text-transform: uppercase
}

@keyframes dracula-pulse {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }
}

@keyframes dracula-shake {

    0%,
    100% {
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px)
    }
}

@keyframes dracula-bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-30px)
    }

    60% {
        transform: translateY(-15px)
    }
}

@keyframes dracula-glow {

    0%,
    100% {
        box-shadow: 0 0 5px #f8f8f2
    }

    50% {
        box-shadow: 0 0 20px #f8f8f2, 0 0 30px #f8f8f2
    }
}

@keyframes dracula-shadow {

    0%,
    100% {
        box-shadow: 0 0 5px #444
    }

    50% {
        box-shadow: 0 5px 15px #444
    }
}

@keyframes dracula-ripple {
    0% {
        transform: scale(.8);
        opacity: 1
    }

    100% {
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes dracula-rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes dracula-flip {
    0% {
        transform: perspective(400px) rotateY(0)
    }

    100% {
        transform: perspective(400px) rotateY(1turn)
    }
}

@keyframes dracula-swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    100% {
        transform: rotate(0)
    }
}

@keyframes dracula-tilt {

    0%,
    100% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(10deg)
    }
}

@keyframes dracula-wobble {

    0%,
    100% {
        transform: none
    }

    15% {
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        transform: translateX(-5%) rotate(-1deg)
    }
}

@keyframes dracula-jiggle {

    0%,
    100% {
        transform: skew(0)
    }

    25% {
        transform: skew(-15deg)
    }

    50% {
        transform: skew(10deg)
    }

    75% {
        transform: skew(-5deg)
    }
}

@keyframes dracula-fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes dracula-slide {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes dracula-color {
    0% {
        background-color: #f8f8f2
    }

    50% {
        background-color: #6272a4
    }

    100% {
        background-color: #f8f8f2
    }
}

.dracula-effect-pulse {
    animation: dracula-pulse 1.5s
}

.dracula-effect-shake {
    animation: dracula-shake 1.5s
}

.dracula-effect-bounce {
    animation: dracula-bounce 1.5s
}

.dracula-effect-glow {
    animation: dracula-glow 1.5s
}

.dracula-effect-shadow {
    animation: dracula-shadow 1.5s
}

.dracula-effect-ripple {
    animation: dracula-ripple 1.5s
}

.dracula-effect-rotate {
    animation: dracula-rotate 1.5s
}

.dracula-effect-flip {
    animation: dracula-flip 1.5s
}

.dracula-effect-swing {
    animation: dracula-swing 1.5s
}

.dracula-effect-tilt {
    animation: dracula-tilt 1.5s
}

.dracula-effect-wobble {
    animation: dracula-wobble 1.5s
}

.dracula-effect-jiggle {
    animation: dracula-jiggle 1.5s
}

.dracula-effect-fade {
    animation: dracula-fade 1.5s
}

.dracula-effect-slide {
    animation: dracula-slide 1.5s
}

.dracula-effect-color {
    animation: dracula-color 1.5s
}

.dracula-toggle-wrap {
    --side-offset: 30px;
    --bottom-offset: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.dracula-toggle-wrap * {
    box-sizing: border-box
}

.dracula-toggle-wrap.menu-item {
    line-height: normal !important;
    display: inline-flex;
    align-items: center
}

.dracula-toggle-wrap.floating {
    --toggle-position: fixed;
    z-index: 9999999999;
    position: var(--toggle-position);
    bottom: var(--bottom-offset)
}

.dracula-toggle-wrap.floating.position-right {
    right: var(--side-offset)
}

.dracula-toggle-wrap.floating.position-left {
    left: var(--side-offset)
}

.dracula-toggle-wrap.floating.ui-draggable {
    max-width: -moz-max-content;
    max-width: max-content;
    max-height: -moz-max-content;
    max-height: max-content
}

.dracula-toggle-wrap.custom-toggle {
    --toggle-icon-light: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/icons/1.svg) no-repeat center/contain;
    --toggle-icon-dark: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/icons/11.svg) no-repeat center/contain;
    --toggle-width: auto;
    --toggle-padding: 10px;
    --toggle-text-size: 15px;
    --toggle-bg-light: #eee;
    --toggle-bg-dark: #00288f;
    --toggle-text-color-light: #4b5d8a;
    --toggle-text-color-dark: #fff;
    --toggle-border-w: 0;
    --toggle-border-color-light: #4b5d8a;
    --toggle-border-color-dark: #fff;
    --toggle-border-radius: 10px;
    --toggle-icon-spacing: 10px
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle {
    display: inline-flex
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-1 {
    border: 0
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-1 .toggle-icon {
    position: absolute;
    width: 50%;
    height: 50%
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-1 .toggle-icon-wrap {
    width: calc(var(--toggle-width)*var(--toggle-scale));
    aspect-ratio: 1;
    padding: var(--toggle-padding);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: var(--toggle-bg-light);
    border-radius: var(--toggle-border-radius);
    border-width: var(--toggle-border-w);
    border-style: solid;
    border-color: var(--toggle-border-color-light);
    box-shadow: rgba(9, 30, 66, .25) 0 4px 8px -2px, rgba(9, 30, 66, .08) 0 0 0 1px;
    position: relative;
    transition: background .5s ease-in-out
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-1 .toggle-icon.__light {
    background-color: var(--toggle-text-color-light);
    -webkit-mask: var(--toggle-icon-light);
    mask: var(--toggle-icon-light);
    top: auto
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-1 .toggle-icon.__dark {
    background-color: var(--toggle-text-color-dark);
    -webkit-mask: var(--toggle-icon-dark);
    mask: var(--toggle-icon-dark);
    top: -100%
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-1.mode-dark .toggle-icon-wrap {
    background: var(--toggle-bg-dark);
    border-color: var(--toggle-border-color-dark)
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-1.mode-dark .toggle-icon.__dark {
    top: auto
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-1.mode-dark .toggle-icon.__light {
    top: 100%
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-2 {
    width: calc(var(--toggle-width)*var(--toggle-scale));
    background: var(--toggle-bg-light);
    border-radius: var(--toggle-border-radius);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: var(--toggle-padding);
    box-shadow: rgba(0, 0, 0, .1) 0 10px 15px -3px, rgba(0, 0, 0, .05) 0 4px 6px -2px;
    border-width: var(--toggle-border-w);
    border-style: solid;
    border-color: var(--toggle-border-color-light)
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-2 .dracula-toggle-icon {
    width: calc(var(--toggle-text-size)*1.5);
    aspect-ratio: 1;
    background-color: var(--toggle-text-color-light);
    -webkit-mask: var(--toggle-icon-light);
    mask: var(--toggle-icon-light)
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-2 .dracula-toggle-icon.position-after {
    margin-left: var(--toggle-icon-spacing)
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-2 .dracula-toggle-icon.position-before {
    margin-right: var(--toggle-icon-spacing)
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-2 .dracula-toggle-label {
    color: var(--toggle-text-color-light);
    margin-right: 5px;
    line-height: 1;
    font-size: var(--toggle-text-size);
    font-weight: 400
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-2:not(.mode-dark) .dracula-toggle-label .--dark {
    display: none
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-2.mode-dark {
    background: var(--toggle-bg-dark);
    border-color: var(--toggle-border-color-dark)
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-2.mode-dark .dracula-toggle-icon {
    background-color: var(--toggle-text-color-dark);
    -webkit-mask: var(--toggle-icon-dark);
    mask: var(--toggle-icon-dark)
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-2.mode-dark .dracula-toggle-label {
    color: var(--toggle-text-color-dark);
    margin-right: auto
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-2.mode-dark .dracula-toggle-label .--dark {
    display: block
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-2.mode-dark .dracula-toggle-label .--light {
    display: none
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-3 {
    width: calc(var(--toggle-width)*var(--toggle-scale));
    display: flex;
    align-items: center
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-3 .dracula-toggle-icon {
    background: var(--toggle-text-color-light);
    -webkit-mask: var(--toggle-icon-light);
    mask: var(--toggle-icon-light);
    width: calc(var(--toggle-text-size)*1.8);
    aspect-ratio: 1
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-3 .dracula-toggle-icon-wrap {
    height: 100%;
    padding: var(--toggle-padding);
    border-radius: var(--toggle-border-radius);
    background: var(--toggle-bg-light);
    box-shadow: 0 .2rem .2rem rgba(0, 0, 0, .2);
    flex: 1;
    margin: 0 var(--toggle-icon-spacing);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-width: var(--toggle-border-w);
    border-style: solid;
    border-color: var(--toggle-border-color-light)
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-3 .toggle-prefix,
.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-3 .toggle-suffix {
    font-size: var(--toggle-text-size);
    color: var(--toggle-text-color-light)
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-3 .toggle-suffix {
    opacity: .4
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-3.mode-dark .toggle-prefix {
    opacity: .4;
    color: var(--toggle-text-color-dark)
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-3.mode-dark .toggle-suffix {
    opacity: 1;
    color: var(--toggle-text-color-dark)
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-3.mode-dark .dracula-toggle-icon {
    background: var(--toggle-text-color-dark);
    -webkit-mask: var(--toggle-icon-dark);
    mask: var(--toggle-icon-dark)
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-3.mode-dark .dracula-toggle-icon-wrap {
    background: var(--toggle-bg-dark);
    justify-content: flex-end;
    border-color: var(--toggle-border-color-dark)
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-4 {
    width: calc(var(--toggle-width)*var(--toggle-scale));
    background: var(--toggle-bg-light);
    border-radius: var(--toggle-border-radius);
    display: inline-flex;
    align-items: center;
    padding: var(--toggle-padding);
    box-shadow: rgba(0, 0, 0, .1) 0 10px 15px -3px, rgba(0, 0, 0, .05) 0 4px 6px -2px;
    border-width: var(--toggle-border-w);
    border-style: solid;
    border-color: var(--toggle-border-color-light)
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-4 .dracula-toggle-icon {
    width: calc(var(--toggle-text-size)*1.5);
    height: 100%;
    background-color: var(--toggle-bg-light);
    -webkit-mask: var(--toggle-icon-light);
    mask: var(--toggle-icon-light)
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-4 .dracula-toggle-icon-wrap {
    aspect-ratio: 1;
    height: 100%;
    padding: .35rem;
    border-radius: 50%;
    background: var(--toggle-bg-dark);
    box-shadow: 0 .2rem .2rem rgba(0, 0, 0, .2);
    margin-right: var(--toggle-icon-spacing)
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-4 .dracula-toggle-label {
    color: var(--toggle-bg-dark);
    line-height: 1;
    font-size: var(--toggle-text-size);
    margin-right: 5px
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-4:not(.mode-dark) .dracula-toggle-label .--dark {
    display: none
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-4.mode-dark {
    background: var(--toggle-bg-dark);
    flex-flow: row-reverse;
    border-color: var(--toggle-border-color-dark)
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-4.mode-dark .dracula-toggle-icon {
    background-color: var(--toggle-bg-dark);
    -webkit-mask: var(--toggle-icon-dark);
    mask: var(--toggle-icon-dark)
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-4.mode-dark .dracula-toggle-icon-wrap {
    background: var(--toggle-bg-light);
    margin-left: var(--toggle-icon-spacing);
    margin-right: 0
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-4.mode-dark .dracula-toggle-label {
    color: var(--toggle-bg-light);
    margin-right: auto;
    margin-left: 5px
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-4.mode-dark .dracula-toggle-label .--dark {
    display: block
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-4.mode-dark .dracula-toggle-label .--light {
    display: none
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-5 {
    display: inline-flex;
    flex-direction: column
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-5 .dracula-toggle-icon {
    width: calc(var(--toggle-text-size)*1.8);
    aspect-ratio: 1;
    background: var(--toggle-text-color-light);
    -webkit-mask: var(--toggle-icon-light);
    mask: var(--toggle-icon-light)
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-5 .dracula-toggle-icon-wrap {
    width: calc(var(--toggle-width)*var(--toggle-scale));
    padding: var(--toggle-padding);
    border-radius: var(--toggle-border-radius);
    background: var(--toggle-bg-light);
    box-shadow: 0 .2rem .2rem rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
    border-width: var(--toggle-border-w);
    border-style: solid;
    border-color: var(--toggle-border-color-light)
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-5 .dracula-toggle-label {
    margin-top: var(--toggle-icon-spacing);
    font-size: var(--toggle-text-size);
    color: var(--toggle-text-color-light)
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-5 .dracula-toggle-label.--dark {
    display: none
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-5.mode-dark .dracula-toggle-icon {
    background: var(--toggle-text-color-dark);
    -webkit-mask: var(--toggle-icon-dark);
    mask: var(--toggle-icon-dark)
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-5.mode-dark .dracula-toggle-icon-wrap {
    flex-flow: row-reverse;
    background: var(--toggle-bg-dark);
    border-color: var(--toggle-border-color-dark)
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-5.mode-dark .dracula-toggle-label.--dark {
    display: block
}

.dracula-toggle-wrap.custom-toggle .dracula-toggle.layout-5.mode-dark .dracula-toggle-label.--light {
    display: none
}

.dracula-toggle-wrap[data-style="14"] {
    --side-offset: 60px;
    --bottom-offset: 40px
}

.dracula-toggle-wrap.hidden {
    display: none !important
}

.dracula-toggle-wrap .dracula-toggle-move {
    fill: #443a96;
    position: absolute;
    top: -20px;
    left: -20px;
    transition: all .3s ease-in-out;
    opacity: 0;
    width: 20px
}

.dracula-toggle-wrap:hover svg {
    opacity: 1
}

.dracula-toggle {
    --toggle-scale: 1;
    transition: all .2s ease-in-out;
    position: relative;
    align-items: center;
    background: 0 0;
    padding: 0;
    margin: 0;
    border-color: transparent
}

.dracula-toggle:focus,
.dracula-toggle:hover {
    background: 0 0;
    border-color: transparent
}

.dracula-toggle .dracula-toggle-label {
    font-size: .875rem;
    white-space: nowrap
}

.dracula-toggle.style-1 {
    --toggle-bg-light: #eee;
    --toggle-bg-dark: #444;
    --toggle-icon-color-light: #555;
    --toggle-icon-color-dark: #fff
}

.dracula-toggle.style-1 .toggle-icon {
    position: absolute;
    width: 50%;
    height: 50%
}

.dracula-toggle.style-1 .toggle-icon-wrap {
    width: calc(50px*var(--toggle-scale));
    aspect-ratio: 1;
    padding: .75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: var(--toggle-bg-light);
    border-radius: 20%;
    box-shadow: rgba(9, 30, 66, .25) 0 4px 8px -2px, rgba(9, 30, 66, .08) 0 0 0 1px;
    position: relative;
    transition: background .5s ease-in-out
}

.dracula-toggle.style-1 .toggle-icon.__light {
    background-color: var(--toggle-icon-color-light);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/toggle1/light.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/toggle1/light.svg) no-repeat center/contain;
    top: auto
}

.dracula-toggle.style-1 .toggle-icon.__dark {
    background-color: var(--toggle-icon-color-dark);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/toggle1/dark.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/toggle1/dark.svg) no-repeat center/contain;
    top: -100%
}

.dracula-toggle.style-1.mode-dark .toggle-icon-wrap {
    background: var(--toggle-bg-dark)
}

.dracula-toggle.style-1.mode-dark .toggle-icon.__dark {
    top: auto
}

.dracula-toggle.style-1.mode-dark .toggle-icon.__light {
    top: 100%
}

.dracula-toggle.style-2 {
    --toggle-bg-light: #eee;
    --toggle-bg-dark: #484d60;
    --toggle-icon-light: #fff;
    --toggle-icon-dark: #fff;
    width: calc(90px*var(--toggle-scale));
    aspect-ratio: 2/.9;
    background: var(--toggle-bg-light);
    border-radius: 100px;
    display: flex;
    align-items: center;
    padding: .35rem;
    box-shadow: rgba(0, 0, 0, .1) 0 10px 15px -3px, rgba(0, 0, 0, .05) 0 4px 6px -2px
}

.dracula-toggle.style-2 .dracula-toggle-icon {
    width: 100%;
    height: 100%;
    background-color: var(--toggle-bg-light);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/light.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/light.svg) no-repeat center/contain
}

.dracula-toggle.style-2 .dracula-toggle-icon-wrap {
    aspect-ratio: 1;
    height: 100%;
    padding: .35rem;
    border-radius: 50%;
    background: var(--toggle-bg-dark);
    box-shadow: 0 .2rem .2rem rgba(0, 0, 0, .2)
}

.dracula-toggle.style-2 .dracula-toggle-label {
    margin-left: auto;
    color: var(--toggle-bg-dark);
    margin-right: 5px;
    line-height: 1;
    font-size: calc(1rem*var(--toggle-scale))
}

.dracula-toggle.style-2:not(.mode-dark) {
    border: 1px solid #ddd
}

.dracula-toggle.style-2:not(.mode-dark) .dracula-toggle-label .--dark {
    display: none
}

.dracula-toggle.style-2.mode-dark {
    background: var(--toggle-bg-dark);
    flex-flow: row-reverse
}

.dracula-toggle.style-2.mode-dark .dracula-toggle-icon {
    background-color: var(--toggle-bg-dark);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain
}

.dracula-toggle.style-2.mode-dark .dracula-toggle-icon-wrap {
    background: var(--toggle-bg-light)
}

.dracula-toggle.style-2.mode-dark .dracula-toggle-label {
    color: var(--toggle-bg-light);
    margin-right: auto
}

.dracula-toggle.style-2.mode-dark .dracula-toggle-label .--dark {
    display: block
}

.dracula-toggle.style-2.mode-dark .dracula-toggle-label .--light {
    display: none
}

.dracula-toggle.style-3 {
    --toggle-bg-dark: linear-gradient(to right, #0f40ff, #4b5d8a);
    --toggle-bg-light: #eee;
    --toggle-icon-light: #fff;
    --toggle-icon-dark: #484d60;
    width: calc(80px*var(--toggle-scale));
    aspect-ratio: 2/1;
    background: var(--toggle-bg-light);
    border-radius: 100px;
    display: flex;
    align-items: center;
    padding: .25rem;
    box-shadow: 0 .25rem .25rem rgba(0, 0, 0, .2)
}

.dracula-toggle.style-3 .dracula-toggle-icon {
    width: 100%;
    height: 100%;
    background: var(--toggle-icon-light);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/toggle3/light.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/toggle3/light.svg) no-repeat center/contain
}

.dracula-toggle.style-3 .dracula-toggle-icon-wrap {
    aspect-ratio: 1;
    height: 100%;
    padding: .35rem;
    border-radius: 50%;
    background: linear-gradient(to right, #0f40ff, #4b5d8a);
    box-shadow: 0 .2rem .2rem rgba(0, 0, 0, .2)
}

.dracula-toggle.style-3:not(.mode-dark) {
    border: 1px solid #ddd
}

.dracula-toggle.style-3.mode-dark {
    background: var(--toggle-bg-dark);
    flex-flow: row-reverse
}

.dracula-toggle.style-3.mode-dark .dracula-toggle-icon {
    background: var(--toggle-icon-dark);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain
}

.dracula-toggle.style-3.mode-dark .dracula-toggle-icon-wrap {
    background: #fff
}

.dracula-toggle.style-4 {
    --toggle-bg-light: #eee;
    --toggle-bg-dark: #4bda73;
    --toggle-icon-light: #484d60;
    --toggle-icon-dark: #fff;
    width: calc(130px*var(--toggle-scale));
    aspect-ratio: 3/.8;
    display: flex;
    align-items: center
}

.dracula-toggle.style-4 .prefix-icon,
.dracula-toggle.style-4 .suffix-icon {
    height: 70%;
    aspect-ratio: 1
}

.dracula-toggle.style-4 .prefix-icon {
    background-color: var(--toggle-icon-light);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/light.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/light.svg) no-repeat center/contain
}

.dracula-toggle.style-4 .suffix-icon {
    background-color: var(--toggle-icon-dark);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain;
    opacity: .8;
    box-shadow: rgba(50, 50, 93, .25) 0 30px 60px -12px inset, rgba(0, 0, 0, .3) 0 18px 36px -18px inset
}

.dracula-toggle.style-4 .dracula-toggle-icon {
    height: 100%;
    aspect-ratio: 1;
    background: var(--toggle-icon-light);
    border-radius: 50%;
    box-shadow: rgba(60, 64, 67, .3) 0 1px 2px 0, rgba(60, 64, 67, .15) 0 2px 6px 2px
}

.dracula-toggle.style-4 .dracula-toggle-icon-wrap {
    height: 100%;
    background: var(--toggle-bg-light);
    padding: .35rem;
    border-radius: 100px;
    box-shadow: 0 .2rem .2rem rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 10px;
    flex: 1
}

.dracula-toggle.style-4:not(.mode-dark) .dracula-toggle-icon-wrap {
    border: 1px solid #ddd
}

.dracula-toggle.style-4.mode-dark .prefix-icon {
    opacity: .8
}

.dracula-toggle.style-4.mode-dark .suffix-icon {
    opacity: 1
}

.dracula-toggle.style-4.mode-dark .dracula-toggle-icon {
    background: var(--toggle-icon-dark)
}

.dracula-toggle.style-4.mode-dark .dracula-toggle-icon-wrap {
    background: var(--toggle-bg-dark);
    justify-content: flex-end
}

.dracula-toggle.style-5 {
    --toggle-bg-light: #eee;
    --toggle-bg-dark: #484d60;
    --toggle-icon-light: #484d60;
    --toggle-icon-dark: #fff;
    width: calc(80px*var(--toggle-scale));
    aspect-ratio: 3/1.4;
    background: var(--toggle-bg-light);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .35rem;
    box-shadow: rgba(50, 50, 93, .25) 0 6px 12px -2px, rgba(0, 0, 0, .3) 0 3px 7px -3px
}

.dracula-toggle.style-5 .dracula-toggle-icon {
    aspect-ratio: 1;
    height: 90%;
    background-color: var(--toggle-icon-light);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/light.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/light.svg) no-repeat center/contain
}

.dracula-toggle.style-5 .dracula-toggle-icon-wrap {
    aspect-ratio: 1;
    height: 100%;
    padding: .35rem;
    border-radius: 50%;
    background: var(--toggle-bg-dark);
    box-shadow: 0 .2rem .2rem rgba(0, 0, 0, .2)
}

.dracula-toggle.style-5:not(.mode-dark) {
    border: 1px solid #ddd
}

.dracula-toggle.style-5.mode-dark {
    background: var(--toggle-bg-dark);
    flex-flow: row-reverse
}

.dracula-toggle.style-5.mode-dark .dracula-toggle-icon {
    background-color: var(--toggle-icon-dark);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain
}

.dracula-toggle.style-5.mode-dark .dracula-toggle-icon-wrap {
    background: var(--toggle-bg-light)
}

.dracula-toggle.style-6 {
    --toggle-bg-dark: linear-gradient(to right, #0f40ff, #fff);
    --toggle-bg-light: linear-gradient(to right, #fff, #0f40ff);
    --toggle-icon-light: #0f40ff;
    --toggle-icon-dark: #484d60;
    --toggle-icon-bg-light: #eee;
    --toggle-icon-bg-dark: #fff;
    width: calc(70px*var(--toggle-scale));
    aspect-ratio: 3/1.2;
    background: var(--toggle-bg-light);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 .25rem .25rem rgba(0, 0, 0, .2)
}

.dracula-toggle.style-6 .dracula-toggle-icon {
    width: 100%;
    height: 100%;
    background: var(--toggle-icon-light);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/toggle3/light.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/toggle3/light.svg) no-repeat center/contain
}

.dracula-toggle.style-6 .dracula-toggle-icon-wrap {
    aspect-ratio: 1;
    height: 130%;
    padding: .5rem;
    border-radius: 50%;
    background: var(--toggle-icon-bg-light);
    box-shadow: rgba(60, 64, 67, .3) 0 1px 2px 0, rgba(60, 64, 67, .15) 0 2px 6px 2px;
    position: absolute
}

.dracula-toggle.style-6.mode-dark {
    background: var(--toggle-bg-dark);
    justify-content: flex-end
}

.dracula-toggle.style-6.mode-dark .dracula-toggle-icon {
    background: var(--toggle-icon-dark);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain
}

.dracula-toggle.style-6.mode-dark .dracula-toggle-icon-wrap {
    background: var(--toggle-icon-bg-dark)
}

.dracula-toggle.style-7 {
    --toggle-bg-light: #eee;
    --toggle-bg-dark: #4864cf;
    --toggle-icon-light: #fff;
    --toggle-icon-dark: #fff;
    --toggle-icon-bg-light: #484d60;
    --toggle-icon-bg-dark: #484d60;
    width: calc(90px*var(--toggle-scale));
    aspect-ratio: 2.1/1;
    background: var(--toggle-bg-light);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .35rem;
    box-shadow: rgba(0, 0, 0, .16) 0 3px 6px, rgba(0, 0, 0, .23) 0 3px 6px
}

.dracula-toggle.style-7 .dracula-toggle-icon {
    aspect-ratio: 1;
    height: 70%;
    position: relative;
    z-index: 1
}

.dracula-toggle.style-7 .dracula-toggle-icon.--light {
    background: var(--toggle-icon-light);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/light.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/light.svg) no-repeat center/contain;
    left: 5%
}

.dracula-toggle.style-7 .dracula-toggle-icon.--dark {
    background: var(--toggle-icon-bg-light);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain;
    right: 5%
}

.dracula-toggle.style-7 .dracula-toggle-icon-wrap {
    aspect-ratio: 1;
    height: 80%;
    padding: 10%;
    border-radius: 50%;
    background: var(--toggle-icon-bg-light);
    box-shadow: 0 .2rem .2rem rgba(0, 0, 0, .2);
    position: absolute;
    left: 5%
}

.dracula-toggle.style-7:not(.mode-dark) {
    border: 1px solid #ddd
}

.dracula-toggle.style-7.mode-dark {
    background: var(--toggle-bg-dark)
}

.dracula-toggle.style-7.mode-dark .dracula-toggle-icon.--dark {
    background: var(--toggle-icon-dark);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain
}

.dracula-toggle.style-7.mode-dark .dracula-toggle-icon-wrap {
    background: var(--toggle-icon-bg-dark);
    right: 5%;
    left: auto
}

.dracula-toggle.style-8 {
    --toggle-bg-light: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/toggle8/light-bg.png) no-repeat center/cover;
    --toggle-bg-dark: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/toggle8/dark-bg.png) no-repeat center/cover;
    --toggle-icon-light: #484d60;
    --toggle-icon-dark: #484d60;
    --toggle-icon-bg-light: #fff;
    --toggle-icon-bg-dark: #fff;
    width: calc(90px*var(--toggle-scale));
    aspect-ratio: 2/1;
    background: var(--toggle-bg-light);
    border-radius: 100px;
    display: flex;
    align-items: center;
    padding: .25rem;
    box-shadow: 0 .25rem .25rem rgba(0, 0, 0, .2)
}

.dracula-toggle.style-8 .dracula-toggle-icon {
    width: 100%;
    height: 100%;
    background: var(--toggle-icon-light);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/light.svg) no-repeat center/cover;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/light.svg) no-repeat center/cover
}

.dracula-toggle.style-8 .dracula-toggle-icon-wrap {
    aspect-ratio: 1;
    height: 100%;
    padding: .5rem;
    border-radius: 50%;
    background: var(--toggle-icon-bg-light);
    box-shadow: 0 .2rem .2rem rgba(0, 0, 0, .2)
}

.dracula-toggle.style-8.mode-dark {
    background: var(--toggle-bg-dark);
    flex-flow: row-reverse;
    border: 1px solid #555
}

.dracula-toggle.style-8.mode-dark .dracula-toggle-icon {
    background: var(--toggle-icon-dark);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain
}

.dracula-toggle.style-8.mode-dark .dracula-toggle-icon-wrap {
    background: #fff
}

.dracula-toggle.style-9 {
    --toggle-bg-light: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/toggle9/light-bg.svg) no-repeat center/cover;
    --toggle-bg-dark: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/toggle9/dark-bg.svg) no-repeat center/cover;
    --toggle-icon-light: #fff;
    --toggle-icon-dark: #fff;
    --toggle-icon-bg-light: #4041d8;
    --toggle-icon-bg-dark: #484d60;
    width: calc(100px*var(--toggle-scale));
    aspect-ratio: 2/.9;
    background: var(--toggle-bg-light);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .35rem;
    box-shadow: rgba(0, 0, 0, .16) 0 3px 6px, rgba(0, 0, 0, .23) 0 3px 6px
}

.dracula-toggle.style-9 .dracula-toggle-icon {
    aspect-ratio: 1;
    height: 70%;
    position: relative;
    z-index: 1
}

.dracula-toggle.style-9 .dracula-toggle-icon.--light {
    background: var(--toggle-icon-light);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/light.svg) no-repeat center/cover;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/light.svg) no-repeat center/cover;
    left: 5%
}

.dracula-toggle.style-9 .dracula-toggle-icon.--dark {
    background: var(--toggle-icon-dark);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/toggle9/dark.svg) no-repeat center/cover;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/toggle9/dark.svg) no-repeat center/cover;
    right: 5%
}

.dracula-toggle.style-9 .dracula-toggle-icon-wrap {
    aspect-ratio: 1;
    height: 80%;
    padding: .35rem;
    border-radius: 50%;
    background: var(--toggle-icon-bg-light);
    box-shadow: 0 .2rem .2rem rgba(0, 0, 0, .2);
    position: absolute;
    left: 5%
}

.dracula-toggle.style-9.mode-dark {
    background: var(--toggle-bg-dark)
}

.dracula-toggle.style-9.mode-dark .dracula-toggle-icon-wrap {
    background: var(--toggle-icon-bg-dark);
    right: 5%;
    left: auto
}

.dracula-toggle.style-10 {
    --toggle-bg-light: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/toggle10/light-bg.png) no-repeat center/cover;
    --toggle-bg-dark: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/toggle10/dark-bg.png) no-repeat center/cover;
    --toggle-icon-light: #484d60;
    --toggle-icon-dark: #484d60;
    --toggle-icon-bg-light: #fff;
    --toggle-icon-bg-dark: #fff;
    width: calc(90px*var(--toggle-scale));
    aspect-ratio: 2/.9;
    background: var(--toggle-bg-light);
    border-radius: 100px;
    display: flex;
    align-items: center;
    padding: .25rem;
    box-shadow: 0 .25rem .25rem rgba(0, 0, 0, .2)
}

.dracula-toggle.style-10 .dracula-toggle-icon {
    width: 100%;
    height: 100%;
    background: var(--toggle-icon-light);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/light.svg) no-repeat center/cover;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/light.svg) no-repeat center/cover
}

.dracula-toggle.style-10 .dracula-toggle-icon-wrap {
    aspect-ratio: 1;
    height: 100%;
    padding: .5rem;
    border-radius: 50%;
    background: var(--toggle-icon-bg-light);
    box-shadow: 0 .2rem .2rem rgba(0, 0, 0, .2)
}

.dracula-toggle.style-10:not(.mode-dark) {
    border: 1px solid #ddd
}

.dracula-toggle.style-10.mode-dark {
    background: var(--toggle-bg-dark);
    flex-flow: row-reverse;
    border: 1px solid #787a91
}

.dracula-toggle.style-10.mode-dark .dracula-toggle-icon {
    background: var(--toggle-icon-dark);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain
}

.dracula-toggle.style-10.mode-dark .dracula-toggle-icon-wrap {
    background: #fff
}

.dracula-toggle.style-11 {
    --toggle-bg-light: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/toggle10/light-bg.png) no-repeat center/cover;
    --toggle-bg-dark: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/toggle10/dark-bg.png) no-repeat center/cover;
    --toggle-icon-light: #484d60;
    --toggle-icon-dark: #fff;
    --toggle-icon-bg-light: #fff;
    --toggle-icon-bg-dark: #fff;
    width: calc(180px*var(--toggle-scale));
    display: flex;
    align-items: center
}

.dracula-toggle.style-11.mode-light .toggle-prefix {
    color: #484d60
}

.dracula-toggle.style-11 .dracula-toggle-icon {
    aspect-ratio: 1;
    height: 80%;
    border-radius: 50%;
    background: var(--toggle-icon-light);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/light.svg) no-repeat center/cover;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/light.svg) no-repeat center/cover
}

.dracula-toggle.style-11 .dracula-toggle-icon-wrap {
    aspect-ratio: 3/1.3;
    height: 100%;
    padding: .35rem .5rem;
    border-radius: 100px;
    background: var(--toggle-bg-light);
    box-shadow: 0 .2rem .2rem rgba(0, 0, 0, .2);
    flex: 1;
    margin: 0 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.dracula-toggle.style-11 .toggle-prefix,
.dracula-toggle.style-11 .toggle-suffix {
    font-size: calc(1rem*var(--toggle-scale))
}

.dracula-toggle.style-11 .toggle-suffix {
    opacity: .5;
    color: var(--toggle-icon-light)
}

.dracula-toggle.style-11.mode-dark .toggle-prefix {
    opacity: .5
}

.dracula-toggle.style-11.mode-dark .toggle-suffix {
    opacity: 1;
    color: var(--toggle-icon-dark)
}

.dracula-toggle.style-11.mode-dark .dracula-toggle-icon {
    background: var(--toggle-icon-dark);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain
}

.dracula-toggle.style-11.mode-dark .dracula-toggle-icon-wrap {
    background: var(--toggle-bg-dark);
    justify-content: flex-end
}

.dracula-toggle.style-12 {
    --toggle-bg-light: #eee;
    --toggle-bg-dark: #a9cbff;
    --toggle-icon-light: #fff;
    --toggle-icon-dark: #fff;
    --toggle-icon-bg-light: #484d60;
    --toggle-icon-bg-dark: #484d60;
    width: calc(90px*var(--toggle-scale));
    aspect-ratio: 2/.9;
    background: var(--toggle-bg-light);
    border-radius: .5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: rgba(50, 50, 93, .25) 0 6px 12px -2px, rgba(0, 0, 0, .3) 0 3px 7px -3px
}

.dracula-toggle.style-12 .dracula-toggle-icon {
    aspect-ratio: 1;
    height: 50%;
    position: relative;
    z-index: 1
}

.dracula-toggle.style-12 .dracula-toggle-icon.--light {
    background: var(--toggle-icon-light);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/light.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/light.svg) no-repeat center/contain;
    left: 10%
}

.dracula-toggle.style-12 .dracula-toggle-icon.--dark {
    background: var(--toggle-icon-bg-light);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain;
    right: 10%
}

.dracula-toggle.style-12 .dracula-toggle-icon-wrap {
    aspect-ratio: 1;
    height: 100%;
    border-radius: 15%;
    background: var(--toggle-icon-bg-light);
    position: absolute;
    left: 0
}

.dracula-toggle.style-12:not(.mode-dark) {
    border: 1px solid #ddd
}

.dracula-toggle.style-12.mode-dark {
    background: var(--toggle-bg-dark)
}

.dracula-toggle.style-12.mode-dark .dracula-toggle-icon.--dark {
    background: var(--toggle-icon-dark);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain
}

.dracula-toggle.style-12.mode-dark .dracula-toggle-icon.--light {
    background: var(--toggle-icon-bg-light)
}

.dracula-toggle.style-12.mode-dark .dracula-toggle-icon-wrap {
    background: var(--toggle-icon-bg-dark);
    right: 0;
    left: auto
}

.dracula-toggle.style-13 {
    --toggle-bg-light: #eee;
    --toggle-bg-dark: #ff6b03;
    --toggle-icon-light: #484d60;
    --toggle-icon-dark: #fff;
    width: calc(150px*var(--toggle-scale));
    display: flex;
    align-items: center
}

.dracula-toggle.style-13 .dracula-toggle-icon {
    aspect-ratio: 1;
    height: 100%;
    border-radius: 50%;
    background: var(--toggle-icon-light)
}

.dracula-toggle.style-13 .dracula-toggle-icon-wrap {
    width: calc(40px*var(--toggle-scale));
    aspect-ratio: 2/1;
    padding: .125rem;
    border-radius: 30px;
    background: var(--toggle-bg-light);
    box-shadow: 0 .2rem .2rem rgba(0, 0, 0, .2);
    display: flex;
    justify-content: flex-start;
    margin-left: auto
}

.dracula-toggle.style-13 .toggle-prefix-icon {
    width: calc(15px*var(--toggle-scale));
    height: calc(15px*var(--toggle-scale));
    background: var(--toggle-icon-light);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain;
    margin-right: 7px
}

.dracula-toggle.style-13 .toggle-prefix-text {
    color: #3c434a;
    font-size: calc(1rem*var(--toggle-scale));
    line-height: 1;
    margin-bottom: 2px
}

.dracula-toggle.style-13.mode-dark .toggle-prefix-icon {
    background: var(--toggle-icon-dark)
}

.dracula-toggle.style-13.mode-dark .dracula-toggle-icon {
    background: var(--toggle-icon-dark)
}

.dracula-toggle.style-13.mode-dark .dracula-toggle-icon-wrap {
    background: var(--toggle-bg-dark);
    justify-content: flex-end
}

.dracula-toggle-wrap[data-style="15"] {
    --side-offset: 0;
    --bottom-offset: 220px
}

.dracula-toggle-wrap[data-style="15"].position-left .dracula-toggle {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.dracula-toggle-wrap[data-style="15"].position-right .dracula-toggle {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.dracula-toggle.style-15 {
    --toggle-bg-light: #eee;
    --toggle-bg-dark: #a9cbff;
    --toggle-icon-light: #fff;
    --toggle-icon-dark: #fff;
    --toggle-icon-bg-light: #484d60;
    --toggle-icon-bg-dark: #484d60;
    width: calc(50px*var(--toggle-scale));
    aspect-ratio: 1/2;
    background: var(--toggle-bg-light);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    box-shadow: rgba(50, 50, 93, .25) 0 6px 12px -2px, rgba(0, 0, 0, .3) 0 3px 7px -3px;
    overflow: hidden
}

.dracula-toggle.style-15 .dracula-toggle-icon {
    aspect-ratio: 1;
    width: 25px;
    position: relative;
    z-index: 1
}

.dracula-toggle.style-15 .dracula-toggle-icon.--light {
    background: var(--toggle-icon-light);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/light.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/light.svg) no-repeat center/contain
}

.dracula-toggle.style-15 .dracula-toggle-icon.--dark {
    background: var(--toggle-icon-bg-light);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain
}

.dracula-toggle.style-15 .dracula-toggle-icon-wrap {
    aspect-ratio: 1;
    width: 100%;
    background: var(--toggle-icon-bg-light);
    position: absolute;
    top: 0
}

.dracula-toggle.style-15.mode-dark {
    background: var(--toggle-bg-dark)
}

.dracula-toggle.style-15.mode-dark .dracula-toggle-icon.--dark {
    background: var(--toggle-icon-dark);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain
}

.dracula-toggle.style-15.mode-dark .dracula-toggle-icon.--light {
    background: var(--toggle-icon-bg-light)
}

.dracula-toggle.style-15.mode-dark .dracula-toggle-icon-wrap {
    background: var(--toggle-icon-bg-dark);
    top: auto;
    bottom: 0
}

.dracula-toggle-wrap[data-style="16"] {
    --side-offset: 0;
    --bottom-offset: 220px
}

.dracula-toggle-wrap[data-style="16"].position-left .dracula-toggle {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.dracula-toggle-wrap[data-style="16"].position-right .dracula-toggle {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.dracula-toggle.style-16 {
    --toggle-bg-light: #fff;
    --toggle-bg-dark: #a9cbff;
    --toggle-icon-light: #fb9c0d;
    --toggle-icon-dark: #484d60;
    --toggle-icon-bg-light: #fb9c0d;
    --toggle-icon-bg-dark: #484d60;
    width: calc(60px*var(--toggle-scale));
    aspect-ratio: 1/1.9;
    background: var(--toggle-bg-light);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    box-shadow: rgba(50, 50, 93, .25) 0 6px 12px -2px, rgba(0, 0, 0, .3) 0 3px 7px -3px;
    overflow: hidden;
    padding-top: 3px;
    padding-bottom: 3px
}

.dracula-toggle.style-16 .dracula-toggle-icon {
    aspect-ratio: 1;
    height: 100%;
    border-radius: 50%;
    background: #fff
}

.dracula-toggle.style-16 .dracula-toggle-icon-wrap {
    width: calc(40px*var(--toggle-scale));
    aspect-ratio: 2/1;
    padding: .125rem;
    border-radius: 30px;
    background: #484d60;
    box-shadow: 0 .2rem .2rem rgba(0, 0, 0, .2);
    display: flex;
    justify-content: flex-start
}

.dracula-toggle.style-16 .toggle-prefix-icon {
    aspect-ratio: 1;
    width: calc(25px*var(--toggle-scale));
    background: var(--toggle-icon-light);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/light.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/light.svg) no-repeat center/contain
}

.dracula-toggle.style-16 .toggle-prefix-text {
    color: #3c434a;
    font-size: calc(14px*var(--toggle-scale));
    line-height: 1.2;
    text-align: center
}

.dracula-toggle.style-16.mode-dark {
    background: var(--toggle-bg-dark)
}

.dracula-toggle.style-16.mode-dark .toggle-prefix-text {
    color: var(--toggle-icon-dark)
}

.dracula-toggle.style-16.mode-dark .toggle-prefix-icon {
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain;
    background: var(--toggle-icon-dark)
}

.dracula-toggle.style-16.mode-dark .dracula-toggle-icon {
    background: var(--toggle-bg-dark)
}

.dracula-toggle.style-16.mode-dark .dracula-toggle-icon-wrap {
    justify-content: flex-end
}

.dracula-toggle-wrap[data-style="17"] {
    --side-offset: 0;
    --bottom-offset: 220px
}

.dracula-toggle-wrap[data-style="17"].position-left .dracula-toggle {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.dracula-toggle-wrap[data-style="17"].position-right .dracula-toggle {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.dracula-toggle.style-17 {
    --toggle-bg-light: #fff;
    --toggle-bg-dark: #484d60;
    --toggle-icon-light: #484d60;
    --toggle-icon-dark: #fff;
    --toggle-icon-bg-light: #484d60;
    --toggle-icon-bg-dark: #484d60;
    width: calc(50px*var(--toggle-scale));
    aspect-ratio: 1/2;
    background: var(--toggle-bg-light);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    box-shadow: rgba(50, 50, 93, .25) 0 6px 12px -2px, rgba(0, 0, 0, .3) 0 3px 7px -3px
}

.dracula-toggle.style-17:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ddd
}

.dracula-toggle.style-17 .dracula-toggle-icon {
    aspect-ratio: 1;
    height: 25px;
    width: 25px;
    position: relative;
    z-index: 1
}

.dracula-toggle.style-17 .dracula-toggle-icon.--typography {
    background: var(--toggle-icon-light);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/typography.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/typography.svg) no-repeat center/contain
}

.dracula-toggle.style-17 .dracula-toggle-icon.--light {
    background: var(--toggle-icon-light);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/light.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/light.svg) no-repeat center/contain
}

.dracula-toggle.style-17 .dracula-toggle-icon.--dark {
    background: var(--toggle-icon-bg-light);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain
}

.dracula-toggle.style-17 .dracula-toggle-icon-wrap {
    aspect-ratio: 1;
    width: 100%;
    background: var(--toggle-icon-bg-light);
    position: absolute;
    top: 0
}

.dracula-toggle.style-17.mode-dark {
    background: var(--toggle-bg-dark)
}

.dracula-toggle.style-17.mode-dark .dracula-toggle-icon.--typography {
    background: var(--toggle-icon-dark)
}

.dracula-toggle.style-17.mode-dark .dracula-toggle-icon.--dark {
    background: var(--toggle-icon-dark);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain
}

.dracula-toggle.style-17.mode-dark .dracula-toggle-icon.--light {
    background: var(--toggle-icon-bg-light)
}

.dracula-toggle.style-17.mode-dark .dracula-toggle-icon-wrap {
    background: var(--toggle-icon-bg-dark);
    top: auto;
    bottom: 0
}

.dracula-toggle.style-18 {
    --toggle-bg-light: #fff;
    --toggle-bg-dark: #484d60;
    --toggle-icon-light: #484d60;
    --toggle-icon-dark: #fff;
    --toggle-icon-bg-light: #484d60;
    --toggle-icon-bg-dark: #484d60;
    width: calc(90px*var(--toggle-scale));
    aspect-ratio: 2/1;
    background: var(--toggle-bg-light);
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-shadow: rgba(50, 50, 93, .25) 0 6px 12px -2px, rgba(0, 0, 0, .3) 0 3px 7px -3px;
    border-radius: 5px
}

.dracula-toggle.style-18:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #ddd
}

.dracula-toggle.style-18 .dracula-toggle-icon {
    aspect-ratio: 1;
    width: 22px;
    height: 22px;
    padding: 0;
    position: relative;
    z-index: 1
}

.dracula-toggle.style-18 .dracula-toggle-icon.--typography {
    background: var(--toggle-icon-light);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/typography.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/typography.svg) no-repeat center/contain
}

.dracula-toggle.style-18 .dracula-toggle-icon.--light {
    background: var(--toggle-icon-light);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/light.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/light.svg) no-repeat center/contain
}

.dracula-toggle.style-18 .dracula-toggle-icon.--dark {
    background: var(--toggle-icon-bg-light);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain
}

.dracula-toggle.style-18 .dracula-toggle-icon-wrap {
    aspect-ratio: 1;
    width: 100%;
    background: var(--toggle-icon-bg-light);
    position: absolute;
    top: 0
}

.dracula-toggle.style-18.mode-dark {
    background: var(--toggle-bg-dark)
}

.dracula-toggle.style-18.mode-dark .dracula-toggle-icon.--typography {
    background: var(--toggle-icon-dark)
}

.dracula-toggle.style-18.mode-dark .dracula-toggle-icon.--dark {
    background: var(--toggle-icon-dark);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain
}

.dracula-toggle.style-18.mode-dark .dracula-toggle-icon.--light {
    background: var(--toggle-icon-bg-light)
}

.dracula-toggle.style-18.mode-dark .dracula-toggle-icon-wrap {
    background: var(--toggle-icon-bg-dark);
    top: auto;
    bottom: 0
}

.dracula-toggle.style-19 {
    --toggle-bg-light: #eee;
    --toggle-bg-dark: #484d60;
    --toggle-icon-light: #484d60;
    --toggle-icon-dark: #fff;
    width: calc(80px*var(--toggle-scale));
    aspect-ratio: 3/1.4;
    background: var(--toggle-bg-light);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .35rem;
    box-shadow: rgba(50, 50, 93, .25) 0 6px 12px -2px, rgba(0, 0, 0, .3) 0 3px 7px -3px;
    margin-right: 30px
}

.dracula-toggle.style-19 .dracula-toggle-icon {
    aspect-ratio: 1;
    height: 90%;
    background-color: var(--toggle-icon-light);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/light.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/light.svg) no-repeat center/contain
}

.dracula-toggle.style-19 .dracula-toggle-icon-wrap {
    aspect-ratio: 1;
    height: 100%;
    padding: .35rem;
    border-radius: 50%;
    background: var(--toggle-bg-dark);
    box-shadow: 0 .2rem .2rem rgba(0, 0, 0, .2)
}

.dracula-toggle.style-19 .toggle-postfix-icon {
    aspect-ratio: 1;
    margin-left: 10px;
    width: 20px;
    right: -30px;
    position: absolute;
    height: 90%;
    background-color: var(--toggle-icon-light);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/settings.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/settings.svg) no-repeat center/contain
}

.dracula-toggle.style-19:not(.mode-dark) {
    border: 1px solid #ddd
}

.dracula-toggle.style-19.mode-dark {
    background: var(--toggle-bg-dark);
    flex-flow: row-reverse
}

.dracula-toggle.style-19.mode-dark .dracula-toggle-icon {
    background-color: var(--toggle-icon-dark);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain
}

.dracula-toggle.style-19.mode-dark .dracula-toggle-icon-wrap {
    background: var(--toggle-bg-light)
}

.dracula-toggle.style-14 {
    --toggle-bg-light: #eee;
    --toggle-bg-dark: #ff6b03;
    --toggle-icon-light: #484d60;
    --toggle-icon-dark: #fff
}

.dracula-toggle.style-14 .dracula-toggle-icon {
    width: calc(22px*var(--toggle-scale));
    height: calc(22px*var(--toggle-scale));
    display: block
}

.dracula-toggle.style-14:not(.mode-dark) .dracula-toggle-icon {
    background-color: var(--toggle-icon-light);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/light.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/light.svg) no-repeat center/contain
}

.dracula-toggle.style-14.mode-dark .dracula-toggle-icon {
    background-color: var(--toggle-icon-dark);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain
}

.dracula-toggle.style-14.mode-auto .dracula-toggle-icon {
    background-color: var(--toggle-icon-light);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/system.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/system.svg) no-repeat center/contain
}

.dracula-toggle.style-14 .toggle-modal-content .toggle-option {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 2px 10px 7px;
    transition: all .2s ease-in-out
}

.dracula-toggle.style-14 .toggle-modal-content .toggle-option-icon {
    width: 15px;
    height: 15px;
    margin-right: 7px;
    margin-top: 3px;
    background-color: #555
}

.dracula-toggle.style-14 .toggle-modal-content .toggle-option-icon.--light {
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/light.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/light.svg) no-repeat center/contain
}

.dracula-toggle.style-14 .toggle-modal-content .toggle-option-icon.--dark {
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain
}

.dracula-toggle.style-14 .toggle-modal-content .toggle-option-icon.--auto {
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/system.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/system.svg) no-repeat center/contain
}

.dracula-toggle.style-14 .toggle-modal-content .toggle-option-label {
    font-size: 12px;
    margin-top: 5px;
    color: #555;
    white-space: nowrap
}

.dracula-toggle.style-14 .toggle-modal-content .toggle-option.active .toggle-option-label {
    color: #2471b1
}

.dracula-toggle.style-14 .toggle-modal-content .toggle-option.active .toggle-option-icon {
    background-color: #2471b1
}

.dracula-toggle.style-14 .toggle-modal-content .toggle-option:hover {
    background-color: #eee !important
}

.dracula-toggle.style-14 .__react_component_tooltip {
    padding: 5px 0;
    border-radius: 5px;
    opacity: 1
}

html[data-dracula-scheme=dark] .dracula-toggle.style-14.mode-auto .dracula-toggle-icon {
    background-color: var(--toggle-icon-dark)
}

.dracula-toggle.style-20 {
    --toggle-bg-light: #fff;
    --toggle-bg-dark: #484d60;
    --toggle-icon-light: #484d60;
    --toggle-icon-dark: #fff;
    --toggle-icon-bg-light: #484d60;
    --toggle-icon-bg-dark: #484d60;
    width: calc(90px*var(--toggle-scale));
    aspect-ratio: 2/1;
    background: var(--toggle-bg-light);
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-shadow: rgba(50, 50, 93, .25) 0 6px 12px -2px, rgba(0, 0, 0, .3) 0 3px 7px -3px;
    border-radius: 5px
}

.dracula-toggle.style-20:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #ddd
}

.dracula-toggle.style-20 .dracula-toggle-icon {
    aspect-ratio: 1;
    width: 22px;
    height: 22px;
    padding: 0;
    position: relative;
    z-index: 1
}

.dracula-toggle.style-20 .dracula-toggle-icon.--typography {
    background: var(--toggle-icon-light);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/settings.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/settings.svg) no-repeat center/contain
}

.dracula-toggle.style-20 .dracula-toggle-icon.--light {
    background: var(--toggle-icon-light);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/light.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/light.svg) no-repeat center/contain
}

.dracula-toggle.style-20 .dracula-toggle-icon.--dark {
    background: var(--toggle-icon-bg-light);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain
}

.dracula-toggle.style-20 .dracula-toggle-icon-wrap {
    aspect-ratio: 1;
    width: 100%;
    background: var(--toggle-icon-bg-light);
    position: absolute;
    top: 0
}

.dracula-toggle.style-20.mode-dark {
    background: var(--toggle-bg-dark)
}

.dracula-toggle.style-20.mode-dark .dracula-toggle-icon.--typography {
    background: var(--toggle-icon-dark)
}

.dracula-toggle.style-20.mode-dark .dracula-toggle-icon.--dark {
    background: var(--toggle-icon-dark);
    -webkit-mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain;
    mask: url(//marvels-lordfilm.ru/wp-content/plugins/dracula-dark-mode/assets/css/../images/toggles/dark.svg) no-repeat center/contain
}

.dracula-toggle.style-20.mode-dark .dracula-toggle-icon.--light {
    background: var(--toggle-icon-bg-light)
}

.dracula-toggle.style-20.mode-dark .dracula-toggle-icon-wrap {
    background: var(--toggle-icon-bg-dark);
    top: auto;
    bottom: 0
}

#user-settings-tooltip {
    border: 1px solid #ddd;
    background: #f2f3ff;
    padding: 12px 15px
}

#user-settings-tooltip:after {
    background-color: #f2f3ff;
    border: 1px solid rgba(221, 221, 221, .7)
}

#user-settings-tooltip .settings-field {
    margin-bottom: 7px
}

#user-settings-tooltip .settings-field.field-adjustments>.settings-field-label {
    display: none
}

#user-settings-tooltip .settings-field h4 {
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-bottom: 5px
}

#user-settings-tooltip .settings-field h4 svg {
    width: 20px;
    height: 20px;
    margin-right: 5px
}

#user-settings-tooltip .settings-field .settings-field-content .settings-wrap .dracula-range-control {
    width: 200px
}

#user-settings-tooltip .settings-field .settings-field-content .settings-wrap .dracula-range-control .components-range-control__slider+span {
    height: 3px !important
}

#user-settings-tooltip .settings-field .settings-field-content .settings-wrap .dracula-range-control .components-range-control__track {
    height: 3px !important
}

#user-settings-tooltip .settings-field .settings-field-content .settings-wrap .dracula-range-control .components-range-control__track+span {
    width: 10px !important;
    height: 10px !important
}

#user-settings-tooltip .settings-field .settings-field-content .settings-wrap .dracula-range-control .components-range-control__number input {
    height: 23px;
    min-height: 23px;
    text-align: center;
    line-height: inherit !important;
    color: #777
}

#user-settings-tooltip .settings-field .settings-field-content .settings-wrap .dracula-range-control .components-range-control__number .components-input-control__backdrop {
    border-radius: 3px;
    background: 0 0;
    border-color: #ddd
}

#user-settings-tooltip .settings-field .settings-field-content .settings-wrap .dracula-range-control span .components-range-control__reset {
    height: 23px;
    min-height: 23px;
    border-radius: 3px;
    line-height: 1
}

#user-settings-tooltip .settings-field .settings-field-content .description {
    display: none
}

#user-settings-tooltip .settings-field .components-range-control__root .components-input-control__container {
    width: 40px;
    border-radius: 1px
}

#user-settings-tooltip .settings-field .components-range-control__root .components-input-control__container input[type=number] {
    -moz-appearance: textfield
}

#user-settings-tooltip .settings-field .components-range-control__root .components-input-control__container input[type=number]::-webkit-inner-spin-button,
#user-settings-tooltip .settings-field .components-range-control__root .components-input-control__container input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

#user-settings-tooltip .settings-field .components-range-control__root .components-range-control__reset {
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: .5px;
    padding: 5px;
    width: auto;
    border: none !important;
    color: #777
}

#user-settings-tooltip .settings-field:hover>h4 {
    color: #675ed5
}

#user-settings-tooltip .settings-field:hover>h4 svg ellipse,
#user-settings-tooltip .settings-field:hover>h4 svg path {
    fill: #675ed5
}

#user-settings-tooltip .dracula-tooltip-left:before {
    left: 36% !important
}

#user-settings-tooltip .dracula-tooltip-left:after {
    left: 36% !important
}

#user-settings-tooltip .dracula-tooltip-right:before {
    left: 75% !important
}

#user-settings-tooltip .dracula-tooltip-right:after {
    left: 75% !important
}

html[data-dracula-scheme=dark] #user-settings-tooltip {
    background: #353759;
    border-color: #484b79
}

html[data-dracula-scheme=dark] #user-settings-tooltip:after {
    background-color: #353759 !important;
    border-color: #484b79 !important
}

html[data-dracula-scheme=dark] #user-settings-tooltip .settings-field h4 {
    color: rgba(255, 255, 255, .8)
}

html[data-dracula-scheme=dark] #user-settings-tooltip .settings-field h4 div {
    background: rgba(255, 255, 255, .8)
}

html[data-dracula-scheme=dark] #user-settings-tooltip .settings-field:hover>h4 {
    color: #fff !important
}

html[data-dracula-scheme=dark] #user-settings-tooltip .settings-field:hover>h4 div {
    background: #fff !important
}

html[data-dracula-scheme=dark] iframe[src*="disqus.com"] {
    color-scheme: light
}

html[data-dracula-scheme=dark] iframe[src*="trustpilot.com"] {
    color-scheme: light
}

.reading-mode-buttons {
    --reading-mode-button-alignment: flex-start;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    justify-content: var(--reading-mode-button-alignment)
}

.reading-mode-buttons>span {
    margin: 5px 7px
}

.reading-mode-buttons>span:first-child {
    margin-left: 0
}

.reading-mode-buttons>span:last-child {
    margin-right: 0
}

.reading-mode-buttons:empty {
    display: none
}

.reading-mode-button {
    --reading-mode-bg-color: -webkit-linear-gradient(-90deg, #fff 0%, #ddd 100%);
    --reading-mode-text-color: #2f80ed;
    --reading-mode-button-size: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background: var(--reading-mode-bg-color);
    color: var(--reading-mode-text-color);
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    height: var(--reading-mode-button-size);
    padding: 9px 10px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box
}

.reading-mode-button-wrap {
    display: inline-flex
}

.reading-mode-button .reading-mode-icon-wrap {
    width: 18px;
    aspect-ratio: 1;
    margin-right: 10px;
    box-sizing: border-box
}

.reading-mode-button .reading-mode-icon-only {
    margin-right: 0
}

.reading-mode-button__icon {
    width: 100%;
    height: 100%;
    display: block;
    transition: all .2s ease-in-out
}

.reading-mode-button__icon:not(.custom-icon) {
    -webkit-mask: var(--reading-mode-icon);
    mask: var(--reading-mode-icon);
    background-color: var(--reading-mode-text-color)
}

.reading-mode-button__text {
    white-space: nowrap
}

.reading-mode-button:hover {
    background: var(--reading-mode-bg-darker)
}

.reading-mode-button.style-default {
    background: var(--reading-mode-bg-color);
    color: var(--reading-mode-text-color);
    border: 1px solid #dedede;
    border-radius: 3px
}

.reading-mode-button.style-default:hover {
    opacity: .8
}

.reading-mode-button.style-solid {
    background: var(--reading-mode-bg-color);
    border-radius: 3px
}

.reading-mode-button.style-solid:hover {
    background: var(--reading-mode-bg-darker)
}

.reading-mode-button.style-outline {
    border: 2px solid var(--reading-mode-text-color);
    border-radius: var(--reading-mode-button-size);
    background: 0 0;
    color: var(--reading-mode-text-color)
}

.reading-mode-button.style-outline .reading-mode-button__icon:not(.custom-icon) {
    background-color: var(--reading-mode-text-color)
}

.reading-mode-button.style-outline:hover {
    background: var(--reading-mode-text-color);
    color: #fff
}

.reading-mode-button.style-outline:hover .reading-mode-button__icon:not(.custom-icon) {
    background-color: #fff
}

.reading-mode-button.style-shadow {
    border-radius: 3px;
    box-shadow: inset 0 0 0 0 var(--reading-mode-bg-darker), 0 3px 0 0 var(--reading-mode-bg-darker)
}

.reading-mode-button.style-shadow:hover {
    color: #fff;
    box-shadow: inset 0 calc(0px - var(--reading-mode-button-size)) 0 0 var(--reading-mode-bg-darker), 0 3px 0 0 var(--reading-mode-bg-darker)
}

.reading-mode-button.style-shadow:hover .reading-mode-button__icon:not(.custom-icon) {
    background-color: #fff
}

.reading-mode-button.style-shadow-alt {
    background: 0 0;
    color: var(--reading-mode-bg-color);
    box-shadow: inset 0 0 0 0 var(--reading-mode-bg-color), 0 3px 0 0 var(--reading-mode-bg-color), 0 0 5px 0 rgba(0, 0, 0, .13);
    border-radius: 5px
}

.reading-mode-button.style-shadow-alt .reading-mode-button__icon:not(.custom-icon) {
    background-color: var(--reading-mode-bg-color)
}

.reading-mode-button.style-shadow-alt:hover {
    background: 0 0;
    color: var(--reading-mode-text-color);
    box-shadow: inset 0 calc(0px - var(--reading-mode-button-size)) 0 0 var(--reading-mode-bg-color), 0 3px 0 0 var(--reading-mode-bg-color)
}

.reading-mode-button.style-shadow-alt:hover .reading-mode-button__icon:not(.custom-icon) {
    background-color: var(--reading-mode-text-color)
}

.reading-mode-button.style-icon {
    border-radius: 7px;
    border: 2px solid var(--reading-mode-bg-color);
    background: 0 0;
    color: var(--reading-mode-bg-color);
    padding: 0;
    padding-right: 10px;
    overflow: hidden
}

.reading-mode-button.style-icon .reading-mode-icon-wrap {
    width: var(--reading-mode-button-size);
    padding: 10px;
    background: var(--reading-mode-bg-color)
}

.reading-mode-button.style-icon .reading-mode-icon-wrap:after {
    content: "";
    background: var(--reading-mode-bg-color);
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: var(--reading-mode-button-size);
    z-index: 1;
    transition: all .3s ease-in-out
}

.reading-mode-button.style-icon__icon:not(.custom-icon) {
    background-color: var(--reading-mode-text-color)
}

.reading-mode-button.style-icon:hover {
    color: var(--reading-mode-text-color)
}

.reading-mode-button.style-icon:hover .reading-mode-icon-wrap:after {
    width: 100%
}

.reading-mode-button.style-icon:hover .reading-mode-button__text {
    position: relative;
    z-index: 2
}

.reading-mode-button.style-icon-alt {
    border-radius: 7px;
    color: var(--reading-mode-text-color);
    padding: 0;
    padding-right: 10px;
    overflow: hidden
}

.reading-mode-button.style-icon-alt .reading-mode-icon-wrap {
    width: var(--reading-mode-button-size);
    padding: 10px;
    background: var(--reading-mode-bg-darker)
}

.reading-mode-button.style-icon-alt .reading-mode-icon-wrap:after {
    content: "";
    background: var(--reading-mode-bg-darker);
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: var(--reading-mode-button-size);
    z-index: 1;
    transition: all .3s ease-in-out
}

.reading-mode-button.style-icon-alt__icon:not(.custom-icon) {
    background-color: var(--reading-mode-text-color)
}

.reading-mode-button.style-icon-alt:hover {
    background: var(--reading-mode-bg-color)
}

.reading-mode-button.style-icon-alt:hover .reading-mode-icon-wrap:after {
    width: 100%
}

.reading-mode-button.style-icon-alt:hover .reading-mode-button__text {
    position: relative;
    z-index: 2
}

.reading-mode-button.style-icon-alt.reading-mode-icon-only,
.reading-mode-button.style-icon.reading-mode-icon-only {
    padding-right: 0
}

.reading-mode-button.size-small {
    --reading-mode-button-size: 30px;
    padding: 7px 10px;
    font-size: 13px
}

.reading-mode-button.size-small .reading-mode-icon-wrap {
    width: 15px;
    margin-right: 7px
}

.reading-mode-button.size-small.style-icon,
.reading-mode-button.size-small.style-icon-alt {
    padding: 0;
    padding-right: 7px
}

.reading-mode-button.size-small.style-icon .reading-mode-icon-wrap,
.reading-mode-button.size-small.style-icon-alt .reading-mode-icon-wrap {
    width: var(--reading-mode-button-size);
    padding: 7px
}

.reading-mode-button.size-large {
    --reading-mode-button-size: 50px;
    padding: 15px 20px;
    font-size: 18px
}

.reading-mode-button.size-large .reading-mode-icon-wrap {
    width: 25px;
    margin-right: 15px
}

.reading-mode-button.size-large.style-icon,
.reading-mode-button.size-large.style-icon-alt {
    padding: 0;
    padding-right: 15px
}

.reading-mode-button.size-large.style-icon .reading-mode-icon-wrap,
.reading-mode-button.size-large.style-icon-alt .reading-mode-icon-wrap {
    width: var(--reading-mode-button-size);
    padding: 12px
}

@media (max-width:767px) {
    .reading-mode-button {
        --reading-mode-button-size: 30px;
        padding: 7px 10px;
        font-size: 13px
    }

    .reading-mode-button .reading-mode-icon-wrap {
        width: 15px;
        margin-right: 7px
    }

    .reading-mode-button.style-icon,
    .reading-mode-button.style-icon-alt {
        padding: 0;
        padding-right: 7px
    }

    .reading-mode-button.style-icon .reading-mode-icon-wrap,
    .reading-mode-button.style-icon-alt .reading-mode-icon-wrap {
        width: var(--reading-mode-button-size);
        padding: 7px
    }

    .reading-mode-button.size-small {
        --reading-mode-button-size: 25px;
        padding: 5px 8px;
        font-size: 11px
    }

    .reading-mode-button.size-small .reading-mode-icon-wrap {
        width: 12px;
        margin-right: 5px
    }

    .reading-mode-button.size-small.style-icon,
    .reading-mode-button.size-small.style-icon-alt {
        padding: 0;
        padding-right: 5px
    }

    .reading-mode-button.size-small.style-icon .reading-mode-icon-wrap,
    .reading-mode-button.size-small.style-icon-alt .reading-mode-icon-wrap {
        width: var(--reading-mode-button-size);
        padding: 5px
    }

    .reading-mode-button.size-large {
        --reading-mode-button-size: 40px;
        padding: 12px 15px;
        font-size: 15px
    }

    .reading-mode-button.size-large .reading-mode-icon-wrap {
        width: 20px;
        margin-right: 12px
    }

    .reading-mode-button.size-large.style-icon,
    .reading-mode-button.size-large.style-icon-alt {
        padding: 0;
        padding-right: 12px
    }

    .reading-mode-button.size-large.style-icon .reading-mode-icon-wrap,
    .reading-mode-button.size-large.style-icon-alt .reading-mode-icon-wrap {
        width: var(--reading-mode-button-size);
        padding: 10px
    }
}

.reading-mode-iframe {
    width: 100%;
    height: 100%;
    border: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999;
    display: none !important
}

.reading-mode-enabled {
    overflow: hidden
}

.reading-mode-enabled .reading-mode-iframe.active {
    display: block !important
}

#crumbs .reading-mode-buttons,
.breadcrumbs .reading-mode-buttons,
.nav-menu .reading-mode-buttons,
nav .reading-mode-buttons {
    display: none !important
}

.ast-plain-container .entry-content p .reading-mode-buttons {
    display: block;
    width: -moz-max-content;
    width: max-content;
    overflow: hidden
}