@import "tailwindcss/base";
@import "tailwindcss/components";
@import "perfect-scrollbar/css/perfect-scrollbar.css";
@import "tailwindcss/utilities";


.dark .ps__rail-y,
.dark .ps__rail-x {
    background-color: transparent !important;
}

.select2-container--default .select2-selection{
    @apply border-gray-400 rounded-md focus:border-gray-400 focus:ring
    focus:ring-green-600 dark:border-gray-600 dark:bg-dark-eval-1 dark:text-gray-200
    dark:focus:ring-offset-dark-eval-1 !important;
}

 
/* Input field */
.select2-selection__rendered {  
    @apply dark:text-gray-200 !important;
}

/* Around the search field */
.select2-search {  
    @apply dark:bg-dark-eval-1 dark:text-gray-200 !important;
}

/* Search field */
.select2-search input {  
    @apply dark:bg-dark-eval-1 dark:text-gray-200 !important;
}

/* Search field */
.select2-search input {  
    @apply dark:bg-dark-eval-1 dark:text-gray-200 !important;
}

/* Each result */
.select2-selection__choice {  
    @apply dark:bg-dark-eval-1 dark:text-gray-200 border-green-400 !important;
}



