@layer base-0base, base-1components;.notdisplay {
    display: none
}

select option.top {
    font-weight: 700
}

select option[selected] {
    background: #eee
}

#subscribe {
    float: right;
    font-size: 10px
}

.tbutton {
    margin: 2px 10px 0 0
}

:where(.flex-column,[flex-column]) {
    display: flex;
    flex-direction: column
}

:where(.flex-justify-end,[flex-justify-end]) {
    display: flex;
    justify-content: flex-end
}

:where(.flex-justify-center,[flex-justify-center]) {
    display: flex;
    justify-content: center
}

:where(.flex-justify-between,[flex-justify-between]) {
    display: flex;
    justify-content: space-between
}

:where(.flex-justify-around,[flex-justify-around]) {
    display: flex;
    justify-content: space-around
}

:where(.flex-grow1,[flex-grow1]) {
    flex-grow: 1
}

:where(.flex-grow2,[flex-grow2]) {
    flex-grow: 2
}

:where(.flex-noshrink,[flex-noshrink]) {
    flex-shrink: 0
}

:where(.flex-wrap,[flex-wrap]) {
    flex-wrap: wrap
}

:where(.flex-align-start,[flex-align-start]) {
    align-items: start;
    display: flex
}

:where(.flex-align-end,[flex-align-end]) {
    align-items: end;
    display: flex
}

:where(.flex-align-center,[flex-align-center]) {
    align-items: center;
    display: flex
}

:where(.flex-align-baseline,[flex-align-baseline]) {
    align-items: baseline;
    display: flex
}

:where(.flex-align-self-normal,[flex-align-self-normal]) {
    align-self: normal;
    display: flex
}

:where(.flex-align-self-start,[flex-align-self-start]) {
    align-self: flex-start;
    display: flex
}

:where(.flex-align-self-end,[flex-align-self-end]) {
    align-self: flex-end;
    display: flex
}

.u-hidden,[hidden] {
    display: none
}

:where(.break-before,[break-before]) {
    margin-top: 1em
}

:where(.half-break-before,[half-break-before]) {
    margin-top: .5em
}

:where(.break-after,[break-after]) {
    margin-bottom: 1em
}

:where(.half-break-after,[half-break-after]) {
    margin-bottom: .5em
}

:where(.u-grid) {
    display: grid;
    gap: .5em 1em
}

:where(.u-grid.u-cols-1) {
    grid-template-columns: repeat(1,1fr)
}

:where(.u-grid.u-cols-2) {
    grid-template-columns: repeat(2,1fr)
}

:where(.u-grid.u-cols-3) {
    grid-template-columns: repeat(3,1fr)
}

:where(.u-grid.u-cols-4) {
    grid-template-columns: repeat(4,1fr)
}

:where(.u-grid.u-cols-5) {
    grid-template-columns: repeat(5,1fr)
}

:where(.u-grid.u-cols-6) {
    grid-template-columns: repeat(6,1fr)
}

:where(.u-grid.u-cols-7) {
    grid-template-columns: repeat(7,1fr)
}

:where(.u-grid.u-cols-8) {
    grid-template-columns: repeat(8,1fr)
}

:where(.u-grid.u-cols-9) {
    grid-template-columns: repeat(9,1fr)
}

:where(.u-grid.u-cols-10) {
    grid-template-columns: repeat(10,1fr)
}

:where(.u-gap,[u-gap]) {
    gap: 1em
}

:where(.u-row-gap,[u-row-gap]) {
    row-gap: 1em
}

:where(.u-half-gap,[u-half-gap]) {
    gap: .5em;
}

:where(.u-half-row-gap,[u-half-row-gap]) {
    row-gap: .5em
}

:where(.u-quarter-gap,[u-quarter-gap]) {
    gap: .25em
}

.u-full-width {
    width: 100%
}

.u-half-width {
    width: 50%
}

.u-quarter-width {
    width: 25%
}

.nowrap {
    white-space: nowrap;
}

.wait-loader {
    background: transparent url(/.s/img/wait.svg) no-repeat 50%;
    min-height: 2rem;
    min-width: 2rem
}

.text-start,[text-start] {
    text-align: start
}

.text-end,[text-end] {
    text-align: end
}

.text-left,[text-left] {
    text-align: left
}

.text-right,[text-right] {
    text-align: right
}

.text-center,[text-center] {
    text-align: center
}

.text-justify,[text-justify] {
    text-align: justify
}

.text-match-parent,[text-match-parent] {
    text-align: match-parent
}

:where(.choose-user .choose-user-status) {
    margin-left: 6px
}

:where(.choose-user .choose-user-input) {
    max-width: 200px;
    width: 100%
}

:where(.choose-user .choose-user-result:not(:empty)) {
    margin-top: 1rem
}

#puzadpn {
    height: 24px;
    .cuzadpn {
        box-sizing: border-box;
        display: flex;
        gap: 1rem;
        justify-content: space-between;
        padding: 0 .5rem;
        position: fixed;
        .u-menu,.u-menubody,.u-menucont {
            max-width: max-content
        }

        .u-menuicon,.u-menuiconr {
            background-color: transparent;
            background-position: 100%;
            background-repeat: no-repeat;
            padding-right: calc(10px + .25rem)
        }
    }
}

.cuzadpn {
    height: 1.5rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.pbarContainer {
    background: #eee;
    border: 1px solid #bbb;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: help;
    height: 11px;
    margin: 0 10px;
    position: absolute;
    right: 0;
    text-align: left;
    top: calc(50% - 6px);
    width: 60px;
    z-index: 56
}

.pbarContainer.pm-informer {
    float: right;
    margin: 2px 10px;
    position: relative
}

.pbarContainer:after {
    background: rgba(0,0,0,.68);
    border-radius: 3px;
    color: #fff;
    content: attr(data-title);
    font-size: 10px;
    padding: 4px;
    right: 0;
    text-align: center;
    top: 15px;
    width: 140px
}

.pbarContainer:after,.pbarContainer:before {
    box-sizing: border-box;
    position: absolute;
    visibility: hidden
}

.pbarContainer:before {
    border: 5px solid transparent;
    border-bottom-color: rgba(0,0,0,.68);
    content: "";
    display: block;
    height: 10px;
    right: 12%;
    top: 5px;
    width: 10px
}

.pbarContainer:hover:after,.pbarContainer:hover:before {
    visibility: visible
}

.pbarFiller {
    background: #51b5ea;
    border-radius: 1px;
    box-sizing: border-box;
    height: 100%;
    max-width: 100%;
    min-width: 1%
}

.pbarFiller[style*="width:5"]:not([style*="width:5%"]),.pbarFiller[style*="width:6"]:not([style*="width:6%"]) {
    background: #f90
}

.pbarFiller[style*="width:10"]:not([style*="width:10%"]),.pbarFiller[style*="width:7"]:not([style*="width:7%"]),.pbarFiller[style*="width:8"]:not([style*="width:8%"]),.pbarFiller[style*="width:9"]:not([style*="width:9%"]) {
    background: red
}

:where(.stuff-downloads-list) {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-block:10px}

:where(.stuff-download-link) {
    align-items: center;
    display: inline-flex;
    flex-direction: column;
    font-size: 10px;
    gap: .5em
}

:where(.stuff-download-link-text) {
    font-weight: 700
}

#forum_filter form {
    float: left
}

