.order-popup {
    position: fixed;
    top: 5%;
    right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(20, 234, 147, .9);
    color: #f1f1f1;
    padding: 15px 15px;
    border-radius: 5px;
    z-index: 9999;
}