/* SERVICE FORM BASIC
----------------------------------------------- */

.form__header {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form__title {
    font-size: 24px;
    flex: 1 1 0;
    max-width: 100%;
    min-width: 50px;
}

.form__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.form__row:last-child {
    margin-bottom: 0;
}

.form__caption {
    width: 200px;
    padding-right: 20px;
}

.form__content {
    flex: 1 1 0;
    position: relative;
    max-width: 100%;
    min-width: 50px;
}

.form__label--important::after {
    content: "*";
    margin: 0 0 0 5px;
    color: #e85319;
}

.form__caption--above {
    width: 100%;
    padding: 15px 20px;
    background-color: #2f343a;
    color: #fff;
}

.form__btn--secondary {
    margin-left: 20px;
}

.form__btn--find-related {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0 10px;
    font-size: 13px !important;
}

/* SERVICE FORM EXTENDED
----------------------------------------------- */

.form__content--admintag {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-right: -20px;
}

.form__content--admintag .checkbox {
    width: 33.33%;
    margin-bottom: 20px;
    padding-right: 20px;
}

.checkbox,
.comments_subscribe {
    position: relative;
    padding-left: 50px;
}

.checkbox input,
.comments_subscribe input {
    appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    transition: all .2s linear;
    height: 20px;
    width: 40px;
    border-radius: 10px;
    background-color: var(--ui-bg-darkest);
    cursor: pointer;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}

.checkbox input::before,
.comments_subscribe input::before {
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 10px;
    position: absolute;
    left: 1px;
    top: 1px;
    background-color: var(--ui-bg);
    transition: all .2s linear;
}

.checkbox input:checked,
.comments_subscribe input:checked {
    background-color: #6ab04c;
}

.checkbox input:checked::before,
.comments_subscribe input:checked::before {
    left: 21px;
}

.findrelated {
    margin-top: 10px;
    padding: 8px 10px;
    background-color: #f6e58d;
    font-size: 13px;
}

.form__table {
    width: 100%;
}

.form__table td {
    padding-bottom: 20px;
}

.form__table .addnews {
    width: 200px;
}

.xfields textarea,
.xprofile textarea,
.form__textarea-inside textarea,
#comments_ifr {
    height: 100px !important;
}

.xfields input,
.xprofile input {
    max-width: width 100%;
}

.xfields_table td {
    vertical-align: top;
}

.xfields .bb-editor,
.xfields .wseditor {
    margin-top: 10px;
}

.form__content--sec-code input {
    display: inline-block;
    max-width: 210px;
    vertical-align: middle;
    margin-right: 10px;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
}

.form__content--sec-code>a {
    display: inline-block;
    vertical-align: middle;
}

#result-registration>span {
    display: inline-block;
    margin-top: 10px;
}

.form__content select,
#category {
    width: 100% !important;
}

.form__content--usertag .checkbox {
    width: 50%;
}

/* STATS, PM
----------------------------------------------- */

.stats__list {
    width: 33.33%;
    margin-bottom: 20px;
}

.stats__list li {
    padding: 0 15px 10px 1px;
}

.stats h2 {
    font-size: 18px;
    margin-top: 20px;
}

.stats__latest li {
    margin-bottom: 10px;
}

.table-responsive {
    overflow-y: hidden;
    overflow-x: auto;
}

.dle-table,
.pm {
    width: 100%;
    border: 1px solid var(--ui-bdc);
}

.dle-table td,
.pm td {
    padding: 10px;
    font-size: 13px;
    border: 1px solid var(--ui-bdc);
}

.dle-table thead tr:nth-child(1),
.pm tr:nth-child(1) {
    background-color: var(--ui-bg-darkest);
}

.dle-table tr:nth-child(2n+2),
.pm tr:nth-child(2n+2) {
    background-color: var(--ui-bg-darker);
}

.pm tr td:first-child {
    width: 37px;
}

.pm__links a,
a.pm_list+a {
    margin-right: 20px;
}

.pm__status,
#blind-animation {
    margin-bottom: 40px;
}

.pm_progress_bar {
    border-radius: 4px;
    margin: 10px 0;
    overflow: hidden;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: var(--ui-bg-darkest);
}