#forum_filter {
    clear: right;
    float: right
}

#filter_by {
    float: left
}

#forum_filter #filter_by {
    margin-top: 3px
}

#thread_search_field {
    float: right;
    margin-right: 5px;
    width: 180px
}

#thread_search_button {
    float: right;
    margin-top: 3px
}

.forumIcoTd img,.forumLastPostTd img,.threadIcoTd img,.threadLastPostTd img {
    margin: 0;
    max-height: 60px;
    max-width: 60px;
    padding: 0;
    vertical-align: middle
}

:where(.legendTable.LegendTbl) {
    align-items: center;
    display: grid;
    gap: .25em 1em;
    grid-template-columns: repeat(2,auto)
}

:where(.legendTd) {
    align-items: center;
    display: flex;
    gap: .5em
}

:where(.legend-icon) {
    margin: 0;
    max-height: 60px;
    max-width: 60px;
    padding: 0
}

:where(.forum-poll-bar-fill,.forum-poll-bar-start,.forum-poll-bar-end) {
    border: 0;
    margin: 0;
    max-height: 60px;
    max-width: 200px;
    padding: 0;
    vertical-align: middle
}

:where(.forum-poll-bar-wrapper) {
    display: flex
}

:where(span.forum-poll-bar-fill) {
    max-width: 200px
}

.tsearch {
    background: #ff0;
    color: #000
}

.forum-pages {
    list-style: none;
    margin: 0;
    padding: 0
}

.forum-pages li {
    display: inline-block;
    margin: 2px 0
}

.forum-pages li.pagesInfo {
    padding-left: 7px;
    padding-right: 7px
}

.fFastNavTd.navigationCl11 {
    padding: .25rem 0
}

.fFastSearchTd.FastSearchCl11,.forumModerFuncs.forumModerFuncsCl11 {
    padding: 0 0 .25rem
}

.clear2 {
    clear: right;
    float: none;
    width: 100%
}

ul.user_awards_list {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.user_awards_list li {
    display: inline
}

.forum-bottom-wrapper,.forum-top-wrapper {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.forum-paging-wrapper {
    padding: 10px 0
}

.forum-fast-navigation,.forum-fastsearch-wrapper {
    padding-bottom: 10px
}

.register-form-wrapper,.section-description,.user-profile-popup-wrapper {
    text-align: center
}

.access-denied-wrapper,:where(body:not(.bw-theme)) .login-form-wrapper {
    padding: 60px 0;
    text-align: center
}

.access-denied-simple:where(:not(.bw-theme)) {
    font: normal .8rem sans-serif;
    margin: .5rem
}

.access-denied-simple:where(:not(.bw-theme)) #uidLogForm {
    margin: auto;
    max-width: 20rem
}

.access-denied-simple #uidLogForm * {
    box-sizing: border-box
}

.access-denied-simple:where(:not(.bw-theme)) #uidLogForm input {
    border-width: 1px;
    outline: none
}

[container] {
    border: 1px solid;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #fff;
    padding: 5px
}

[container]>div {
    border: 1px solid;
    padding: .5rem
}

[container]>div:not(:last-of-type) {
    margin: 0 0 5px
}

.breadcrumbs-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 4px
}

.breadcrumbs {
    padding-right: 15px
}

.add-link-wrapper {
    white-space: nowrap
}

.items-stat-wrapper {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 4px
}

.items-stat {
    padding-right: 15px
}

.paging-wrapper-bottom {
    margin: 5px 0;
    text-align: center
}

.captcha-block,.myWinCont .captcha-block {
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    justify-content: space-around;
    margin: .5em 0;
    min-height: 37px;
    width: 100%
}

#captcha-block-site-user-reg.captcha-block {
    display: inline-block!important
}

.captcha-answer {
    box-sizing: border-box;
    height: 36px;
    padding: 4px;
    text-align: center;
    width: 90px
}

.captcha-question,.captcha-renew {
    border: 0;
    cursor: pointer;
    vertical-align: middle;
    width: auto
}

#captcha-answer-mchat,#captcha-answer-site-user-del {
    width: 60px
}

.recaptcha-wrapper {
    background: url(/.s/img/sh/wait.gif) no-repeat 50%;
    height: 77px;
    overflow: hidden;
    position: relative;
    width: 303px
}

.recaptcha-wrapper [id^=recaptcha_] {
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

.recaptcha-wrapper div {
    padding: 0!important
}

.recaptcha-wrapper [id^=recaptcha_] iframe {
    border: 0
}

.recaptcha-wrapper span[data-reset] {
    border-radius: 40%;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    position: absolute;
    right: 26px;
    top: 12px;
    width: 30px
}

.recaptcha-wrapper.compact {
    height: 139px;
    margin: 0 auto;
    width: 159px
}

.recaptcha-wrapper.compact span[data-reset] {
    bottom: 31px;
    height: 22px;
    left: 14px;
    top: auto;
    width: 22px
}

form#MCaddFrm .captcha-answer {
    width: 70px
}

form#MCaddFrm .captcha-renew {
    display: none;
    margin: 0 -2px
}

:where(#MCaddFrm) {
    :where(input,textarea,button) {
        box-sizing: border-box
    }
}

.report-spam-target:hover .uc-top-right {
    white-space: normal
}

.report-spam-wrap {
    float: left;
    margin-left: 0;
    margin-right: 0;
    opacity: 0;
    transition: opacity .3s ease-in-out
}

.report-spam-wrap.report-spam-wrap-manage {
    float: none;
    opacity: 1
}

.report-spam-target:hover .report-spam-wrap {
    opacity: 1
}

.report-spam-wrap a {
    display: none
}

.report-spam-target:hover .report-spam-wrap a {
    display: inline;
    margin-right: 10px
}

.report-spam-toggle-wrapper {
    border-bottom: 1px dashed gray;
    border-top: 1px dashed gray;
    color: gray;
    margin: 10px 0;
    padding: 10pt 0;
    text-align: center
}

.report-spam-toggle-wrapper.report-spam-toggle-shown {
    border-bottom: none
}

