

/* ==========================================================
   GLOBAL BASE STYLE
   ========================================================== */

body {
    background: #ecf0f1;
}

/* Card optimization */
.card {
    border-radius: 5px !important;
}

/* Full width button behavior */
button, .btn {
    border-radius: 2px !important;
}


/* ==========================================================
   MOBILE VIEW (≤ 576px)
   ========================================================== */
@media (max-width: 708px) {

    /* Remove body margin on small screen */
    body {
        padding: 5px;
    }

    /* TOP NAV / HEADER */
    .navbar, .topbar {
        padding: 10px !important;
        font-size: 14px;
        text-align: center;

    }

    /* PAGE TITLE */
    h3, h4, h5 {
        font-size: 16px !important;
        text-align: center;
    }


    /* ======================================================
       FULLCALENDAR MOBILE
       ====================================================== */

    .calendar-container {
        padding: 8px !important;
        border-radius: 8px;
    }

    .fc-toolbar-title {
        font-size: 15px !important;
    }

    .fc-toolbar-chunk button {
        padding: 3px 6px !important;
        font-size: 12px !important;
        border-radius: 5px;
    }

    .fc-daygrid-day-number {
        font-size: 11px !important;
    }

    .fc-daygrid-event {
        font-size: 10px !important;
        padding: 2px !important;
    }


    /* ======================================================
       FORM MOBILE
       ====================================================== */

    form label {
        font-size: 13px !important;
    }

    input,
    textarea,
    select {
        font-size: 14px !important;
        padding: 8px !important;
    }

    .form-control {
        border-radius: 6px !important;
    }

    /* Form container spacing */
    .form-section, .dash-form, .event-form {
        margin-top: 20px;
    }




    /* ======================================================
       SIDEBAR (Jika ada)
       ====================================================== */
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 240px;
    height: 100%;
    background: #115E58;
    color: #fff;
}

    }

    .si
