:root, [data-bs-theme=light] {
    /*--appScheme-wrap-grip: 1.25rem;
    --appScheme-wrap-height: 100vh;*/
    /*--appScheme-footer-height: 36px;*/
    --appScheme-sidebar-width: 270px;
    --appScheme-aside-width: 100%;
    --appScheme-header-height: 55px;
    /*--appScheme-sidebar-fixedbar: 50px;*/
    /*--appScheme-height-padding: 35px;
    --appScheme-height: calc(100vh - var(--appScheme-height-padding));

    --appScheme-document-header-height: 65px;
    --appScheme-single-subject-height: 48px;
    --appScheme-sidebar-togglable-top: 52px;
    --appScheme-sidebar-togglable-left: -26px;
    --appScheme-sidebar-content: calc(var(--appScheme-wrap-height) - var(--appScheme-sidebar-fixedbar));
    --appScheme-document-bg: #fff;
    --appScheme-btn-sidebar-togglable-bg: radial-gradient(ellipse at center, #e5e5e5 0%,#ffffff 100%);*/
}

/*Togglable*/
.btn-sidebar-togglable:hover, .btn-sidebar-togglable-inline:hover {
    cursor: pointer;
}

.btn-sidebar-togglable-inline {
    height: 28px;
    width: 28px;
    border-radius: 50%;
    /*background: var(--appScheme-btn-sidebar-togglable-bg);    border: 1px solid #d8d8d8;box-shadow: 0 0.125rem 0.125rem rgba(47, 52, 58, 0.1) !important;*/
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    z-index: 2;
}

    .btn-sidebar-togglable-inline .togglable-open {
        display: inherit;
    }

    .btn-sidebar-togglable-inline .togglable-hide {
        display: none;
    }

    .btn-sidebar-togglable-inline.active .togglable-open {
        display: none;
    }

    .btn-sidebar-togglable-inline.active .togglable-hide {
        display: inherit;
    }


/*.btn-sidebar-togglable-inline:after {        content: "\f4ff";    font-family: remixicon;        text-rendering: auto;        color: inherit;        font-size: 1rem;    }*/

.btn-sidebar-togglable {
    height: 28px;
    width: 28px;
    left: calc(var(--appScheme-sidebar-togglable-left)/2);
    border-radius: 50%;
    top: var(--appScheme-sidebar-togglable-top);
    position: absolute;
    background: var(--appScheme-btn-sidebar-togglable-bg);
    cursor: pointer;
    border: 1px solid #d8d8d8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    box-shadow: 0 0.125rem 0.125rem rgba(47, 52, 58, 0.1) !important;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    z-index: 2;
}

    .btn-sidebar-togglable:after {
        content: "\ea62";
        font-family: remixicon;
        text-rendering: auto;
        color: inherit;
    }

[data-bs-theme="dark"] .btn-sidebar-togglable:after {
    color: var(--bs-body-bg);
}

.btn-sidebar-togglable.active {
    -webkit-transform: translateX(32px);
    -moz-transform: translateX(32px);
    -ms-transform: translateX(32px);
    -o-transform: translateX(32px);
    transform: translateX(32px);
    left: var(--appScheme-sidebar-togglable-left);
}

    .btn-sidebar-togglable.active:after {
        content: "\ea6c";
    }

/*.btn-sidebar-togglable-inline.active:after {    content: "\f4f5";}*/

.appScheme-wrap {
    position: relative;
    height: calc(var(--appScheme-wrap-height));
    -webkit-transition: height 0.2s ease;
    -moz-transition: height 0.2s ease;
    transition: height 0.2s ease;
    /*margin: 2rem;*/
    border-radius: 0.5rem;
    border-width: 1px;
    border-style: solid;
    border-color: var(--bs-border-color);
    overflow: hidden;
    background: var(--bs-card-bg);
}

    .appScheme-wrap.appScheme-wrap-shadow {
        box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.1);
    }



[data-bs-theme=dark] .appScheme-wrap.appScheme-wrap-shadow {
    box-shadow: 0 0 0.5rem 2px rgba(255, 255, 255, 0.9)
}

