<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.no-hover-change:hover {
    color: #4a4a4a !important;
}

@media screen and (max-height: 768px) and (orientation: landscape) {
    .non-rotatable {
        transform: rotate(270deg);
        max-width: 100vh;
    }
}

.padded-breadcrumb {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0.9rem !important;
}

.adapt-footer {
    position: fixed;
    bottom: 5px;
    width: 100%;
    font-size: 85%;
    color: #9e9e9e;
    padding-left: 5px;
}

.columns {
    flex-wrap: wrap;
    /*max-width: 100%;*/
}

.column {
    overflow-x: auto;
}

.is-vertical-align-middle {
    vertical-align: middle !important;
}

.notification {
    padding: 1rem;
}

.loading-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 9999;
}

.loading-backdrop .progress {
    box-shadow: 0 0 10px #888888;
}

/*.loading-backdrop:hover {*/
/*    cursor: wait !important;*/
/*}*/

.screen-mask {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 19;
}

.is-edit {
    padding: 15px;
    border-radius: 0.25rem;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column
}

.tabpanel-wrapper {
    overflow-x: auto;
    /*display: flex;*/
    padding: 1rem 0;
    scrollbar-width: thin; /* Р”Р»СЏ Firefox */
    position: relative;
}

.tabpanel-wrapper::-webkit-scrollbar {
    height: 8px;
}

.tabpanel-wrapper::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

.tabpanel-wrapper::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.tabpanel {
    display: flex;
    flex-wrap: nowrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: #fff;
}

.tabpanel.standalone {
    padding: 0 0.75rem;
    border-radius: 0.75rem;
}

.tabpanel-tabs {
    border-bottom: 1px solid #dee2e6;
    position: relative;
    flex-wrap: wrap;
}

.monospaced-textarea {
    font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
}

@media screen and (min-width: 769px) {
    .tabpanel-tabs {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .tabpanel-tabs {
        width: max-content;
    }
}

.tabpanel-link {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    white-space: nowrap;
}

.tabpanel-tabs .tabpanel-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    /*border-top-left-radius: 0.25rem;*/
    /*border-top-right-radius: 0.25rem;*/
    color: #6c757d;
}

.tabpanel-tabs .tabpanel-item.show .tabpanel-link, .tabpanel-tabs .tabpanel-link.active {
    color: var(--theme-primary) !important;
    background-color: #fff;
    /*border-color: #dee2e6 #dee2e6 #fff;*/
    font-weight: bold;
    border-bottom: 2px solid var(--theme-primary);
}

.tabpanel-tabs .tabpanel-link.disabled {
    color: #94979a;
    background-color: transparent;
    border-color: transparent;
}

.tabpanel-tabs .tabpanel-link:not(.active):focus, .tabpanel-tabs .tabpanel-link:not(.active):hover {
    /*border-color: #e9ecef #e9ecef #dee2e6;*/
    background-color: #f7f7f7;
    isolation: isolate;
}

.tabpanel-content {
    padding: 15px;
    border: 1px solid #dee2e6;
    border-top: none;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.notifyjs-bootstrap-base {
    box-shadow: 0 0 10px #888888;
}

.notifyjs-bootstrap-success {
    border-color: #468847;
}

.notifyjs-bootstrap-error {
    border-color: #894a48;
}

.notifyjs-bootstrap-warning {
    border-color: #b29d73;
}

.logo {
    min-height: 35px !important;
    margin-top: 2px;
}

.footer {
    border-top: 1px solid #dbdbdb;
    padding: 10px;
    background-color: #fff;
}

.switch input[type=checkbox]:focus + .check {
    box-shadow: 0 0 0.5em rgb(122 122 122 / 80%);
}

.b-checkbox.checkbox input[disabled="disabled"] + .check {
    border-color: #c8c8c8;
    background-color: #f1f1f1;
}

.switch input[disabled="disabled"] + .check {
    background-color: #eaeaea !important;
}

a {
    color: #009ba3;
}

a[disabled='disabled'] {
    color: #8e8e8e !important;
    cursor: not-allowed !important;
}

span.on, span.off {
    display: flex;
    flex-direction: row;
}

span.on:first-child, span.off:first-child {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: none;
    margin-right: 0 !important;
}

span.on:last-child, span.off:last-child {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: none;
    margin-left: 0 !important;
}

span.on span.tag:not(:last-child):not(:first-child) {
    border-radius: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
}

span.on &gt; .tag.on {
    background-color: #48c78e;
    color: #ffffff;
    font-weight: bold;
}

span.on &gt; .tag.off {
    background-color: #fcfcfd;
    border: 1px solid #e9ecef;
    color: #495057;
}

span.off &gt; .tag.off {
    background-color: #f14668;
    color: #ffffff;
    font-weight: bold;
}

span.off &gt; .tag.on {
    background-color: #fcfcfd;
    border: 1px solid #e9ecef;
    color: #495057;
}

.b-checkbox.checkbox.disabled input[type=checkbox]:checked + .check {
    background-color: #b5b5b5;
    border-color: #b5b5b5;
}

.modal-card {
    position: absolute !important;
    overflow-y: hidden;
}

.modal-card &gt; .modal-card-head {
    cursor: move;
}

.CodeMirror-wrap {
    border: 1px solid #dbdbdb
}

.main_navbar_items#main_sidebar {
    background-color: #ffffff;
    padding-bottom: 0.25rem;
    border-radius: 0.75rem;
    max-height: 100%;
    margin: 0 0 1rem 1rem;
    max-width: 100vw;
    min-width: 20vw;
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
}

