hat {
    font-size: 15px;
    font-weight: 500;
    color: var(--text_color);
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
sec_hat {
    background: none;
    width: 100%;
    display: flex;
    box-sizing: border-box;
    border-radius: 0;
    align-items: center;
    padding: 20px 20px 0;
    border-bottom: 0;
}
.mB {
    margin: var(--standart_margin) 0 var(--standart_margin) 0;
}
wiki_wlm_wrap {
    display:flex;
    box-sizing: border-box;
    padding: var(--standart_padding);
        flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.cabMakeBlock {
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    gap:10px;
}
.cabMakeBlock span {
    font-size: 13px;
    font-weight: 500;
    max-width: 268px;
}
.wNCenter {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    flex-direction: column;
}
input#input_rectitle {
    width: 250px;
}
wiki-wrap {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    margin-top: 50px;
    max-width: 1440px;
    gap: 64px;
    padding: 34px;
    padding-top: 20px;
}
wiki-center {
    width: 100%;
    box-sizing: border-box;
    line-height: 1.5;
}
wiki-right {
    max-width: 228px;
    width: 100%;
    top: 15px;
}
wiki-left, wiki-right {
    position: sticky;
    
}
wiki-left {
    max-width: 270px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: -20px;
    overflow-y: auto;
    max-height: calc(100vh - 50px);
    padding-bottom: 15px;
    padding-right: 15px;
    top: 15px;
    padding-top: 0;
    position: sticky;
    height: 100%;
}
/* Modal */
.modal {
  z-index: 40;
}
.modal .modal-wrapper {
    background-color: var(--box_background);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20rem;
    min-height: 10rem;
    z-index: 41;
    border: 1px solid var(--m_active);
    border-radius: 10px;
    padding: 15px;
}
.modal .modal-wrapper .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}
.modal .modal-wrapper .modal-content {
  flex-direction: column;
}
.modal .modal-wrapper .modal-content h3 {
  margin-top: 0;
}
.modal .modal-wrapper .modal-content input {
  margin: 1rem 0;
  padding: 0.5rem;
}
.modal .modal-wrapper .modal-content input[type="text"] {
  width: calc(100% - 1rem);
}
.modal .modal-wrapper .modal-content .row label {
  margin-left: 0.5rem;
}
.modal .modal-bg {
  position: fixed;
  background-color: var(--und_modal_shade);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 5;
}
.modal .row {
    display: flex;
    align-items: center;
}
#err_modal {
    background-color: var(--accent_color_revite);
    color: #ffffff;
    padding: 5px;
    display: none;
    justify-content: center;
}

.ButtonFilledW {
    padding: 7px 20px 7px 20px;
    background-color: var(--accent_color_revite);
    font-size: 13px;
    color: var(--light_text_color);
    border-radius: var(--def_border-radius);
    transition: background-color .2s ease-in-out,color .2s ease-in-out;
    cursor: pointer;
    width: fit-content;
}
.ButtonFilledW:hover {
    background-color: var(--light_accent_revite);
}

