<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.deluxe-help-error{
 color: red
}

.button.ajax_request_budget_button {
    width: 190px !important;
}

@media (min-width: 992px) {
    .button.ajax_request_budget_button {
          margin-top: 5px !important;  
    }
}

.button.ajax_request_budget_button {
    cursor: pointer;
}

#request_budget_form {
    height: 100%;
    padding: 1%;
    position: fixed;
    text-align: justify;
    width: 100%;
    z-index: 2147483647;
    display: none;
}

#request_budget_form_content {
    height: auto;
    min-height: 10%;
    min-width: 20%;
    width: auto;
}

#request_budget_form_content .center {
    z-index: 9999999999999999;
    width: 600px;
    height:auto;
    background-color: #fff;
    text-align: justify;
    color: #CCCCCC;
    line-height: 100%;
    padding:15px;
    border: 10px solid #ccc;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    margin:10% auto 0 auto;
}</pre></body></html>