.movingSummaryPopup {
    width: 500px;
}

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

.moving-summary-popup .moving-summary-popup__header .closeIcon {
    vertical-align: top;
    cursor: pointer;
}

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

.moving-summary-popup .moving-summary-popup__body .moving-summary-popup__section {
    display: flex;
    flex-direction: column;
    padding: 0 20px 16px;
    color: #808080;
}

.moving-summary-popup .moving-summary-popup__body .moving-summary-popup__info-section{
    padding: 6px 20px;
    background-color: #EEF1FE;
    font-size: 13px;
    color: #4A4A4A;
}


.moving-summary-popup .moving-summary-popup__body .moving-summary-popup__section .pickersContainer {
    display: flex;
    column-gap: 18px;
}

.moving-summary-popup .moving-summary-popup__body .moving-summary-popup__section .pickersContainer .dateContainer {
    display: flex;
    flex-direction: row;
    column-gap: 8px;
}

.moving-summary-popup .moving-summary-popup__body .moving-summary-popup__section .pickersContainer .dateContainer.disabled {
    color: #B6B6B6;
}

.moving-summary-popup .moving-summary-popup__body .moving-summary-popup__section .pickersContainer .dateContainer .dateContainer__title{
    display: flex;
    align-items: center;
}

.moving-summary-popup .moving-summary-popup__body .moving-summary-popup__section .pickersContainer .dateContainer .datepicker {
    width: 110px;
    height: 28px;
    border-radius: 4px;
    border: solid 1px #dcdcdc;
    outline: none;
    font-family: GlowRegular;
    font-size: 13px;
    color: #4a4a4a;
    background: #ffffff url(../../../../images/shared/small-calendar.svg) no-repeat right 10px center;
    padding: 0 30px 0 10px;
    cursor: pointer;
}

.moving-summary-popup .moving-summary-popup__body .moving-summary-popup__section .pickersContainer .dateContainer .datepicker.disabled {
    color: #B6B6B6;
    background: #ffffff url(../../../../images/shared/calendar-gray.svg) no-repeat right 10px center;
    cursor: default;
}

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

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

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