#yith_wcwtl_panel_form-customization .yith-colorpicker-group{
    display: flex;
    flex-wrap: wrap;
}

#yith_wcwtl_panel_form-customization .yith-colorpicker-group > div{
    flex: 50%;
}



#yith-add-exclusion, #yith-add-user {
    border-top: 0;
    border-bottom: 0;
    padding: 20px;
}
#yith-add-exclusion label,
#yith-add-user label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}
#yith-add-exclusion .select2-container,
#yith-add-user .select2-container {
    display: inline-block !important;
    min-width: 320px;
}

#yith-wcwtl-custom-tab #message{
    padding: 10px 40px 10px 45px;
    margin: 15px 0 20px;
    border-radius: 5px;
    background: var(--yith-success-lightest);
    border: 1px solid var(--yith-success-light);
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    color: var(--yith-content-text);
    box-shadow: 1px 1px 2px var(--yith-success-lighter);
}

#yith-wcwtl-custom-tab #message:before {
    font-family: yith-icon;
    content: "\e921";
    position: absolute;
    top: 50%;
    left: 13px;
    font-size: 21px;
    font-weight: 400;
    transform: translateY(-50%);
    color: var(--yith-success);
}

#yith-wcwtl-custom-tab #message.updated .notice-dismiss {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border-radius: 50%;
    color: var(--yith-success);
    padding: 7px;
    background: transparent;
    box-shadow: 0 0 0 5px rgb(0 0 0 / 0%);
    transition: all .3s ease-in-out;
}

#yith-wcwtl-custom-tab #message.updated .notice-dismiss:before {
    font-family: yith-icon;
    content: "\e906";
    font-weight: 600;
    font-size: 12px;
    color: inherit;
}

#yith-wcwtl-custom-tab #message.updated .notice-dismiss:hover {
    box-shadow: 0 0 0 0 var(--yith-success-lighter);
    background: var(--yith-success-lighter);
}

#yith-wcwtl-custom-tab.users-in-waiting-list h2{
    padding-top: 0;
    border-left: none;
}

#yith-wcwtl-custom-tab.users-in-waiting-list .back-to{
    color: #4aa8db;
    margin: 0;
    display: block;
}

#yith-wcwtl-custom-tab.users-in-waiting-list .waitlist-users .column-customer i.yith-icon-check-alt {
    color: #a1c746;
    font-size: 23px;
    font-weight: 900;
}

#yith-wcwtl-custom-tab.users-in-waiting-list .waitlist-users .column-customer i.yith-icon-minus-alt {
    color: #000;
    font-size: 10px;
    font-weight: 900;
}

#yith-wcwtl-custom-tab.users-in-waiting-list  .displaying-num{
    display: none;
}

/**** TABLE ***/

.yith-wcwtl-table table.wp-list-table th:not( .column-product ),
.yith-wcwtl-table table.wp-list-table td:not( .column-product ) {
    text-align: center;
}
.yith-wcwtl-table table.wp-list-table th.column-user,
.yith-wcwtl-table table.wp-list-table td.column-user {
    text-align: left;
}
.yith-wcwtl-table table.wp-list-table .column-thumb {
    width: 70px;
}
.yith-wcwtl-table table.wp-list-table .column-users {
    width: 240px;
}
.yith-wcwtl-table table.wp-list-table .column-customer {
    text-align: center;
}
.yith-wcwtl-table table.wp-list-table .column-customer .status-disabled,
.yith-wcwtl-table table.wp-list-table .column-customer  .status-enabled {
    display: inline-block;
}

.yith-wcwtl-table table.wp-list-table th.check-column{
    vertical-align: middle;
}

.yith-wcwtl-table table.wp-list-table td.product{
    font-weight: 700;
}

.yith-wcwtl-table table.wp-list-table td.product img {
    max-width: 60px;
    max-height: 60px;
    vertical-align: middle;
    margin-right: 20px;
}
.yith-wcwtl-table table.wp-list-table th.column-status.sortable a span{
    float: none;
}
.yith-wcwtl-table table.wp-list-table th.column-status.asc:hover span.sorting-indicator,
.yith-wcwtl-table table.wp-list-table th.column-status.desc .sorting-indicator {
    display: inline-block;
    margin: 0;
}
.yith-wcwtl-table table.wp-list-table th.column-status.asc:hover span.sorting-indicator:before,
.yith-wcwtl-table table.wp-list-table th.column-status.desc .sorting-indicator:before {
    top: 4px;
    left: 0;
}
.yith-wcwtl-table table.wp-list-table td.column-thumb,
.yith-wcwtl-table table.wp-list-table td.column-variation,
.yith-wcwtl-table table.wp-list-table td.column-status,
.yith-wcwtl-table table.wp-list-table td.column-users,
.yith-wcwtl-table table.wp-list-table td.column-actions,
.yith-wcwtl-table table.wp-list-table td.column-customer {
    vertical-align: middle;
}

