.mrbp_user_role_price_section {
    display: none;
}
#userrole-editor tbody tr td:nth-child(1) {
    text-align: left;
}
.dataTables_wrapper .dataTables_length select {
    width: 50px;
}
button#save-role-prices {
    margin-bottom: 15px;
}
td.data-inputs-role-price {
    width: 100%;
}
td.data-inputs-role-price input {
    width: 25px;
    display: inline-block;
}
#userrole-editor th, #userrole-editor td {
    width: 100px; /* Set the width as needed */
    text-align: center; /* Align text */
}
td.data-inputs-role-price input {
    width: 50px;
    display: inline-block;
    font-size: 12px;
}
#userrole-editor td {
    overflow: hidden; 
    text-overflow: ellipsis; /* Optional: truncate long text */
    white-space: nowrap; /* Prevent text from wrapping */
}
.mrbp_price_increment_section {
    display: flex;
    gap: 14px;
}
.mrbp_price_increment_section.variable {
    background: #eaeaea;
    padding: 15px;
}
.col-md-2.mrbp_makempty label {
    max-width: unset;
}
.col-md-2.mrbp_makempty {
    display: inline-grid;
}
.mrbp_user_role_price_section {
    padding: 20px 0px 0px 5px;
}
.user_with_role_row {
    margin-top: 20px;
}
/*enable disable sectoin*/
.mrbp_metabox_user_role_enable,
.wrbp_func_enable,
.wrbp_per_pro_enable {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    position: relative;
    cursor: pointer;
    width: 55px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mrbp_metabox_user_role_enable label,
.wrbp_func_enable label,
.wrbp_per_pro_enable label {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 140%;
    height: 100%;
    cursor: pointer;
    background: #cd3c3c;
    border-radius: 5px;
    font-weight: bold;
    color: #FFF;
    -webkit-transition: background 0.3s, text-indent 0.3s;
    -moz-transition: background 0.3s, text-indent 0.3s;
    -o-transition: background 0.3s, text-indent 0.3s;
    transition: background 0.3s, text-indent 0.3s;
    text-indent: 27px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
}
.mrbp_metabox_user_role_enable label:after,
.wrbp_func_enable label:after,
.wrbp_per_pro_enable label:after {
    content: 'Disable';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    font-size: 12px;
    color: #591717;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35);
    z-index: 1;
}
.mrbp_metabox_user_role_enable label:before,
.wrbp_func_enable label:before,
.wrbp_per_pro_enable label:before {
    content: '';
    width: 15px;
    height: 24px;
    border-radius: 3px;
    background: #FFF;
    position: absolute;
    z-index: 2;
    top: 3px;
    left: 3px;
    display: block;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.mrbp_metabox_user_role_enable input:checked + label,
.wrbp_func_enable input:checked + label,
.wrbp_per_pro_enable input:checked + label {
    background: #378b2c;
    text-indent: 8px;
}
.mrbp_metabox_user_role_enable input:checked + label:after,
.wrbp_func_enable input:checked + label:after,
.wrbp_per_pro_enable input:checked + label:after {
    content: 'Enable';
    color: #091707;
}
.mrbp_metabox_user_role_enable input:checked + label:before,
.wrbp_func_enable input:checked + label:before,
.wrbp_per_pro_enable input:checked + label:before {
    left: 55px;
}


/*make empty price checbox*/

.mrbp_make_empty_priceguest,
.mrbp_make_empty_priceadministrator,
.mrbp_make_empty_priceeditor,
.mrbp_make_empty_priceauthor,
.mrbp_make_empty_pricecontributor,
.mrbp_make_empty_pricesubscriber,
.mrbp_make_empty_pricecustomer,
.mrbp_make_empty_priceshop_manager,
.mrbp_make_empty_pricetranslator {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    position: relative;
    cursor: pointer;
    width: 55px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mrbp_make_empty_priceguest label,
.mrbp_make_empty_priceadministrator label,
.mrbp_make_empty_priceeditor label,
.mrbp_make_empty_priceauthor label,
.mrbp_make_empty_pricecontributor label,
.mrbp_make_empty_pricesubscriber label,
.mrbp_make_empty_pricecustomer label,
.mrbp_make_empty_priceshop_manager label,
.mrbp_make_empty_pricetranslator label {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 140%;
    height: 100%;
    cursor: pointer;
    background: #ff0000;
    border-radius: 5px;
    font-weight: bold;
    color: #FFF;
    -webkit-transition: background 0.3s, text-indent 0.3s;
    -moz-transition: background 0.3s, text-indent 0.3s;
    -o-transition: background 0.3s, text-indent 0.3s;
    transition: background 0.3s, text-indent 0.3s;
    text-indent: 27px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
}
.mrbp_make_empty_priceguest label:after,
.mrbp_make_empty_priceadministrator label:after,
.mrbp_make_empty_priceeditor label:after,
.mrbp_make_empty_priceauthor label:after,
.mrbp_make_empty_pricecontributor label:after,
.mrbp_make_empty_pricesubscriber label:after,
.mrbp_make_empty_pricecustomer label:after,
.mrbp_make_empty_priceshop_manager label:after,
.mrbp_make_empty_pricetranslator label:after {
    content: 'Disable';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    font-size: 12px;
    color: #591717;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35);
    z-index: 1;
}
.mrbp_make_empty_priceguest label:before,
.mrbp_make_empty_priceadministrator label:before,
.mrbp_make_empty_priceeditor label:before,
.mrbp_make_empty_priceauthor label:before,
.mrbp_make_empty_pricecontributor label:before,
.mrbp_make_empty_pricesubscriber label:before,
.mrbp_make_empty_pricecustomer label:before,
.mrbp_make_empty_priceshop_manager label:before,
.mrbp_make_empty_pricetranslator label:before {
    content: '';
    width: 15px;
    height: 24px;
    border-radius: 3px;
    background: #FFF;
    position: absolute;
    z-index: 2;
    top: 3px;
    left: 3px;
    display: block;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.mrbp_make_empty_priceguest input:checked + label,
.mrbp_make_empty_priceadministrator input:checked + label,
.mrbp_make_empty_priceeditor input:checked + label,
.mrbp_make_empty_priceauthor input:checked + label,
.mrbp_make_empty_pricecontributor input:checked + label,
.mrbp_make_empty_pricesubscriber input:checked + label,
.mrbp_make_empty_pricecustomer input:checked + label,
.mrbp_make_empty_priceshop_manager input:checked + label,
.mrbp_make_empty_pricetranslator input:checked + label {
    background: #006ef6;
    text-indent: 8px;
}
.mrbp_make_empty_priceguest input:checked + label:after,
.mrbp_make_empty_priceadministrator input:checked + label:after,
.mrbp_make_empty_priceeditor input:checked + label:after,
.mrbp_make_empty_priceauthor input:checked + label:after,
.mrbp_make_empty_pricecontributor input:checked + label:after,
.mrbp_make_empty_pricesubscriber input:checked + label:after,
.mrbp_make_empty_pricecustomer input:checked + label:after,
.mrbp_make_empty_priceshop_manager input:checked + label:after,
.mrbp_make_empty_pricetranslator input:checked + label:after {
    content: 'Enable';
    color: #091707;
}
.mrbp_make_empty_priceguest input:checked + label:before,
.mrbp_make_empty_priceadministrator input:checked + label:before,
.mrbp_make_empty_priceeditor input:checked + label:before,
.mrbp_make_empty_priceauthor input:checked + label:before,
.mrbp_make_empty_pricecontributor input:checked + label:before,
.mrbp_make_empty_pricesubscriber input:checked + label:before,
.mrbp_make_empty_pricecustomer input:checked + label:before,
.mrbp_make_empty_priceshop_manager input:checked + label:before,
.mrbp_make_empty_pricetranslator input:checked + label:before {
    left: 55px;
}


[class^="mrbp_make_empty_price"] {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    position: relative;
    cursor: pointer;
    width: 55px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

[class^="mrbp_make_empty_price"] label {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 140%;
    height: 100%;
    cursor: pointer;
    background: #ff0000;
    border-radius: 5px;
    font-weight: bold;
    color: #FFF;
    -webkit-transition: background 0.3s, text-indent 0.3s;
    -moz-transition: background 0.3s, text-indent 0.3s;
    -o-transition: background 0.3s, text-indent 0.3s;
    transition: background 0.3s, text-indent 0.3s;
    text-indent: 27px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
}

[class^="mrbp_make_empty_price"] label:after {
    content: 'Disable';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    font-size: 12px;
    color: #591717;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35);
    z-index: 1;
}

[class^="mrbp_make_empty_price"] label:before {
    content: '';
    width: 15px;
    height: 24px;
    border-radius: 3px;
    background: #FFF;
    position: absolute;
    z-index: 2;
    top: 3px;
    left: 3px;
    display: block;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

[class^="mrbp_make_empty_price"] input:checked + label {
    background: #006ef6;
    text-indent: 8px;
}

[class^="mrbp_make_empty_price"] input:checked + label:after {
    content: 'Enable';
    color: #091707;
}

[class^="mrbp_make_empty_price"] input:checked + label:before {
    left: 55px;
}


.variation_user_role_pricing_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    background: #cccccc63;
    padding: 10px 10px;
}
.variation_user_role_pricing_wrap .variation-per-row.form-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 10px;
    border-bottom: 1px solid #ffffff;
}
.variation_user_role_pricing_wrap h4 {
    flex-basis: 100%;
    margin: 0 0 0px;
    font-size: 1rem;
}
.variation-per-row .form-field {
    flex: 1;
    min-width: 150px;
    padding: 0 10px;
}
.variation-per-row .form-field:last-of-type span {
    font-size: 8px;
}
.variation-per-row .form-field label {
    /*display: block;
    font-weight: bold;
    margin-bottom: 5px;*/
}
.variation-per-row .form-field input[type="text"],
.variation-per-row .form-field input[type="checkbox"] {
    width: 100%;
}
.variation-per-row .form-field input[type="checkbox"] {
    width: auto;
    margin-right: 5px;
    vertical-align: middle;
}
.variation-per-row .form-field .description {
    display: inline-block;
    margin-left: 5px;
    font-size: 0.9rem;
    color: #666;
}
/* Ensure even spacing between form fields */
.variation_user_role_pricing_wrap .variation-per-row .form-row-full {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.variation-per-row .form-field:first-of-type {
    padding-left: 0;
}

.variation-per-row .form-field:last-of-type {
    padding-right: 0;
}
/* Adjust for desktop view - 4 columns */
@media (min-width: 768px) {
    .variation_user_role_pricing_wrap .variation-per-row  .form-field {
        flex-basis: 25%;
    }
}


/*back setting css*/
span.motif_loading {
    display: none;
}
.motif-tabs-ulli {
    min-width: 200px;
    width: 20%;
    float: left;
    min-height: 1200px;
    border: 1px solid #e1e1e1;
    background: white;
}
.motif-tabs-content {
    float: none;
    overflow: hidden;
    width: auto;
    left: -1px;
    position: relative;
}
.motif-logo-ui {
    font-style: italic;
    text-align: center;
    color: black;
    font-size: 14px;
    font-weight: bold;
    padding: 20px 0px 10px 0px;
    background: #ffffff;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav {
    float: left;
    width: 100%;
    padding: 10px 0px;
    margin: 0px;
    background: #ffffff;
}
div#motif-tabs {
    width: 89%;
    margin-top: 18px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.ui-tabs.ui-tabs-vertical .ui-widget-header {
    border: none;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0.2em;
    padding-bottom: 0;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
    clear: left;
    border-top: 1px solid #ccc;
    width: 100%;
    border-width: 1px 0 1px 1px;
    overflow: hidden;
    z-index: 2;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
    width: 100%;
    padding: 15px 4px 15px 20px;
    font-size: 14px;
    color: #7D8388;
    text-decoration: none;
}
.motif-top-content {
    height: 94px;
    border-bottom: none;
    position: relative;
    padding: 20px;
    height: 45px;
    border-bottom: 1px solid #fff;
}
.motif-top-content h1 {
    font-family: inherit;
    font-style: normal;
    font-size: 20px;
    color: #444;
    line-height: 44px;
    letter-spacing: 1px;
}
.motif-tabs-content {
    float: none;
    overflow: hidden;
    width: auto;
    left: -1px;
    position: relative;
}
.motif-tabs-content {
    display: block;
    width: 75%;
    float: left;
}
.motif-setting-header {
    height: 94px;
    border-bottom: none;
}
.motif-setting-header {
    border-bottom: 1px solid #ccc;
    position: relative;
    padding: 14px 0px 30px 25px;
    height: 45px;
}
.motif_style_wrap {
    font-size: 14px;
}
.motif-setting-header .motif_style_wrap {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.motif_style_wrap {
    background: transparent;
    padding: 0;
    border-radius: 0;
    display: block;
}
.motif_style_wrap {
    position: relative;
    display: inline-block;
    padding: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    max-width: 100%;
}
a.motif_button_setting:hover{
    color:black !important;
}
.motif_button_setting {
    text-decoration: none;
    background: #0085ba;
    border-color: #0073aa #006799 #006799;
    color: #fff;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
    border-radius: 3px;
    font-size: 13px;
    line-height: 38px;
    padding: 18px 48px;
    outline: none;
    box-shadow: none;
}
.motif_setting_optContainer {
    min-height: 1124px;
    position: relative;
    overflow: hidden;
    width: 95%;
    margin-bottom: -14px;
}
.motif_setting_optContainer .motif_option_main {
    display: block;
    float: left;
        padding: 20px;
    clear: both;
    width: 95%;
    position: relative;
}
.motif_option_main .motif_setting_row {
    width: 100%;
    border-top: none;
    border-bottom: none;
    padding: 20px;
    clear: both;
    position: relative;
    float: left;
}
.motif_control_description {
    width: 45%;
    float: right;
}
.motif_control_description p {
    font-size: 14px;
    line-height: 1.65em;
    margin: 0px;
    color: #999;
}
.motif_control_field{
    width: 45%;
    float: left;
}
.motif_setting_row h4 {
    margin: 0 0 6px 0;
    color: #444;
    font-size: 15px;
}
.motif_setting_row .motif_control_field input[type="text"]{
    border-color: #e5e5e5;
    padding: 0 13px;
    width: 100%;
    color: #444;
    max-width: 100%;
    line-height: 41px;
    height: 43px;
    margin: 0;
    font-size: 14px; 
}
.motif-tabs-content {
    background: white;
    display: block;
    width: 75%;
    float: left;
    border: 1px solid #e1e1e1;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a{
    color: #000000;
    font-weight: bold;
}
.motif_logo img {
    width: 100px;
}
.motif_button_setting_options {
    text-decoration: none;
    background: #0085ba;
    border-color: #0073aa #006799 #006799;
    color: #fff;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
    border-radius: 3px;
    font-size: 13px;
    line-height: 38px;
    padding: 10px 28px;
    outline: none;
    box-shadow: none;
}
.motif_button_setting_options_del {
    text-decoration: none;
    margin-left: 5px;
    background: #be1919;
    border-color: #be1919 #be1919 #be1919;
    color: #fff;
    text-shadow: 0 -1px 1px #be1919, 1px 0 1px #be1919, 0 1px 1px #be1919, -1px 0 1px #be1919;
    border-radius: 3px;
    font-size: 13px;
    line-height: 38px;
    padding: 10px 28px;
    outline: none;
    box-shadow: none; 
}
.userrole-pricing-bulk-editor-wrap h2 {
    text-align: center;
    background: #2271b1;
    padding: 13px;
    font-weight: 400;
    color: #ffffff;
}
.userrole-pricing-bulk-editor-wrap {
    padding: 12px;
    background: white;
}