﻿.note-editor.note-frame {
    border-radius: .5rem;
    border-color: var(--bs-border-color);
}

.note-toolbar {
    border-bottom: 1px solid var(--bs-border-color);
    background: var(--bs-body-bg);
}

.note-status-output, .note-statusbar {
    background: var(--bs-tertiary-bg);
}

.note-editable {
    min-height: 200px;
}

.note-toolbar .dropdown-toggle::after {
    display: none !important; /* ডিফল্ট caret লুকিয়ে ফেলবে */
}
/* Keep editor UI above modals/offcanvas; help positioning math */
.note-editor, .note-popover, .note-modal {
    z-index: 1085;
}

.note-editor {
    position: relative;
}
/* ensures a sane offsetParent */

    /* Summernote above the page even in fullscreen, but still below your modals */
    .note-editor.note-frame.fullscreen {
        position: fixed !important;
        inset: 0 !important; /* top/right/bottom/left: 0 */
        z-index: 1360 !important; /* parent navs ~1030; your manager 1400+ */
        background: #fff;
    }

        .note-editor.note-frame.fullscreen .note-toolbar {
            z-index: 1365 !important;
            position: sticky;
            top: 0;
        }

        .note-editor.note-frame.fullscreen .dropdown-menu {
            z-index: 1366 !important;
        }

.note-popover, .note-popover .popover {
    z-index: 1366 !important;
}

.note-modal, .note-dialog {
    z-index: 1366 !important;
}

/* Keep tooltips visible above editor/parent (and below your modals) */


.tooltip {
    z-index: 1368;
}

.note-editor.note-frame.fullscreen {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1360 !important;
    background: #fff;
}

    .note-editor.note-frame.fullscreen .note-toolbar {
        z-index: 1365 !important;
        position: sticky;
        top: 0;
    }

    .note-editor.note-frame.fullscreen .dropdown-menu {
        z-index: 1366 !important;
    }

.note-popover, .note-popover .popover {
    z-index: 1366 !important;
}

.note-modal, .note-dialog {
    z-index: 1366 !important;
}
.note-modal-footer{
    height:50px !important;
}

.note-group-image-url, .note-image-btn{
    display: none;
}
