﻿.calendar table.month td {
    cursor: pointer;
}

.calendar table .event.event-end {
    cursor: pointer;
}

.calendar-selected {
    background: var(--Info-BG, #E9EAEC);
}

.inspection-request-selected-date-section {
    flex-direction: row;
    gap: 6px;
}

.inspection-request-selected-date-label {
    color: var(--Primary-1, #1F3142);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.024px;
}

#SelectedDateString {
    color: var(--Primary-1, #1F3142);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.08px;
}

#UnlinkedNoticeContainerDiv .alert {
    margin-bottom: 0px;
}

#UnlinkedNoticeContainerDiv a {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.035px;
    margin-left: 30px;
}