.report-spam-hidden {
    opacity: .7;
    transition: opacity .2s ease-in-out
}

.report-spam-hidden:hover {
    opacity: 1
}

.report-spam-count-msg {
    margin-right: 10px
}

@layer base-0base {
    .myWinCont * {
        box-sizing: border-box;
        outline: none
    }

    .myWinCont input[type=text] {
        line-height: 1.25rem;
        padding: 0 .25rem
    }

    .myWinCont hr {
        border: 0;
        border-top: 1px dashed;
        height: 0;
        margin: .5rem 0;
        padding: 0
    }

    .myWinCont label {
        cursor: pointer;
        font-weight: 700;
        margin: 0;
        vertical-align: middle
    }
}

.com-order-block {
    text-align: right
}

.hidden-for-calendar {
    display: none
}

.UhideBlockL {
    display: inline-block
}

.uBorder-b {
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px;
    padding: 0 0 10px;
    text-align: right
}

:where(form [data-deleteitem]) {
    background: url(/.s/img/fr/OmnD.gif) 50%;
    display: inline-block;
    height: 16px;
    vertical-align: middle;
    width: 16px
}

:where(form [data-deleteitem]:hover) {
    background: url(/.s/img/fr/OmnD_.gif) 50%
}

form#pmdform #dpms,form#pmdform [name=s],form#pmdform [name=soll] {
    vertical-align: middle
}

:where(.userpm-add-groups) {
    display: flex;
    flex-wrap: wrap;
    gap: .25rem .75rem
}

:where(.userpm-add-groups label) {
    align-items: center;
    display: flex;
    gap: .25rem
}

:where(.userpm-editor-wrapper) {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    text-align: initial;
    .userpm-editor-message {
        align-items: flex-start;
        display: flex;
        textarea {
            min-height: 10rem
        }

        .wysibb,textarea {
            flex-grow: 1
        }

        .userpm-editor-emoji {
            flex-shrink: 0;
            .smiles-grid {
                margin-left: .5rem
            }
        }
    }
}

.u-comboeditcell {
    position: relative
}

.u-comboedit {
    background-color: transparent;
    background-image: url(/.s/src/panel-v2/img/select_arrow.png);
    background-position: center right 7px;
    background-repeat: no-repeat;
    border: 0;
    box-sizing: border-box;
    color: #000;
    line-height: 1.75;
    min-width: 360px;
    outline: none;
    overflow: hidden;
    padding: 0 25px 0 10px;
    vertical-align: middle;
    white-space: pre-wrap;
    &:hover {
        background-image: url(/.s/src/panel-v2/img/select_disabled_arrow.png)
    }
}

form #uCatsMenu7 {
    min-width: 360px;
    position: absolute;
    z-index: 50
}

:where(.u-combolist) {
    background: #fff;
    border: 1px solid #b5b8c8;
    border-top: 0;
    box-sizing: border-box;
    color: #000;
    display: flex;
    flex-direction: column;
    font: normal .9em PT Sans,sans-serif;
    gap: .25rem;
    height: max-content;
    max-height: 250px;
    overflow: auto;
    padding: .25rem;
    &>div {
        align-items: center;
        display: flex;
        gap: .25rem;
        max-width: 90vw;
        padding: .125rem;
        & input[type=checkbox],& input[type=radio] {
            flex-shrink: 0;
            margin: 0;
            padding: 0
        }

        input[name=ocat][data-parentid] {
            margin: 0 0 0 1rem
        }

        &:hover {
            background: #39f;
            color: #fff
        }
    }
}

.u-menuarrow {
    bottom: 0;
    min-height: 1rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 1rem
}

#idAreaoEditbrief,#idAreaoEditmessage,.edtTypeMenu~.cke_editor_brief,.edtTypeMenu~.cke_editor_message,.u-old-editor-panel,.ucoz-editor-panel {
    margin-top: .5rem
}

form ul.form-fields {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 2fr
}

form ul.form-fields,ul.form-fields>li {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    min-width: 0;
    padding: 0
}

form ul>li.notcolumn {
    grid-column: 1/-1
}

:where(.editor-field-header) {
    container: editor-field-header/inline-size;
    margin-bottom: var(--field-header-row-gap,8px);
    :where(.editor-field-header-inner) {
        align-items: center;
        display: grid;
        gap: var(--field-header-row-gap,8px) var(--field-header-column-gap,8px);
        position: relative;
        &:where(.efh-full,.efh-menu) {
            grid-template-areas: "label menu";
            grid-template-columns: minmax(0,1fr) minmax(0,2fr)
        }

        &:where(.efh-ai) {
            grid-template-areas: "label ai";
            grid-template-columns: minmax(0,1fr) auto
        }

        &:where(.efh-label) {
            display: block;
            width: fit-content
        }

        &:where(.efh-full-menu) {
            display: flex;
            justify-content: end
        }
    }

    :where(.editor-field-label) {
        grid-area: label
    }

    :where(.field-menu) {
        grid-area: menu
    }

    :where(.uaic-btn) {
        grid-area: ai
    }

    @container (width > 560px) {
        .efh-full :is(.uaic-btn,.uaic-loading) {
            position: absolute;
            right: 0;
            top: 50%;
            translate: 0 -50%
        }

        :where(.efh-full .field-menu) {
            min-height: var(--field-header-btn-size,40px);
            padding-right: calc(var(--field-header-btn-size, 40px) + var(--field-header-column-gap, 8px))
        }
    }

    @container (width < 560px) {
        :where(.efh-full) {
            grid-template-areas: "label ai" "menu menu";
            grid-template-columns: minmax(0,1fr) auto
        }

        :where(.efh-menu) {
            grid-template-areas: "label" "menu";
            grid-template-columns: minmax(0,1fr)
        }

        :where(.efh-ai) {
            grid-template-areas: "label ai";
            grid-template-columns: minmax(0,1fr) auto
        }

        :where(.efh-full-menu) {
            align-items: stretch;
            flex-direction: column
        }
    }
}

@media (max-width: 575px) {
    ul.form-fields>li:nth-of-type(1n):not(.notcolumn),ul.form-fields>li:nth-of-type(2n):not(.notcolumn) {
        width:100%
    }

    .u-comboedit,form #uCatsMenu7 {
        min-width: 260px
    }
}

ul.form-fields [type=file] {
    border: none!important;
    box-sizing: border-box;
    padding: 4px 0!important;
    width: 90%
}

ul.form-fields [type=text]:not([name=sort]):not([name=code]):not([name=uzip]),ul.form-fields textarea {
    box-sizing: border-box;
    width: 100%
}

ul.form-fields [name=code] {
    text-align: center
}

ul.form-fields .fHelp {
    font-size: .85em
}

