.table-panel {
    position: fixed;
    top: 80px;
    background: #fff;
    overflow: hidden;
    width: 375px;
    bottom: 0px;
    right: 0px;
    height: 100%;
    border-left: 1px solid rgb(235, 235, 235);
    z-index: 10;
}

@media (max-width: 475px) {
    .table-panel {
        top: 0px;
        width: 100%;
    }
}

.table-panel-wrapper {
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: calc( 100vh - 80px);
    overflow: auto;
    padding: 0px;
}

.table-panel-content {
    z-index: 1;
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
    flex: 1 0 auto;
    flex: 1 1 0%;
    overflow: auto;
}

.table-panel-footer {
    height: 64px;
    display: flex;
    align-items: center;
}

.openExpandPanel:hover {
    cursor: pointer;
}

.table-panel-header {
    height: 72px;
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
}

.table-panel-gutter {
    padding-left: 24px;
    padding-right: 24px;
}

.table-panel-loading {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.panel-expand-title {
    font-size: 21px;
    font-weight: 400;
    color: #222;
}

.close-expand-panel-icon,
.return-expand-panel-icon {
    font-size: 30px;
    color: #222;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-expand-panel-icon {
    font-size: 26px;
}


.close-expand-panel-icon:hover,
.return-expand-panel-icon:hover {
    background: #f7f7f7;
    border-radius: 100px;
    cursor: pointer;
}

.expand-preview-image {
    height: 230px;
    margin-bottom: 12px;
}

.panel-section {
    margin-top: 32px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgb(221, 221, 221);
}

.panel-section-label {
    font-size: 13px;
    line-height: 1rem;
    color: rgb(113, 113, 113);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    margin-top: 0px;
    margin-top: 32px;
}
.panel-data-row {
    display: grid;
    grid-template-columns: min-content minmax(0px, 1fr);
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
    line-height: 20px;
    overflow: hidden;
    cursor: default;
    margin-bottom: 8px;
}

.panel-data-row {
    font-size: 14px;
    font-weight: 300;
    color: rgba(0,0,0,.65);
}

.panel-data-row .value,
.panel-data-row .label {
    white-space: nowrap;
}

.panel-data-row .label {
    display: flex;
    gap: 6px;
    align-items: center;
}

.panel-data-row .row-tooltip {
    font-size: 20px;
}

.panel-data-row .row-tooltip:hover {
    cursor: pointer;
}

.panel-data-row .value {
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: right;
}

.panel-data-row-space {
    padding-top: 24px;
}

.expand-panel-button{
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: space-between;
    line-height: 1.25rem;
    color: rgb(34, 34, 34) !important;
    padding: 24px 0px;
    font-weight: 300;
    font-size: 17px;
}

.expand-panel-button:hover {
    background: rgb(247, 247, 247);
    box-shadow: rgb(247 247 247) -12px 0px 0px 0px, rgb(247 247 247) 12px 0px 0px 0px;
    border-radius: 8px;
    cursor: pointer;
}

.expand-panel-label {
    display: flex;
    gap: 8px;
    align-items: center;
}

.collapse-panel-wrapper {
    margin-top: 12px;
    margin-bottom: 24px;
}

.panel-disclaimer {
    font-size: 12px;
    margin-top: 24px;
    margin-bottom: 24px;
    font-weight: 300;
    color: rgb(113, 113, 113);
}

.expand-panel-divider {
    margin-top: 8px;
    border-bottom: 1px solid rgb(221, 221, 221);
}

.expand-panel-desc {
    font-size: 15px;
    font-weight: 300;
    color: rgb(113, 113, 113);
    margin-bottom: 40px;
    line-height: 1.3;
}

.expand-action-wrapper {
    display: flex;
    justify-content: space-between;
}

.panel-timeline-item {
    background: #f7f7f7;
    margin-bottom: 12px;
    padding: 12px;
    font-size: 14px;
    color: #222;
}

.panel-timeline-item .event {
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.34;
}

.panel-timeline-item .date {
    color: rgb(113, 113, 113);
    font-size: 13px;
    font-weight: 300;
}

.panel-timeline-item .creator {
    font-weight: 300;
}

.panel-data-row-title {
    font-size: 15px;
    font-weight: 300;
    color: #222;
    margin-bottom: 12px;
}

.panel-warning {
    display: flex;
    align-items: start;
    gap: 8px;
    padding: 16px 12px 12px 12px;
    background: #ffba09;
    color: #222;
    border-radius: 12px;
    margin-bottom: 36px;
}

.panel-warning .icon {
    font-size: 36px;
}

.panel-warning .title {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 18px;
}

.panel-warning .warning-text {
    font-size: 14px;
    margin-bottom: 6px;
    line-height: 1.3;
}

.panel-warning.passive {
    background: #222 !important;
    color: #fff !important;
    letter-spacing: 0.3px;
}

.panel-radio-options {
    margin-bottom: 24px;
}

.panel-radio-options label {
    margin-bottom: 12px;
}

.panel-radio-options .radio-label {
    display: flex;
    gap: 8px;
    align-items: start;
    position: relative;
}

.panel-radio-image {
    min-width: 72px;
    max-width: 72px;
    width: 72px;
    height: 72px;
    border-radius: 8px;
    margin-right: 12px;
}

.panel-radio-options .radio-icon {
    color: #222;
} 

.panel-radio-options  .radio-label-text {
    font-size: 15px;
    font-weight: 500;
    color: #222;
}

.panel-radio-options .radio-label-desc {
    font-size: 13px;
    line-height: 1.3;
    font-weight: 300;
}

.dataMissing {
    box-shadow: rgb(193 53 21) 0px 0px 0px 1px inset !important;
    background-color: rgb(255, 248, 246) !important;
    color: rgb(193, 53, 21) !important;
}

.panel-checkbox-option:hover {
    cursor: pointer;
}

.panel-checkbox-option {
    display: flex;
    gap: 24px;
    font-size: 15px;
    font-weight: 300;
    color: #222;
    justify-content: space-between;
    align-items: center;
}

.panel-checkbox-option .icon {
    font-size: 34px;
}

.invisible {
    visibility: hidden;
    display: none;
}

.imageZoom {
    position: absolute;
    top: 6px;
    right: 6px;
}

.imageZoom:hover {
    cursor: pointer;
}

.imageZoom .icon {
    color: #f7f7f7;
    font-size: 28px;
}

.imageZoom-modal-layout {
    width: 100%;
    max-width: 1280px;
}

.image-zoom-wrapper {
    height: 720px;
    width: 1280px;
}