pre {
    max-height: 700px;
    overflow: auto;
}

.form-floating > select.form-select + label {
    top: -14px;
    left: 16px;
    background-color: white;
    height: unset;
    padding: 0 2px;
    transform: unset;
    opacity: unset;
    font-size: 14px;
}

.form-floating > select.form-select {
    padding: .375rem 2.25rem .375rem .75rem;
    height: unset;
    line-height: 30px;
}

#customerSelection, #customerSelection:hover, #customerSelection:focus, #customerSelection:active {
    border-bottom: 2px solid var(--e-global-color-primary);
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    color: var(--e-global-color-primary);
    background-color: white;
    outline: none;
    box-shadow: none;
}

#customerFullname {
    border: none;
    outline: none;
    background: none;
    padding: 0;
    height: unset;
    color: var(--e-global-color-primary);
    font-size: 20px;
    font-weight: bold;
}

#customerEpeLicense, #customerOtherLicenses {
    border: none;
    outline: none;
    background: none;
    padding: 0;
    height: unset;
    display: inline;
    width: 120px;
}

label[for="epe"], label[for="other"] {
    width: max-content;
    margin-top: 7px;
}

.elementor-widget-container input[type="button"].btn,
.elementor-widget-container input[type="button"].btn-primary
.elementor-widget-container button.btn,
.elementor-widget-container button.btn-primary {
    border: 2px solid var(--e-global-color-primary);
    border-radius: 25px;
    height: 50px;
    padding: 0px 16px;
    color: var(--e-global-color-primary);
    background-color: white;
}

.elementor-widget-container input[type="button"].btn:hover,
.elementor-widget-container input[type="button"].btn-primary:hover
.elementor-widget-container button.btn:hover,
.elementor-widget-container button.btn-primary:hover {
    background-color: var(--e-global-color-primary);
    color: white;
}

