.confirmPopup {
    width: 245px;
    padding: 8px 10px;
    min-height: 60px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #f1f4f9;
    position: fixed;
    z-index: 55;
    font-size: 14px;
}

.confirmPopup .popupButtons {
    width: 90px;
    display: flex;
    justify-content: space-between;
    margin-top: -7px;
}

.confirmPopup .popupButtons .btn {
    /* padding: 0.325rem 0.7rem; */
    border-radius: 10px;
}
