﻿.registered-profile-filter-label {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: var(--grey-85);
	margin-bottom: 3px;
	display: inline-block;
}

.submission {
    font-size: 12px;
    height: 24px;
    padding: 3px 8px;
    border-radius: 10px;
}

    .submission.low {
        background-color: var(--canceled-background);
        color: var(--canceled-text);
    }

    .submission.medium {
        background-color: var(--new-background);
        color: var(--new-text);
    }

	.submission.high {
		background-color: var(--lighter-green3);
		color: var(--focused-green);
	}

.registered-datetime-section {
    display: flex;
}

.registered-datetime-section .date-delimitator,
.registered-datetime-section .date-delimitator {
    margin-top: 25px;
    margin-left: 10px;
    margin-right: 10px;
}

.registered-popup-grid,
.registered-popup-content {
    height: 350px;
    width: 850px;
}

/*display all columns in case of empty state*/
.registered-popup-grid.empty-grid .dxbs-grid-header-container {
	overflow-x: scroll !important;
}

/*remove flickering caused by setting the empty state*/
.registered-popup-grid.empty-grid .card.dxgvCSD.dxbs-grid-vsd {
	display: none !important;
}

.registered-cancellation-icon {
	color: var(--support-darkred);
}