.ul-cover {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-bottom: 0px;
    color: #3275b5;
    gap: 2px;
    border-bottom: 1px solid #ddd;
}

.default-tab {
    padding: 10px 15px;
    cursor: pointer;
    border: 1px solid transparent;
    margin-bottom: -1px;
}

.active-tab {
    color: #555;
    background-color: #f8fbfd;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
    border-bottom: none;
}

.edit-modal-tabs .active-tab {
    color: #fff;
    background-color: #3275b5
}

.dt-search {
    display: flex;
    justify-content: end;
}

.drop-photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    background-color: #d9edf7;
    border-color: #bce8f1;
    padding: 20px 15px;
}

.complain-photos-cover,
.customer-photos-cover,
.workorder-photos-cover {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* .fc-view-harness-active,
.fc-view-harness {
    height: 326px !important;
}

.fc-scrollgrid-sync-table {
    width: auto !important;
    height: auto !important;
} */

.corner-cover {
    display: flex;
    flex-direction: column;
}

.corner-cover-top {
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    font-size: 21px;
}

.corner-cover-bottom {
    text-align: right;
    font-size: 75%
}