:where(.form-fields .form-buttons) {
    align-items: center;
    display: flex;
    gap: 1em;
    justify-content: center
}

:where(form #iplus button) {
    min-height: 1.5rem;
    min-width: 1.5rem
}

:is(form #iplus [data-num]):before {
    content: attr(data-num);
    display: inline-block;
    min-width: 1.5rem
}

:where(form [id*=imblock]) {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .25rem
}

:where(form [id*=imblock]>:first-child) {
    min-width: 1.5rem
}

:is([id*=imblock] [data-num]:not(#iplus)):before {
    content: attr(data-num);
    display: inline-block;
    min-width: 1.5rem
}

:where(form article) {
    border-radius: .5rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: .5rem;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%
}

:where(form article.openednow,form article.added) {
    display: flex;
    padding: .5rem
}

:where(form article .iCode_block) {
    align-items: center;
    display: flex;
    gap: .5rem;
    margin: 0
}

:where(form article [id^=iCode]) {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

:where(form article:not(.openednow) [id^=iCode]) {
    display: none
}

:where(form .forum-edit-images article) {
    align-items: center;
    flex-direction: row;
    gap: .25rem;
    width: auto
}

form#addEntForm article[id^=iCode] {
    display: flex
}

form#addEntForm article[id*=iCode].added {
    background: hsla(0,0%,50%,.5);
    background: #8888;
    margin: 0 0 10px
}

form#addEntForm article[id*=iCode]:not(.openednow) div[id*=iCode] {
    display: none
}

form#addEntForm article[id*=iCode].openednow {
    min-height: 110px
}

form#addEntForm span[id*=gbut] {
    background: #fff url(/.s/src/moder_panel/src/moder.png) no-repeat -20px -20px;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    flex-shrink: 0;
    height: 23px;
    width: 23px
}

form#addEntForm.mod-1 [id*=gbut],form#addEntForm.mod-3 [id*=gbut] {
    background-color: #777;
    background-image: url(/.s/src/moder_panel/src/moder-dark.png)
}

form#addEntForm span[id*=gbut].openednow {
    background-position: -41px -20px
}

form#addEntForm .iCode_el {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 90px
}

form#addEntForm .iCode_el .iCode_el_tooltip {
    background: #000;
    background: rgba(0,0,0,.8);
    border-radius: 4px;
    bottom: 100%;
    color: #fff;
    font: 400 11px/1.5 PT Sans,Arial,sans-serif;
    left: 0;
    margin-bottom: 15px;
    max-width: 300px;
    opacity: 0;
    padding: 5px 12px;
    position: absolute;
    text-align: left;
    transition: all .2s ease-out;
    visibility: hidden;
    z-index: 1
}

form#addEntForm .iCode_el:hover .iCode_el_tooltip {
    margin-bottom: 10px;
    opacity: 1;
    visibility: visible
}

form#addEntForm .iCode_el_tooltip:hover {
    margin-bottom: 15px!important;
    opacity: 0!important;
    visibility: hidden!important
}

form#addEntForm span.iCode_el_tooltip:before {
    content: "";
    display: block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%
}

form#addEntForm span.iCode_el_tooltip:after {
    border: 6px solid transparent;
    border-top-color: rgba(0,0,0,.8);
    content: "";
    display: block;
    left: 30px;
    margin: 0 0 0 -6px;
    position: absolute;
    top: 100%
}

form#addEntForm .iCode_main_inp {
    background: #f0f0f0;
    border: 1px inset #f0f0f0;
    color: #00f;
    font-family: monospace;
    font-size: 100%;
    margin: 0!important;
    max-width: 90px!important;
    min-width: 90px!important;
    text-align: center;
    width: 90px!important
}

form#addEntForm .iCode_in input {
    font-family: monospace;
    font-size: 100%!important;
    max-width: 100%;
    min-width: 40px;
    text-align: center!important;
    width: auto
}

form#addEntForm .iPhotoPrev {
    max-height: 120px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 150px
}

form#addEntForm .iPhotoPrev label {
    font-size: .85em
}

form#addEntForm .iPhotoPrev img {
    max-width: 100%
}

form#addEntForm div .iPhotoPrev a {
    display: block;
    margin: 0 0 5px;
    max-height: 100px;
    overflow: hidden
}

form#addEntForm [for^=del_img],form#addEntForm [type=checkbox][name^=del_img] {
    margin: 0 5px 0 0;
    vertical-align: top
}

form#addEntForm [name^=ihs],form#addEntForm [name^=iws] {
    padding-left: 0!important;
    padding-right: 0!important;
    text-align: center;
    width: auto
}

form#addEntForm #isontop~* {
    display: none
}

form#addEntForm #isontop:checked~* {
    display: inline-block
}

form#addEntForm [name=screen] {
    color: #00f;
    width: 70%
}

form#addEntForm [name=file] {
    color: red;
    width: 70%
}

form .filterBlock {
    max-height: 200px;
    overflow: auto
}

form .filterBlock>label {
    display: inline-block;
    width: 49%
}

form#addEntForm [id^=iCode_] .iCode_block {
    max-width: calc(100% - 160px)
}

form#addEntForm [id^=iCode_] .iCode_block input {
    width: 100%
}

form#addEntForm [data-viewport=medium] .iPhotoPrev,form#addEntForm [data-viewport=medium]~[id^=imblock] .iPhotoPrev {
    margin: 0 auto;
    max-height: unset;
    max-width: 300px;
    position: inherit;
    width: auto
}

form#addEntForm [data-viewport=medium] .iPhotoPrev a,form#addEntForm [data-viewport=medium]~[id^=imblock] .iPhotoPrev a {
    max-height: unset
}

form#addEntForm [data-viewport=medium] .iCode_block,form#addEntForm [data-viewport=medium]~[id^=imblock] .iCode_block {
    max-width: 100%
}

div.seo-field-text-counter,ul.form-fields div.seo-field-text-counter {
    color: green
}

div.seo-field-text-counter.error,ul.form-fields div.seo-field-text-counter.error {
    color: red
}

.seo-mtf-hide,ul.form-fields .seo-mtf-hide,ul.form-fields .seo-mtf-hide+li {
    display: none
}

ul.form-fields .seo-mtf-hide.seo-mtf-show,ul.form-fields .seo-mtf-hide.seo-mtf-show+li {
    display: inline-block
}

ul.form-fields .seo-mtf-hide.seo-mtf-show+li:has(.uaic-btn) {
    display: grid
}

.seo-mtf-hide.seo-mtf-show {
    display: table-row
}

ul.form-fields li.meta.notcolumn {
    display: none
}

ul.form-fields li.seo-mtf-hide.seo-mtf-show~li.meta.notcolumn {
    display: block
}