.appScheme-wrap .appScheme-sidebar {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    left: 0;
    width: var(--appScheme-sidebar-width);
    margin-left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    /*border: none;
  background: #fff;*/
    border-right: 1px solid var(--bs-border-color);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.appScheme-sidebar-content {
    height: var(--appScheme-sidebar-content);
    /*overflow: hidden;*/
}

.appScheme-wrap-overlay {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #000;
    z-index: 0;
    position: absolute;
    z-index: 99;
    display: none;
}

.appScheme-wrap .appScheme-sidebar > div.nicescroll-bar {
    flex: 1 1 auto;
    overflow: auto;
}

.appScheme-wrap .appScheme-sidebar .menu-content-wrap {
    padding: 0.5rem;
}

    .appScheme-wrap .appScheme-sidebar .menu-content-wrap .menu-gap {
        height: 25px;
    }

    .appScheme-wrap .appScheme-sidebar .menu-content-wrap .menu-group > .navbar-nav > .nav-item {
        margin-left: -1rem;
        margin-right: -1rem;
    }

        .appScheme-wrap .appScheme-sidebar .menu-content-wrap .menu-group > .navbar-nav > .nav-item > .nav-link {
            border-radius: .375rem;
            padding: .5rem 1rem;
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .appScheme-wrap .appScheme-sidebar .menu-content-wrap .menu-group > .navbar-nav > .nav-item > .nav-link .nav-icon-wrap {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                margin-right: .875rem;
                font-size: 1.5rem;
            }

                .appScheme-wrap .appScheme-sidebar .menu-content-wrap .menu-group > .navbar-nav > .nav-item > .nav-link .nav-icon-wrap .nav-link-text {
                    display: inline-block;
                }

        .appScheme-wrap .appScheme-sidebar .menu-content-wrap .menu-group > .navbar-nav > .nav-item.active > .nav-link {
            background: rgba(0, 105, 247, 0.15);
            color: #0069F7;
        }

.appScheme-wrap .appScheme-sidebar .sidebar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    min-height: var(--appScheme-header-height);
    padding: 0 0.25rem;
    border-bottom: 1px solid var(--bs-border-color);
    background: inherit;
    color: currentColor;
}

    .appScheme-wrap .appScheme-sidebar .sidebar-header .btn-sidebar-togglable-inline {
        display: none;
    }

.appScheme-wrap .appScheme-sidebar .appScheme-fixednav {
    height: var(--appScheme-sidebar-fixedbar);
    border-top: 1px solid var(--bs-border-color);
    padding: 0.25rem;
    margin-top: auto;
}

.appScheme-wrap .appScheme-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding-left: var(--appScheme-sidebar-width);
    position: relative;
    height: 100%;
    left: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .appScheme-wrap .appScheme-content .appScheme-aside {
        border-right: 1px solid var(--bs-border-color);
        background: inherit;
        position: relative;
        /*  display: -webkit-box;  display: -ms-flexbox;  display: flex;*/
        flex-flow: column;
        height: 100%;
        z-index: 1;
        left: 0;
        width: var(--appScheme-aside-width);
        flex-shrink: 0;
        margin-top: 0;
    }

        .appScheme-wrap .appScheme-content .appScheme-aside header.aside-header {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            justify-content: space-between;
            -webkit-justify-content: space-between;
            -ms-flex-pack: space-between;
            min-height: var(--appScheme-header-height);
            padding: 0 0.25rem;
            border-bottom: 1px solid var(--bs-border-color);
            background: inherit;
            color: currentColor;
        }

            .appScheme-wrap .appScheme-content .appScheme-aside header.aside-header .appScheme-title {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .appScheme-wrap .appScheme-content .appScheme-aside header.aside-header .appScheme-title h1 {
                    font-size: 1.5rem;
                    font-weight: 500;
                    margin-bottom: 0;
                }

                .appScheme-wrap .appScheme-content .appScheme-aside header.aside-header .appScheme-title:after {
                    top: 0;
                }

            .appScheme-wrap .appScheme-content .appScheme-aside header.aside-header .btn, .appScheme-wrap .appScheme-content .appScheme-aside header.aside-header div.hopscotch-bubble .hopscotch-bubble-container .hopscotch-actions .hopscotch-nav-button, div.hopscotch-bubble .hopscotch-bubble-container .hopscotch-actions .appScheme-wrap .appScheme-content .appScheme-aside header.aside-header .hopscotch-nav-button {
                margin-right: .5rem;
            }

                .appScheme-wrap .appScheme-content .appScheme-aside header.aside-header .btn:last-child, .appScheme-wrap .appScheme-content .appScheme-aside header.aside-header div.hopscotch-bubble .hopscotch-bubble-container .hopscotch-actions .hopscotch-nav-button:last-child, div.hopscotch-bubble .hopscotch-bubble-container .hopscotch-actions .appScheme-wrap .appScheme-content .appScheme-aside header.aside-header .hopscotch-nav-button:last-child {
                    margin-right: 0;
                }

        .appScheme-wrap .appScheme-content .appScheme-aside .aside-search {
            margin-bottom: 1.25rem;
        }

        .appScheme-wrap .appScheme-content .appScheme-aside .aside-body {
            /*overflow: auto; -ms-flex: 1; flex: 1;*/ /*            height: calc(var(--appScheme-wrap-height) - var(--appScheme-aside-header-height));          padding: 0.5rem;*/
        }

            .appScheme-wrap .appScheme-content .appScheme-aside .aside-body .appScheme-list {
                margin: 0 -0.8rem;
            }

                .appScheme-wrap .appScheme-content .appScheme-aside .aside-body .appScheme-list .list-group-item {
                    padding: 0;
                    border: none;
                    margin-bottom: .25rem;
                }

                    .appScheme-wrap .appScheme-content .appScheme-aside .aside-body .appScheme-list .list-group-item .media {
                        padding: .75rem .8rem;
                        border-radius: 0.5rem;
                        -webkit-transition: 0.2s ease;
                        -moz-transition: 0.2s ease;
                        transition: 0.2s ease;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        cursor: pointer;
                    }

                        .appScheme-wrap .appScheme-content .appScheme-aside .aside-body .appScheme-list .list-group-item .media .media-head {
                            position: relative;
                            margin-right: 1rem;
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            flex-flow: column;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                        }

                            .appScheme-wrap .appScheme-content .appScheme-aside .aside-body .appScheme-list .list-group-item .media .media-head .badge-indicator {
                                margin-top: .875rem;
                            }

                        .appScheme-wrap .appScheme-content .appScheme-aside .aside-body .appScheme-list .list-group-item .media .media-body {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            min-width: 0;
                        }

                            .appScheme-wrap .appScheme-content .appScheme-aside .aside-body .appScheme-list .list-group-item .media .media-body > div {
                                min-width: 0;
                                flex: 1;
                            }

                                .appScheme-wrap .appScheme-content .appScheme-aside .aside-body .appScheme-list .list-group-item .media .media-body > div > div:first-child {
                                    display: -webkit-box;
                                    display: -ms-flexbox;
                                    display: flex;
                                    -webkit-box-align: center;
                                    -ms-flex-align: center;
                                    align-items: center;
                                    margin-bottom: .25rem;
                                }

                                    .appScheme-wrap .appScheme-content .appScheme-aside .aside-body .appScheme-list .list-group-item .media .media-body > div > div:first-child div:last-child {
                                        display: -webkit-box;
                                        display: -ms-flexbox;
                                        display: flex;
                                        -webkit-box-align: center;
                                        -ms-flex-align: center;
                                        align-items: center;
                                        margin-left: auto;
                                    }

                                        .appScheme-wrap .appScheme-content .appScheme-aside .aside-body .appScheme-list .list-group-item .media .media-body > div > div:first-child div:last-child .appScheme-star {
                                            display: -webkit-box;
                                            display: -ms-flexbox;
                                            display: flex;
                                            margin-left: .625rem;
                                            opacity: 0;
                                            color: #6f6f6f;
                                        }

                                            .appScheme-wrap .appScheme-content .appScheme-aside .aside-body .appScheme-list .list-group-item .media .media-body > div > div:first-child div:last-child .appScheme-star > .feather-icon > svg, .appScheme-wrap .appScheme-content .appScheme-aside .aside-body .appScheme-list .list-group-item .media .media-body > div > div:first-child div:last-child .appScheme-star .svg-icon > svg {
                                                cursor: pointer;
                                            }

                                                .appScheme-wrap .appScheme-content .appScheme-aside .aside-body .appScheme-list .list-group-item .media .media-body > div > div:first-child div:last-child .appScheme-star > .feather-icon > svg:hover, .appScheme-wrap .appScheme-content .appScheme-aside .aside-body .appScheme-list .list-group-item .media .media-body > div > div:first-child div:last-child .appScheme-star .svg-icon > svg:hover {
                                                    fill: #FFC400;
                                                    stroke: #FFC400;
                                                }

                                            .appScheme-wrap .appScheme-content .appScheme-aside .aside-body .appScheme-list .list-group-item .media .media-body > div > div:first-child div:last-child .appScheme-star.marked {
                                                opacity: 1;
                                            }

                                                .appScheme-wrap .appScheme-content .appScheme-aside .aside-body .appScheme-list .list-group-item .media .media-body > div > div:first-child div:last-child .appScheme-star.marked > .feather-icon > svg, .appScheme-wrap .appScheme-content .appScheme-aside .aside-body .appScheme-list .list-group-item .media .media-body > div > div:first-child div:last-child .appScheme-star.marked .svg-icon > svg {
                                                    fill: #FFC400;
                                                    stroke: #FFC400;
                                                }

                                                    .appScheme-wrap .appScheme-content .appScheme-aside .aside-body .appScheme-list .list-group-item .media .media-body > div > div:first-child div:last-child .appScheme-star.marked > .feather-icon > svg:hover, .appScheme-wrap .appScheme-content .appScheme-aside .aside-body .appScheme-list .list-group-item .media .media-body > div > div:first-child div:last-child .appScheme-star.marked .svg-icon > svg:hover {
                                                        fill: none;
                                                        stroke: currentColor;
                                                    }

                                        .appScheme-wrap .appScheme-content .appScheme-aside .aside-body .appScheme-list .list-group-item .media .media-body > div > div:first-child div:last-child .appScheme-time {
                                            font-size: 0.75rem;
                                            margin-left: .625rem;
                                        }

                                .appScheme-wrap .appScheme-content .appScheme-aside .aside-body .appScheme-list .list-group-item .media .media-body > div .appScheme-head,
                                .appScheme-wrap .appScheme-content .appScheme-aside .aside-body .appScheme-list .list-group-item .media .media-body > div .appScheme-subject {
                                    color: #262a2e;
                                    overflow: hidden;
                                    text-overflow: ellipsis;
                                    white-space: nowrap;
                                    text-transform: capitalize;
                                }

                                .appScheme-wrap .appScheme-content .appScheme-aside .aside-body .appScheme-list .list-group-item .media .media-body > div .appScheme-subject {
                                    margin-bottom: .25rem;
                                    font-weight: 500;
                                }

                                .appScheme-wrap .appScheme-content .appScheme-aside .aside-body .appScheme-list .list-group-item .media .media-body > div .appScheme-head {
                                    font-weight: 500;
                                    margin-right: .5rem;
                                    max-width: 150px;
                                }

                                .appScheme-wrap .appScheme-content .appScheme-aside .aside-body .appScheme-list .list-group-item .media .media-body > div .appScheme-text {
                                    overflow: hidden;
                                    display: -webkit-box;
                                    -webkit-line-clamp: 2;
                                    -webkit-box-orient: vertical;
                                    font-size: 0.875rem;
                                }

                        .appScheme-wrap .appScheme-content .appScheme-aside .aside-body .appScheme-list .list-group-item .media:hover, .appScheme-wrap .appScheme-content .appScheme-aside .aside-body .appScheme-list .list-group-item .media:focus {
                            background-color: #f2f2f2;
                        }

                            .appScheme-wrap .appScheme-content .appScheme-aside .aside-body .appScheme-list .list-group-item .media:hover .media-body > div > div:first-child div:last-child .appScheme-star, .appScheme-wrap .appScheme-content .appScheme-aside .aside-body .appScheme-list .list-group-item .media:focus .media-body > div > div:first-child div:last-child .appScheme-star {
                                opacity: 1;
                            }

                        .appScheme-wrap .appScheme-content .appScheme-aside .aside-body .appScheme-list .list-group-item .media.read-appScheme.active-user {
                            background-color: #f2f2f2;
                        }

                .appScheme-wrap .appScheme-content .appScheme-aside .aside-body .appScheme-list .hk-section-head-border {
                    padding: 0 .8rem;
                }

                    .appScheme-wrap .appScheme-content .appScheme-aside .aside-body .appScheme-list .hk-section-head-border:after {
                        background: #f7f7f7;
                    }

    .appScheme-wrap .appScheme-content.with-document .appScheme-aside {
        --appScheme-aside-width: 350px;
        width: var(--appScheme-aside-width);
    }


    .appScheme-wrap .appScheme-content .appScheme-document {
        position: relative;
        flex-grow: 1;
        flex-flow: column;
        height: 100%;
        z-index: 10;
        /*  display: -webkit-box;  display: -ms-flexbox;  display: flex;*/
        /*background: var(--appScheme-document-bg); width: calc(100% - var(--appScheme-sidebar-width) - var(--appScheme-aside-width));*/
    }

    .appScheme-wrap .appScheme-content .document-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -ms-flex-pack: space-between;
        min-height: var(--appScheme-header-height);
        padding: 0 0.25rem;
        border-bottom: 1px solid var(--bs-border-color);
        background: inherit;
        color: currentColor;
        position: relative;
    }

        .appScheme-wrap .appScheme-content .document-header .btn-back-document {
            display: none;
        }

    .appScheme-wrap .appScheme-content .appScheme-document.document-body {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -ms-flex: 1;
        flex: 1;
    }


.appPage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.5rem;
    transition: transform 0.5s ease;
}

