.required-mark {
    padding: 1px 3px;
    border-radius: 5px;
    background-color: lightgray;
    color: red;
    width: 35px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.optional-mark{
    padding: 1px 3px;
    border-radius: 5px;
    background-color: lightgray;
    color: black;
    width: 35px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.errorlist {
    text-align: start;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0.5rem;
    font-size: 0.875em;
}

.grecaptcha-badge {
    z-index: 999;
}
