<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.form_field {
    margin-bottom: 20px;
}
.col-form-label {
    margin-bottom: 10px;
}
.sub_form .form-group {
    margin-bottom: 10px;
}
.field img {
    max-width: 300px;
    margin-bottom: 10px;
}
.field.type_file .infos {
    display: none;
}
.form_field_help {
    margin-bottom: 5px;
    font-size: var(--default-small-font-size);
    line-height: var(--default-small-line-height);
}
.options.scrollbar {
    max-height: 400px;
    overflow: hidden;
}
#previewImg {
    display: none;
    width: 300px;
    height: 300px;
    object-fit: contain;
    background: #f2f2f2;
}
#previewImg.visible {
    display: block;
}
.form_field_label {
    /*font-family: var(--strong-font-family);*/
}
form .hidden {
    display: none;
}
textarea,
input[type=date],
input[type=text],
input[type=password],
input[type=email],
input[type=phone],
input[type=number] {
    border: 1px solid #000;
    padding: 10px;
    height: 38px;
    width: 100%;
    /*max-width: 500px;*/
    box-sizing: border-box;
}
select[multiple=multiple] {
    height: 350px;
    max-width: 425px;
    width: 100%;
}
textarea {
    height: 120px;
}
button {
    background: #000;
    color: #fff;
    border: 0;
    height: 30px;
    cursor: pointer;
    margin-top: 20px;
    padding: 0 10px;
}
button[disabled=disabled] {
    background: #ccc;
}
label {
    margin-bottom: 5px;
}
legend.required::after,
label.required::after {
    content: ' *';
}
form small {
    display: block;
}
.form-check label {
    display: inline;
}
.sub_form {
    position: relative;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.sub_form .btn.delete {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 7px;
    right: 5px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('../img/close.svg') no-repeat;
    background-size: 100%;
    background-color: transparent;
    font-size: 0;

}
.add_sub_form {
    background: url('../img/more.svg') no-repeat left center;
    background-size: 10px;
    padding-left: 15px;
    opacity: 0.5;
    font-weight: bold;
}
.add_sub_form:hover {
    opacity: 1;
}
/*.a2lix_translationsLocales,
#ui_form_translations_en_a2lix_translations-fields {
    display: none;
}*/
.repeatedType .form-group:first-child {
    margin-bottom: 10px;
}
.form-check {
    margin-bottom: 5px;
}

/* Form tabs */
.nav-tabs {
    border-bottom: 1px solid #000;
    max-width: 600px;
}
#exhibitors .nav-tabs {
    display: none;
}
.nav-tabs .nav-item {
    display: inline-block;
    position: relative;
    top: 1px;
}
.nav-tabs .nav-item a {
    display: inline-block;
    padding: 0.4em 0.8em 0.4em 0.8em;
}
.nav-tabs .nav-item a.active {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #fff;
    border-radius: 3px 3px 0 0;
}
.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block;
}
.tab-content {
    padding-top: var(--default-spacing);
}
.aggreement p {
    margin-top: 10px;
}</pre></body></html>