ul.form-fields img#secImg {
    cursor: pointer
}

#addEntForm .cut_helper .cut-code {
    background: transparent;
    border: none;
    max-width: 4em;
    padding: 3px 0;
    text-align: center
}

#addEntForm .cut_helper .cut-code:focus {
    background: transparent;
    border: none;
    box-shadow: none
}

.edtTypeMenu:before {
    content: "[ "
}

.edtTypeMenu:after {
    content: " ]"
}

:where(#edttmessage,#edttbrief,#edttdscr)[value="1"]~.edit-field-bottom-bar .symbols-stat-wrapper {
    display: none
}

.symbols-stat {
    margin: 0 0 0 3px
}

.entry-add-edit-wmark+.filepond--root {
    margin-top: 1rem
}

a.tariffs-open-info,a.uHelp {
    align-items: center;
    border: 1px solid;
    border-radius: 50%;
    box-sizing: border-box;
    color: #000;
    display: inline-flex;
    font: 700 .7rem/.7rem sans-serif;
    height: 1.2rem;
    justify-content: center;
    text-decoration: none!important;
    width: 1.2rem
}

.u-cross-post-options {
    box-sizing: border-box;
    display: grid;
    gap: .5rem;
    grid-template-columns: repeat(auto-fit,32px);
    list-style: none;
    padding: 0;
    :where(&) .toggleImage {
        cursor: pointer;
        display: block;
        max-width: 100%;
        opacity: .25
    }

    :where(& .imageCheckbox:checked)+.toggleImage {
        opacity: 1
    }

    .imageCheckbox {
        display: none
    }
}

form .navTabs {
    border-bottom: 3px solid hsla(0,0%,50%,.45);
    margin: 0 0 7px;
    padding: 0;
    text-align: center
}

form .navTabs>* {
    color: #777;
    display: inline-block;
    font-weight: 700;
    line-height: 2.5;
    margin: 0;
    padding: 0;
    text-decoration: none;
    vertical-align: bottom;
    width: 32%
}

form .navTabs>b {
    background: hsla(0,0%,50%,.15);
    border-radius: 7px 7px 0 0;
    color: inherit
}

form ul.xPhtBlock {
    background: hsla(0,0%,50%,.15);
    margin: 4px 0;
    padding: 13px;
    position: relative
}

form ul.xPhtBlock:nth-of-type(2n) {
    background: transparent
}

form ul.xPhtBlock:not(.xOpened)>li:not(.xPhtName):not(.xPhtAction):not(.xPhtPath):not(.xPhtTitle):not(.required) {
    display: none
}

form ul.xPhtBlock>li {
    display: inline-block;
    margin: 2px 0;
    padding: 0;
    vertical-align: middle
}

form ul.xPhtBlock>li.notcolumn {
    display: block
}

form ul.xPhtBlock>li:nth-of-type(1n):not(.notcolumn) {
    width: 30%
}

form ul.xPhtBlock>li:nth-of-type(2n):not(.notcolumn) {
    width: 70%
}

form ul.xPhtBlock .xPhtName {
    border-bottom: 2px solid hsla(0,0%,50%,.3);
    padding: 0 0 7px
}

form ul.xPhtBlock .xPhtAction {
    text-align: right
}

form ul.xPhtBlock .xPhtAction>span {
    padding: 0;
    position: absolute;
    right: 13px;
    top: 13px;
    width: auto
}

form ul.xPhtBlock .xPhtAction>span button {
    padding: 0!important
}

form ul.xPhtBlock .xPhtAction [data-toggle]:before {
    background: url(/.s/src/panel-v2/img/select_arrow.png) no-repeat 50%;
    content: "";
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    width: 15px
}

form ul.xPhtBlock .xPhtAction [data-clear]:before,form ul.xPhtBlock .xPhtAction [data-close]:before {
    color: #676a6f;
    content: "\2716";
    display: inline-block;
    font: 700 1em/1.9em sans-serif;
    height: 20px;
    vertical-align: middle;
    width: 15px
}

form ul.xPhtBlock.xOpened .xPhtAction [data-toggle]:before {
    transform: rotate(180deg)
}

form #newPhtBt {
    padding: 5px 7px
}

form .localOrRemote {
    font: normal 7.5pt/1 sans-serif
}

form [name=uzip] {
    width: 75%
}

#photoMetaFields input[type=text] {
    width: 100%
}

#photoMetaFields textarea {
    resize: none;
    width: 100%
}

#newpName,#newpUrl {
    width: 100%
}

:where(form#addEntForm>table>tbody>tr:first-child>td:first-child) {
    width: 35%
}

form#addEntForm>table input[type=text]:not([name=sort]):not([name=code]):not([name^=iws]):not([name^=ihs]),form#addEntForm>table textarea,form#addPhtFrm input[type=text]:not([name=sort]):not([name=code]):not([name=uzip]) {
    box-sizing: border-box;
    width: 100%
}

#gcatalog .ghead {
    background: #d4e0f1 url(/.s/img/wd/7/cmp-bg.gif) repeat-x 0 0;
    padding-left: 5px
}

#gcatalog #gc-form {
    background: transparent url(/.s/img/fr/searchbg.png) no-repeat 0 0;
    float: right;
    height: 22px;
    line-height: 20px;
    margin: 0;
    padding: 1px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: 120px
}

#gcatalog #gc-form #gc-search-key {
    background: transparent;
    border: none;
    display: inline-block;
    height: 20px;
    margin: 0;
    padding: 0 2px 3px;
    width: 97px
}

#gcatalog #gc-form>div {
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 20px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 20px
}

.catSortLink.uarr:after {
    color: hsla(0,0%,50%,.75);
    content: "\2191"
}

.catSortLink.darr:after {
    color: hsla(0,0%,50%,.75);
    content: "\2193"
}

#myGrid {
    background: #000a url(/.s/img/light_wait.svg) no-repeat 50%;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 105
}

#myGrid img {
    height: 19px;
    left: 50%;
    margin: -9px 0 0 -110px;
    position: fixed;
    top: 50%;
    width: 220px
}

#suggEdit {
    box-sizing: border-box;
    width: 100%
}

.bottom-info-wrapper {
    background: #000;
    background: rgba(0,0,0,.73);
    background: #000b;
    bottom: 0;
    color: #fff;
    font: 1.1em/1.5 sans-serif;
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    z-index: 999999
}

.bottom-info-wrapper .bottom-info-block {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 10px 15px
}

.bottom-info-wrapper a {
    color: #fff;
    text-decoration: underline
}

.bottom-info-wrapper .bottom-info-block-content {
    margin: 0 10px 0 0
}

.bottom-info-wrapper .bottom-info-block-action {
    display: flex
}