.appScheme-wrap.appScheme-sidebar-toggle .appScheme-sidebar {
    left: calc(-1 * var(--appScheme-sidebar-width));
}

.appScheme-wrap.appScheme-sidebar-toggle .appScheme-content {
    padding-left: 0;
}

.appScheme-wrap .compose-appScheme-popup {
    position: fixed;
    bottom: 0;
    right: 20px;
    width: 700px;
    overflow-y: auto;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    background: #fff;
    display: none;
    border-radius: 0.5rem 0.5rem 0 0;
}

    .appScheme-wrap .compose-appScheme-popup header {
        Padding: 0.75rem 1.25rem;
        background: #262a2e;
        color: #fff;
    }

        .appScheme-wrap .compose-appScheme-popup header #max_compose_popup .icon > span:last-child {
            display: none;
        }

        .appScheme-wrap .compose-appScheme-popup header .btn-close {
            color: #fff;
            opacity: .6;
        }

            .appScheme-wrap .compose-appScheme-popup header .btn-close:not(:disabled):not(.disabled):focus, .appScheme-wrap .compose-appScheme-popup header .btn-close:not(:disabled):not(.disabled):hover {
                color: #fff;
                opacity: 1;
            }

    .appScheme-wrap .compose-appScheme-popup form {
        padding: 1rem;
        flex: 1 1 auto;
        overflow: auto;
    }

        .appScheme-wrap .compose-appScheme-popup form textarea {
            height: 230px;
        }

    .appScheme-wrap .compose-appScheme-popup.minimize-appScheme-popup {
        width: 300px;
        min-height: auto;
    }

        .appScheme-wrap .compose-appScheme-popup.minimize-appScheme-popup form, .appScheme-wrap .compose-appScheme-popup.minimize-appScheme-popup .compose-appScheme-footer {
            display: none;
        }

    .appScheme-wrap .compose-appScheme-popup.maximize-appScheme-popup {
        width: calc(100vw - 700px);
        height: calc(100vh - 200px);
        bottom: 0;
        right: 0;
        left: 0;
        top: 0;
        margin: auto;
    }

        .appScheme-wrap .compose-appScheme-popup.maximize-appScheme-popup header #max_compose_popup .icon > span:first-child {
            display: none;
        }

        .appScheme-wrap .compose-appScheme-popup.maximize-appScheme-popup header #max_compose_popup .icon > span:last-child {
            display: inline;
        }

        .appScheme-wrap .compose-appScheme-popup.maximize-appScheme-popup form textarea.form-control, .appScheme-wrap .compose-appScheme-popup.maximize-appScheme-popup form textarea.form-select, .appScheme-wrap .compose-appScheme-popup.maximize-appScheme-popup form textarea.dd-handle {
            height: calc( 100vh - 500px);
        }

    .appScheme-wrap .compose-appScheme-popup .compose-appScheme-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -ms-flex-pack: space-between;
        padding: 0 1rem 1rem;
    }


