#kanban_board {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 15px;
    background: #f8f9fa;
    min-height: 500px;
}

/* Force horizontal */
.kanban-container {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: flex-start;
}

/* Jangan biarkan board turun */
.kanban-board {
    min-width: 280px;
    max-width: 280px;
    margin-right: 15px;
    border-radius: 12px;
}

/* Footer Add Task selalu di bawah */
.kanban-drag {
    padding: 10px;
    min-height: 100px;
}

.add-task-btn {
    border-style: dashed;
    margin-top: 10px;
}

/* Add Section Card */
.add-section-card {
    min-width: 280px;
    max-width: 280px;
    height: fit-content;
    border: 2px dashed #d1d5db;
    border-radius: 12px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s ease;
}

.add-section-card:hover {
    background: #f1f5ff;
    border-color: #3b82f6;
}

/* =========================
   Select2 Single - Metronic Fix Selected Color
   ========================= */

.single-select2 + .select2-container {
    width: 100% !important;
}

.single-select2 + .select2-container .select2-selection--single {
    height: calc(1.5em + 1.65rem + 2px);
    border: 1px solid #dbdfe9;
    border-radius: 0.475rem;
    background-color: #ffffff;
    padding-left: 0.75rem;
    display: flex;
    align-items: center;
}

/* Selected text */
.single-select2
    + .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    color: #181c32 !important;
    font-size: 1rem;
    font-weight: 500;
    line-height: normal !important;
    padding-left: 0 !important;
    padding-right: 2rem !important;
}

/* Placeholder */
.single-select2
    + .select2-container
    .select2-selection--single
    .select2-selection__placeholder {
    color: #a1a5b7 !important;
}

/* Arrow */
.single-select2
    + .select2-container
    .select2-selection--single
    .select2-selection__arrow {
    height: 100%;
    right: 10px;
    top: 0;
}

/* Focus */
.single-select2
    + .select2-container.select2-container--focus
    .select2-selection--single,
.single-select2
    + .select2-container.select2-container--open
    .select2-selection--single {
    border-color: #009ef7;
    box-shadow: 0 0 0 0.25rem rgba(0, 158, 247, 0.25);
}

/* Dropdown */
.select2-dropdown {
    border: 1px solid #dbdfe9;
    border-radius: 0.475rem;
    overflow: hidden;
}

/* Dropdown option */
.select2-results__option {
    padding: 10px 14px;
    color: #181c32;
}

/* Selected option */
.select2-results__option--selected {
    background-color: #f1faff !important;
    color: #009ef7 !important;
}

/* Hover option */
.select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #009ef7 !important;
    color: #ffffff !important;
}

/* ==========================================
   Project Category Select2 Multiple
   ========================================== */

.multiple-select2 + .select2-container {
    width: 100% !important;
}

.multiple-select2 + .select2-container .select2-selection--multiple {
    min-height: calc(1.5em + 1.65rem + 2px);
    border: 1px solid #dbdfe9;
    border-radius: 0.475rem;
    background: #fff;
    padding: 4px 8px;
}

/* focus */
.multiple-select2
    + .select2-container.select2-container--focus
    .select2-selection--multiple,
.multiple-select2
    + .select2-container.select2-container--open
    .select2-selection--multiple {
    border-color: #009ef7;
    box-shadow: 0 0 0 0.25rem rgba(0, 158, 247, 0.25);
}

/* input */
.multiple-select2 + .select2-container .select2-search__field {
    margin-top: 4px !important;
}

/* selected tags */
.multiple-select2 + .select2-container .select2-selection__choice {
    background: #f1faff !important;
    border: 1px solid #cfe8ff !important;
    color: #009ef7 !important;
    border-radius: 0.475rem !important;
    padding: 4px 10px !important;
    margin-top: 4px !important;
    margin-right: 6px !important;
    font-size: 0.875rem;
    font-weight: 500;
}

/* remove button */
.multiple-select2
    + .select2-container
    .select2-selection__choice__remove {
    color: #009ef7 !important;
    margin-right: 6px !important;
    border-right: none !important;
}

.multiple-select2
    + .select2-container
    .select2-selection__choice__remove:hover {
    color: #f1416c !important;
    background: transparent !important;
}

/* placeholder */
.multiple-select2
    + .select2-container
    .select2-search--inline
    .select2-search__field::placeholder {
    color: #a1a5b7;
}

/* dropdown */
.select2-dropdown {
    border: 1px solid #dbdfe9;
    border-radius: 0.475rem;
    overflow: hidden;
}

.select2-results__option {
    padding: 10px 14px;
}

.select2-results__option--selected {
    background-color: #f1faff !important;
    color: #009ef7 !important;
}

.select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #009ef7 !important;
    color: #fff !important;
}