.bottom-info-wrapper .bottom-info-button-agree {
    background: #ccc;
    background: hsla(0,0%,100%,.73);
    background: #fffb;
    border-radius: 5px;
    color: #000;
    display: inline-block;
    font: 700 .9em/2 sans-serif;
    padding: 1px 10px 0;
    text-decoration: none;
    text-transform: uppercase
}

.bottom-info-wrapper .bottom-info-button-hide {
    display: inline-block;
    font: 2.4em/28px sans-serif;
    height: 28px;
    margin: 0 0 0 15px;
    min-width: 28px;
    text-align: center;
    text-decoration: none;
    width: 28px
}

.bottom-info-wrapper .bottom-info-button-hide:after {
    color: #999;
    content: "\00D7"
}

.bottom-info-block.u-fixed-left,.bottom-info-block.u-fixed-right {
    background: #000b;
    bottom: 1em;
    flex-direction: column;
    margin: 0;
    padding: 1em 2em;
    position: fixed;
    width: 33vw
}

.bottom-info-block.u-fixed-left .bottom-info-block-content,.bottom-info-block.u-fixed-right .bottom-info-block-content {
    margin: 0
}

.bottom-info-block.u-fixed-left .bottom-info-button-agree,.bottom-info-block.u-fixed-right .bottom-info-button-agree {
    background: #000b;
    border: 0;
    border-radius: 0;
    color: inherit;
    margin: 1em 0 0
}

.bottom-info-block.u-fixed-left .bottom-info-button-hide,.bottom-info-block.u-fixed-right .bottom-info-button-hide {
    background: #000b;
    position: absolute;
    right: 0;
    top: 0
}

.bottom-info-block.u-fixed-right {
    right: 1em
}

.bottom-info-block.u-fixed-left {
    left: 1em
}

@media screen and (max-width: 639px) {
    .bottom-info-wrapper .bottom-info-block {
        flex-direction:column
    }

    .bottom-info-wrapper .bottom-info-block-content {
        margin: 0 30px 0 0;
        text-align: center
    }

    .bottom-info-wrapper .bottom-info-block-action {
        margin: 10px 0 0
    }

    a.bottom-info-button-hide {
        position: absolute;
        right: 10px;
        top: 10px
    }
}

.smiles-grid {
    align-items: center;
    display: grid;
    gap: .5rem;
    grid-template-columns: repeat(3,1fr);
    justify-content: center;
    width: max-content;
    .sml1 {
        font-size: 0;
        line-height: 0;
        text-align: center
    }

    img {
        border: 0;
        margin: 0;
        padding: 0
    }

    #allSmiles {
        grid-column: 1/-1;
        text-align: center
    }
}

.all-smiles {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: center;
    figure {
        margin: 0;
        min-width: 75px;
        img {
            min-height: 18px
        }

        figcaption {
            width: max-content
        }
    }
}

.del-users-post label {
    padding: 2px 0
}

.del-users-post label input {
    margin: 0 0 2px;
    padding: 0
}

.popup-submit-block {
    display: flex;
    gap: .5em;
    justify-content: flex-end
}

.banned-list .uTd:not(:nth-of-type(3)),.commError,.pollButton {
    text-align: center
}

.user-list .uTopTd:first-child {
    text-align: left
}

.user-list .uTd:not(:first-of-type) {
    text-align: center
}

:where(.user-search-block) {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center
}

:where(.user-search-block .uSearchFl) {
    max-width: 240px;
    text-align: center
}

:where(.user-profile-popup-wrapper .user-avatar-box) {
    float: var(--user-avatar-float,right);
    position: relative;
    text-align: center
}

:where(.user-profile-popup-wrapper .user-avatar-box .user-pm) {
    padding-top: 4px
}

:where(.user-profile-popup-wrapper .user-activity-list) {
    text-align: center
}

.u-file-uploader {
    align-items: center;
    background: #0001;
    border: 2px dashed #0003;
    border-radius: 1em;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-size: .95em;
    gap: 1em;
    min-height: 7em;
    padding: 1em;
    :where(&) .uaic-btn-link {
        margin-top: 1em
    }
}

:where(.u-file-uploader).u-file-loading {
    pointer-events: none;
    position: relative;
    user-select: none;
    :where(.u-file-preview-actions) {
        display: none
    }

    &:before {
        background-color: #000;
        border-radius: inherit;
        content: "";
        display: block;
        inset: 0;
        opacity: .4;
        position: absolute;
        z-index: 1
    }

    &:after {
        animation: loading-spin 1s linear .18s infinite both;
        border: 3px solid #fff;
        border-radius: var(--loader-icon-size,34px);
        border-top-color: transparent;
        content: "";
        display: block;
        height: var(--loader-icon-size,34px);
        left: 50%;
        position: absolute;
        scale: 1;
        top: 50%;
        transition: scale .3s ease-out;
        translate: -50% -50%;
        width: var(--loader-icon-size,34px);
        z-index: 2;
        @starting-style {
            scale: 0
        }
    }
}

