.user-type-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 0;
}

.user-type-wrap > div {
    transform: scale(1.2);
    transform-origin: bottom;
    margin-top: 0.6rem;
}

.fi-fo-field-wrp-label {
    flex: none;
}

.fi-fo-field-wrp-hint {
    width: 100%;
}

.fi-fo-field-wrp-hint:hover {
    cursor: help;
}

.tippy-box[data-theme~="light"] {
  background-color: #000;
  color: #fff;
}

input[type="file"] {
    display: none;
}

@media (max-width: 768px) {
    .user-type-wrap {
        flex-direction: row;
        justify-content: space-around;
        padding: 0!important;
    }

    .user-type-wrap > div {
        transform: scale(1);
        margin-top: 0;
    }
}
