/*##################################(RFQ Modal Start)###############################*/
 
.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: 10000;
    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: 13px;
    right: 2%;
    background-color: transparent;
    padding: 5px 8px;
    border-radius: 50%;
    border: none;
    font-size: 20px;
    color: var(--mid-dark);
}

#rfq-popupModal h4.custom-modal-header {
    color: var(--mid-dark);
    font-weight: 700;
    font-size: 20px;
    text-align:center;
    margin-bottom: 5px;
}

#rfq-popupModal h4.custom-modal-header + p > 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;
    margin-bottom: 5px;
}

#rfq-popupModal .decision-Buttons {
    margin-top: 10px;
}
#rfq-popupModal .decision-Buttons button{
    padding: 10px 20px;
    transition: all .3s ease;
}
 
#rfq-popupModal .decision-Buttons button#Submit{
    margin-right: 10px;
    background: var(--main-color);
    color: white;
    border: 2px solid var(--main-color);
}
#rfq-popupModal .decision-Buttons button#Submit:hover{
    background: var(--second-color);
    border-color: var(--second-color);
}
#rfq-popupModal .decision-Buttons button#Cancel{

    border: 2px solid #dedede;
    color: var(--second-color);
}
#rfq-popupModal .decision-Buttons button#Cancel:hover{
    background: var(--second-color);
    border-color: var(--second-color);
    color: white;
}


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

.acitemx > div {
    padding: 2px 0px;
}

.form-group label.requiredField:after {
    content: "*";
    font-weight: normal;
    font-size: 18px;
    color: #f00;
    line-height: 21px;
    position: initial;
    right: -11px;
    top: -2px;
    margin-left: 3px;
}
/* RFQ MODAL END */

/*##################################(RFQ Modal End)#################################*/