.alert-header{
    display: flex;
    justify-content: center;

    align-items: center;
    flex-direction: row;

    span {
        font-size: 16px;
        font-weight: 500;
    }
}

.alert-header-image{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.alert-body{
    text-align: center;
}

.modal-footer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}