
@import 'flowbite';
@tailwind base;
@tailwind components;
@tailwind utilities;



[x-cloak] {
    display: none;
}
.select2-container .select2-selection--single {
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 0.375rem;
    padding: 0 0.75rem;
    border: 0.5px solid #585858;
    background-color: #fff;
    display: flex;
    align-items: center;
    position: relative;
}

.select2-container .select2-selection__arrow {
    display: none;
}

.select2-container .select2-selection--single::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0.75rem;
    transform: translateY(-50%) rotate(45deg);
    width: 0.5rem;
    height: 0.5rem;
    border-right: 2px solid #6b7280;
    border-bottom: 2px solid #6b7280;
    pointer-events: none;
}


.select2-container .select2-selection__clear {
    display: none;
}


.min-h-footer{
    min-height: calc(100vh - 50px)!important;

}

.select2-container--default .select2-selection--multiple .select2-selection__choice
{
    background-color: rgb(255 235 237 / var(--tw-bg-opacity)) !important;
    border: rgb(233 153 161) !important;
}

.custom-decimal {
    width: 100%;
    height: 40px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
}
.custom-decimal:focus {
    border-color: #007bff;
    outline: none;
}