@media (max-width: 1000px) {
    .appScheme-wrap .appScheme-sidebar {
        left: calc(-1 * var(--appScheme-sidebar-width));
    }

    .appScheme-wrap .appScheme-content {
        margin-left: 0;
        padding-left: 0;
    }

    .appScheme-wrap.appScheme-sidebar-toggle .appScheme-sidebar {
        left: 0;
    }

    .appScheme-wrap.appScheme-sidebar-toggle .appScheme-content {
        left: var(--appScheme-sidebar-width);
        padding-left: var(--appScheme-sidebar-width);
        margin-left: calc(-1 * var(--appScheme-sidebar-width));
    }

    .appScheme-wrap .btn-sidebar-togglable {
        -webkit-transform: translateX(32px);
        -moz-transform: translateX(32px);
        -ms-transform: translateX(32px);
        -o-transform: translateX(32px);
        transform: translateX(32px);
    }

        .appScheme-wrap .btn-sidebar-togglable:after {
            content: "\ea6c";
        }

        .appScheme-wrap .btn-sidebar-togglable.active {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }

            .appScheme-wrap .btn-sidebar-togglable.active:after {
                content: "\ea62";
            }

    /*
        .appScheme-wrap .btn-sidebar-togglable-inline:after {        content: "\f4f5";    }
        .appScheme-wrap .btn-sidebar-togglable-inline.active:after {        content: "\f4ff";    }
        */

    .appScheme-wrap .appScheme-sidebar .sidebar-header .btn-sidebar-togglable-inline {
        display: inline;
    }

    .appScheme-wrap.sidebar-float.appScheme-sidebar-toggle .appScheme-content {
        left: 0;
        padding-left: 0;
        margin-left: 0;
    }

    .appScheme-wrap.sidebar-float.appScheme-sidebar-toggle .appScheme-sidebar {
        background-color: #fff;
        z-index: 100;
    }

    .appScheme-wrap.sidebar-float.appScheme-sidebar-toggle .appScheme-wrap-overlay {
        display: inline-block;
    }
}

