.dashboardRow,
.dashboardTableHeader {
    /* height: 100px; */
    background-color: white;
    /* margin: 4px 0px; */
    /* border-radius: 10px; */
    border-bottom: 20px solid transparent;
    /* border-ra */
    /* margin: 10px !important; */
}

.text-center {
    text-align: center;
}

.modal-overlay {
    position: fixed;
    top: 3%;
    left: 12%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.modal-container {
    position: relative;
}

.full-screen-image {
    max-width: 85%;
    max-height: 85%;
    cursor: pointer;
}

.close-btn {
    position: absolute;
    top: 2px;
    right: 10%;
}

.prev-btn {
    position: absolute;
    top: 50%;
    left: -2px;
    transform: translateY(-50%);
}

.next-btn {
    position: absolute;
    top: 50%;
    right: 15%;
    transform: translateY(-50%);
}
.dashboardRow .open-button {
    color: #E75547;
    border-radius: 4px;
    background: rgba(231, 85, 71, 0.10);
    font-size: 16px;
}

.dashboardRow .close-button {
    color: #1BBE75;
    border-radius: 4px;
    background: rgba(27, 190, 117, 0.10);
    font-size: 16px;
}

.dashboardRow td {
    color: rgba(9, 30, 66, 0.80);
    font-weight: 700;
}

.dashboardRow .violation-chip {
    border-radius: 12px;
    font-size: 10px;
    width: fit-content;
    padding: 4px 12px;
    font-weight: 600;

}

.dashboardRow .chips-container {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    width: 160px;
    align-items: center;
    /* justify-content: center; */
    /* height: 80px; */
}

.dashboardRow .chip-blue {
    color: #6f3fff;
    background-color: #dfd5ff;
}

.dashboardRow .chip-red {
    /*color: rgb(241, 0, 0);*/
    /*background-color: rgb(241, 0, 0, .10);;*/
    color: #6f3fff;
    background-color: #dfd5ff;
}


.dashboardRow .result-image {
    width: 250px;
    /* height: 100px; */
}

.result-image img {
    object-fit: contain;
    width: 270px;
    /* height:; */
    border-radius: 10px;
}