#ir-referent-form .inner-form {
    margin-bottom: 10px;
}

#ir-referent-form .inner-form #ir-repeater {
    border: solid 1px black;
    border-radius: 3px;
    min-height: 50px;
    margin-bottom: 10px;
    padding: 5px;
}

#ir-referent-form .inner-form .referent-container {
    margin-bottom: 10px;
}

#ir-referent-form .inner-form .referent-name {
    display: flex;
    margin-bottom: 10px;
}

#ir-referent-form .inner-form .referent-name .container-firstname {
    margin-right: 5px;
    width: 50%;
}

#ir-referent-form .inner-form .referent-name .container-lastname {
    margin-left: 5px;
    width: 50%;
}

#ir-referent-form .inner-form .buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.error-container span {
    color: red;
    font-weight: bold;
}