.smm-loading {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #00000061;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
}

.smm-loading.active {
    display: flex !important;
}

.smm-loading > span {
    font-size: 90px;
    width: 90px;
    height: 90px;
    animation: smm-spin 2s linear infinite;
}

@keyframes smm-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.smm-services-main-wrapper {
    position: relative;
}

.smm-services-main-wrapper .smm-loading {
    border-radius: 0;
}

#customer_details .col-2,
.woocommerce-form-coupon-toggle,
#order_review_heading,
.woocommerce-billing-fields > h3,
#billing_email_field label,
.woocommerce-terms-and-conditions-wrapper {
    display: none;
}

#order_review {
    float: left;
}

#order_review .product-name {
    margin-bottom: 10px;
}

#order_review .quantity .qty {
    width: 100%;
    text-align: left;
}

#payment .place-order {
    margin-top: 0;
}

div#order_review {
    width: 100%;
}

.smm-services-main-wrapper label {
    display: block;
}

.smm-services-main-wrapper select {
    padding: 9px 12px;
    width: 100%;
    max-width: 27.75em;
    background: #F0F1F2;
    color: #27292B;
    outline: solid 1px #D9D9D9;
    border: none;
    border-radius: 0;
    font-family: "Lato", sans-serif;
    font-size: 0.75em;
    line-height: 1.5;
}

.smm-services-main-wrapper .form-group {
    margin-bottom: 14px;
}

.smm-services-main-wrapper .form-group p {
    margin: 4px 0;
    font-size: 12px;
    font-style: italic;
}

.smm-btn-primary {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    padding: 10px;
    border-width: 0 1px 4px 1px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
    border-radius: 0;
    border: 0 !important;
    color: #ffffff;
    background-color: #24608c;
    border-color: #24608c;
}

.smm-btn-primary:disabled {
    background-color: #24608c45;
}

.smm-tbl-request-logs-wrapper {
    overflow-x:auto;
}

.smm-tbl-request-logs {
    width: 100%;
}