body {
    font-family: "Segoe UI", sans-serif !important;
}

.btn-crud {padding: 5px 10px !important;}

.form-input, .form-select, .form-multiselect
{
    height:40px !important;
}

.form-textarea
{
    height:unset !important;
}

.top-4 {
    top: 1rem;
}
.right-4{
    right: 1rem;
}

.bg-white{
    background-color: #fff;
}


.animate-fade-in {
    animation: fadeIn 0.3s ease-in-out;
}

.animate-fade-out {
    animation: fadeOut 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-10px);
    }
}


@keyframes progress {
    0% {
        background-position: 1rem 0;
    }
    100% {
        background-position: 0 0;
    }
}

.animate-progress {
    animation: progress 1s linear infinite;
}

.blazored-typeahead ,   .blazored-typeahead input, .blazored-typeahead__controls {
    border-radius: 5px !important;
    border-color: #323a461a !important;
    background-color: rgb(249 251 253 / var(--tw-bg-opacity)) !important;
}


.block {
    display: block !important;
}

.pb-2{
    padding-bottom: 0.5rem !important;
}

@media (min-width: 420px) {
    .min-420-flex {
        display: flex !important;
    }
}



@media (min-width: 420px) {
    .xs\:col-span-4 {
        grid-column: span 4 / span 4;
    }
}


@media (min-width: 640px) {
    .sm\:col-span-4 {
        grid-column: span 4 / span 4;
    }
}



@media (min-width: 1280px) {
    .md\:col-span-4 {
        grid-column: span 4 / span 4;
    }
}


@media (min-width: 1280px) {
    .md\:col-span-2 {
        grid-column: span 2 / span 2;
    }
}


@media (min-width: 1280px) {
    .md\:col-span-3 {
        grid-column: span 3 / span 3;
    }
}


@media (min-width: 1280px) {
    .md\:col-span-1 {
        grid-column: span 1 / span 1;
    }
}


.col-span-4 {
    grid-column: span 4 / span 4;
}

.text-sky-500 {
    color: #0ea5e9;
}

.col-end {
    grid-column-end: -1;
}

#FileUpload {
    z-index: 1;
}

.select2-dropdown {
    z-index: 9999999 !important;
}

.select2-container--default
.select2-selection--single {
    --tw-bg-opacity: 1;
    background-color: rgb(249 251 253 / var(--tw-bg-opacity)) !important;
    height: 40px !important;
    min-width: 150px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 38px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 40px !important;
    }


.input-group {
    display: flex;
    align-items: stretch;
    width: 100%;
}

    .input-group > .form-input {
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group > .input-group-text {
        display: flex;
        align-items: center;
        padding: 0 0.75rem;
        background-color: #f1f5f9;
        border: 1px solid #d1d5db;
        border-left: 0;
        border-radius: 0 0.375rem 0.375rem 0;
        font-size: 0.875rem;
        color: #374151;
        white-space: nowrap;
    }



.select2-dropdown {
    z-index: 9999999 !important;
}


.select2-dropdown {
    z-index: 9999999 !important;
}

.select2-container--default
.select2-selection--single {
    --tw-bg-opacity: 1;
    background-color: rgb(249 251 253 / var(--tw-bg-opacity)) !important;
    height: 40px !important;
    min-width: 150px;
    border-color: #323a461a !important;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 1rem;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 38px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 40px !important;
    }