.PopConfirm {
    &-content {
        min-width: 188px;
        padding: 16px;
    }

    &-footer {
        display: flex;
        flex-direction: column;
        margin-top: 16px;
    }

    &-error {
        color: $red;
        margin-bottom: 8px;
    }

    &-buttons {
        display: flex;
        justify-content: space-between;
    }
}
