.ordermeta_updateform {
    display: none;
    position: fixed;
    z-index: 1;
    height:auto;
    margin-top: 248px;
    overflow: auto;
    padding: 70px 30px;
    width: 242px;
    top: 82px;
    left: 370px;
    background: rgb(0 0 0 / 80%);
    border-radius: 15px;

}

.order_title {
    font-size: 19px;
    color: #fff;
    margin-bottom: 30px;
}

.ordermeta_updateform .close {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #fff;
    outline: none;
    border: 0;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 20px;
}