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

.max-popUp-dimensions {
    max-width: 550px !important;
    max-height: 90vh;
    overflow-x: hidden;
    overflow-y: auto;
}

#rfq-popupModal {
    position: fixed;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 90;
    padding: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#rfq-popupModal .rfq-popupModal-wrapper {
    position: relative;
    background-color: white;
    padding-top: 30px;
    padding-bottom: 10px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

#rfq-popupModal #closeRFQModalBtn {
    position: absolute;
    top: 20px;
    right: 2%;
    background-color: transparent;
    padding: 5px 8px;
    border-radius: 50%;
    border: none;
    font-size: 30px;
}

#rfq-popupModal h4.custom-modal-header {
    color: var(--black-color);
    font-weight: 700;
    font-family: var(--font-family-Roboto);
    font-size: var(--font-30);
}

#rfq-popupModal h4.custom-modal-header + p &gt; strong {
    position: relative;
    opacity: 0.8;
    line-height: 30px;
    font-size: var(--font-16);
    color: var(--color-fiftyfive);
    margin-top: var(--margin-top-10);
    font-weight: 500;
}

#rfq-popupModal label {
    margin-bottom: 5px;
    color: var(--mid-dark);
}

#rfq-popupModal .form-group .form-control {
    border-radius: 0px;
    height: 38px;
    border-color: #dedede;
    font-size: 13px;
    color: var(--mid-dark);
    margin-bottom: 15px !important;
}

#rfq-popupModal .form-group .form-control:focus {
    box-shadow: none;
    border-color: var(--main-color);
    color: var(--mid-dark);
}

#rfq-popupModal .form-group textarea.form-control {
    height: 90px;
}

#rfq-popupModal .mag-b-2.billing-margin {
    height: 68px;
}

#rfq-popupModal .custom-control.custom-checkbox.mr-sm-2 {
    margin-block: 15px;
}

#rfq-popupModal p.RFQ-Modal-ProductDescription {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#rfq-popupModal .decision-Buttons {
    margin-top: 10px;
}

#rfq-popupModal .decision-Buttons button#Submit {
    margin-right: 10px;
    border-radius: var(--global-border-radius);
}
#rfq-popupModal .decision-Buttons button#Cancel{
    border-radius: var(--global-border-radius);
}

#rfq-popupModal select {
    appearance: auto;
    outline: 1px solid #dedede;
    border: none;
    border-right: 1.2rem solid transparent !important;
}

.acitemx &gt; div {
    padding: 2px 0px;
}

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
  }
  .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
  }
  .autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
  }
  .autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: #b8d1e9  !important;
    color: #ffffff;
  }



  .btnAfterEffectOnly {
    position: relative;
    background: var(--main-color);
    color: white;
    font-size: 14px;
    padding: 10px 30px;
    overflow: hidden;
    border: var(--global-border-radius);
}

.btnAfterEffectOnly:hover:before {
    top: -40%;
}

.btnAfterEffectOnly:before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    background: var(--btn-hover-color);

}

.btnAfterEffectOnly&gt;span {
    position: relative;
    z-index: 2;
}
</pre></body></html>