.yith-wcwtl-table table.wp-list-table td.column-status span.out-of-stock {
    color: #ff0000;
}
.yith-wcwtl-table table.wp-list-table td.column-status span.in-stock {
    color: #77a464;
}

/*===== Waiting List Table ======= */

.wp-list-table.waitlists .column-actions a,
.wp-list-table.users .column-actions a {
    margin: 2px 5px;
}
.wp-list-table.users .customer mark {
    display: block;
    text-indent: -9999px;
    position: relative;
    height: 1em;
    width: 1em;
    background: 0 0;
    font-size: 1.4em;
    margin: 0 auto;
}
.wp-list-table.users .customer mark.show:after,
.wp-list-table.users .customer mark.hide:after {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.wp-list-table.users .customer mark.hide:after{
    content: "\e013";
    color: #a00000;
}
.wp-list-table.users .customer mark.show:after{
    content: "\e015";
    color: #048504;
}

#yith_wcwtl_panel_general input[type="text"],
#yith_wcwtl_panel_style input[type="text"]:not( .colorpick ) {
    width: 50%;
}

.yith-wcwtl-table table.wp-list-table td.column-actions a {
    margin: 5px;
    text-align: left;
    line-height: 5px
}

#yith-waitlistdata-table .actions.bulkactions {
    margin: 0;
}

#yith-waitlistdata-table .search-box {
    margin: 15px 0px;
}

#yith-waitlistdata-table table.wp-list-table .waitlists {
}

#yith-waitlistdata-table .tablenav.top {
    margin-bottom: 40px;
}

#yith-waitlistdata-table input#filter-action-submit {
    margin-left: 0;
    height: 33px;
    padding: 0 10px;
    line-height: 33px;
    display: inline-block;
    transition: all .3s ease-in-out;
    text-decoration: none;
    white-space: nowrap;
    background: var(--yith-outline-bg);
    border: 1px solid var(--yith-outline-border);
    color: var(--yith-outline-text);
    height: auto;
    line-height: 33px;
    border-radius: 8px;
    padding: 1px 15px;
    font-weight: 600;
}

#yith-waitlistdata-table .bulkactions #doaction{
    padding-top: 1px;
    padding-bottom: 1px;
}

#yith-waitlistdata-table input#filter-action-submit:hover{
    background: var(--yith-outline-bg-hover);
    border-color: var(--yith-outline-border-hover);
    color: var(--yith-outline-text);
}

#yith-wcwtl-custom-tab #section-heading{
    display: inline-block;
    width: 100%;
    margin: 30px 0;
}

#yith-wcwtl-custom-tab #section-heading h2{
    border: none;
    top: 5px;
    position: relative;
    margin-right: 20px;
}

#yith-wcwtl-custom-tab #section-heading h2,
#yith-wcwtl-custom-tab #section-heading button{
    display: inline-block;
    float: left;
    padding-bottom: 0;
    padding-top: 0;
}


/* tinymce */
i.mce-i-ywcwtl-icon {
    background-image: url('../images/yithemes-icon.png') ;
    width: 16px;
    height: 16px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: -2px;
    padding-right: 2px
}

#yith_wcwtl_panel_style input.colorpick {
    width: 6em;
}

#woocommerce_yith_waitlist_mail_instock_mail_content,
#woocommerce_yith_waitlist_mail_subscribe_mail_content {
    width: 100%;
}

/* IMPORTER */
#yith-wcwtl-import{
    margin-left: 15px;
    opacity: 0;
}

.yith-wcwtl-importer-wrap .yith-wcwtl-error {
    color: #ae0000;
    margin: 10px 0;
    display: block;
}

.yith-wcwtl-importer-wrap h2,
.yith-wcwtl-importer-wrap table.form-table {
    border: none !important;
    padding: 0 !important;
}

.yith-wcwtl-importer-wrap .description{
    margin-top: 0;
}

