label[for="QuickviewControl1754962339646"], label[for="QuickviewControl1755216234501"], label[for="QuickviewControl1755480473660"], label[for="QuickviewControl1755219780045"], #arts_submissiontype, #arts_submissiontype_label {
  display: none !important;
}
#statuscode, #statuscode_label {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
label#arts_eventdeclaration_label
{
    font-weight: bold;
}

#arts_portal_reviewsectionheading, #arts_portal_providerdetailssectionheading {
    height: 55px;
    min-height: 55px;
    max-height: 55px;
    overflow: hidden;
    resize: none;
}

/* Add padding to the bottom of each row in the entity grid */
.entity-grid .view-grid table tbody tr td {
  padding-bottom: 50px;
}


/*OE Spinner and other styles */
#artsLoadingOverlay {
    position: fixed;
    inset: 0;
    background: rgba(255,255,255,0.75);
    z-index: 99999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.arts-spinner {
    width: 48px;
    height: 48px;
    border: 5px solid #d9d9d9;
    border-top-color: #0d6efd;
    border-radius: 50%;
    animation: artsSpin 1s linear infinite;
}

.arts-loading-text {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
}

@keyframes artsSpin {
    to {
        transform: rotate(360deg);
    }
}