.sellpress_one_click_order_popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.sellpress_once_click_order_popup_background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
}

.sellpress_one_click_order_popup_body {
    position: relative;
    max-width: 600px;
    padding: 40px;
    background: white;
}

.sellpress_one_click_order_popup_close {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 32px;
    height: 32px;
    background: url(../images/cancel.svg) no-repeat;
    background-size: 32px 32px;
    background-color: white;
    border-radius: 50%;
    cursor: pointer;
}

.sellpress_one_click_popup_loading {
    width: 25px;
    height: 25px;
    background: url(../images/loading.svg) no-repeat;
    background-size: 25px 25px;
    display: none;
    vertical-align: middle;
}

.sellpress_one_click_popup_loading.active {
    display: inline-block;
}

.sellpress_one_click_order_popup_body input[type="text"],
.sellpress_one_click_order_popup_body textarea,
.sellpress_one_click_order_popup_body select {
    width: 100%;
}

.sellpress_one_click_order_popup_body input[type="text"],
.sellpress_one_click_order_popup_body select {
    padding: 5px 10px;
    height: 30px;
}

.sellpress_one_click_order_popup_body td {
    padding: 5px;
}