.rtl-select{
    direction: rtl !important;
}
.backgroundGreen {
    background-color: #B1FBAAFF;
}
.backgroundRed {
    background-color: #ffbebe;
}
.backgroundBlue {
    background-color: #c8d0ff;
}
.backgroundYellow {
    background-color: #fdeea4;
}
thead {
    @apply sticky top-0 z-10 bg-white;
}