@media (max-width: 991px) {
    .appScheme-wrap .appScheme-content.with-document .appScheme-aside {
        width: 100%;
    }

    .appScheme-wrap.slide .appScheme-content .document-header .btn-back-document {
        display: inherit;
    }

    .appScheme-wrap.slide .appScheme-content.with-document .appScheme-document {
        right: 0%;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1070;
        background: var(--bs-card-bg);
    }

    .appScheme-wrap .appScheme-content .document-header {
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: flex-start;
    }

        .appScheme-wrap .appScheme-content .document-header .back-user-list {
            display: block;
            flex-shrink: 0;
        }

        .appScheme-wrap .appScheme-content .document-header .appScheme-options-wrap + .appScheme-options-wrap {
            margin-left: auto;
        }

        .appScheme-wrap .appScheme-content .document-header .hk-navbar-togglable {
            display: none !important;
        }

    .appScheme-wrap.appScheme-slide .appScheme-content .appScheme-aside {
        left: -100%;
    }

    .appScheme-wrap.appScheme-slide .appScheme-content .appScheme-document {
        right: 0;
    }

    .appScheme-wrap .compose-appScheme-popup {
        width: 100%;
        height: 100%;
        right: 0;
        border-radius: 0;
    }

        .appScheme-wrap .compose-appScheme-popup form textarea.form-control, .appScheme-wrap .compose-appScheme-popup form textarea.form-select, .appScheme-wrap .compose-appScheme-popup form textarea.dd-handle {
            height: calc( 100vh - 300px) !important;
        }

        .appScheme-wrap .compose-appScheme-popup.maximize-appScheme-popup {
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            border-radius: 0;
        }
}



/*
.appScheme-wrap { border:1px solid #00ff21; }
.aside-header { border:1px solid #FFC400; }
.aside-body { border:1px solid blue; }*/

/*
   .appScheme-wrap .appScheme-content .appScheme-document { border:1px solid #FFC400; }
   .appScheme-wrap .appScheme-content .appScheme-document .document-header { border:1px solid #29d71b; }
   .appScheme-wrap .appScheme-content .appScheme-document.document-body { border:1px solid #0069F7; }
*/