.main_navbar_items#main_sidebar .navbar-item {
    display: block !important;
}

.main_navbar_items#main_sidebar .navbar-link {
    flex-grow: 1;
    margin-bottom: 0;
}

.main_navbar_items#main_sidebar span.icon {
    color: #8c8c8c;
}

.main_navbar_items#main_sidebar.is-minified {
    max-width: 50px !important;
    min-width: 50px !important;
    transition: max-width 1s, min-width 1s;
}

.main_navbar_items#main_sidebar.is-minified .navbar-link {
    white-space: nowrap;
}

.main_navbar_items#main_sidebar.is-minified .navbar-link .nav-item-text {
    display: none;
    z-index: 9999;
}

.main_navbar_items#main_sidebar.is-minified .navbar-link:hover .nav-item-text {
    display: block;
}

.main_navbar_items#main_sidebar.is-minified .toggle_container {
    flex-grow: 1;
    padding: .25rem;
}

/*.main_navbar_items#main_sidebar.is-minified span.icon {
    color: #000000;
}*/

.no-right-border-radius {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.no-left-border-radius {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.no-top-border-radius {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.no-bottom-border-radius {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.fade-after::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(transparent 0.75rem, white);
}

.skeleton-block &gt; * {
    visibility: hidden !important;
}

.skeleton-block * {
    visibility: hidden !important;
}

@media screen and ( max-width: 768px ) {
    .desktop-only {
        display: none !important;
    }

    .logo.main {
        max-height: 25px !important;
    }

    .adapt-footer {
        text-align: center;
    }

    .pr-2-mobile {
        padding-right: 0.5rem !important;
    }

    .ml-4-mobile {
        margin-left: 1rem !important;
    }

    .column-pad-left-mobile {
        padding-left: 25px !important;
    }

    .is-text-align-center-mobile {
        text-align: center !important;
    }

    .is-text-align-right-mobile {
        text-align: right !important;
    }

    .is-font-weight-bold-mobile {
        font-weight: bold;
    }

    .breadcrumb li {
        white-space: pre-wrap;
    }

    .is-flex-wrap-wrap-mobile {
        flex-wrap: wrap;
    }

    .mlr-auto-mobile {
        margin-left: auto;
        margin-right: auto;
    }

    .zoom-75-mobile {
        zoom: 75%;
    }

    .overflow-x-scroll-mobile {
        overflow-x: scroll;
    }
}

@media screen and ( min-width: 769px ) {
    .mobile-only {
        display: none !important;
    }

    .tabpanel-link {
        padding: 0.35rem 0.75rem !important;
    }

    .is-text-align-center-desktop {
        text-align: center !important;;
    }

    .is-text-align-right-desktop {
        text-align: right !important;;
    }

    .mr-10px-desktop {
        margin-right: 10px;
    }

    .mr-4-desktop {
        margin-right: 1rem !important;
    }

    .p-2-desktop {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .column.edit-column {
        border-left: 1px solid #c8c8c8;
    }

    .overflow-x-hidden-desktop {
        overflow-x: hidden;
    }
}

@media screen and ( max-width: 1540px ) {
    .mb-tablet-1 {
        margin-bottom: 0.25rem !important;
    }
}
</pre></body></html>