.collect-deliver-container {
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: #000000e0;
display: flex;
justify-content: center;
align-items: center;
}
.collect-form-body {
background-color: transparent;
padding: 20px;
position: relative;
}
.close-popup {
position: fixed;
top: 0px;
right: 10px;
font-size: 25px;
font-weight: bold;
cursor: pointer;
color: white;
}
#open-popup{
cursor: pointer;
}