/* WYSIWYG Editor */
.comment-editor {
    min-height: 500px;
    width: 757px;
    background: var(--l_m_hover);
    border: 1px solid var(--m_active);
    border-radius: 0 0 10px 10px;
}
.comment-editor .toolbar .line {
    display: flex;
    border-top: 1px solid var(--m_active);
}
.comment-editor .toolbar .line:last-child {
    border-bottom: 1px solid var(--m_active);
}
.comment-editor .toolbar .line .box:first-child {
    border-left:none;
}
.comment-editor .toolbar .line .box {
    display: flex;
    border-left: 1px solid var(--input_border);
}
.comment-editor .toolbar .line .box .editor-btn {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.2s ease all;
}
.comment-editor .toolbar .line .box .editor-btn:hover, .comment-editor .toolbar .line .box .editor-btn.active {
  background-color: var(--l_m_hover);
  cursor: pointer;
}
.comment-editor .toolbar .line .box .editor-btn {
    padding: 10px;
    box-sizing: content-box;
}
.comment-editor .toolbar .line .box .editor-btn span {
    font-size: 16px;
    height: 16px;
}
.comment-editor .toolbar .line .box .editor-btn svg {
    width:16px;
    height:16px;
    fill:var(--text_color);
}
.comment-editor .toolbar .line .box .editor-btn.has-submenu::after {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  right: 4px;
}
.editins_title_we {
  font-size: 12px;
  margin-right:10px;
}
.sl_we {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sl_left_we {
    display:flex;
}
.comment-editor .toolbar .line .box .editor-btn.has-submenu .submenu {
  display: none;
  position: absolute;
  top: 34px;
  left: -1px;
  z-index: 10;
  background-color: var(--box_background);
  border: 1px solid var(--input_border);
  border-top: none;
}
.comment-editor .toolbar .line .box .editor-btn.has-submenu .submenu .btn {
  width: 39px;
}
.comment-editor .toolbar .line .box .editor-btn.has-submenu .submenu:hover {
  display: block;
}
.comment-editor .toolbar .line .box .editor-btn.has-submenu:hover .submenu {
  display: block;
}
.comment-editor .content-area {
    padding: 15px 30px;
    line-height: 1.5;
}
.comment-editor .content-area .visuell-view {
  outline: none;
  min-height: 12rem;
  font-size: 14px;
}

.comment-editor .content-area .html-view {
    outline: none;
    width: 100%;
    border: none;
    resize: vertical;
    min-height: 400px !important;
}

.cabMakeBlockCentered {
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    gap: 10px;
    justify-content: center;
}
.cat_sortable_one {
    cursor: move;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    font-size: 13px;
    border-radius: 8px;
    transition: background 0.2s ease-in-out;
}
.cat_sortable_one:hover {
    background: var(--l_m_hover);
}
.redCrossCat {
    color: red;
    cursor: pointer;
}
.pencilCat {
    cursor: pointer;
}
.rMBlcat {
    display: flex;
    gap: 15px;
}
.inpSel {
    height: 30px;
}
.onAutoSave_we {
        display: flex;
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    align-items: baseline;
    gap: 5px;
}


h1.rec_title_wr {
    margin-top: 0;
}
mini-cat-name {
    font-size: 12px;
    font-weight:300;
}
wiki-rec-hat {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
wiki-rec-hat .head_block img {
    width: 75px;
}
wiki-right a {
    font-size: 14px;
    padding-top:5px;  
}
.bl_h2_links {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
}
.onThisPage {
    font-size: 16px;
    font-weight: 500;
    color:var(--light_text_color);
}

.r_one_link_wr{
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out, fill 0.2s ease-in-out;
    font-size:14px;
    display: flex;
    padding: 6px 6px;
    align-items: center;
    border-radius:3px;
    cursor: pointer;
    color: var(--rich_gray);
}
.r_one_link_wr:hover {
    background: var(--l_m_hover);
    fill: var(--light_accent_revite);
    color: var(--text_color);
}
cat_link {
    position:relative;
    display:flex;
    cursor:default;
}
cat_link span {
    padding: 5px 15px 5px 0;
    border-radius: 4px;
    overflow-wrap: normal;
    color: var(--text_color);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.25px;
}
cat_link:first-child span {
    padding-top: 0;
}
recs_wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}
recs_wrap:empty {
    display: none;
}
recs_wrap a {
    margin-bottom: 5px;
}
recs_wrap a:last-child {
    margin-bottom: 0;
}
recs_wrap a {
    transition: 0.2s ease-in-out;
    padding: 0.5rem;
    border-radius: 6px;
    overflow-wrap: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: var(--rich_gray);
}
recs_wrap a:hover {
    background:var(--l_m_hover);
    color:var(--text_color);
}
.WikiLAdmBut {
    margin: 0 auto var(--standart_margin) auto;
}
.wiki_like_block {
    margin-top: 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
.rateBlockWiki {
    display: flex;
    gap: 5px;
    align-items: center;
}
#plrepsvg, #minrepsvg {
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out, fill 0.2s ease-in-out;
    fill: var(--text_color);
    cursor: pointer;
    height: 20px;
}
.active_rate {
    fill: var(--light_accent_revite) !important;
}
#plrepsvg:hover, #minrepsvg:hover {
    fill: var(--accent_color_revite);
}
.rep_counter {
    font-weight: 500;
    cursor: default;
}
.wiki_minrep, .wiki_plrep {
    height: 20px;
}

.recsAdmAll {
    display:flex;
}