.pm_progress_bar span {
    background: #6ab04c;
    font-size: 0;
    text-indent: -2000em;
    height: 20px;
    display: block;
    overflow: hidden;
}

.pm select {
    width: 100%;
    margin-bottom: 10px;
}

.pm-item__img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 20px;
}

.pm-item__text {
    margin: 6px 0 10px 0;
}

.pm-item__meta>span {
    margin-right: 20px;
    font-size: 13px;
}


/* SEARCH PAGE, SEARCH TABLE */

.search-page__title {
    font-size: 18px;
    margin-bottom: 20px;
}

.search-page .search>div {
    display: flex;
    justify-content: space-between;
    margin: 0 !important;
    padding: 20px;
    background-color: var(--ui-bg-darker);
    border-radius: 6px;
    padding-bottom: 10px;
}

.search-page .search br {
    display: none;
}

.search-page .search #searchinput {
    flex: 1 1 0;
    margin-right: 20px;
    min-width: 100px;
}

.searchstyle {
    width: 480px
}

.search {
    padding: 0
}

#searchtable,
#searchtable td {
    vertical-align: top;
    text-align: left
}

#searchtable fieldset {
    font-size: 11px;
    border: 1px solid #d7d7d7;
    padding: 10px;
    text-align: left;
    margin: 0 4px 4px 0 !important;
    border-radius: 6px
}

fieldset legend {
    font-size: 11px;
    font-weight: bold;
    color: #696969;
}

#searchtable table,
#searchtable form {
    margin: 0;
    width: 100%;
}

#searchuser,
#searchinput {
    width: 90% !important;
}

.search>div {
    margin-bottom: 10px;
}

.search input[type="text"],
.search select {
    display: block;
    width: 100% !important;
    margin-bottom: 10px;
}

.search input[type="checkbox"],
.search input[type="radio"] {
    margin-right: 5px;
}

#searchinput+br,
#searchinput+br+br {
    display: none;
}

/*--- AJAX LOADER ---*/

#loading-layer {
    display: flex !important;
    z-index: 9999 !important;
    background-color: var(--ui-bg);
    position: fixed;
    top: 20px !important;
    left: auto !important;
    right: 20px;
    bottom: auto;
    height: 80px;
    flex-direction: column;
    justify-content: center;
    width: 340px;
    max-width: calc(100% - 40px);
    padding: 0 20px;
    border-left: 80px solid var(--ui-bg-accent);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    line-height: 1.4;
}

#loading-layer::after {
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 50%;
    left: 0%;
}

#loading-layer::after {
    width: 30px;
    height: 30px;
    margin: -25px 0 0 -65px;
    border: 10px solid rgba(255, 255, 255, 0.2);
    border-left-color: var(--ui-text-color-on-accent);
    animation: spin 1s infinite linear;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.bb-pane {
    border: 1px solid var(--ui-bdc);
    background: var(--ui-bg);
    padding: 5px 1px 5px 10px;
    border-radius: 3px 3px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    z-index: 10;
    background: linear-gradient(to top, var(--ui-bg-darkest) 0%, var(--ui-bg) 80%, var(--ui-bg) 100%);
}

.bb-btn {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 30px;
    margin-right: 5px;
    color: #444;
    cursor: pointer;
    font-size: 12px;
    border-radius: 3px;
    text-align: center;
    transition: all .3s
}

.bb-btn:hover {
    color: var(--ui-text-color-on-accent);
    background-color: var(--ui-bg-accent);
}

.bb-sel {
    padding: 2px 2px 0 2px;
}

.bb-sel select {
    font-size: 11px;
}

.bb-sep {
    display: inline-block;
    width: 1px;
    padding: 2px;
}

.bb-btn {
    cursor: pointer;
    outline: 0;
}

.bb-pane h1 {
    font-size: 36px;
    margin-top: 5px;
    margin-bottom: 5px
}

.bb-pane h2 {
    font-size: 30px;
    margin-top: 5px;
    margin-bottom: 5px
}

.bb-pane h3 {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 5px
}

.bb-pane h4 {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px
}

.bb-pane h5 {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px
}

.bb-pane h6 {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px
}

