.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    display: none;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 9999;
}

.popup-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    min-width: 300px;
    position: relative;
}

.close-btn {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 26px;
    cursor: pointer;
}
.popup-box h2 {
    text-align: center !important;
    margin: 0 auto 25px auto !important;
}

#requirement , #extraFields > div.form-row > div:nth-child(2) > select , #extraFields > div.form-row > div:nth-child(1) > select{
    padding: 14px;
}
.closeQuoteBtn h2{
    margin-bottom: 20px;
    text-align: center;
}

