/*
Put your CSS styles here. This file is loaded by default in the app.
*/

.select2-container--default .select2-selection--single {
    border-radius: 0.5rem !important;      /* rounded-lg */
    border: 1px solid #e5e7eb !important;  /* border neutral-200 */
    background-color: #ffffff !important;
    height: 3rem !important;          
    padding: 0 2.5rem 0 0.75rem !important;
    display: flex !important;
    align-items: center !important;
    box-shadow: none !important;
}

/* teks di dalam select2 */
.select2-container .select2-selection__rendered {
    padding-left: 0 !important;
    font-size: 0.875rem !important;        /* text-sm */
    color: #111827 !important;             /* neutral-900 */
}

/* placeholder */
.select2-container--default .select2-selection__placeholder {
    color: #9ca3af !important;             /* neutral-400 */
}

/* panah dropdown */
.select2-container .select2-selection__arrow {
    height: 100% !important;
    right: 0.75rem !important;
}