@layer base-0base {
    :where(.u-file-uploader) .u-file-preview-actions {
        align-items: center;
        display: flex;
        gap: 8px;
        justify-content: end;
        position: absolute;
        right: 1em;
        top: 1em;
        z-index: 2
    }

    :where(.u-file-uploader) .u-file-btn {
        align-items: center;
        background-color: var(--ufile-btn-bg-color,#fff);
        border-radius: var(--ufile-btn-radius,8px);
        color: var(--ufile-btn-text-color,#6a6e7b);
        display: flex;
        height: var(--ufile-btn-size,34px);
        justify-content: center;
        width: var(--ufile-btn-size,34px);
        &:where(.u-delete-file):before {
            background-color: currentColor;
            content: "";
            height: var(--ufile-icon-size,18px);
            -webkit-mask: url(/.s/img/close.svg) center/contain no-repeat;
            mask: url(/.s/img/close.svg) center/contain no-repeat;
            width: var(--ufile-icon-size,18px)
        }
    }

    @media (hover: hover) {
        .u-delete-file:hover {
            color:var(--ufile-btn-hover-text-color,#d44c4c)
        }
    }
}

.u-file-uploader.highlight {
    background: #fff3;
    border-color: #666
}

.u-file-uploader input[type=file] {
    display: none
}

.u-upload-info-wrapper {
    flex-grow: 1;
    text-align: center
}

.u-upload-info-wrapper>* {
    text-align: center
}

:where(.u-file-uploader-preview-wrapper:not(:has(.u-file-preview))) {
    display: none
}

.u-file-uploader-preview-wrapper figure {
    background: #0002;
    border-radius: .5em;
    box-sizing: border-box;
    margin: 0;
    min-width: 100px;
    padding: .5em;
    position: relative;
    width: 100%
}

.u-file-preview {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1em;
    &:before {
        background-color: #00000066;
        border-radius: inherit;
        content: "";
        inset: 0;
        opacity: 0;
        position: absolute;
        transition: opacity .15s linear;
        z-index: 1
    }

    @media (hover: hover) {
        &:hover:before {
            opacity:1
        }
    }
}

.u-file-uploader-preview-wrapper figure img {
    max-height: 200px;
    max-width: 100%;
    min-height: 25px
}

.u-file-uploader-preview-wrapper figcaption {
    gap: 1rem;
    width: 100%
}

.u-file-uploader-preview-wrapper:not(:empty)+div {
    display: none
}

.u-preview-name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis
}

.u-preview-name,.u-preview-size {
    white-space: nowrap
}

.u-preview-size:not(:empty):before {
    content: "("
}

.u-preview-size:not(:empty):after {
    content: ")"
}

.u-file-preview-enlarge {
    background: #0008;
    border-radius: 3px;
    height: 2rem;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: width .2s ease-out,height .2s ease-out;
    translate: -50% -50%;
    width: 2rem;
    z-index: 2;
    &:after,&:before {
        border-radius: 3px;
        content: "";
        display: block;
        height: .5rem;
        position: absolute;
        transition: width .2s ease-out,height .2s ease-out;
        width: .5rem
    }

    &:before {
        border-right: 3px solid;
        border-top: 3px solid;
        right: 3px;
        top: 3px
    }

    &:after {
        border-bottom: 3px solid;
        border-left: 3px solid;
        bottom: 3px;
        left: 3px
    }

    &:hover {
        height: 2.5rem;
        width: 2.5rem;
        &:after,&:before {
            height: .75rem;
            width: .75rem
        }
    }
}

.u-file-preview:hover .u-file-preview-enlarge {
    opacity: 1
}

:where(.manFlAvaFile,.manFlAvaLink) {
    box-sizing: border-box;
    width: 100%
}

:where(.user-group-btn) {
    padding: 4px 24px
}

:where(.user-profile-edit-wrapper #pmgrs) label {
    display: block
}

:where(.user-profile-edit-wrapper #pmgrs) :where(label:first-child,label:nth-child(3n+4)) {
    margin-bottom: 12px
}

#uhvb {
    display: none
}

#uhvb.in-body {
    background: #000;
    border-radius: 0 0 12px 12px;
    color: #fff;
    font-size: 1.2em!important;
    margin: 0 auto;
    padding: 10px 20px;
    position: fixed;
    text-decoration: none;
    top: 0;
    z-index: 10000
}

#uhvb.in-body:hover {
    box-shadow: inset 0 0 20px 20px rgba(0,0,0,.1);
    text-decoration: none
}

#uhvb>* {
    vertical-align: middle
}

#uhvb.in-body.top-right {
    right: 100px
}

#uhvb.in-body.top-left {
    left: 100px
}

#uhvb.in-body.bottom-centered,#uhvb.in-body.top-centered {
    left: 0;
    right: 0;
    text-align: center;
    width: 375px
}

#uhvb.in-body.bottom-centered,#uhvb.in-body.bottom-left,#uhvb.in-body.bottom-right {
    border-radius: 12px 12px 0 0;
    bottom: 0;
    top: auto
}

#uhvb.in-body.bottom-right {
    right: 100px
}

#uhvb.in-body.bottom-left {
    left: 100px
}

#uhvb.in-body.left-bottom,#uhvb.in-body.left-top {
    border-radius: 0 15px 15px 0;
    left: 0;
    padding: 30px 15px;
    writing-mode: tb-lr;
    writing-mode: vertical-lr;
    writing-mode: sideways-lr
}

#uhvb.in-body.left-top {
    top: 100px
}

#uhvb.in-body.left-bottom {
    bottom: 100px;
    top: auto
}

#uhvb.in-body.right-bottom,#uhvb.in-body.right-top {
    border-radius: 15px 0 0 15px;
    padding: 30px 15px;
    right: 0;
    writing-mode: tb-lr;
    writing-mode: vertical-lr;
    writing-mode: sideways-rl
}

#uhvb.in-body.right-top {
    top: 100px
}

#uhvb.in-body.right-bottom {
    bottom: 100px;
    top: auto
}

#uhvv {
    align-items: center;
    display: flex
}

#hpvgd,.h-ldiv,.h-mdiv,.h-mdiv2,.h-rdiv {
    background: #eaeaea;
    color: #6d6d6d
}

#hpvgd {
    border-bottom: 2px solid #e6e6e6;
    width: 100%;
    z-index: 150
}

.h-mdiv {
    position: relative;
    z-index: 150
}

.h-mdiv,.h-mdiv2 {
    display: none;
    margin: auto;
    text-align: center
}

.h-mdiv2 {
    height: 200px;
    position: fixed;
    width: 400px
}

.h-ldiv {
    float: left;
    padding: 7px 10px 7px 0
}

.h-rdiv {
    position: absolute;
    right: 0;
    text-align: right;
    top: 7px
}

.h-ni {
    display: none!important
}

a.hcmaf {
    color: red;
    font-size: 20px;
    font-weight: 700;
    margin-left: 5px
}

a.h-anl {
    color: #2a72cc
}

a.h-al {
    color: #ed664b
}

.h-fi {
    border-radius: 50%;
    font-size: 19px;
    font-weight: 700;
    margin-right: 5px;
    padding: 0 8px
}

.h-background-1 {
    background: #000!important;
    box-shadow: none;
    color: #fff!important
}

.h-background-2 {
    background: #fff!important;
    box-shadow: none;
    color: #000!important
}

.uadm:not(.uadm--black) .uadm-subi form i,.uadm:not(.uadm--black) .uadm-subi form input,.uadm:not(.uadm--black) .uadm-subi>.uadm-var,.uadm:not(.uadm--black) .uadm-subi>a,.uadm:not(.uadm--black) .uadm-subi>a i,.uadm:not(.uadm--black) .uadm-subi>a span b,.uadm:not(.uadm--black) .uadm-subi>a span:not(.uadm-count),.uadm:not(.uadm--black) .uadm-subi>span i,.uadm:not(.uadm--black) .uadm-subi>span span {
    background: transparent!important;
    color: #444!important
}

.xw-shadow {
    border-radius: .25rem;
    box-shadow: 2px 2px 4px rgba(0,0,0,.25)
}

.u-menu.xw-shadow {
    border-radius: 0 0 .25rem .25rem
}

.xw-sps {
    height: 6px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 1
}

.xw-hdr {
    align-items: center;
    display: flex;
    gap: .25rem;
    padding: 6px 0
}

