
.select2.select2-container .select2-selection {
    border-radius: 0.5rem;
    display: block;
    width: 100%;    
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4285714286;
    color: inherit;
    background-color: #FFF;
    background-clip: padding-box;
    border: 1px solid #dadfe5;
    height: 40px;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
    padding: .375rem .75rem;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
    /* background: #f8f8f8; */
    /* border-left: 1px solid #ccc; */
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    margin-top: 2px;
    height: 32px;
    width: 33px;
}

.select2-selection__clear {
    margin-right: 30px;
    color: red !important;  /* Mengubah warna ikon */
    background-color: transparent !important;  /* Menjaga background tetap transparan */
    border-radius: 50% !important;  /* Membuat ikon clear berbentuk bulat */
    font-size: 15px !important;  /* Menyesuaikan ukuran ikon */
    padding-left: 10px !important;  /* Menyesuaikan jarak ikon */
    padding-right: 15px !important;  /* Menyesuaikan jarak ikon */
    padding-top: 8px !important;  /* Menyesuaikan jarak ikon */
}

/* Memberikan efek hover pada ikon clear */
.select2-selection__clear:hover {
    color: darkred !important;  /* Warna merah lebih gelap saat hover */
    cursor: pointer;  /* Menambahkan cursor pointer */
}

.select2-selection--multiple {
    max-height: 100px !important; /* Atur tinggi maksimum sesuai kebutuhan */
    overflow-y: auto !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    max-height: 100px !important; /* Atur tinggi maksimum sesuai kebutuhan */
    overflow-y: auto !important;
}

.select2-selection.select2-selection--multiple .select2-selection__rendered {
    padding-left: 0 !important;
}

.select2-selection.select2-selection--multiple .select2-selection__choice {
    margin-top: 8px !important;
}

.select2-selection.select2-selection--multiple .select2-search.select2-search--inline {
    margin-top: -10px !important;
}

.select2-selection.select2-selection--multiple .select2-search__field {
    margin: 0 !important;
    padding: 0 !important;
    margin-top: -10px !important;
}