.file-input, .textarea-lg {
    font-weight: 500
}

.file-input {
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    outline: none;
    font-size: .8125rem;
    line-height: 1;
    background-color: var(--tw-light-active);
    border-radius: .375rem;
    height: 2.5rem;
    padding: 0;
    padding-inline-end: 1rem;
    border: 1px solid var(--tw-gray-300);
    color: var(--tw-gray-700);
}

.file-input::-moz-placeholder {
    color: var(--tw-gray-500);
}

.file-input::placeholder {
    color: var(--tw-gray-500);
}

.file-input::file-selector-button {
    color: var(--tw-gray-600);
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-inline-start: 1rem;
    padding-inline-end: 1rem;
    margin-inline-end: 1rem;
    outline: none;
    background-color: transparent;
    border-start-start-radius: .375rem;
    border-end-start-radius: .375rem;
    border: 0;
    border-inline-end: 1px solid var(--tw-gray-300);
    box-shadow: none
}

.file-input:hover {
    border-color: var(--tw-gray-400);
}

.file-input:focus {
    border-color: var(--tw-primary);
/ box-shadow: var(--tw-input-focus-box-shadow);
/ color: var(--tw-gray-700);
}

.file-input:focus::-moz-placeholder {
    color: var(--tw-gray-600)
}

.file-input:focus::placeholder {
    color: var(--tw-gray-600);
}

.file-input:active {
    color: var(--tw-gray-700);
}

.file-input:active::-moz-placeholder {
    color: var(--tw-gray-600);
}

.file-input:active::placeholder {
    color: var(--tw-gray-600);
}

.file-input:active {
    box-shadow: none;
}

.file-input:disabled {
    background-color: var(--tw-gray-100);
    color: var(--tw-gray-400);
}

.file-input:disabled::-moz-placeholder {
    color: var(--tw-gray-300);
}

.file-input:disabled::placeholder {
    color: var(--tw-gray-300);
}

.file-input-sm {
    font-weight: 500;
    font-size: .75rem;
    height: 2rem;
    padding-inline-end: .75rem;
}

.file-input-sm::file-selector-button {
    padding-inline-start: .75rem;
    padding-inline-end: .75rem;
}

.file-input-lg {
    font-weight: 500;
    font-size: .875rem;
    height: 3rem;
    padding-inline-end: 1.25rem;
}

.file-input-lg::file-selector-button {
    padding-inline-start: 1.25rem;
    padding-inline-end: 1.25rem;
}

.btn-input {
    cursor: auto;
    color: var(--tw-gray-700);
    border-color: var(--tw-gray-300);
    background-color: var(--tw-light-active);
}

.btn-input i {
    color: var(--tw-gray-500);
}

.btn-primary {
    color: #fff;
    background-color: var(--tw-primary);
}

.modal-center-y {
    top: 50%;
    transform: translateY(-50%)
}

#nprogress .bar {
    z-index: 99999 !important;
}

.vs_search, .vs_search:focus {
    height: 33px;
}

td, th {
    vertical-align: middle;
}

.table thead td {
    background-color: #fff;
}

.card-footer {
    justify-content: end;
}

.card-footer .btn {
    /*display: unset;*/
}

.card-footer .pagination .btn {
    display: inline-flex;
    width: unset;
    min-width: 1.875rem;
}

.modal-body, .modal-footer {
    padding-inline-start: 1.25rem;
    padding-inline-end: 1.25rem;
    padding-block-start: .625rem;
    padding-block-end: .625rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: end;
    border-top: 1px solid var(--tw-gray-200);
}

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: end;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.flex-grow-1 {
    flex-grow: 1;
}

[type="number"] {
    direction: rtl;
}

@media (min-width: 640px) {
    .sm\:w-auto {
        width: auto;
    }
}

@media (min-width: 768px) {
    .md\:w-auto {
        width: auto;
    }
}

@media (min-width: 1024px) {
    .lg\:w-auto {
        width: auto;
    }
}

@media (min-width: 640px) {
    .sm\:flex-col {
        flex-direction: column;
    }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

table th {
    /*background-color: #f0f8fa !important;*/
    background-color: #eff6ff !important;


}

.justify-center {
    justify-content: center;
}

.py-56 {
    padding-top: 14rem /* 224px */;
    padding-bottom: 14rem /* 224px */;
}

.bg-cyan-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1));
}

.bg-cyan-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1));
}

.items-center {
    align-items: center;
}

.pt-16 {
    padding-top: 4rem /* 64px */;
}

.pt-28 {
    padding-top: 7rem /* 112px */;
}

@media (min-width: 1024px) {
    .lg\:p-28 {
        padding: 7rem /* 112px */;
    }
}

.justify-start {
    justify-content: flex-start;
}

.items-start {
    align-items: flex-start;
}

input[type="date"] {
    text-align: right;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    margin-left: 8px;
}

tr:hover {
    /*background-color: #f0f8fa  ;*/
    background-color:#eff6ff  ;

}

.pr-12 {     padding-right: 3rem/* 48px */; }
.pr-10 {     padding-right: 2.5rem/* 40px */; }
.pr-\[1\.8rem\] {     padding-right: 1.8rem/* 28.8px */; }
.text-right {     text-align: right; }
.btn-warning {
    color: #fff;
    background-color: var(--tw-warning);
}
.max-w-\[853px\] {     max-width: 853px; }
.grid-rows-6 {     grid-template-rows: repeat(6, minmax(0, 1fr)); }
.grid {     display: grid; }
.col-span-1 {     grid-column: span 1 / span 1; }
.col-span-3 {     grid-column: span 3 / span 3; }
.col-span-2 {     grid-column: span 2 / span 2; }
.grid-cols-7 {     grid-template-columns: repeat(7, minmax(0, 1fr)); }
.grid-cols-5 {     grid-template-columns: repeat(5, minmax(0, 1fr)); }
.grid-cols-6 {     grid-template-columns: repeat(6, minmax(0, 1fr)); }
.grid-cols-4 {     grid-template-columns: repeat(4, minmax(0, 1fr)); }
.my-4 {     margin-top: 1rem/* 16px */;     margin-bottom: 1rem/* 16px */; }
.w-\[110px\] {     width: 110px !important; }
.w-\[150px\] {     width: 150px !important; }
.w-\[180px\] {     width: 180px !important; }
.w-\[80px\] {     width: 80px !important; }

.w-\[200px\] {     width: 200px !important; }

.text-justify {     text-align: justify; }