.xw-icon {
    flex-shrink: noshrink;
    height: 16px;
    width: 16px
}

.xw-hdr-text {
    cursor: default;
    flex-grow: 1;
    font: 700 11px tahoma,arial,verdana,sans-serif
}

.xt {
    cursor: pointer;
    flex-shrink: 0;
    height: 15px;
    overflow: hidden;
    position: relative;
    width: 15px
}

.xt-close {
    order: 4
}

.xt-maxi {
    order: 3
}

.xt-rest {
    order: 2
}

.xt-mini {
    order: 1
}

.u-rep-history-count {
    flex-grow: 1;
    padding: 0 5px;
    text-align: left
}

.u-rep-history-item {
    text-align: left
}

@layer base-1components {
    .ubtn-default {
        border: 1px solid;
        border-radius: 3px;
        color: #000;
        cursor: pointer;
        font-family: Tahoma,Arial,Verdana;
        font-size: 11px;
        line-height: 19px;
        outline: none;
        padding: 0 12px;
        user-select: none;
        white-space: nowrap
    }

    .ubtn-loading {
        --icon-size: 1em;
        opacity: .7;
        pointer-events: none;
        position: relative
    }

    .ubtn-loading:before {
        background: inherit;
        border-radius: inherit;
        content: "";
        display: block;
        inset: 0;
        position: absolute;
        z-index: 1
    }

    :where(.ubtn-link-outline,.ubtn-outline).ubtn-loading:before {
        background: var(--btn-shadow-color)
    }

    .ubtn-loading:after {
        animation: loading-spin 1s linear infinite;
        border: 2px solid;
        border-left: 2px solid transparent;
        border-radius: var(--icon-size);
        content: "";
        display: block;
        height: var(--icon-size);
        left: 50%;
        position: absolute;
        top: 50%;
        translate: -50% -50%;
        width: var(--icon-size);
        z-index: 2
    }

    .messagebox-content {
        padding: 20px 10px 10px
    }

    .messagebox-actions {
        padding: 0 10px 10px
    }

    @keyframes loading-spin {
        to {
            transform: rotate(1turn)
        }
    }
}

body.doubtfull {
    height: 100vh;
    margin: 0
}

.doubtfull_warning_wrapper {
    max-width: 750px;
    width: 75%
}

.doubtfull_warning {
    padding: 15px
}

.catsTable.u-cat-columns {
    display: grid
}

.u-cat-cols2 {
    grid-template-columns: repeat(2,1fr)
}

.u-cat-cols3 {
    grid-template-columns: repeat(3,1fr)
}

.u-cat-cols4 {
    grid-template-columns: repeat(4,1fr)
}

.u-cat-cols5 {
    grid-template-columns: repeat(5,1fr)
}

[locationselector] select {
    flex-grow: 1;
    min-width: 30%
}

[locationselector] select:not(:first-of-type):not(:last-of-type) {
    margin: 0 1em
}

[locationselector] .loc-loader {
    background: url(/.s/img/sh/wait.gif) no-repeat 50%
}

.u-www-banurl [data-item] [data-url] {
    line-height: 0
}

.delivery-invoice__inner {
    container: delivery-invoice-container/inline-size;
    padding: var(--indent-l,16px) var(--indent-l,16px) var(--indent-l,16px) 0
}

@container delivery-invoice-container (width > 500px) {
    .delivery-invoice-section.col-2 {
        grid-template-columns: repeat(2,1fr)
    }

    .delivery-invoice-section.col-4 {
        grid-template-columns: repeat(4,1fr)
    }

    .fluid {
        grid-column: 1/-1
    }
}

.delivery-invoice label {
    display: block;
    margin-bottom: var(--indent-s,10px)
}

.delivery-invoice :is(input,label,textarea) {
    width: 100%
}

.delivery-invoice-title {
    margin-bottom: var(--indent-xl,24px)
}

.delivery-invoice-section:has(+.delivery-invoice-section) {
    margin-bottom: var(--indent-xl,24px)
}

.delivery-invoice-section {
    display: grid;
    gap: var(--indent-l,16px)
}

.delivery-invoice-actions {
    background-color: var(--modal-bg);
    bottom: 0;
    padding-top: var(--indent-xl,24px);
    position: sticky
}

:where(#allEntries .e-cover-image-small) {
    float: inline-start;
    margin-inline-end:1rem;margin-top: 1rem
}

:where(.e-cover-image,.e-cover-image-small) {
    height: auto;
    max-width: 100%
}

:where(.auth-modal-social,.auth-block-social) {
    display: grid;
    gap: 16px;
    min-width: 0
}

:where(:where(.auth-modal,.auth-block)>.auth-social-list) {
    padding-block:1rem}

:where(.social-label) {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-block:16px}

:where(.social-label):after,:where(.social-label):before {
    background-color: currentColor;
    content: "";
    display: block;
    height: 1px;
    width: 10%
}

[gitlab-beta-deploy-test] {
    display: none
}

:where(.field-menu) {
    & [type=radio] {
        margin: 0;
        opacity: 0;
        padding: 0;
        position: absolute;
        user-select: none
    }

    .field-menu-inner {
        display: grid;
        margin-inline:calc(var(--field-menu-overflow-size, 0px)*-1);overflow-x: auto;
        scrollbar-width: none
    }

    .field-menu-list {
        align-items: center;
        border: 1px solid var(--field-menu-border-color,#dddde1);
        border-radius: 6px;
        display: flex;
        gap: 4px;
        isolation: isolate;
        margin-inline:var(--field-menu-overflow-size,0);padding: 3px;
        position: relative;
        text-align: center;
        white-space: nowrap;
        width: fit-content;
        @container (width< 560px) {
            width: auto
        }

        &:before {
            background: var(--field-menu-curr-bg,#507fff);
            border-radius: 4px;
            bottom: 3px;
            content: "";
            height: calc(100% - 6px);
            left: 0;
            position: absolute;
            right: 0;
            transform-origin: left;
            transition: width .15s,translate .15s;
            translate: var(--indicator-left,0) 0;
            width: var(--indicator-width,0);
            z-index: -1
        }

        &.trans-off:before {
            transition: none
        }
    }

    .field-menu-item {
        appearance: none;
        background-color: transparent;
        border: 0;
        border-radius: 4px;
        color: var(--field-menu-item-color,#6a6e7b);
        cursor: pointer;
        display: block;
        flex: 1 0;
        outline: none;
        padding: 6px 8px;
        position: relative;
        text-decoration: none;
        user-select: none;
        &:has(input: checked) {
            background-color:var(--field-menu-curr-bg,#507fff);
            color: var(--field-menu-curr-color,#fff)
        }

        .field-menu-initialized &:has(input: checked) {
            background-color:transparent
        }
    }
}
