.elementor-9499 .elementor-element.elementor-element-6b1b550{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-7015bcb *//* =====================================================
   TUTOR LMS NOTES — MOTION PURPLE GLASS
   Scope: halaman Notes saja
===================================================== */

body.edbert-tutor-notes-page {
    --motion-primary: #5e28f7;
    --motion-primary-light: #8f65ff;
    --motion-glass: rgba(74, 31, 194, 0.22);
    --motion-glass-strong: rgba(94, 40, 247, 0.32);
    --motion-border: rgba(143, 101, 255, 0.55);
    --motion-text: #ffffff;
    --motion-text-muted: rgba(255, 255, 255, 0.68);
    --motion-radius: 18px;
}

/* =====================================================
   SIDEBAR & LAYOUT
===================================================== */

body.edbert-tutor-notes-page .tutor-dashboard-sidebar,
body.edbert-tutor-notes-page .tutor-dashboard-nav-mobile,
body.edbert-tutor-notes-page .tutor-dashboard-menu-toggler {
    display: none !important;
}

body.edbert-tutor-notes-page .tutor-dashboard-layout {
    display: block !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    min-height: auto !important;
    background: transparent !important;
}

body.edbert-tutor-notes-page .tutor-dashboard-main {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

body.edbert-tutor-notes-page .tutor-dashboard-body {
    width: 100% !important;
    max-width: 1200px;
    margin: 0 auto !important;
    padding: 60px 24px !important;
    background: transparent !important;
}

/* =====================================================
   MAIN NOTES WRAPPER
===================================================== */

body.edbert-tutor-notes-page .tutor-dashboard-page {
    width: 100%;
    padding: 36px !important;
    border: 2px solid var(--motion-primary) !important;
    border-radius: var(--motion-radius) !important;
    background:
        linear-gradient(
            145deg,
            rgba(94, 40, 247, 0.28),
            rgba(74, 31, 194, 0.16)
        ) !important;
    box-shadow:
        0 24px 70px rgba(24, 7, 73, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    color: var(--motion-text) !important;
    box-sizing: border-box;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

/* =====================================================
   TYPOGRAPHY
===================================================== */

body.edbert-tutor-notes-page .tutor-dashboard-page h1,
body.edbert-tutor-notes-page .tutor-dashboard-page h2,
body.edbert-tutor-notes-page .tutor-dashboard-page h3,
body.edbert-tutor-notes-page .tutor-dashboard-page h4,
body.edbert-tutor-notes-page .tutor-dashboard-page h5,
body.edbert-tutor-notes-page .tutor-dashboard-page p,
body.edbert-tutor-notes-page .tutor-dashboard-page label,
body.edbert-tutor-notes-page .tutor-dashboard-page span {
    color: var(--motion-text);
}

body.edbert-tutor-notes-page .tutor-dashboard-page h1,
body.edbert-tutor-notes-page .tutor-dashboard-page h2 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: clamp(26px, 3vw, 34px);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.02em;
}

body.edbert-tutor-notes-page
    .tutor-dashboard-page
    :is(
        .tutor-color-muted,
        .tutor-color-secondary,
        .tutor-text-secondary,
        small
    ) {
    color: var(--motion-text-muted) !important;
}

/* =====================================================
   NOTES TABS
===================================================== */

body.edbert-tutor-notes-page .tutor-nav {
    gap: 8px;
    margin-bottom: 24px !important;
    padding: 6px !important;
    border: 1px solid var(--motion-border) !important;
    border-radius: 999px !important;
    background: rgba(41, 14, 117, 0.34) !important;
}

body.edbert-tutor-notes-page .tutor-nav .tutor-nav-link {
    min-height: 44px;
    padding: 11px 22px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: var(--motion-text-muted) !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition:
        color 0.2s ease,
        background 0.2s ease,
        transform 0.2s ease;
}

body.edbert-tutor-notes-page .tutor-nav .tutor-nav-link:hover {
    background: rgba(143, 101, 255, 0.2) !important;
    color: var(--motion-text) !important;
}

body.edbert-tutor-notes-page
    .tutor-nav
    :is(.tutor-nav-link.is-active, .tutor-nav-link.active) {
    background: linear-gradient(
        180deg,
        #7b3cff 20%,
        #5e28f7 70%
    ) !important;
    box-shadow: 0 8px 24px rgba(94, 40, 247, 0.38);
    color: #ffffff !important;
}

/* Hilangkan garis tab bawaan */
body.edbert-tutor-notes-page
    .tutor-nav
    .tutor-nav-link::after {
    display: none !important;
}

/* =====================================================
   SEARCH, SELECT & FILTER
===================================================== */

body.edbert-tutor-notes-page
    .tutor-dashboard-page
    :is(
        input[type="text"],
        input[type="search"],
        select,
        textarea,
        .tutor-form-control,
        .tutor-form-select
    ) {
    display: block;
    width: 100% !important;
    min-height: 52px !important;
    padding: 12px 16px !important;
    border: 2px solid var(--motion-primary) !important;
    border-radius: 10px !important;
    background: var(--motion-glass-strong) !important;
    box-shadow: none !important;
    color: var(--motion-text) !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
    outline: none !important;
    box-sizing: border-box !important;
    -webkit-text-fill-color: var(--motion-text) !important;
    transition:
        border-color 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
}

body.edbert-tutor-notes-page
    .tutor-dashboard-page
    :is(
        input[type="text"],
        input[type="search"],
        select,
        textarea,
        .tutor-form-control,
        .tutor-form-select
    ):focus {
    border-color: var(--motion-primary-light) !important;
    background: rgba(94, 40, 247, 0.46) !important;
    box-shadow:
        0 0 0 3px rgba(143, 101, 255, 0.22) !important;
}

body.edbert-tutor-notes-page
    .tutor-dashboard-page
    input::placeholder,
body.edbert-tutor-notes-page
    .tutor-dashboard-page
    textarea::placeholder {
    color: rgba(255, 255, 255, 0.58) !important;
    opacity: 1 !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.58) !important;
}

/* Pilihan dropdown browser */
body.edbert-tutor-notes-page
    .tutor-dashboard-page
    select option {
    background: #291075;
    color: #ffffff;
}

/* Tutor custom dropdown */
body.edbert-tutor-notes-page
    :is(
        .tutor-dropdown,
        .tutor-dropdown-menu,
        .tutor-popover
    ) {
    border: 1px solid var(--motion-border) !important;
    border-radius: 12px !important;
    background: #291075 !important;
    box-shadow: 0 18px 50px rgba(15, 4, 46, 0.45) !important;
    color: #ffffff !important;
}

body.edbert-tutor-notes-page
    :is(
        .tutor-dropdown-item,
        .tutor-popover a,
        .tutor-popover button
    ) {
    color: rgba(255, 255, 255, 0.82) !important;
}

body.edbert-tutor-notes-page
    :is(
        .tutor-dropdown-item,
        .tutor-popover a,
        .tutor-popover button
    ):hover {
    background: rgba(143, 101, 255, 0.2) !important;
    color: #ffffff !important;
}

/* =====================================================
   NOTE CARDS / SURFACES
===================================================== */

body.edbert-tutor-notes-page
    .tutor-dashboard-page
    :is(
        .tutor-card,
        .tutor-surface-l1,
        .tutor-list-item
    ) {
    margin-bottom: 16px;
    padding: 22px !important;
    border: 1px solid var(--motion-border) !important;
    border-radius: 14px !important;
    background: rgba(94, 40, 247, 0.2) !important;
    box-shadow:
        0 12px 36px rgba(22, 6, 70, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
    color: #ffffff !important;
    transition:
        border-color 0.2s ease,
        background 0.2s ease,
        transform 0.2s ease;
}

body.edbert-tutor-notes-page
    .tutor-dashboard-page
    :is(
        .tutor-card,
        .tutor-surface-l1,
        .tutor-list-item
    ):hover {
    border-color: var(--motion-primary-light) !important;
    background: rgba(94, 40, 247, 0.3) !important;
    transform: translateY(-2px);
}

/* Card header/footer bawaan */
body.edbert-tutor-notes-page
    .tutor-dashboard-page
    :is(
        .tutor-card-header,
        .tutor-card-body,
        .tutor-card-footer
    ) {
    border-color: rgba(143, 101, 255, 0.3) !important;
    background: transparent !important;
    color: #ffffff !important;
}

/* Link course dan lesson */
body.edbert-tutor-notes-page
    .tutor-dashboard-page
    a:not(.tutor-btn):not(.tutor-nav-link) {
    color: var(--motion-primary-light) !important;
    text-decoration: none;
}

body.edbert-tutor-notes-page
    .tutor-dashboard-page
    a:not(.tutor-btn):not(.tutor-nav-link):hover {
    color: #b9a2ff !important;
}

/* Timestamp video */
body.edbert-tutor-notes-page
    .tutor-dashboard-page
    :is(
        .tutor-badge,
        .tutor-tag,
        time
    ) {
    border-color: rgba(143, 101, 255, 0.45) !important;
    border-radius: 999px !important;
    background: rgba(143, 101, 255, 0.17) !important;
    color: #ffffff !important;
}

/* =====================================================
   BUTTONS
===================================================== */

body.edbert-tutor-notes-page
    .tutor-dashboard-page
    :is(
        .tutor-btn-primary,
        button[type="submit"],
        input[type="submit"]
    ) {
    min-height: 48px;
    padding: 13px 26px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(
        180deg,
        #7b3cff 20%,
        #5e28f7 65%
    ) !important;
    box-shadow: 0 10px 28px rgba(94, 40, 247, 0.35) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em;
    text-decoration: none !important;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        filter 0.2s ease;
}

body.edbert-tutor-notes-page
    .tutor-dashboard-page
    :is(
        .tutor-btn-primary,
        button[type="submit"],
        input[type="submit"]
    ):hover {
    filter: brightness(1.1);
    box-shadow: 0 14px 34px rgba(94, 40, 247, 0.46) !important;
    transform: translateY(-1px);
}

/* Secondary, edit, delete, icon actions */
body.edbert-tutor-notes-page
    .tutor-dashboard-page
    :is(
        .tutor-btn-secondary,
        .tutor-btn-outline-primary,
        .tutor-btn-ghost,
        .tutor-iconic-btn
    ) {
    border: 1px solid var(--motion-border) !important;
    border-radius: 999px !important;
    background: rgba(94, 40, 247, 0.16) !important;
    color: #ffffff !important;
}

body.edbert-tutor-notes-page
    .tutor-dashboard-page
    :is(
        .tutor-btn-secondary,
        .tutor-btn-outline-primary,
        .tutor-btn-ghost,
        .tutor-iconic-btn
    ):hover {
    border-color: var(--motion-primary-light) !important;
    background: rgba(143, 101, 255, 0.28) !important;
    color: #ffffff !important;
}

/* Delete button */
body.edbert-tutor-notes-page
    .tutor-dashboard-page
    :is(
        .tutor-btn-danger,
        .tutor-color-danger,
        [class*="delete"]
    ) {
    color: #ffaaaa !important;
}

body.edbert-tutor-notes-page
    .tutor-dashboard-page
    :is(
        .tutor-btn-danger,
        [class*="delete"]
    ):hover {
    border-color: rgba(255, 92, 92, 0.75) !important;
    background: rgba(255, 70, 70, 0.16) !important;
    color: #ffffff !important;
}

/* Icons inherit white */
body.edbert-tutor-notes-page
    .tutor-dashboard-page
    :is(button, a) svg {
    color: inherit !important;
    fill: currentColor;
}

/* =====================================================
   EMPTY STATE & ALERT
===================================================== */

body.edbert-tutor-notes-page
    .tutor-dashboard-page
    :is(
        .tutor-empty-state,
        .tutor-alert
    ) {
    padding: 28px !important;
    border: 1px solid var(--motion-border) !important;
    border-radius: 14px !important;
    background: rgba(94, 40, 247, 0.17) !important;
    color: #ffffff !important;
    text-align: center;
}

body.edbert-tutor-notes-page
    .tutor-dashboard-page
    .tutor-alert-success {
    border-color: rgba(30, 180, 100, 0.75) !important;
    background: rgba(30, 180, 100, 0.18) !important;
}

body.edbert-tutor-notes-page
    .tutor-dashboard-page
    :is(
        .tutor-alert-danger,
        .tutor-alert-error
    ) {
    border-color: rgba(255, 70, 70, 0.75) !important;
    background: rgba(255, 70, 70, 0.16) !important;
}

/* =====================================================
   MODAL EDIT/DELETE NOTE
===================================================== */

body.edbert-tutor-notes-page
    :is(
        .tutor-modal-content,
        .tutor-modal-body
    ) {
    border-color: var(--motion-border) !important;
    background: #291075 !important;
    color: #ffffff !important;
}

body.edbert-tutor-notes-page .tutor-modal-content {
    overflow: hidden;
    border: 2px solid var(--motion-primary) !important;
    border-radius: 18px !important;
    box-shadow: 0 24px 80px rgba(12, 3, 40, 0.55) !important;
}

body.edbert-tutor-notes-page
    :is(
        .tutor-modal-header,
        .tutor-modal-footer
    ) {
    border-color: rgba(143, 101, 255, 0.32) !important;
    background: rgba(94, 40, 247, 0.18) !important;
    color: #ffffff !important;
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media only screen and (max-width: 1024px) {
    body.edbert-tutor-notes-page .tutor-dashboard-body {
        padding: 40px 20px !important;
    }

    body.edbert-tutor-notes-page .tutor-dashboard-page {
        padding: 28px !important;
    }
}

@media only screen and (max-width: 767px) {
    body.edbert-tutor-notes-page .tutor-dashboard-body {
        padding: 28px 16px !important;
    }

    body.edbert-tutor-notes-page .tutor-dashboard-page {
        padding: 22px 18px !important;
        border-radius: 16px !important;
    }

    body.edbert-tutor-notes-page .tutor-nav {
        overflow-x: auto;
        flex-wrap: nowrap;
        justify-content: flex-start;
        border-radius: 14px !important;
        scrollbar-width: none;
    }

    body.edbert-tutor-notes-page .tutor-nav::-webkit-scrollbar {
        display: none;
    }

    body.edbert-tutor-notes-page .tutor-nav .tutor-nav-link {
        flex: 0 0 auto;
        padding: 10px 17px !important;
        white-space: nowrap;
    }

    body.edbert-tutor-notes-page
        .tutor-dashboard-page
        :is(
            .tutor-card,
            .tutor-surface-l1,
            .tutor-list-item
        ) {
        padding: 18px !important;
    }

    body.edbert-tutor-notes-page
        .tutor-dashboard-page
        :is(
            .tutor-btn-primary,
            button[type="submit"],
            input[type="submit"]
        ) {
        width: 100%;
        justify-content: center;
    }
}/* End custom CSS */