*,
*:before,
*:after {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.vi_wcc_hidden {
    display: none !important;
}

.vi-ui.form .field > label, .vi-ui.form .field .label {
    font-weight: 400 !important;
}

.viwcc-coupon-preview-wrap {
    display: inline-flex;
    justify-content: center;
    padding: 10px 0;
    width: 100%;
}

.minicolors-input-swatch {
    display: none !important;
}

.minicolors-theme-default.minicolors {
    width: 100% !important;
}

.vi-ui .minicolors-theme-default .minicolors-input {
    height: auto;
}

.vi-ui.left.labeled.input .color-field {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-color: transparent;
}

.preview-emails-html-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.preview-emails-html-container .preview-emails-html-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(1, 1, 1, 0.3);
}

.preview-emails-html-container .preview-emails-html {
    position: relative;
    z-index: 99;
    width: 50%;
    max-height: 90%;
    overflow: auto;
    min-width: 650px;
}

.viwcc-customer-coupon-column i {
    color: #0bab64;
}

.viwcc-customer-coupon-column .enable {
    color: #0bab64;
    cursor: pointer;
}

.viwcc-customer-coupon-column .trash {
    color: #9F3A38;
    cursor: pointer;
}
.viwcc-customer-coupon-column .action.loading{
    font-size: 0;
}
.viwcc-customer-coupon-column .action.loading:before{
    content: 'Please wait...';
    font-size: 13px;
}
.viwcc-coupon-shortcode{
    display: inline-flex;
    flex-direction: column;
}