#loading-layer {
    background: #000;
    padding: 20px;
    text-align: center;
    color: #fff;
    border-radius: 2px
}

.scriptcode,
.title_quote,
.quote {
    padding: 8px;
    border: 1px solid #e0e0e0
}
.ratingplus {
    color: #70bb39
}

.ratingminus {
    color: #ff5151;
}
.title_quote {
    border-bottom: 0
}

.quote,
blockquote {
    padding: 0 8px 8px;
    border-top: 0
}

.scriptcode {
    color: #4c6d0f;
    text-align: left;
    font-family: courier new
}

.text_spoiler {
    border-top: 0
}

.hide {
    background-color: #f0f0f0;
    padding: 5px;
    color: #4c6d0f;
    margin: 0 0 1em
}

.hide a {
    text-decoration: underline
}

.hide a:hover {
    text-decoration: none
}

#dropmenudiv {
    padding: 10px 0;
    min-width: 140px;
    width: auto !important;
    opacity: 1 !important;
    display: none;
    font-size: .9em;
    box-shadow: 0 8px 40px -10px rgba(0, 0, 0, .3);
    border: 1px solid #e6e6e6;
    border-color: rgba(0, 0, 0, .1);
    background-clip: padding-box
}

#dropmenudiv {
    background-color: #fff
}

#dropmenudiv a {
    text-decoration: none !important;
    color: inherit;
    display: block;
    padding: 3px 20px;
    border: 0;
    white-space: nowrap;
    color: inherit
}

#dropmenudiv a:hover {
    background-color: #eeeeef
}

#searchsuggestions {
    z-index: 2200;
    width: 300px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 8px 40px -10px rgba(0, 0, 0, .3);
    border: 1px solid #ddd;
    border-color: rgba(0, 0, 0, .2);
    background-clip: padding-box;
    font-size: .9em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#searchsuggestions a,
#searchsuggestions span.notfound {
    padding: 15px 25px;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #e5e5e5
}

#searchsuggestions a {
    color: inherit
}

#searchsuggestions a:hover {
    background-color: #f7f7f7
}

#searchsuggestions a span {
    display: block;
    cursor: pointer
}

#searchsuggestions span.searchheading {
    display: block;
    font-weight: 700;
    margin-bottom: .2em
}

#searchsuggestions span.seperator {
    display: block
}

#searchsuggestions span.seperator a {
    padding: 10px 0;
    text-align: center;
    border: 0;
    background-color: transparent;
    color: #919191
}

#searchsuggestions span.notfound {
    padding: 15px 25px;
    display: block
}

#searchsuggestions .break {
    display: none
}

.ui-widget-overlay {
    background: #000;
    opacity: .5;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: fixed
}

.ui-helper-clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden
}

.ui-helper-clearfix {
    display: inline-block
}

* html .ui-helper-clearfix {
    height: 1%
}

.ui-helper-clearfix {
    display: block
}

.ui-dialog {
    text-align: left;
    overflow: hidden;
    padding: 0;
    position: absolute;
    max-width: 450px;
    width: 95% !important;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #e0e0e0
}

.ui-dialog-titlebar {
    padding: 20px;
    position: relative
}

.ui-dialog-title {
    float: left;
    font-family: Inter;
    font-size: 20px;
    color: #212121
}

.ui-dialog-titlebar-close {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -16px;
    height: 25px;
    width: 25px;
    border: 0 !important;
}

button.ui-dialog-titlebar-close {
    background-color: #fff;
    background-size: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-x' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.ui-dialog-buttonset button {
    display: inline-block;
    color: #fff;
    border: aliceblue;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    background-color: #2100eb;
    border-color: #2100eb;
    margin-right: 8px;
}

.ui-dialog-titlebar-close:hover .ui-icon {
    opacity: 1
}

.ui-icon {
    overflow: hidden;
    text-indent: -9999px
}

.ui-dialog label {
    color: #575757
}

.ui-dialog-content {
    font-family: Inter;
    font-size: 16px;
    color: #212121;
    line-height: 1.5;
    padding: 20px
}

.ui-dialog-content textarea {
    width: calc(100% - 40px) !important;
    margin-left: 20px;
    outline: none;
    font-family: Inter;
    font-size: 16px;
    color: #212121;
    padding: 0;
    border: 1px solid #e0e0e0
}

.loginbox.ui-dialog,
.loginbox .ui-dialog-content {
    overflow: visible !important
}

.ui-dialog-content h2 {
    display: inline;
    font-size: 1em;
    font-weight: 700
}

.ui-dialog .ui-dialog-buttonpane {
    padding: 20px;
    text-align: center
}

.ui-dialog .ui-resizable-se {
    bottom: 3px;
    height: 14px;
    right: 3px;
    width: 14px
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-state-error {
    background: #fef1ec 50% 50% repeat-x !important;
    border: 1px solid #cd0a0a;
    color: #cd0a0a
}

.ui-helper-hidden-accessible {
    display: none
}

.c-captcha img {
    position: relative;
    display: block;
    width: 130px;
    height: 46px;
    z-index: 1;
    -webkit-transition: all ease .2s;
    transition: all ease .2s
}

.c-captcha>a {
    margin-right: 8px
}

.dle-captcha img {
    position: relative;
    display: block;
    width: 130px;
    height: 46px;
    -webkit-transition: all ease .2s;
    transition: all ease .2s
}

.dle-captcha>input {
    width: 130px
}

.bb-editor textarea {
    max-height: 100px;
}

.emoji {
    border: none;
    vertical-align: middle;
    width: 22px;
    height: 22px
}

.ui-front {
    z-index: 1000
}

.ui-button-icon-only {
    overflow: hidden;
    text-indent: -9999px
}

.emoji_box {
    width: 100%;
    max-width: 390px
}

.emoji_category {
    padding: 7px;
    clear: both
}

.emoji_list {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    font-family: apple color emoji, segoe ui emoji, notocoloremoji, segoe ui symbol, android emoji, emojisymbols;
    font-size: 2em
}

.emoji_symbol {
    float: left;
    margin-bottom: 10px;
    width: 12.5%;
    text-align: center
}

.emoji_symbol a,
.emoji_symbol a:hover {
    cursor: pointer;
    text-decoration: none
}

.native-emoji {
    font-size: 1.3em;
    font-family: apple color emoji, segoe ui emoji, notocoloremoji, segoe ui symbol, android emoji, emojisymbols
}
.commentsreplymail input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.commentsreplyname input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}