/*** GRUPPI ***/

.group-container {
    border: 1px solid #6b6d6e;
    border-radius: 5px;
    padding-top: 5px;
    margin-bottom: 10px;
    padding: 30px!important;
}

/*** END GRUPPI ***/

/*** WIDGET LABEL ***/

.label-widget-description {
    font-weight: bold;
    padding-left: 5px;
}

.label-widget-title {
    font-weight: bold;
    text-align:center;
    text-transform: uppercase;
}

/*** END WIDGET LABEL ***/

/*** WIDGET RADIO ***/

.horizontal-radio {
    display:flex;
    justify-content: space-between;
}

.form-check-label {
    display: initial;
    line-height: 16px;
    margin: 0 auto;
    margin-left: 10px;
    font-weight: bold;
    text-align: justify;
}

.form-check-input {
    margin:unset !important;
}

.form-check-inline {
    padding: 5px 0;
    display:flex;
}

.radio-button-text {
    max-width: 95%;
}

.linea-radio {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

/*** END WIDGET RADIO ***/

/*** WIDGET FREE INPUT***/

.free-input-text {
    max-width: 90%;
}

/*** END WIDGET FREE INPUT***/

/*** WIDGET TIME PICKER***/

.time-picker-text {
    max-width: 95%;
}

/*** END WIDGET TIME PICKER***/

/*** WIDGET CHECKBOX ***/

.checkbox-text {
    max-width: 95%;
}

/*** END WIDGET CHECKBOX ***/

/*** WIDGET SHOW INVITE ***/

.btn-invite {
    text-align: center;
}

.show-invite-widget-button {
    background-color: var(--main-color)!important;
    border-color: var(--main-color)!important;
}

.hint-show-invite {
    display: inline-block;
    position: absolute;
    padding-left: 15px;
}

/*** END WIDGET SHOW INVITE ***/

/*** WIDGET REPLICABLE INPUT ***/

.replicable-input {
    padding: 5px 0px;
}

.del-replicable-input {
    float: right;
    padding-right: 20px;
    cursor: pointer;
    color: #6b6d6e;
}

.add-another-replicable-input {
    cursor: pointer;
    color: #6b6d6e;
}

#add-component-icon {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
}

/*** END WIDGET REPLICABLE INPUT ***/

/*** AUTOCOMPLETE FORM ***/

.modal-anagrafica-body {
    height: 25vh!important;
}

#find-user-anagrafic {
    width: 450px;
}

/*** END AUTOCOMPLETE FORM ***/

/*** GRUPPO DI DOMANDE ***/

#add-another-group-icon {
    padding-bottom: 5px;
    cursor: pointer;
}

.add-another-text {
    color: var(--main-color);
}

.delete-group-replicable-questions {
    height: 20px;
}

.add-another-group-replicable-questions {
    padding-bottom: 15px;
}

/*** END GRUPPO DI DOMANDE ***/