.yith-wcwtl-importer-steps {
    padding: 24px 0;
    margin: 0 0 20px 0;
    list-style: none outside;
    overflow: hidden;
    color: #ccc;
    width: 100%;
    display: inline-flex;
}
.yith-wcwtl-importer-steps li {
    width: 25%;
    float: left;
    padding: 0 0 .8em;
    margin: 0;
    text-align: center;
    position: relative;
    border-bottom: 4px solid #ccc;
    line-height: 1.4em;
}
.yith-wcwtl-importer-steps li.active {
    border-color: #336374;
    color: #336374;
    font-weight: bold;
    cursor: pointer;
}

.yith-wcwtl-wrap-current-step {
    background: #fff;
}

.yith-wcwtl-wrap-current-step section .label_select {
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
}
.yith-wcwtl-wrap-current-step section .select2-container {
    width: 100% !important;
}
.yith-wcwtl-wrap-current-step footer {
    text-align: right;
}

/* FIX EMAIL OPTIONS */
.yith-plugin-ui textarea, .woocommerce.yith-plugin-fw-panel .yith-plugin-ui table.form-table textarea {
    width: 100%;
}
form#plugin-fw-wc h2 + p {
    background: #fff;
    margin: 0;
    border: 1px solid #d8d8d8;
    border-top: 0;
    border-bottom: 0;
    padding: 10px 20px;
}

@media (max-width: 768px) {
    .yith-wcwtl-importer-wrap {
        width: 100%;
        margin: 0;
    }
}


/* Mandrill section */
.yith-plugin-ui #plugin-fw-wc h2 + #yith-wcwtl-mandrill-options-description{
    padding-bottom: 20px;
}


.yith-plugin-ui #plugin-fw-wc h2 + #yith-wcwtl-mandrill-options-description > p{
    background: transparent;
    padding: 0;
    font-weight: 400;
    font-style: italic;
    margin: 0;
}

.yith-plugin-ui #plugin-fw-wc h2 + #yith-wcwtl-mandrill-options-description > p:before{
    display: none;
}

/* Form Options */

#yith-wcwtl-google-recaptcha-version {
    top: -10px;
    position: relative;
}

#yith-wcwtl-google-recaptcha-version:after {
    content: '';
    clear: both;
    display: block;
}

#yith-wcwtl-google-recaptcha-version label {
    border: 1px solid #d8d8d8;
    display: inline-block;
    float: left;
    padding: 8px 30px;
}

#yith-wcwtl-google-recaptcha-version input:checked + label {
    background-color: #1b7c9e;
    color: #fff;
}

#yith-wcwtl-google-recaptcha-version label:before,
#yith-wcwtl-google-recaptcha-version label:after {
    display: none;
}

label[for=yith-wcwtl-google-recaptcha-version-v2] {
    border-right: none!important;
    border-radius: 20px 0 0 20px;
}

label[for=yith-wcwtl-google-recaptcha-version-v3] {
    border-left: none!important;
    border-radius: 0 20px 20px 0;
}

.yithfullwidth{
    width: 100%!important;
}

/* Email options */

#yith-wcwtl-emails-wrapper table{
    padding: 0 40px;
}

#yith-wcwtl-emails-wrapper h2{
    padding-bottom: 15px;
}

#yith-wcwtl-emails-wrapper .description{
    margin: 15px 0 40px 0;
    font-size: 13px;
}

#yith-wcwtl-emails-wrapper h2,
#yith-wcwtl-emails-wrapper table{
    border: none;
}

#yith-wcwtl-table-emails .heading-table,
#yith-wcwtl-table-emails .yith-wcwtl-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#yith-wcwtl-table-emails .yith-wcwtl-column:nth-child(1) {
    flex-basis: 40%;
}

#yith-wcwtl-table-emails .yith-wcwtl-column:nth-child(2) {
    flex-basis: 40%;
}

#yith-wcwtl-table-emails .yith-wcwtl-column:nth-child(3) {
    flex-basis: 10%;
    text-align: right;
}

#yith-wcwtl-table-emails .yith-wcwtl-column:nth-child(4) {
    flex-basis: 10%;
}

#yith-wcwtl-table-emails .yith-wcwtl-column.status {
    text-align: right;
    box-sizing: border-box;
}

#yith-wcwtl-table-emails .heading-table .yith-wcwtl-column.status{
    padding-right: 40px;
}

#yith-wcwtl-table-emails .content-table .yith-wcwtl-column.status{
    padding-right: 30px;
    padding-top: 5px;
}

#yith-wcwtl-table-emails .heading-table {
    margin-bottom: 20px;
}

#yith-wcwtl-table-emails .yith-wcwtl-column.email {
    padding-left: 20px;
    box-sizing: border-box;
}