.bb-pane-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 180px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 11px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    background: white;
    box-shadow: 0 1px 2px #dadada
}

.bb-pane-dropdown>li>a {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap
}

.bb-pane-dropdown>li>a:hover,
.bb-pane-dropdown>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: whitesmoke
}

.bb-pane-dropdown .color-palette div .color-btn {
    width: 17px;
    height: 17px;
    padding: 0;
    margin: 0;
    border: 1px solid #fff;
    cursor: pointer
}

.bb-pane-dropdown .color-palette {
    padding: 0px 5px
}

.bb-editor textarea {
    margin-top: -1px
}

.editorcomm .bb-editor {
    width: 565px;
}

.editorcomm .bb-editor textarea {
    height: 200px;
}

/*--- QUICK EDIT FIELDS---*/

.quick-edit-text {
    padding: .4em;
    width: 350px;
}

.quick-edit-textarea {
    height: 250px;
    padding: 2px;
    border: 1px solid #d7d7d7;
    width: 100%;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/*--- DROP NENU ---*/

#dropmenudiv {
    font: 13px Arial;
    padding: 10px;
    display: none;
    background: var(--ui-bg);
    border-radius: 8px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.22);
    z-index: 200 !important;
}

#dropmenudiv a {
    display: block;
    text-decoration: none;
    padding: 5px 8px;
    width: 154px;
}

/*--- HIGHSLIDE GALLERY ---*/

.highslide-container {
    z-index: 1099 !important;
}

.highslide-wrapper,
.highslide-outline {
    background: #fff;
    color: #000;
}

.highslide-image {
    border: 2px solid #fff
}

.highslide-active-anchor {
    visibility: hidden
}

.highslide-active-anchor img {
    visibility: hidden
}

.highslide-dimming {
    background-color: black
}

.highslide-html {
    background-color: white
}

.highslide-loading {
    display: block;
    color: white;
    font-size: 9px;
    font-weight: bold;
    text-decoration: none;
    padding: 3px;
    border: 1px solid white;
    background-color: black
}


/*--- TAGS CLOUD ---*/

.clouds_xsmall,
.clouds_small,
.clouds_medium,
.clouds_large,
.clouds_xlarge {
    display: inline-block;
    border-radius: 6px;
    margin: 0 3px 6px 0;
}

.clouds_xsmall {
    font-size: 1em
}

.clouds_small {
    font-size: 1.1em;
    font-weight: bold
}

.clouds_medium {
    font-size: 1.2em;
    font-weight: bold
}

.clouds_large {
    font-size: 1.3em
}

.clouds_xlarge {
    font-size: 1.4em
}

.cloud-tags span a {
    display: block;
    padding: 5px 7px;
    border: 1px solid var(--ui-bdc);
}

.cloud-tags span a:hover {
    background-color: var(--ui-bg-accent);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    color: var(--ui-text-color-on-accent);
}

.tags_more {
    margin-top: 10px;
}

/*--- SEARCH SUGGESTIONS---*/

#searchsuggestions {
    z-index: 99998;
    width: 100%;
    font-size: 13px;
    background: var(--ui-bg);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}


#searchsuggestions a,
#searchsuggestions span.notfound {
    padding: 10px 15px;
    border-bottom: 1px solid var(--ui-bg-darker);
}

#searchsuggestions a:hover {
    background-color: var(--ui-bg-darker);
}

#searchsuggestions span.searchheading {
    margin-bottom: 10px;
    font-size: 14px;
}

#searchsuggestions span.searchheading+span {
    color: #949494;
}

#searchsuggestions span.seperator a {
    padding: 10px 0;
    text-align: center;
    background-color: var(--ui-bg-accent);
    color: var(--ui-text-color-on-accent);
}

#searchsuggestions span.notfound {
    padding: 15px 20px;
}

#searchsuggestions .break,
#searchsuggestions span.seperator {
    display: none;
}

@media screen and (max-width: 960px) {
    #searchsuggestions {
        width: calc(100% - 40px);
    }
}

/*--- UI WIDGETS ---*/

.ui-widget-overlay {
    background: #000;
    opacity: 0.5;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: fixed;
}

