.table-pre-load-svd-codes{
    background: #fff;
    padding: 10px;
}
button.add-new-c {
   padding: 0 10px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-family: inherit;
    cursor: pointer;
}
.main-section{
    margin: 0 15px;
}
button.add-new-c span{
padding: 0 10px 0 5px;
}

.main-section .add-header {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}

div.main-form-section form .form-field{
    width: 100%;
    padding: 5px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-width: 100% !important;
    box-sizing: border-box;
}

div.main-form-section .coupon-submit {
    width: 100%;
    background-color: #000000;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    font-family: inherit;
}

div.main-form-section .coupon-submit:hover {
    color: #fff;
    background-color: #959595f5;
}

div.main-form-section {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}
div.main-form-section label{
    display: block;
    text-align: left;
}
span.astrik-mandate{
    color: red;
}
span.madantory-note {
    text-align: left;
    display: block;
    font-weight: 100;
    font-size: 12px;
    padding-bottom: 20px;
    color: red;
}

/* The Modal (background) */
#coupon-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
#coupon-modal .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    width: 50%;
    border-radius: 5px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 30px;
    font-weight: bold;
    padding: 5px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
label.error{
    color: red;
}
@media only screen and (max-width: 1023px) {
    #coupon-modal .modal-content {
        width: 80%;
    }
}
td.discount-flat-rate{
    color: blue;
    font-weight: 700;
}
td.discount-percentage{
    color: brown;
    font-weight: 700;
}
.dlt-svd-coupon.button-danger {
    color: red !important;
    border-color: red !important;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 2.15384615;
    min-height: 30px;
    margin: 0;
    background-color: #fff !important;
    padding: 0 10px;
    cursor: pointer;
    border-width: 1px !important;
    border-style: solid !important;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
}
.coupon-code-checkout-{
    margin: 20px 0;
}
.coupon-code-input .coupon-code-checkout{
    border-radius: 5px;
    border-color: #ababab;
    margin: 0;
}
.coupon-code-input .submit-code{
    border-radius: 8px;
    border-color: #cecece;
    background: black;
    padding: 8px;
    color: white;
    margin: 7px;
}
.coupon-code-input{
    display: flex;
    align-items: center;
}
.order-total.svd-discount-row{
    color:green;
}
span.remove-svd-coupon {
    padding: 0 5px;
    color: #c87575;
    margin-left: 10px;
    cursor: pointer;
    font-size: 14px;
}
span.remove-svd-coupon:hover {
    text-decoration: underline;
    font-size: 16px;
    background: bisque;
}

.coupon-submit-loader.active, .coupon-remove-loader.active {
    border: 4px solid #1da1f2;
    border-radius: 50%;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 18px;
}
.coupon-remove-loader.active {
    border: 2px solid #1da1f2;
    border-radius: 50%;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    width: 15px;
    height: 15px;
    margin: 0 0 0 8px;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#submit-coupon-checkout.no-allowed {
    background: #95989b;
    cursor: not-allowed;
}
td.svd-discount-amount{
    display: flex;
    align-items: center;
}
#coupon-error-response{
    position: relative;
    top: 7px;
    font-size: 15px;
    color: red;
}