#yith-wcwtl-table-emails .heading-table .yith-wcwtl-column {
    font-size: 14px;
    color: #2c3338;
    font-weight: 600;
}


#yith-wcwtl-table-emails .content-table .yith-wcwtl-row {
    background: var(--yith-content-bg);
    border-radius: 5px;
    box-shadow: 0 0 0 1px var(--yith-light-border-color), 0 3px 11px 6px var(--yith-light-shadow);
    transition: background-color .2s ease-in-out;
    margin-bottom: 30px;
    padding: 20px 0;
}

#yith-wcwtl-table-emails .content-table .yith-wcwtl-column {
    line-height: 30px;
    box-sizing: border-box;
}

#yith-wcwtl-table-emails .content-table .yith-wcwtl-row:hover{
    background: var(--yith-table-row-highlight);
}

#yith-wcwtl-table-emails .content-table .yith-wcwtl-column.action{
    opacity: 0;
    pointer-events: none;
    position: relative;
}

#yith-wcwtl-table-emails .content-table .yith-wcwtl-row:hover .yith-wcwtl-column.action{
    opacity: 1;
    pointer-events: auto;
}

#yith-wcwtl-table-emails .email-settings{
    flex-basis: 100%;
    display: none;
    margin-top: 15px;
}

#yith-wcwtl-table-emails .email-settings #template{
    display: none;
}

#yith-wcwtl-table-emails .email-settings form{
    background: #ffffff;
    margin-bottom: 0;
}

#yith-wcwtl-table-emails .email-settings .yit-admin-panel-container{
    margin-right: 0;
}

#yith-wcwtl-table-emails  .email-settings h2,
#yith-wcwtl-table-emails  .email-settings h2 + p{
    display: none;
}


#yith-wcwtl-table-emails  .email-settings table {
    border: none!important;
}

#yith-wcwtl-table-emails .content-table .yith-wcwtl-row.active{
    background: var(--yith-table-row-highlight);
    padding-bottom: 0;
}

#yith-wcwtl-table-emails .email-settings form tr:first-child {
    display: none;
}

#yith-wcwtl-table-emails .woocommerce-help-tip{
    display: none;
}

#yith-wcwtl-table-emails .email-settings .submit{
    text-align: right;
    margin-right: 20px;
}

/* EMPTY STATE */
.yith-wcwtl-admin-no-posts {
    text-align: center;
    padding: 50px;
}

.yith-wcwtl-admin-no-posts-logo {
    padding-bottom: 10px;
}

.yith-wcwtl-admin-no-posts-text {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
}

.yith-wcwtl-admin-no-posts a.page-title-action {
    padding: 5px 30px !important;
}

.yith-wctl-admin-no-posts-text p {
    font-size: 14px;
    line-height: 1em;
}

/* Confirm modal */
.yith-plugins_page_yith_wcwtl_panel .yith-plugin-fw__confirm__button--delete{
    background-color: #007695!important;
    border-color: #007695!important;
}

.yith-plugins_page_yith_wcwtl_panel .yith-plugin-fw__confirm__button--delete:hover{
    background-color: #00627b!important;
    border-color: #00627b!important;
}

