<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * 2008-2023 Prestaworld
 *
 * All right is reserved,
 *
 * @author    Prestaworld &lt;prestaworld12@gmail.com&gt;
 * @copyright 2008-2023 Prestaworld
 * @license   One Paid Licence By WebSite Using This Module. No Rent. No Sell. No Share.
 */

.form-control:focus, .input-group.focus {
    outline: 0 solid #252525;
}
.heading{
    background-color:#252525;
    color: white;
    margin-right: -0.9px;
}
.heading button.close ,
.heading h4{
    color: white; 
}
 
.product_detail, .presta-custom-product-name, #message_area{
    padding: 0px;
}
#customer_detail{
    padding: 0px 0px 0px 4px;
}
.icon{
    color: white !important;
}
.text{
    color:  #7a7a7a;;
    font-size: 16px;
    margin-bottom: 10px;
}

.product_enquiry_button{
    height: auto;
    padding: 9px;
}
.submit_button{
    width: 100%;
    margin-top: 20px;
}
#error_file{
    font-size: 11px;
}
#global_enquiry_button {
    width: 0px;
    margin-bottom: 5px;
    color: #7a7a7a;
    cursor: pointer;
    margin: 14px;
}
.modal_success{
    padding: 0px;
    border-radius: 4px;;
    margin-bottom: 0px !important;
    margin-right: -1px !important;
}
.presta-alert-success {
    margin-bottom: 0px !important;
}
.searched-result p {
    font-size: 12px;
    color: #ff0000;
    margin-bottom: 0px;
}
.searched-result .searched-product {
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.searched-result .searched-product:hover {
    transform: scale(1.1);
    background: #89d9ff87;
    border-color: #89d9ff87;
}
.selected-product {
    background: #bdf4ff;
    color: #FFF !important;
    font-size: 14px !important;
    font-weight: 600;
    padding: 8px 0px 8px 10px;
}
.selected-result {
    background: #bdf4ff;
    color: #FFF !important;
    font-size: 14px !important;
    font-weight: 600;
    padding-left: 5px;
    padding-top: 5px;
    display: none;
}
.help-block{
    font-size: 11px;
    color: grey;
}
#selected_product{
    float: left;
}
#presta_click_here, .presta-shop-product {
    color: #252525;
    cursor: pointer;
    font-size: 12px;
}
.presta-custom-product-name {
    display: none;
}
.presta_qty_err{
    color: #ff0000;
}
</pre></body></html>