.ui-state-disabled,
.ui-state-disabled-first{
    display: flex;
    font-weight: 500;
    font-size: 14px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.recs_dragzone {
    width:100%;
}

.rec_adm {
    display: flex;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
    color: var(--text_color);
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    margin-left: -10px;
    width: calc(100% + 20px);
    transition: 0.2s ease-in-out background;
    border-radius:8px;
}
.rec_adm:hover, .rec_adm:active {
    background: var(--l_m_hover);
}
.pencilRec svg {
    fill: var(--text_color);
    height: 16px;
}
.setupRec_we {
    margin-top:5px;
}
.delRecA {
    display: flex;
    margin: 0 auto;
    cursor: pointer;
    opacity: 0.7;
}
.wiki_comm_hat {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--separator_common);
    border-top: 1px solid var(--separator_common);
    background: none;
    padding: 10px 0;
}
.wiki_comm_block {
    margin-top:15px;
}
.wiki_comm_block_undhat {
    padding: 15px 0;
    position: relative;
    display: flex;
    flex-direction: column;
}
.wiki_comm_warning {
    display:flex;
    padding:10px;
    background: var(--l_m_hover);
    margin-top:15px;
}
.wiki_comm_warning svg {
    fill: var(--destructive);
    width: 32px;
}
.wiki_comm_warning div {
    font-weight:500;
    width: fit-content;
    margin-left:10px;
}
.wiki_no_comm {
    display:flex;
    margin: 0 auto;
    font-weight:300;
    font-size:14px;
}
.wiki_all_coms {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.wiki_comm_form {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-top: 1px solid var(--separator_common);
}
.wiki_comm_form img {
    width: 35px;
}
textarea#wiki_comm {
    width: 100%;
    box-sizing: border-box;
    user-select: none;
    outline: none;
    font-family: var(--def_font);
    font-size: 12px;
    border-radius: 0;
    border: 0px;
    resize: none;
    overflow: hidden;
    box-shadow: none;
    background: #0000;
    padding: 0;
    margin-left: 15px;
    line-height: 18px;
    height: calc(100% + 15px);
    min-height: inherit !important;
    padding: 10px 0;
}
.commSend {
    padding-top: 5px;
    cursor:pointer;
}
.commSend svg {
    width:25px;
    fill: var(--accent_color_revite);
}
.bl_h2_links:empty + .onThisPage {
    display:none;
}
.w_c_avablock {
    width:45px;
}
.w_c_avablock img {
    width: 45px;
    height: 45px;
}
.wiki_comment_one {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    gap: 15px;
}
.w_c_body {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
}
.w_c_body a {
    font-size: 13px;
}
.w_c_body comm_text {
    font-size: 14px;
}
.w_c_body date {
    margin-top: 3px;
    font-weight: 300;
    color: var(--trade_motd);
}
.wiki_comment_one:hover .w_c_body one delete svg {
    visibility: visible;
    opacity: 1;
}
.w_c_body one delete {
    cursor: pointer;
}
.w_c_body one delete svg {
    width:10px;
    fill: var(--trade_motd);
    opacity: 0;
    transition: opacity 100ms ease-in-out;
}
.w_c_body one {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: space-between;
}
.deletedComm {
    padding: 10px;
    margin: 0 auto;
    font-weight: 300;
}
.wiki_load_more {
    padding: 10px 15px;
    margin: 0 auto;
    background: var(--l_m_hover);
    border-radius: 20px;
    border: 1px solid var(--separator_common);
    margin-top: 15px;
    cursor: pointer;
}
.html-view {
    min-height: 400px;
}
.big_box_aln {
        width: 100%;
    box-sizing: border-box;
    gap: 5px;
    flex-direction: column;
}
div[data-sticky-col] {
    position:sticky;
    top:0;
}
hid {
    display:none;
}
recs_wrap a:active {
    background: var(--l_m_hover);
}

wiki-rec ul, wiki-rec ol {
    font-size: 14px;
}
.toolbar {
    position: sticky;
    top: 0;
    background: #171717;
}
code {
    background: var(--m_active);
    padding: 0.25rem 0.5rem;
    border-radius: 3px;
    margin: 0 0.25rem;
}
.actRecLW, .actRecLW:hover, recs_wrap a:active {
    color: var(--light_text_color);
    background: var(--accent_color_revite);
}