/* Promotion email */
.yith-wcwtl-wizard-modal .wc-backbone-modal-main{
    padding-bottom: 0;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main .wc-backbone-modal-header{
    border-bottom: none;
    padding: 0;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link{
    border-left: none;
    z-index: 1;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article{
    padding: 0;
    max-height: calc(100vh - 40px)!important;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article h2{
    font-size: 1.5em;
    margin: 0.8em 0 2em;

    color: #007694;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article h4{
    color: #007694;
    margin: 1.33em 0;
    font-size: 1em;
    font-weight: 600;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article p.description{
    font-weight: 600;
    font-style: normal;
    margin: 10px 0;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article p.description.yith-wcwtl-error{
    color: #ae0000;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article p.placeholders{
    font-size: .9em;
    margin-top: 1.33em;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article code{
    background: none;
    padding: 0;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article small{
    font-size: .9em;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article b.alert{
    color: #a20000;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article .form-row{
    margin-top: 1.5em;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article label{
    color: #00a79c;
    font-weight: 600;
    font-size: 1.1em;
    margin-bottom: 20px;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article .tabs{
    display: inline-block;
    margin: 0;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article .tabs li{
    display: inline-block;
    margin-bottom: 0;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article .tabs li a{
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 1.1em;
    color: #404040;
    font-weight: 600;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article .tabs li a.active {
    position: relative;
    background: #fff;
    box-shadow: 0 0 25px -4px rgba(68,138,133,.4);
    z-index: 1;
    color: #00a79c;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article .tabs li a:hover{
    color: #00a79c;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article .tab,
.yith-wcwtl-wizard-modal .wc-backbone-modal-main article .form-row{
    padding: 20px;

    position: relative;

    -webkit-box-shadow: 0px 0px 25px -4px rgba(68,138,133,0.4);
    -moz-box-shadow: 0px 0px 25px -4px rgba(68,138,133,0.4);
    box-shadow: 0px 0px 25px -4px rgba(68,138,133,0.4);
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article .tab:before {
    content: '';
    display: block;
    background: #ffffff;
    left: 0;
    right: 0;
    height: 20px;
    position: absolute;
    top: -1px;
    z-index: 1;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article .tab:not(.active){
    display: none;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article .tab > textarea{
    width: 100%;
    margin-top: 30px;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article .col{
    padding: 20px 30px;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article .step-1{
    display: flex;
    width: 100%;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article .step-1 > .col{
    flex: 1;
    width: 600px;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article .step-1 > .col-dx {
    background-color: #f2f2f2;
    position: relative;
    padding-bottom: 80px;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article .step-1 #content_html{
    width: 100%;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article .step-1 #content_html_tab .wp-switch-editor {
    box-sizing: initial;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article .step-1 .email-preview{
    height: 700px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 30px 0;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article .step-1 .email-preview.html td > table {
    width: 100%!important;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article .step-1 .email-preview.plain{
    padding: 0 20px;
    background: #fff;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article .step-1 .email-preview .no-interactions{
    pointer-events: none;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article .step-1 .email-preview #wrapper{
    padding: 0!important;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article .step-1 .email-preview #wrapper > table{
    width: 100%!important;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article .step-1 .actions{
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    line-height: 40px;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article .step-1 .actions .save-promotion-draft,
.yith-wcwtl-wizard-modal .wc-backbone-modal-main article .step-1 .actions a.back-button{
    color: #007694;
    font-weight: 700;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article .step-1 .actions .save-promotion-draft{
    background: none;
    border: none;
    padding: 0;
    cursor: pointer
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article .step-1 .actions a.continue-button {
    float: right;
    background-color: #007694;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    line-height: 26px;
    height: auto;
    padding: 5px 20px;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article .step-1 .actions a.continue-button:hover{
    background-color: #375f6b;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article .step-2{
    max-width: 500px;
    position: relative;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article .step-2 h2{
    margin-top: 2em;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article .step-2 p{
    font-size: 17px;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article .step-2 #main_submit_button{
    width: calc( 100% - 15px);
    margin-top: 50px;
    padding: 5px 20px;
    text-transform: uppercase;
    font-weight: 600;
    vertical-align: middle;
    line-height: 30px;
    height: auto;
    background-color: #007695;
    border-color: #007695;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article .step-2 #main_submit_button:hover{
    background-color: #00627b;
    border-color: #00627b;
}

.yith-wcwtl-wizard-modal .wc-backbone-modal-main article .step-2 #main_submit_button i{
    vertical-align: middle;
    margin-right: 5px;
    font-size: 22px;
}

.yith-wcwtl-wizard-modal .yith-wcwtl-error + span .select2-selection{
    border-color: darkred;
}

#yith-wcwtl-table-emails .yith-premium{
    pointer-events: none;
}

.yith-premium .email-title,
.yith-premium .yith-wcwtl-column.status,
.yith-premium .yith-wcwtl-column.recipient,
tr.yith-premium label span,
tr.yith-premium textarea, .yith-premium .description{
    opacity: 0.5;
    pointer-events: none;
    filter: grayscale(100%);
    user-select: none;
}

.yith-premium label[for="woocommerce_yith_waitlist_mail_instock_analytics_tracking"]:after,
.premium-badge{
    --yith-fw-tag-border-color: #e76400;
    --yith-fw-tag-color: #cd501f;
    font-size: 10px;
    padding: 6px 10px;
    border-radius: 6px;
    font-weight: 600;
    color: var(--yith-fw-tag-color);
    border: 1px solid var(--yith-fw-tag-border-color);
    line-height: 14px;
    margin-left: 10px;
}


.yith-premium label[for="woocommerce_yith_waitlist_mail_instock_analytics_tracking"]:after{
    content: 'Premium';
    position: absolute;
    top: -15px;
    right: -20px;
}
