.movingConstraintDatesPopup {
    width: 440px;
}

.moving-constraint-dates-popup .moving-constraint-dates-popup__header {
    padding: 15px 20px 10px 20px;
    border-bottom: 1px solid #d8d7d7;
    margin: 0;
    font-family: GlowSemiBold;
    font-size: 14px;
}

.moving-constraint-dates-popup .moving-constraint-dates-popup__body {
    padding: 16px 0 0;
}

.moving-constraint-dates-popup .moving-constraint-dates-popup__body .moving-constraint-dates-popup__section {
    display: flex;
    flex-direction: column;
    padding: 0 20px 16px;
    color: #4A4A4A;
}

.moving-constraint-dates-popup .moving-constraint-dates-popup__body .moving-constraint-dates-popup__section .radioButtonSection-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.moving-constraint-dates-popup .moving-constraint-dates-popup__body .moving-constraint-dates-popup__section .radioButtonSection {
    line-height: 28px;
    display: flex;
}

.moving-constraint-dates-popup .moving-constraint-dates-popup__footer {
    display: flex;
    justify-content: flex-end;
    column-gap: 12px;
    width: 100%;
    padding: 16px 20px;
    border-top: 1px solid #e0e0e0;
}

.moving-constraint-dates-popup .moving-constraint-dates-popup__footer .ui-btn-light {
    display: flex;
    width: 120px;
    padding: 9px 20px;
    justify-content: center;
    align-items: center;
}

.moving-constraint-dates-popup .moving-constraint-dates-popup__footer .ui-btn-grey {
    display: flex;
    width: 80px;
    padding: 9px 20px;
    justify-content: center;
    align-items: center;
}