.ui-dialog {
    background-color: var(--ui-bg);
    position: absolute;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    overflow: hidden;
    height: auto;
    width: 100%;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    max-height: 482.4px;
    max-width: 1024px;
    display: none;
}

.ui-dialog-titlebar {
    background-color: var(--ui-bg-accent);
    color: var(--ui-text-color-on-accent);
    position: relative;
}

.ui-dialog-title {
    display: block;
    font-size: 18px;
    padding: 15px 60px 15px 30px;
}

.ui-dialog-content {
    padding: 30px;
    overflow: auto;
    position: relative;
}

.ui-dialog-buttonpane {
    padding: 15px 25px;
    text-align: center;
    background-color: var(--ui-bg-darker);
}

.ui-icon-closethick {
    cursor: pointer;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 40px;
    height: 40px;
}

.ui-icon-closethick:before {
    content: "X";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: var(--ui-text-color-on-accent);
    position: absolute;
    right: 0;
    top: 0px;
    text-indent: 0;
    font-size: 18px;
    display: block;
}

.ui-dialog-buttonpane button {
    height: 30px;
    margin: 0 5px;
    padding: 0 15px;
    font-size: 13px;
}

.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 MENU --- */

.ui-autocomplete {
    position: absolute;
    cursor: default;
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    float: left;
    background: #fff 50% bottom repeat-x;
    border: 1px solid #dedede;
    color: #222;
}

.ui-menu .ui-menu {
    margin-top: -3px;
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: .2em .4em;
    line-height: 1.5;
    zoom: 1;
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
    border: 1px solid #a7a7a7;
    color: #4e4e4e;
    font-weight: bold;
}

/*--- UPDATES TO NEW VERSIONS ---*/

.comments-tree-list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.comments-tree-list .comments-tree-list {
    padding-left: 50px;
    position: relative;
}

.comments-tree-item {
    display: block;
    margin: 0;
    padding: 0;
}

#dlefastreplycomments {
    padding: 10px;
    background: #f7f6e5;
    margin: 10px 0 5px 30px;
}

.commentsreplyname {
    padding: 2px;
    border: 1px solid #bcc0c2;
    width: 200px;
    background: #fff;
}

#dlereplypopup form>div {
    margin-bottom: 5px;
}

#dlereplypopup form input[type="text"] {
    height: 30px;
    line-height: 30px;
}

#dlereplypopup form textarea {
    height: 80px;
}

.pollallvotes {
    text-align: center;
    margin-top: 10px;
}

/*--- 11, 12 ---*/

.emoji {
    border: none;
    vertical-align: middle;
    width: 22px;
    height: 22px;
}

.xfieldsrow {
    padding-top: 5px;
    clear: both;
}

.xfieldscolleft {
    float: left;
    width: 30%;
}

.xfieldscolright {
    float: left;
    width: 70%;
}

.file-box {
    width: 95%;
    max-width: 437px;
    border: 1px solid #B3B3B3;
    border-radius: 3px;
    background-color: #F5F5F5;
    padding: 10px;
    margin-top: 10px;
}

.qq-uploader {
    position: relative;
    width: 100%;
}

.qq-upload-drop-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    max-width: 437px;
    background: #FF9797;
    text-align: center;
}

.qq-upload-drop-area span {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -8px;
    font-size: 16px;
}

.qq-upload-drop-area-active {
    background: #FF7171;
}

.uploadedfile {
    width: 115px;
    height: 130px;
    margin: 10px 5px 5px 5px;
    border: 1px solid #B3B3B3;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    text-align: center;
    background: #ffffff;
}

.uploadedfile .uploadimage {
    margin-top: 5px;
    width: 115px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: move;
}

.sortable-ghost {
    opacity: 0.4;
}

.uploadedfile .info {
    text-align: left;
    white-space: nowrap;
    margin: 0px 5px 0px 5px;
    overflow: hidden;
}

.progress {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: whitesmoke;
    height: 10px;
    border-radius: 8px;
    background: #eee;
    box-shadow: 0 1px 0 white, 0 0px 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}

.progress .progress-bar {
    float: left;
    width: 0%;
    font-size: 13px;
    line-height: 20px;
    color: white;
    text-align: center;
    background-color: #428bca;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    transition: width 0.6s ease;
    border-radius: 8px;
    box-shadow: none;
    height: 8px;
}

