.cancel-reminder {
    padding: 20px 20px 0;
    background-color: white;
}

.cancel-reminder-header {
    font-size: 15px;
    line-height: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
}

.cancel-reminder-content {
    font-size: 12px;
    font-weight: 300;
    line-height: 17px;
    padding-top: 11px;
    text-align: justify;
    white-space: pre-line;
}

.cancel-reminder-button {
    margin: 29px 0;
}

.cancel-reminder-tip {
    width: 15px;
    height: 15px;
    margin-left: 5px;
}

.flight-container > div:nth-child(1) {
    font-size: 15px;
    line-height: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reward-type {
    display: flex;
}

.reward-type > div {
    display: flex;
    align-items: center;
}

.reward-type > div:nth-last-child(1) {
    margin-left: 22px;
}

.flight-item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #EBEEF0;
}

.flight-item > div:nth-child(1) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 15px;
    color: #333333;
    line-height: 14px;
}

.flight-fold {
    width: 11px;
    height: 6px;
}

.flight-fold-hidden {
    transform: rotate(180deg);
}

.meal-menu-container {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    display: flex;
}

.meal-menu-container > div {
    flex-shrink: 0;
    width: 107px;
    height: 65px;
    box-sizing: border-box;
    background: #F8F8F8;
    border: 1px solid #F8F8F8;
    border-radius: 9px;
    font-weight: bold;
    font-size: 15px;
    line-height: 14px;
    padding-top: 16px;
    text-align: center;
    margin-right: 8px;
}

.reward-amount {
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    margin-top: 7px;
}

.meal-menu-container > .meal-menu-selected {
    color: #DF3736;
    background: #faebea;
    border: 1px solid #DF3736;
}

.cancel-reminder-popup {
    padding: 0 20px;
    font-weight: 500;
    font-size: 12px;
    color: #666666;
    line-height: 17px;
    text-align: justify;
    white-space: pre-line;
}

.iframe-content {
    height: 300px;
    overflow: auto;
    padding: 0 10px;
}

.confirm-btn {
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    margin: 10px 10px 15px;
    background: #df3736;
    color: #fff;
    border-radius: 3px;
}