.customConfirmationPopup .md-footerCustom {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    padding-top: 10px;
    justify-items: center;
}

.customConfirmationPopup .md-footerCustom .ui-btn-light,
.customConfirmationPopup .md-footerCustom .ui-btn-dark {
    width: 120px;
}

.customConfirmationPopup .md-footerCustom .ui-btn-light.centered {
    position: absolute;
    left: 37%;
}

.customConfirmationPopup .md-footerCustom .ui-btn-light.wide {
    width: 120px;
}

.customConfirmationPopup .md-footerCustom .checkboxContainer {
    padding-top: 9px;
    margin-right: auto;
}