<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* TODO */
.jautocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.jautocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.jautocomplete-no-suggestion { padding: 2px 5px;}
.jautocomplete-selected { background: #F0F0F0; }
.jautocomplete-suggestions strong { font-weight: bold; color: #000; }
.jautocomplete-group { padding: 2px 5px; font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

.coe_av_valid { background-color: lightgreen !important;}



#coe_address_validation_address_handler_toggle {
    cursor: pointer;
}
#coe_address_validation_address_handler_modal .modal-content {
    max-height: 80vh;
    overflow: auto
}
.coe_address_validation_address_handler_order_as_company_toggle:checked ~ .coe_address_validation_address_handler_order_as_company_block,
#coe_address_validation_address_handler_toggle:checked ~ #coe_address_validation_address_handler_block {
    max-height: 1200px;
    overflow: unset;
    -moz-transition: max-height .5s ease-in-out;
    -ms-transition: max-height .5s ease-in-out;
    -o-transition: max-height .5s ease-in-out;
    -webkit-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out;
}
.coe_address_validation_address_handler_order_as_company_toggle ~ .coe_address_validation_address_handler_order_as_company_block,
#coe_address_validation_address_handler_toggle ~ #coe_address_validation_address_handler_block {
    position: relative;
    overflow: hidden;
    max-height: 0;
    -moz-transition: max-height 0.25s ease-in-out;
    -ms-transition: max-height 0.25s ease-in-out;
    -o-transition: max-height 0.25s ease-in-out;
    -webkit-transition: max-height 0.25s ease-in-out;
    transition: max-height 0.25s ease-in-out;
}
#coe_address_validation_address_handler_block .form-group .col &gt; div {
    position: relative;
}
#coe_address_validation_address_handler_block .req {
    position: absolute;
    right: 0.25em;
}</pre></body></html>