.error {
    color: red;
}

.fl-wrapper {
    z-index: 99999 !important;
}

#file-upload {
    display: none;
}

.comment-upload {
    display: none;
}

#file-upload1 {
    display: none;
}

#before_files1 {
    display: none;
}

.custom-file-upload {
    border: 1px dashed #94A3B8;
    display: inline-block;
    border-radius: 2px;
    padding: 15px;
    cursor: pointer;
    color: #94A3B8;
    background: #E2E8F0;
    font-size: 12px;
    font-weight: 400;
}

.custom-bg-secondary {
    background-color: #64748B !important;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 5px 10px;
    display: inline-block;
    font-family: "Nunito Sans", sans-serif;
}

.priority {
    width: 24px;
    height: 24px;
    padding: 2px 8px 2px 8px;
    gap: 0px;
    border-radius: 50%;
    opacity: 0px;
    background: #E0F2FE;
    color: #0EA5E9;
}

.accordion-button {
    background: #E2E8F0 !important;
    border: none !important;
}

.accordion-item {
    border: none !important;
    margin-bottom: 5px;
}

.accordion-button:focus {
    border: none !important;
    box-shadow: none !important;
}

.accordion-body {
    background: #F8FAFC;
}

.choose_file {
    position: relative;
    display: inline-block;
    border-radius: 8px;
    border: #38BDF8 dashed 1px;

    padding: 6px;
    font: normal 14px Myriad Pro, Verdana, Geneva, sans-serif;
    color: #38BDF8;
    margin-top: 2px;
    background: #F1F5F9
}

.choose_file input[type="file"] {
    -webkit-appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.form-check-input:checked {
    background-color: #0284C7 !important;
    border-color: #0284C7 !important;
}

.accordion-button:not(.collapsed) {
    color: inherit !important;
}

.dataTables_filter {
    margin-bottom: 15px;
}

.bg-green td {
    background: #F0FDF4 !important;
}

.bg-light-red td {
    background: rgb(243 204 204 / 53%) !important;
}

.bg-yellow td {
    background: #FEFCE8 !important;
}

.vendor_disabled {
    opacity: 50%;
}

.bg-violet {
    font-weight: 800;
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px;
    --bs-bg-opacity: 1;
    color: #AB7FE4;
    background-color: #E3D1FA !important
}

.custom-bg-violet {
    font-weight: 600;
    font-family: "Nunito Sans", sans-serif;
    font-size: 10px;
    color: #fff;
    background-color: #b82f9c !important;
}

.bg-blue td {
    background: #E8F6FF !important;
}
/*#ticketTable td, #ticketTable th {
    border: 1px solid #9e9e9e;
}*/
.dropzone .dz-preview .dz-image {
    width: 70px !important;
    height: 70px !important;
}

.dropzone .dz-preview {
    margin: 5px !important;
}

.dropzone .dz-preview .dz-progress {
    z-index: 0 !important;
}

.mfp-wrap {
    z-index: 100000 !important;
}

.dropzone .dz-preview .dz-image img {
    height: 120px;
    width: 120px;
    object-fit: cover;
}

.mfp-bg {
    z-index: 1064 !important;
}

.text-gray {
    color: grey;
}

.cancel-filter {
    margin-left: 5px;
}

.ex_report_li.active {
    background: #b6bcc573;
}
.custom-bg-button1 {
    background-color: #357082 !important;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 5px 10px;
    display: inline-block;
    font-family: "Nunito Sans", sans-serif;
}