#order-created-modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent;
display: flex;
justify-content: center;
align-items: center;
z-index: 10;
}
.no-scroll {
overflow: hidden !important;
}
.modal-content {
width: 100%;
height: 100%;
}
#order-created-modal iframe {
width: 100%;
height: 100%;
border: 0;
border-radius: 4px;
}
.woocommerce-loader {
background-color: rgb(0 0 0 / .6);
place-items: center;
z-index: 100;
inset: 0px;
position: fixed;
justify-content: center;
align-items: center;
flex-direction: column;
gap: 3px;
color: #fff;
font-size: 12px;
}
.flex {
display: flex !important;
}