#order-in-72-hours, #verify-and-instant-order {
    margin-top: 10px;
    display: block;
}

.verify-form-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: 1000;
}

.verify-form-popup::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: -1;
}
#order-in-72-hours, #verify-and-instant-order {
      background: #8BC34A  !important;
    display: initial;
    text-align: left;
    /* margin: 10px; */
    height: 50px;
    margin-top: 0;
    line-height: 0;
    height: 50px;
    position: relative;
    height: 50px !important;
    padding: 9px;
    padding-bottom: 13px;
    margin: 10px;
    border-radius: 5px;
    color: #fff;
    padding-top: 8px;
}
.abot {
    background: #e94528 !important;
    display: initial;
    text-align: left;
    /* margin: 10px; */
    height: 50px;
    margin-top: 0;
    line-height: 0;
    height: 50px;
    position: relative;
    height: 50px !important;
    padding: 9px;
    padding-bottom: 13px;
    margin: 10px;
    border-radius: 5px;
    color: #fff;
    padding-top: 8px;
}