.progress-bar span {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}

.progress-blue {
    background-image: linear-gradient(to bottom, #9bcff5 0%, #6db9f0 100%);
    background-repeat: repeat-x;
    border: 1px solid #55aeee;
}

.xfieldimagegallery {
    margin: 20px -5px;
    list-style: none;
    clear: both;
}

.xfieldimagegallery:after {
    content: "";
    display: table;
    clear: both;
}

.xfieldimagegallery li {
    list-style: none;
    margin: 0;
}

.xfieldimagegallery li img {
    float: left;
    margin: 5px;
    border: 5px solid #fff;
    width: 150px;
    height: 100px;
}

.xfieldimagegallery li img:hover {
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
}

.dle-captcha {
    position: relative;
}

.dle-captcha:after {
    clear: both;
    display: block;
    content: "";
}

.dle-captcha>a {
    float: left;
    margin-right: 5px;
}

.dle-captcha img {
    position: relative;
    display: block;
    width: 130px;
    height: 46px;
    transition: all ease .2s;
}

.dle-captcha>input {
    float: left;
    width: 130px;
}

.xfieldsnote {
    color: #838383;
    font-size: .9em;
}

.instagram-media,
.twitter-tweet {
    display: inline-block !important;
}

/*--- 13, 14 ---*/

.ui-front {
    z-index: 1000;
}

.ui-button-icon-only {
    overflow: hidden;
    text-indent: -9999px;
}

button.ui-dialog-titlebar-close {
    background: none;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.ui-dialog-titlebar-close .svg-icon {
    width: 15px;
    height: 15px;
    fill: #fff;
}

.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';
}

/* --- ADAPTIVE --- */

@media screen and (max-width: 760px) {

    .form__caption:not(.form__caption--above),
    .form__table .addnews {
        width: 100%;
        padding: 0 0 10px 0;
    }

    .form__content--admintag .checkbox {
        width: 100%;
    }

    .usp {
        margin-left: -20px;
        margin-right: -20px;
    }

    .usp__list li {
        width: 100%;
    }

    .comments-tree-list .comments-tree-list {
        padding-left: 0;
    }
}

@media screen and (max-width: 590px) {
    .form__title {
        font-size: 18px;
    }

    .form__header .form__btn .far {
        display: none;
    }

    .form__btn--find-related {
        position: static;
        width: 100%;
        margin-top: 10px;
    }

    .qq-upload-button,
    .pm__links li,
    .stats__list {
        width: 100% !important;
    }

    .form__row--without-label>.form__btn,
    .pm__links li a {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .form__content--sec-code input {
        max-width: 100%;
        width: 100%;
        margin: 0 0 10px 0;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .usp__right,
    .usp__meta .usp__btn {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }

    .usp__left {
        width: 60px;
        margin-right: 10px;
    }

    .usp__img {
        width: 60px;
        height: 60px;
    }

    .usp__status {
        width: auto;
        margin: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .usp__activity {
        justify-content: flex-end;
        text-align: right;
    }

    .usp-popup__left {
        margin: 0 auto 15px auto;
        width: 100%;
    }

    .ui-dialog .ui-dialog-buttonpane button {
        margin: 0 0 5px 0;
        width: 100%;
    }

    #dofullsearch,
    #searchsuggestions span.seperator {
        display: none !important;
    }

    .dcont button {
        font-size: 13px;
        padding: 0 15px !important;
    }

    .comments-tree-list .comments-tree-list {
        padding-left: 0px !important;
    }

    .comments-tree-list .comments-tree-list:before {
        display: none;
    }

    .mass_comments_action {
        display: none;
    }
}

.sect-categories__boxes-item a.grid_more_games {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

/*===============================*/
select.classic {
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    background-color: #fff;
    color: #5c5c5c;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: .5em 1em .5em 1.7em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14px;
    border: 1px solid #ff6550;
    outline: 0;
    height: fit-content;
    margin-left: auto;
}

select.classic:focus {
    background-color: #fff;
    color: #5c5c5c;
    outline: 0;
}

/* select filter cat*/
/*player button control*/
.player-footer, .blur_dialog, .contact-popup {
    --shadow-2: 0px 6px 30px rgba(0, 0, 0, .05);
    --box-bg-color: #fff;
    --btn-control: #140f18;
    --btn-control-hover: #ff6550;
    --color-primary: #5c5c5c;
    --color-btn: #cccccc;
    --btn-text-extent: #030712;
    --text-btn-control: #0a0a1a;
    --text-btn-control-hover: #fff;
    --border-btn: #8483833d;
    --color-content-popup: #5c5c5c;
    --color-heading-popup: #ff6550;
}

.player-footer {
    border-radius: 8px;
    position: relative;
    /* margin: 12px 0 0; */
    /* box-shadow: var(--shadow-2); */
    width: 100%;
    /* background-color: var(--box-bg-color); */
}

.player-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 10px 0 0;
    z-index: 0;
}

.player-footer__item {
    padding: 0 10px;
}

.player-footer__left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.player-footer__left img {
    border-radius: 4px;
    max-width: 40px;
    object-fit: cover;
}

.player-footer__left h1,
.player-footer__left h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    font-family: var(--font-heading);
    color: #fff;
    padding: 0;
}

.player-footer__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.g-footer__button {
    background: var(--btn-control) !important;
    color: var(--color-btn);
    border: 0;
    width: 40px;
    height: 40px;
    transition: all 0.3s;
    border-radius: 8px;
    box-shadow: var(--shadow-2);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.g-footer__button .svg-icon {
    width: 18px;
    height: 18px;
    transition: transform .2s cubic-bezier(.32, 1.2, .54, 1.17);
}

.g-footer__button-title {
    font-size: 10px;
    bottom: 4px;
    left: 50%;
    position: absolute;
}

.g-footer__button-title_last {
    opacity: 0;
}

.g-footer__button-title_first {
    background-color: transparent;
    color: #fff;
    opacity: 1;
}

.g-footer__button-title_text {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s cubic-bezier(.32, 1.2, .54, 1.17);
    white-space: nowrap;
    background: var(--text-btn-control);
    font-weight: 500;
}

@media (hover: hover) and (pointer: fine) {
    .g-footer__button:hover .g-footer__button-title_last {
        background-color: var(--btn-text-extent);
        color: #fff;
        opacity: 1;
    }

    .g-footer__button:hover .g-footer__button-title_first {
        opacity: 0;
    }

    .g-footer__button:hover {
        transform: translateY(-3px);
        background: var(--btn-control-hover) !important;
        color: var(--text-btn-control-hover);
    }
}

.g-footer__button:hover .svg-icon {
    transform: rotate(-5deg);
}

.g-footer__button.voted, .g-footer__button.active {
    transform: translateY(-3px);
    background: var(--btn-control-hover) !important;
    color: var(--text-btn-control-hover);
}

/* =======popup========== */
.blur_dialog, .contact-popup {
    position: fixed;
    bottom: 0;
    top: 0;
    right: -330px;
    width: 330px;
    background-color: var(--box-bg-color);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 8px 0 0;
    border: 1px solid var(--border-card);
    z-index: 1001;
    transition: right 0.3s ease-in-out;
}

.blur_dialog.active, .contact-popup.show {
    right: 0px;
}

label.label-contact-select {
    position: relative;
    display: inline-block;
    margin: 0 0 10px;
}

label.label-contact-select:before {
    content: "";
    height: 31px;
    position: absolute;
    right: 7px;
    top: 3px;
    width: 22px;
    background: transparent;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    pointer-events: none;
    display: block;
}

label.label-contact-select:after {
    content: " ";
    position: absolute;
    right: 15px;
    top: 46%;
    margin-top: -3px;
    z-index: 2;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.9px 4px 0 4px;
    border-color: var(--color-primary) transparent transparent transparent;
    pointer-events: none;
}

/* Popup container */
.contact-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 30px 0 10px;
    border: 1px solid var(--border-btn);
    border-radius: 4px;
    line-height: 36px;
    background: var(--box-bg-color);
    height: 36px;
    color: var(--color-primary);
    margin: 0 0px 5px 0;
    width: 100%;
    font-family: inherit;
}

.contact-select:focus-visible {
    outline: 0;
}

select.contact-select::-ms-expand {
    display: none;
}

.error_form_contact, .error-message-email {
    font-size: 0.9em;
    color: var(--high-light);
    margin: 0 0 8px;
    display: none;
}

label.label-contact-select {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
}

.popup-heading {
    display: flex;
    align-items: center;
    flex-flow: nowrap;
    padding: 0 40px 0 16px;
    line-height: 1.5;
}

.popup-content {
    border-top: 1px solid var(--border-btn);
    font-size: 14px;
    color: var(--color-content-popup);
    padding: 8px 16px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-y: scroll;
    height: calc(100vh - 60px);
}

.content_inner_popup {
    padding-bottom: 100px;
}

.content_inner_popup h2:not([class]), .content_inner_popup h3:not([class]), .content_inner_popup h4:not([class]) {
    margin: 0 0 10px;
    color: var(--color-heading-popup);
}

.content_inner_popup h2:not([class]) {
    font-size: 24px;
    font-weight: 600;
}

.content_inner_popup h3:not([class]), .content_inner_popup h4:not([class]) {
    font-size: 20px;
    font-weight: 500;
}

.content_inner_popup ol:not([class]), .content_inner_popup ul:not([class]) {
    margin: 0 0 10px;
    padding-left: 24px;
}

.content_inner_popup ol:not([class]) li, .content_inner_popup ul:not([class]) li {
    list-style: disc;
    margin: 0 0 6px;
}

.content_inner_popup a:not([class]) {
    color: var(--color-heading-popup);
}

.content_inner_popup p:not([class]) {
    margin-bottom: 10px;
}

.check_box_contact {
    background-color: #fff;
    border: 3px solid var(--border-btn);
    border-radius: 4px;
    cursor: pointer;
    display: block;
    height: 16px;
    margin: 0;
    width: 16px;
}

.form_contact {
    background: transparent;
    border: 1px solid var(--border-btn);
    color: var(--color-primary);
    max-width: 308px;
    resize: none;
    border-radius: 4px;
    transition: background-color .2s ease-in-out;
    width: 100%;
    font-family: inherit;
}

.contact_input {
    margin: 0 0 10px;
    padding: 8px 12px;
}

.contact_textarea {
    margin: 0 0 10px;
    padding: 8px 12px;
    height: 86px;
}

.icon_contact {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    margin-right: 10px;
}

.title_contact {
    font-size: 12px;
    color: var(--color-primary);
    flex: 1;
    padding: 14px 0;
}

.title_contact strong {
    font-size: 14px;
}

.close_contact {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}

.close_contact .svg-icon {
    width: 14px;
    height: 14px;
}

.feedback_image_checkbox {
    margin: 7px 0 0 8px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.contact-form button {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
}

.form_bottom {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 4px 16px;
}

.popup-link_share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 12px;
    border: 1px solid var(--border-btn);
    border-radius: 4px;
    margin-top: 12px;
    position: relative;
    height: 40px;
    margin-bottom: 20px;
}

.popup-link-share--url {
    width: 100%;
    background: 0;
    border: 0;
    height: auto;
    color: var(--color-primary);
    flex: 1;
    padding-right: 12px;
}

.popup-link-share--copy {
    color: #8166ff;
    font-weight: 600;
}

.popup-link-share--copy:hover {
    cursor: pointer;
}

.title_change_log {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
    color: var(--color-primary);
    line-height: normal;
    letter-spacing: 1.1px;
}

.change_log_item {
    padding: 8px;
    border-radius: 8px;
    margin: 0 0 8px;
    border: 1px solid var(--border-btn);
}

.content_change_log {
    margin-bottom: 6px;
    color: var(--color-content-popup);
    font-size: 14px;
    padding-left: 15px;
}

.content_change_log ul {
    padding-left: 16px;
    margin: 0;
}

.content_change_log ul li {
    list-style: disc;
    margin: 0 0 6px;
}

.notify-toast {
    background: #4CAF50;
    /* Green background */
    color: white;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.toast-content {
    font-size: 16px;
    font-weight: 600;
}

.notification-success {
    position: fixed;
    bottom: 12px;
    left: 12px;
    width: fit-content;
    border-radius: 10px;
    box-shadow: 0 -6px 74px 0 rgb(0 0 0 / 0.15);
    animation: show_toastt 1s ease forwards;
    z-index: 9999;
}

@keyframes show_toastt {
    0% {
        transform: translateX(-100%);
    }

    40% {
        transform: translateX(10%);
    }

    80%, 100% {
        transform: translateX(20px);
    }
}

.notification-success.hide {
    animation: hide_toastt 1s ease forwards;
}

@keyframes hide_toastt {
    0% {
        transform: translateX(20px);
    }

    40% {
        transform: translateX(10%);
    }

    80%, 100% {
        opacity: 0;
        pointer-events: none;
        transform: translateX(-100%);
    }
}

.notification-success .toastt {
    border-radius: 10px;
    border-left: 5px solid #2ecc71;
    background: #fff;
    padding: 8px 12px;
    box-shadow: 1px 7px 14px -5px rgb(0 0 0 / 0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notification-success .toastt .content {
    display: flex;
    gap: 12px;
    align-items: center;
}

.notification-success .toastt.offline {
    border-color: #ccc;
}

.content_notification .details {
    margin-left: 15px;
}

.details span {
    font-size: 20px;
    font-weight: 500;
    color: #878787;
}

.details p {
    color: #878787;
    margin: 0;
}

.toastt .content_notification {
    display: flex;
    align-items: center;
}

.toastt .content_notification .icon {
    background: #ccc;
    height: 50px;
}

.toastt .content_notification .icon img {
    max-width: 50px;
    display: block;
    height: 100%;
    object-fit: cover;
}

.favorited {
    color: red;
}

/* ======================================== */

.frame-box-game {
    min-height: 520px;
    position: relative;
}

.frame-box-game iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
}

@media (max-width: 991px) {
    .player-footer__inner {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }
}

.sort_container {
    margin-left: auto;
    position: relative;
}

.s-title-control {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    align-items: center;
}

.s-title-control h1 {
    margin: 0 !important;
    padding: 0 !important;
}

.description__body p {
    margin: 0 !important;
}

@media (max-width: 768px) {
    .s-title-control {
        flex-direction: column;
        gap: 0;
    }
}

table, tr, td {
    border: 1px solid;
    text-align: center;
}

table {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
    margin: 0 0 10px;
}

td {
    word-break: break-word;
    white-space: normal;
    overflow: visible;
}

.icon-sort {
    position: absolute;
    height: 100%;
    width: 11px;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: #5c5c5c !important;
}

.collection-item {
    position: relative;
}

.index-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: #fff;
    font-size: 20px;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #0000005e;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card img,
.img-fit-cover img {
    aspect-ratio: 1 / 1;
}

.mb-20 {
    margin-bottom: 20px;
}

.header__search-box {
    width: 100%;
}

.search_game {
    width: 100%;
}

.badge_number {
    display: inline-block;
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    background-color: #8dca00;
    color: #fff;
    padding: 0 6px;
    position: absolute;
    left: 9px;
    top: -6px;
}

:focus-visible {
    outline: none !important;
}


body.fullscreen .game-iframe-play {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    aspect-ratio: unset !important;
    margin: 0 !important;
    grid-row: unset !important;
    grid-column: unset !important;
    max-width: 100% !important;
    border-radius: 0 !important;
    background: var(--bg-dark);
    padding: 0 !important;
}


body.fullscreen .frame-box-game {
    height: calc(100% - 60px);
}

body.fullscreen .frame-box-game .game-preview {
    border-radius: 0 !important;
}

body.fullscreen .player-footer {
    margin: 0 !important;
    border-radius: 0 !important;
}

body.fullscreen .speedbar2 {
    display: none !important;
}

@media (max-width: 991px) {

    .fullscreen .player-footer__actions .game_vote,
    .fullscreen .player-footer__actions .favorites_btn,
    .fullscreen .player-footer__actions .report_bug,
    .fullscreen .player-footer__actions .toggleModalBtn {
        display: none;
    }

    .fullscreen .player-footer__inner {
        flex-direction: row;
    }
}