.order_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.order_modal-content {
    background-color: #fff;
    padding: 15px 20px 0px 20px;
    border-radius: 10px;
    /* width: 1000px;
    height: 800px; */
    display: flex;
    flex-direction: column;
    min-width: 600px;
    /* min-height: auto; */
        
}

.search_modal {
  background-color: transparent;
}

.search_modal.active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
