#add-to-quote{
    background-color: #1e73be;
    color: white;
    border-color: #1e73be;
    height: 40px;
    font-size: 100%;
    margin: 0 0 18px 0;
    border-radius: 5px;
}
.form-fields {
    display: flex;
    width: 100%;
}
.single-fields{
    padding: 8px 14px;
}
.fields {
    width: 50%;
    padding: 8px 14px;
} 
input {
    height: 40px !important;
}
.modal-footer button {
    font-size: 16px !important;
    margin-left: 14px !important;
    background-color: #1e73be !important;
}
label {
    font-size: 14px !important;
    font-weight: 600 !important;
}
textarea{
    line-height: 2 !important;
}
#modal-title-0 {
    font-size: 28px;
    font-weight: 500;
}
.modal-inner-wrap {
    max-width: 50%;
    border-radius: 6px;
}
#modal-content-0::-webkit-scrollbar-thumb {
    background-color: #1e73be;
    background-image: linear-gradient(360deg, #1e73be, #1e73be);
}
#modal-content-0::-webkit-scrollbar {
    width: 8px;
    background-color: #e5e5e5;
}
#modal-title-0:before {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    position: absolute;
    bottom: 0px;
    top: 70px;
    background-color: #1e73be;
    left: 30px;
}
.modal-slide .action-close {
    padding: 8px 8px !important;
}
@media (max-width:769px){
    .modal-inner-wrap {
        max-width: 100% !important;
    }
    .modal-popup.modal-slide .modal-inner-wrap[class] {
        background-color: #f4f4f4 !important;
    }
    .modal-popup.modal-slide {
        left: 0 !important;
        right: 40px !important;
    }
    #modal-content-20 {
        padding: 20px 10px !important;
    }
    .modal-footer button {
        margin-right: 20px !important;
    }
}