wiki-center.tosWikiCenter {
    margin-top: 75px;
    width: calc(100vw / 2.5);
    background: var(--l_m_hover);
    border: 1px solid var(--m_active);
    padding: 30px;
    border-radius: 10px;
}
.tellDateWiki {
    letter-spacing: 0.25px;
    font-weight: 500;
    cursor: default;
    line-height: 1.5;
}
wiki-center .errWrap {
    height: 100%;
}
.hideLinks {
    opacity: 0;
}
recs_wrap.openedCat {
    border-left: 1px solid var(--m_active);
    padding-left:10px;
}
recs_wrap.closedCat {
    display:none;
}
.ui-state-disabled, .ui-state-disabled-first {
    border-left: 2px solid var(--m_active);
    display: flex;
    align-items: center;
    border-right: 2px solid var(--m_active);
    margin-bottom: 5px;
    margin-top: 5px;
    background: var(--l_m_hover);
    padding: 7px 10px;
    margin-left: -12px;
    width: calc(100% + 24px);
}
.lwCatOwnRec:after {
    position: absolute;
    font-family: uicons-regular-rounded !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f30b";
    right: 24px;
    font-size: 14px;
    height: 14px;
    width: 14px;
}
.catOpenedLink.lwCatOwnRec:after {
    content: "\f30a";
}
.lwCatOwnRec.lwIsHiddenGlobal:before {
    right: 28px;
}
.admRecordBlock {
    width:100%;
    display: flex;
    flex-direction: column;
    margin-bottom:15px;
}
.fiButIcon {
    height: 1rem;
    display: flex;
    margin-right: 0.5rem;
}
.lwCatOwnRec.lwIsHiddenGlobal:after {
    right: 10px;
}
.toolbar {
    z-index: 1;
}
.contextMenuLine {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.contextMenuButtonMini {
    width: 100%;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--text_color);
    border-radius: 6px;
    transition: background 0.2s ease-in-out;
}
.contextMenuButtonMini span {
    height: 1em;
    width: 1em;
}
.contextMenuButtonMini:hover {
    background: var(--l_m_hover);
    color: var(--text_color);
}
.contextMenuSep {
    margin-top:2px;
    border-top: 1px solid var(--separator_common);
    padding-bottom:2px;
}
.contextMenuWrap {
    display: flex;
    width: 150px;
    border: 1px solid var(--m_active);
    position: absolute;
    z-index: 999;
    padding: 6px;
    border-radius: 8px;
    background: var(--l_m_hover_na);
    will-change: transform;
    box-shadow: 0 0.25rem 1.5rem rgb(0 0 0 / 20%);
    flex-direction: column;
}
.contextMenuLine .editor-btn.has-submenu {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.contextMenuLine .submenu {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 34px;
    background: var(--background_def);
    border: 1px solid var(--m_active);
    border-radius: 0 0 3px 3px;
    padding: 2px;
    top: 74px;
    opacity: 0;
    visibility: hidden;
}
.hoverSubmenuShow:hover + .submenu, 
.contextMenuLine .submenu:hover {
    opacity: 1;
    visibility: visible;
}
.contextMenuLine .hoverSubmenuShow {
    width: 100%;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 6px 6px 0 0;
    border: 1px solid #0000;
    border-bottom: 1px solid #0000;
    cursor: pointer;
}
.contextMenuLine .hoverSubmenuShow:hover,
.contextMenuLine .submenu:hover + .contextMenuLine .hoverSubmenuShow {
    background: var(--background_def);
    border: 1px solid var(--m_active);
    border-bottom: 1px solid #0000;
}
li {
    margin-top: 4px;
    margin-left: 1.5em;
    padding-left: 0.5em;
}
li:first-child {
    margin-top: 0px;
}
::marker {
    font-size: 0.7em;
    color:var(--rich_gray);
}
.ipANBox {
    display: flex;
    justify-content: space-between;
    align-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}
wiki-rec > *,
.visuell-view > *
{
    margin-bottom: 1em !important;
}
wiki-rec *,
.visuell-view *
{
    scroll-margin-top: 15px;
}

div#htmlView {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: calc(100vh - 74px - 75px - 50px - 15px);
    width: 100%;
    border-radius: 0 0 10px 10px;
    max-height: inherit !important;
}
.spoiler label,
.spoiler div {
    margin-bottom: 0 !important;
}
.maLRAuto {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
wiki-rec {
    font-size: 14px;
}
wiki-rec ul > li, wiki-rec ol > li {
    margin-bottom: 1em;
}
/*
     FILE ARCHIVED ON 21:31:45 Jan 11, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:27:45 Jul 26, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.46
  exclusion.robots: 0.016
  exclusion.robots.policy: 0.007
  esindex: 0.009
  cdx.remote: 267.371
  LoadShardBlock: 89.807 (3)
  PetaboxLoader3.datanode: 107.72 (4)
  load_resource: 141.901
  PetaboxLoader3.resolve: 119.617
*/