/*header style*/
.zorem-layout__header * {
    box-sizing: border-box;
}

.zorem-layout__header .page_heading {
    font-size: 14px;
    color: #3c4758;
    padding: 0 20px;
    margin: auto 0;
    font-weight: 400;
}

.zorem-layout__header .page_heading .dashicons {
    font-size: 14px;
    vertical-align: middle;
    line-height: 20px;
}

.zorem-layout__header .page_heading a {
    text-decoration: none;
    color: #3b64d3;
}

.zorem-layout__header .zorem-layout__header-logo {
    margin: 0 12px;
    width: 100px;
}

.zorem-layout__header {
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    height: 60px;
    z-index: 1001;
    align-items: center;
    position: relative;
}

.woocommerce-layout__activity-panel {
    float: inline-end;
    position: relative;
}

#activity-panel-tab-help {
    background-color: transparent;
    padding: 10px 18px;
    cursor: pointer;
    border: none;
}

.woocommerce-layout__activity-panel-tabs {
    display: flex;
    justify-content: flex-end;
    height: 44px;
}

.woocommerce-layout__activity-panel-tabs .dashicons {
    width: 20px;
    height: 20px;
    font-size: 20px;
    cursor: pointer;
}

.woocommerce-layout__activity-panel-wrapper {
    position: absolute;
    top: 0;
    right: 45px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    min-width: 200px;
    padding: 10px 0;
    z-index: 10000;
}

.woocommerce-layout__activity-panel-tabs:hover .woocommerce-layout__activity-panel-wrapper {
    display: block;
}

.woocommerce-layout__activity-panel-wrapper:before {
    content: '';
    width: 0.75rem;
    height: 0.75rem;
    position: absolute;
    z-index: -1;
    top: 16px;
    right: -8px;
    background-color: #fff;
    transform: rotate(135deg);
    border: 1px solid #e0e0e0;
    border-width: 1px 0 0 1px;
}

.woocommerce-list {
    margin: 0;
    padding: 0;
}

.woocommerce-list__item:not(:first-child) {
    margin: 0;
}

.woocommerce-list__item.has-action {
    cursor: pointer;
    margin: 0;
}

.woocommerce-list__item>.woocommerce-list__item-inner {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: background-color 0.2s ease;
}

.woocommerce-list__item .woocommerce-list__item-before {
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.woocommerce-list__item .woocommerce-list__item-title {
    color: #3b64d3;
}

.woocommerce-list-Text {
    box-sizing: border-box;
    margin: 0px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.woocommerce-list__item .woocommerce-list__item-after {
    margin-left: 16px;
    display: flex;
    align-items: center;
    margin-left: auto;
}

@media (min-width: 783px) {
    /* .woocommerce-layout__activity-panel-wrapper {
        height: calc(100vh - 92px);
        top: 92px;
    } */

    .woocommerce-layout__activity-panel-header {
        padding: 16px 24px;
    }
}

/*header style end*/

.cbr_admin_content {
    margin: 0 20px;
    vertical-align: top;
}

.cbr_tab_inner_container table.form-table.setting tr {
    border-bottom: 1px solid #e0e0e0;
}

.cbr_tab_inner_container input,
.cbr_tab_inner_container textarea,
.cbr_tab_inner_container select,
.cbr_tab_inner_container .select2-selection--single,
.cbr_tab_inner_container .select2-selection--multiple {
    border-color: #e0e0e0 !important;
    background-color: #fafafa !important;
}

.woocommerce.cbr_admin_layout table.form-table.setting {
    border: none;
    box-shadow: none;
}

.cbr_tab_inner_container .form-table.setting th {
    width: 35%;
}

.woocommerce .cbr_tab_inner_container table.form-table.setting fieldset .select2-container {
    min-width: 200px !important;
    width: auto !important;
}

.main-panel .inside th {
    padding: 12px 20px !important;
}

input.cbr_tab_input {
    display: none;
}

input.cbr_tab_input:checked+label {
    color: #3b64d3;
    border-bottom: 3px solid #3b64d3;
    margin-bottom: -3px;
    font-weight: 600;
}

label.cbr_tab_label {
    text-decoration: none;
    padding: 15px;
    font-size: 14px;
    color: #013047;
    display: inline-block;
    line-height: 1;
    outline: none;
}

.cbr_nav_doc_section a {
    text-decoration: none;
    font-size: 14px;
    color: #3b64d3;
}

.cbr_nav_doc_section a.docs-btn {
    color: #414141;
    border: 1px solid #e0e0e0;
    margin: 5px;
}

.cbr_nav_doc_section a.pro-btn {
    color: #3b64d3;
    border: 1px solid #3b64d3;
    font-weight: bold;
}

.cbr-sidebar__section.sidebar-block a,
.cbr-sidebar__section.sidebar-block a:hover {
    border-color: #3b64d3;
    color: #3b64d3;
    background: #fafeff;
}

.cbr-sidebar__section.sidebar-block {
    border: 1px solid #e0e0e0;
    background: #fff;
    padding: 15px;
    border-radius: 3px;
}

.cbr-sidebar__section.sidebar-block span {
    color: #1c1c1c;
    font-size: 15px;
    font-weight: 500;
}

.cbr-sidebar__section.sidebar-block p {
    font-size: 13px;
}

.cbr-sidebar__section li {
    list-style: none;
    padding-left: 1.5em;
    position: relative;
}

.cbr-sidebar__section.sidebar-block li:before {
    content: "\f15e";
    font-family: dashicons;
    display: inline-block;
    margin-left: -1.2em;
    width: 1.5em;
    font-size: 20px;
    position: absolute;
    top: 2px;
    font-weight: 600;
    color: #3b64d3;
}

.cbr_nav_doc_section {
    float: right;
    padding: 9px 0;
    margin-right: 30px;
}

#tab1:checked~#cbr_content1,
#tab2:checked~#cbr_content2,
#tab3:checked~#cbr_content3,
#tab4:checked~#cbr_content4,
#tab5:checked~#cbr_content5 {
    display: block;
}

section.cbr_tab_section {
    display: none;
}

.menu_devider {
    border-top: 1px solid #e0e0e0;
    margin-bottom: 20px;
}

.cbr_admin_sidebar {
    width: 215px;
    display: table-cell;
    vertical-align: top;
    padding: 25px 0px 25px 20px;
}

.cbr_admin_sidebar_inner {
    border-left: 1px solid #e0e0e0;
    padding-left: 20px;
    margin-bottom: 20px;
}

.cbr-sidebar__section.plugin_sidebar .plugin_banner {
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
    border-radius: 3px;
    width: 215px;
}

.cbr-sidebar__section {
    padding: 0;
    margin-bottom: 20px;
}

.cbr_admin_layout .cbr_admin_sidebar h3 {
    margin: 0 0 5px 0;
    color: #00ab6f;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 10px;

}

.submit.cbr-btn {
    margin: 20px 0;
    display: block;
    padding: 0;
}

.cbr_admin_sidebar .cbr_launch p,
.cbr_admin_sidebar .cbr_launch a,
.cbr_admin_sidebar .cbr_premium p,
.cbr_admin_sidebar .cbr_premium a {
    margin: 10px 0px 10px 0px;
    text-decoration: none;
    color: #183651;
}

.cbr_pro_tab .cbr_premium p,
.cbr_pro_tab .cbr_premium a {
    margin: 0;
    font-size: 16px;
}

.cbr_pro_tab .cbr_premium h3 {
    padding-top: 15px;
    font-size: 24px;
    font-weight: 700;
}

.cbr_premium .feature_desc p {
    margin-top: 0;
}

.cbr_premium h4 {
    margin-bottom: 5px;
    font-size: 14px;
    margin-top: 0;
}

.cbr_pro_tab {
    width: 800px;
    margin: 0 auto;
}

.cbr_pro_tab .cbr_premium li {
    padding: 15px 0;
}

.cbr-sidebar__section ul {
    position: relative;
    margin: 10px 0px 10px 0px;
}

.cbr-sidebar__section li img.plugin_thumbnail {
    width: 60px;
    display: inline-block;
    vertical-align: middle;
}

.cbr-sidebar__section li a.plugin_url {
    width: 70%;
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
    line-height: 20px;
    text-decoration: none;
    color: #183651;
}

.woocommerce.cbr_admin_layout table.form-table {
    border: 1px solid;
    border-color: #e0e0e0 !important;
    margin-top: 0;
    margin-bottom: 0px;
}

.woocommerce.cbr_admin_layout table.form-table.heading-table {
    margin: 25px 0 0;
    border: none;
    box-shadow: none;
}

.cbr_tab_inner_container table.form-table tr {
    cursor: pointer;
}

.cbr_tab_inner_container .form-table td {
    padding: 0 20px 20px;
    margin: 0;
}

.cbr_tab_inner_container .form-table.heading-table td.border_1 {
    padding: 0;
}

.select2-container .select2-selection--multiple {
    line-height: 1.2 !important;
}

.cbr_tab_inner_container .select2-container .select2-search--inline .select2-search__field {
    margin-top: 0 !important;
}

.cbr_tab_inner_container .form-table td.bulk-data-table {
    padding: 0;
}

.woocommerce.cbr_admin_layout table.form-table.heading-table h3 {
    margin: 0;
    color: #1c1c1c;
    line-height: 34px;
    font-size: 16px;
    display: inline-block;
}

.woocommerce.cbr_admin_layout .form-table.catelog_visibility label span {
    color: #bdbdbd;
    float: right;
}

.woocommerce-country-based-restrictions div#wpcontent {
    padding: 0;
    background: #f5f7fb;
}

.cbr_tab_inner_container .woocommerce-help-tip.tipTip {
    position: relative !important;
}

.cbr_tab_inner_container .woocommerce-help-tip.tipTip:after {
    top: 2px;
    color: #3b64d3;
    font-size: 20px;
}

.cbr_tab_inner_container .form-table th {
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-top: 0;
    border-radius: 3px;
    background: #fff;
    font-weight: normal;
}

.cbr_tab_inner_container .form-table fieldset {
    line-height: 2;
}

#cbr-toast-example .mdl-snackbar__text {
    float: unset;
    width: 100%;
    text-align: center;
}

#cbr-toast-example.mdl-snackbar {
    background: #3b64d3;
    z-index: 100000;
    bottom: 10px;
}

.cbr_tab_inner_container table.form-table th label {
    font-size: 14px;
    font-weight: normal;
}

.cbr-btn .button-primary {
    background: #3b64d3;
    text-shadow: none;
    border-color: #3b64d3;
    box-shadow: none;
    font-size: 14px;
    padding: 0px 15px;
    line-height: 35px;
}

.cbr-btn .button-primary:hover,
.cbr-btn .button-primary:focus,
.cbr-btn .button-primary:disabled,
.cbr-btn .button-primary[disabled] {
    background: #3b64d3 !important;
    border-color: rgba(0, 0, 0, 0.05) !important;
    color: #fff !important;
    text-shadow: none !important;
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2) !important;
    outline: none;
}

.label_product_visibility input[type=radio]:checked:before {
    background: #3b64d3 !important;
}

input.product_visibility:checked {
    border-color: #3b64d3 !important;
}

span.fa.fa-circle {
    width: 15px;
    height: 15px;
    float: right;
    background: #3b64d3;
    margin: 7px;
    border-radius: 50%;
}

.spinner.active {
    visibility: visible;
    display: inline-block !important;
}

.cbr_tab_inner_container table.form-table.visibility-message .border_1,
.cbr_tab_inner_container table.form-table.visibility-message {
    border-top: 0 !important;
}

.woocommerce.cbr_admin_layout .form-table.catelog_visibility {
    box-shadow: none !important;
    border-top: 0;
    border-bottom: 0;
}

.woocommerce.cbr_admin_layout .hide-child-panel .form-table.catelog_visibility {
    border-bottom: 0;
    background: #fafafa;
}

#cbr_setting_tab_form .hide-child-panel .inside {
    max-height: 0;
}

.cbr_tab_inner_container .inside table.form-table tr {
    border: none;
}

.catelog_visibility i {
    margin-left: 25px;
    font-size: 13px;
    font-weight: normal;
    display: block;
}

.main-panel .inside {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-top: 0;
    overflow-y: hidden;
    max-height: 500px;
    /* approximate max height */

    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
    padding-bottom: 10px;
    padding: 0 25px;
}

.main-panel .inside.active {
    display: block;
    border-bottom: 0;
}

.main-panel .inside {
    display: none;
}

#cbr_setting_tab_form .main-panel.hide-child-panel .inside {
    padding-bottom: 0;
}

.woocommerce.cbr_admin_layout .inside table.form-table {
    border: none;
}

.catelog_visibility th {
    width: -webkit-fill-available !important;
}

.catelog_visibility p.desc {
    padding: 0 25px;
    margin-bottom: 0 !important;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    margin: 0;
}

.main-panel p.description {
    font-size: 13px !important;
}

.cbr-toggleicon.dashicons.cbr-right {
    float: right;
}

.cbr_premium .feature_thumbnail {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
}

.cbr_premium .feature_desc {
    width: 70%;
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
    line-height: 20px;
}

.cbr_premium .feature_desc h3 {
    margin-bottom: 10px;
}

.hidden-desc .description {
    display: none;
}

.cbr_tab_inner_container .form-table fieldset textarea.regular-input,
.cbr_tab_inner_container .form-table fieldset input.regular-input {
    width: 100% !important;
    max-width: 250px;
    font-size: 14px;
    background-color: #fafafa;
}

.cbr_tab_inner_container .form-table fieldset textarea.regular-input {
    width: 100% !important;
    max-width: 500px;
    font-size: 14px;
    background-color: #fafafa;
    padding: 8px !important;
}

.woocommerce .cbr_tab_inner_container .form-table td select {
    font-size: 14px;
}

.cbr_tab_section .accordions.active {
    border-radius: 3px 3px 0 0;
    border-bottom: 0;
}

.cbr_tab_section .accordions {
    cursor: pointer;
    height: 38px;
}

.cbr_tab_section .accordions {
    background: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 3px 3px 0 0;
    border-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 38px;
    color: #3c4758;
    padding: 15px;
}

.cbr_tab_section .panel.active {
    border-radius: 0 0 3px 3px;
}

.cbr_tab_section .panel {
    border-top: 0;
}

.accordions.heading label .cbr-btn {
    float: right;
    display: none;
    pointer-events: all;
}

.accordions.heading label {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    pointer-events: none;
    color: #013047;
}

.cbr_tab_section .accordions span.dashicons {
    float: right;
    pointer-events: none;
    padding: 5px 0;
    display: inline-table;
}

.accordions.heading .dashicons.dashicons-arrow-right-alt2:before {
    color: #3b64d3;
    font-size: 30px;
}

.tab_main_heading {
    font-size: 20px;
    color: #3c4758;
    line-height: 35px;
    margin: 20px 0;
}

#cbr_setting_tab_form p.description {
    font-size: 0.8em;
}

.cbr_tab_inner_container .form-table fieldset .select2-container {
    max-width: 350px !important;
    width: 100%;
}

.woocommerce-country-based-restrictions.rtl .zorem-layout__header .zorem-layout__header-breadcrumbs {
    padding: 0 30px 0 0;
}

.woocommerce-country-based-restrictions.rtl .zorem-layout__logo-panel {
    padding: 0 0 0 30px;
}

.rtl .cbr_nav_doc_section {
    float: left;
    margin-left: 30px;
}

.rtl label.cbr_tab_label {
    margin-left: 25px;
    margin-right: 0;
}

.rtl label.cbr_tab_label.first_label {
    margin-right: 30px;
}

.rtl .cbr_admin_sidebar {
    padding: 25px 20px 25px 0px;
}

.rtl .cbr_admin_sidebar_inner {
    border-right: 1px solid #e0e0e0;
    padding-right: 20px;
    border-left: 0;
    padding-left: 0;
}

.rtl .cbr_tab_inner_container .woocommerce-help-tip.tipTip {
    left: auto !important;
}

.rtl .woocommerce.cbr_admin_layout .form-table.catelog_visibility label span {
    float: left;
}

.cbr_tab_inner_container .form-table.heading-table td.border_1 {
    border: 1px solid #e0e0e0;
    background: #fff;
}

.cbr_tab_inner_container table.form-table .border_1 {
    border: 1px solid #e0e0e0;
    background: #fff;
}

#cbr_setting_tab_form tr.heading-box.border_1 {
    border-bottom: 0;
}

.rtl .cbr_tab_inner_container table.form-table tr.border_1 .cbr-btn {
    float: left;
}

.cbr_tab_inner_container table.form-table tr.heading-box td {
    padding: 15px 20px;
}

.woocommerce.cbr_admin_layout .form-table.catelog_visibility th {
    padding: 15px 20px;
    background: #fff;
    border-top: 1px solid #e0e0e0;
    line-height: 1.5;
    border-bottom: 0;
}

.cbr_tab_inner_container .form-table th.header-label {
    padding: 5px 15px 20px 0;
    width: 25%;
}

.cbr_tab_inner_container .form-table th.header-label label {
    font-weight: 500;
    cursor: auto;
    color: #000;
    font-size: 110%;
}

.cbr_tab_inner_container .form-table td.border_1 tr td {
    padding: 15px 24px 15px 15px;
    box-sizing: content-box;
}

.cbr_tab_inner_container .form-table th.header-label p.description {
    font-size: 11px;
    padding: 5px 0;
}

/*addons tab*/
.d_table {
    display: table;
    width: 100%;
}

label.inner_tab_label {
    text-decoration: none;
    padding: 15px 12px 10px;
    font-size: 14px;
    color: #3b64d3;
    display: inline-block;
    line-height: 1;
    outline: none;
    font-weight: 600;
}

input.cbr_tab_input:checked+label.inner_tab_label {
    color: #1c1c1c;
    border-bottom: 2px Solid #3b64d3;
    margin-bottom: -2px;
}

hr.inner_tabs_hr {
    margin: 0;
    border-color: #e0e0e0;
}

.tab_section_heading {
    font-size: 18px;
    font-weight: 600;
    color: #1c1c1c;
    margin: 0 0 10px;
    padding-bottom: 10px;
    text-align: left;
}

.tab_main_heading {
    font-size: 20px;
    color: #3c4758;
    line-height: 35px;
    margin: 20px 0;
}

.cbr_addon_section {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 30px;
    margin: 20px 0 0;
}

.wp-core-ui .btn_large {
    line-height: 36px;
    height: 40px;
    padding: 0 20px;
    font-size: 15px;
}

.wp-core-ui .btn_large .dashicons {
    vertical-align: sub;
    margin-left: 5px;
}

.plugins_section.pro_plugin_section,
.plugins_section.free_plugin_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cbr_row {
    display: flex;
    flex-flow: row wrap;
}

.cbr_col_6 {
    max-width: 50%;
    flex-basis: 50%;
}

.get_pro_btn {
    padding-top: 15px;
    border-top: 1px solid #e0e0e0;
}

.cbr_landing_banner {
    text-align: center;
    margin-left: 15px;
    padding: 0 25px;
}

.cbr-install.install-now.button {
    background: #3b64d3 !important;
    text-shadow: none;
    border-color: #3b64d3 !important;
    box-shadow: none;
    font-size: 16px;
    padding: 2px 15px;
    color: #fff;
}

.cbr_landing_header {
    font-size: 20px;
    line-height: 28px;
    margin-top: 0;
}

.cbr_landing_description {
    font-size: 15px;
}

.cbr_addon_logo_section img {
    max-height: 46px;
    vertical-align: middle;
}

.cbr_addon_logo_section .dashicons {
    vertical-align: middle;
    margin: 0 10px;
}

.cbr_landing_banner img {
    width: 100%;
}

.addons_page_title {
    color: #333333;
    font-weight: 500;
    line-height: 20px !important;
    margin: 0;
    font-size: 16px;
}

.single_plugin {
    flex-grow: 1;
    padding: 0 0;
    box-sizing: border-box;
    width: 50%;
    max-width: 50%;
    display: flex;
}

.plugins_section.free_plugin_section .single_plugin {
    width: calc(33% - 12px);
    max-width: calc(33% - 12px);
    display: flex;
    margin-right: 20px;
    margin-bottom: 20px;
}

.plugins_section.free_plugin_section .single_plugin .free_plugin_inner {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    background: #fff;
    border-radius: 8px;
}

#content_tab_addons .cbr_tab_inner_container .form-table .heading-box.border_1 {
    border-bottom: 1px solid #e0e0e0;
}

.plugins_section.free_plugin_section .single_plugin:nth-child(3n) {
    margin-right: 0;
}

.rtl .cbr-btn.button-primary.deactivate {
    float: right;
}

.rtl .cbr-license-form .wp-list-table__ext-actions {
    text-align: left;
    padding: 16px 0 16px 20px;
}

.plugins_section.free_plugin_section .plugin_image {
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px;
    height: 50px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.plugins_section.free_plugin_section .plugin_image .plugin_title {
    font-size: 16px;
    font-weight: normal;
    margin-left: 10px;
}

.plugins_section.free_plugin_section .plugin_description {
    padding: 15px;
    padding-top: 0;
}

.plugins_section.free_plugin_section .plugin_description h3 {
    margin: 0;
    font-size: 15px;
}

.plugins_section.free_plugin_section .plugin_description p {
    display: -webkit-inline-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
}

table.cbr-license-form {
    border: 1px solid #e0e0e0;
    margin-top: 20px;
}

.addons_page_dtable .tab_main_heading {
    margin: 25px 15px 25px 0;
    line-height: 1;
}

.license_connection_section {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.cbr_admin_layout h3.licnese-inner-heading {
    margin: 0 -15px 15px;
    padding: 0 15px 15px;
    border-bottom: 1px solid #e0e0e0;
}

.licnese-inner-heading .success {
    font-style: italic;
    color: #8bc34a;
    margin: 0 5px;
}

.cbr-license-form .wp-list-table__row {
    background-color: rgba(0, 0, 0, 0);
}

.cbr-license-form .wp-list-table__row td.wp-list-table__ext-details {
    display: -webkit-box;
    display: flex;
    padding: 26px 20px;
}

.cbr-license-form .wp-list-table__row td {
    -webkit-box-align: center;
    align-items: center;
    background-color: #fff;
    border: 0;
    padding: 16px 20px 16px 0;
    vertical-align: middle;
}

.cbr-license-form .wp-list-table__row td .wp-list-table__ext-title {
    color: #3b64d3;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    width: 45%;
}

.cbr-license-form .wp-list-table__row td .wp-list-table__ext-description {
    color: #333;
    padding-left: 12px;
    width: 55%;
}

.cbr-license-form .wp-list-table__row td.wp-list-table__ext-details input {
    width: 100%;
    background: #fafafa;
}

.cbr-license-form .wp-list-table__ext-actions {
    min-width: 150px;
    position: relative;
    width: 35%;
    text-align: right;
}

.cbr_admin_content .cbr-license-form div.submit {
    margin: 0;
}

.cbr-license-form .cbr-btn.btn_small {
    padding: 0px 20px;
    margin-left: -3px;
    box-shadow: none;
    line-height: 36px;
    border-radius: 3px;
    font-size: 16px;
}

.cbr_tab_inner_container table.form-table.setting tr:first-child td,
.cbr_tab_inner_container table.form-table.setting tr:nth-child(2) td {
    padding: 0 0 15px;
}

.cbr_tab_inner_container .form-table.heading-table .border_2 {
    padding: 0;
}

.plugins_section.free_plugin_section .cbr-btn .button {
    line-height: 33px;
    font-weight: bold;
}

/*addons tab end*/

@media only screen and (max-width: 782px) {
    #cbr_setting_tab_form .form-table tr.border_1 td {
        padding-bottom: 20px;
    }

    #cbr_setting_tab_form .form-table tr.border_1 th {
        width: auto;
        padding-bottom: 0;
    }

    #cbr_setting_tab_form .form-table:nth-child(2) tr th {
        padding-bottom: 20px;
    }

    .main-panel .inside th {
        display: revert;
    }

    .cbr_tab_inner_container .form-table fieldset textarea.regular-input,
    .cbr_tab_inner_container .form-table fieldset .select2 {
        max-width: 350px;
    }

    .plugins_section.free_plugin_section .single_plugin {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
    }

    .cbr_tab_inner_container .form-table td.border_1 tr th {
        padding: 15px 15px 0;
        float: left;
        width: 100%;
    }

    .cbr_tab_inner_container .form-table td.border_1 tr td {
        padding: 15px;
        float: left;
        width: 100%;
    }

    .cbr_tab_inner_container .form-table th.header-label {
        padding: 5px 0px 10px 0;
        width: 100%;
        float: none;
    }

    .single_plugin:nth-child(2n) .free_plugin_inner {
        border-left-width: 1px !important;
    }
}

@media only screen and (max-width: 666px) {
    .cbr_nav_doc_section {
        display: none;
    }

    .cbr-sidebar__section.plugin_sidebar .plugin_banner {
        width: 100%;
    }

    .br_cbr_row_title_note {
        display: none !important;
    }

    .cbr_single label {
        width: 100%;
    }

    .woocommerce-country-based-restrictions .zorem-layout__header {
        display: block;
        height: 130px;
    }

    .woocommerce-country-based-restrictions .zorem-layout__logo-panel {
        padding: 0 30px 0 30px;
    }

    .woocommerce-country-based-restrictions .zorem-layout__header .zorem-layout__header-breadcrumbs {
        padding-top: 65px;
    }

    .woocommerce-country-based-restrictions .zorem-layout__logo-panel {
        padding: 0 30px;
        margin-top: -120px;
    }
}

/*CBR PRO*/
#cbr-payment-gateway-form table.form-table.heading-table p {
    font-size: 14px;
    margin-bottom: 5px;
}

#cbr-payment-gateway-form .form-table.heading-table td {
    background: none;
    border: none;
}

#cbr-payment-gateway-form .single-block {
    border: 1px solid #e0e0e0;
    background: #fff;
    border-top: 0;
    border-bottom: 0;
}

#cbr-payment-gateway-form .single-block:first-child {
    border-top: 1px solid #e0e0e0;
}

#cbr-payment-gateway-form .single-block .name {
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
    line-height: 25px;
    cursor: pointer;
}

#cbr-payment-gateway-form .single-block .name .dot {
    width: 18px;
    height: 18px;
    background: #bdbdbd;
    display: inline-block;
    border-radius: 50%;
    margin: 0 15px -3px 0;
}

.rtl #cbr-payment-gateway-form .single-block .name .dot {
    margin: 0 0 -3px 5px;
}

#cbr-payment-gateway-form .single-block .name .green.dot {
    background: #3b64d3 !important;
}

#cbr-payment-gateway-form .single-block .name .dashicons {
    float: right;
    position: relative;
    right: 5px;
}

.rtl #cbr-payment-gateway-form .single-block .name .dashicons {
    float: left;
    transform: rotate(180deg);
}

#cbr-payment-gateway-form .single-block .name .dashicons.dashicons-arrow-down-alt2 {
    right: 7px;
}

.rtl #cbr-payment-gateway-form .single-block .name .dashicons.dashicons-arrow-down-alt2 {
    right: 0;
}

#cbr-payment-gateway-form .single-block .name .dashicons:before {
    color: #3b64d3;
    font-size: 32px;
    line-height: 25px;
}

#cbr-payment-gateway-form .single-block .method-options {
    display: flex;
    padding: 10px 20px;
}

#cbr-payment-gateway-form .single-block .method-options.hide-panel {
    display: none;
}

#cbr-payment-gateway-form .single-block .method-options>div {
    width: 100%;
    user-select: none;
    margin-right: 20px;
}

#cbr-payment-gateway-form .single-block label {
    margin-right: 10px;
    line-height: 34px;
    vertical-align: top;
    font-size: 14px;
}

#cbr-payment-gateway-form .select2-selection--multiple {
    width: 350px;
    min-height: 65px;
}

#cbr-payment-gateway-form .select2-container--default {
    width: 350px !important;
}

.cbr_tab_inner_container select,
.cbr_tab_inner_container .select2-selection--single,
.cbr_tab_inner_container .select2-selection--multiple {
    min-height: 34px;
}

.restricted_type,
.countries .select2-container .select2-selection {
    background-color: #fafafa !important;
}

#cbr-licence-form table.form-table {
    border: none;
    box-shadow: none;
}

#cbr-licence-form table.form-table td {
    padding: 0 0 15px;
}

#cbr-licence-form table.form-table td .license-input {
    line-height: 36px;
    background-color: #fff;
    border-color: #e0e0e0;
    max-width: 400px;
    display: inline-block;
}

.cbr-btn.button-primary.deactivate {
    background: no-repeat;
    color: #3362a8;
    text-decoration: underline;
    border: none;
    padding: 0;
    box-shadow: none;
    outline: none;
    float: left;
    margin: 0;
}

#cbr-licence-form table.form-table td .cbr-btn.button-primary.btn_small {
    padding: 0px 20px;
    margin-left: -3px;
    box-shadow: none;
    line-height: 36px;
    border-radius: 3px;
}

.cbr_list,
.cbr_checkout_list {
    display: table;
    width: 100%;
}

.cbr_single,
.ck_cbr_single {
    padding: 0 !important;
    border-top: 0;
    background: #fff;
}

.br_cbr_accordion_handle.exclusivity_disabled span.fa.fa-circle,
.ck_cbr_accordion_handle.exclusivity_disabled span.fa.fa-circle {
    background: #d3d3d3;
}

.cbr_single_col,
.ck_cbr_single_col {
    margin: 0 !important;
    padding-right: 10px;
}

.ck_cbr_single_col {
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
}

.ck_cbr_single_col:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

#private_note.cbr_single_col,
#private_note.ck_cbr_single_col {
    width: 100%;
    display: inline-flex;
    padding-bottom: 0;
}

#private_note.cbr_single_col label,
#private_note.ck_cbr_single_col label {
    width: 150px;
}

#cbr-licence-form table.form-table th {
    padding-right: 0;
    width: 10%;
}

table.payment-gateway-inner {
    border: 1px solid #e0e0e0;
    border-collapse: collapse;
    margin-top: 25px;
    padding: 0;
    box-shadow: 0 2px #e0e0e0;
    table-layout: fixed;
    width: 100%;
}

.payment-gateway-inner th p {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

table.payment-gateway-inner tr {
    border-top: 1px solid #e0e0e0;
}

.accordion.br_cbr_row,
.Accordion.ck_cbr_row {
    border: 1px solid #e0e0e0;
    border-bottom: 0;
}

.accordion.br_cbr_row:last-child,
.Accordion.ck_cbr_row:last-child {
    border-bottom: 1px solid #e0e0e0;
}

form#cbr_bulk_restrictions_tab_form table,
form#cbr_checkout_restrictions_tab_form table {
    border: 0;
}

form#cbr_bulk_restrictions_tab_form tr.heading-box td h3,
form#cbr_checkout_restrictions_tab_form tr.heading-box td h3 {
    font-size: 18px;
}

.cbr_single_col select,
.cbr_single_col input,
.ck_cbr_single_col select,
.ck_cbr_single_col input {
    line-height: 25px !important;
    margin-top: 2px !important;
    min-height: 0;
    padding: 5px 8px !important;
}

.cbr_single_col .select2-container--default .select2-selection--multiple,
#cbr_bulk_restrictions_tab_form .form-table textarea.input-text,
.cbr_row select {
    min-height: 65px !important;
}

.cbr_tab_inner_container .cbr_single select,
.cbr_tab_inner_container .cbr_single .select2-selection--single,
.cbr_tab_inner_container .cbr_single .select2-selection--multiple,
.cbr_tab_inner_container .ck_cbr_single select,
.cbr_tab_inner_container .ck_cbr_single .select2-selection--single,
.cbr_tab_inner_container .ck_cbr_single .select2-selection--multiple {
    background-color: #fafafa !important;
}

.cbr_tab_inner_container .form-table td.bulk-field label {
    width: 31%;
    float: left;
}

.cbr_tab_inner_container .form-table td.bulk-field fieldset {
    margin-bottom: 10px;
}

.woocommerce.cbr_admin_layout table.form-table.bulk-settings {
    border: none;
}

.cbr_tab_inner_container .form-table td.bulk-field {
    padding: 0;
}

.cbr_delete_row,
.ck_cbr_delete_row {
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #e8dede;
    padding: 5px;
    margin: 8px;
}

.cbr_single label,
.ck_cbr_single label {
    font-weight: normal;
    font-size: 14px;
    line-height: 35px;
    color: #1c1c1c;
    display: inline-block;
    width: 200px;
}

.cbr_single .cbr-block {
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    padding: 20px;
}

.ck_cbr_single .ck-cbr-block {
    border-bottom: 1px solid #e0e0e0;
    display: block;
    padding: 10px 20px 20px;
}

.cbr_single .cbr-block:last-child,
.ck_cbr_single .ck-cbr-block:last-child {
    border-bottom: 0;
}

.cbr_single .cbr-block:first-child,
.ck_cbr_single .ck-cbr-block:first-child {
    border-top: 1px solid #e0e0e0;
}

.select_restricted_countries.cbr_single_col {
    padding-bottom: 0;
}

.br_cbr_accordion_handle,
.ck_cbr_accordion_handle {
    background: #fafafa;
    display: block;
    cursor: pointer;
    position: relative;
    padding: 15px 20px;
    min-height: 0;
    font-size: 100%;
    height: 30px;
    /*border-bottom: 1px solid #e0e0e0;*/
    z-index: 9999;
}

.br_cbr_accordion_handle .clickDiv,
.ck_cbr_accordion_handle .clickDiv {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -99999;
}

.br_cbr_row_title,
.ck_cbr_row_title {
    line-height: 28px;
}

.br_cbr_row_sort_handle,
.ck_cbr_row_sort_handle {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    cursor: move;
    padding-left: 5px;
    padding-top: 5px;
    float: right;
}

.br_cbr_row_title,
.ck_cbr_row_title {
    display: inline-block;
    position: absolute;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    padding-top: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.br_cbr_row_title_title,
.ck_cbr_row_title_title {
    font-size: 14px;
}

.br_cbr_row_title_note,
.ck_cbr_row_title_note {
    color: #cccccc;
    padding-left: 10px;
    margin-left: 8px;
    border-left: 1px solid #e0e0e0;
    text-transform: capitalize;
}

.br_cbr_row_toggle_handle,
.ck_cbr_row_toggle_handle {
    padding: 3px 20px 3px 0;
    float: left;
    line-height: 14px;
}

.br_cbr_row_duplicate_handle,
.br_cbr_row_remove_handle,
.ck_cbr_row_duplicate_handle,
.ck_cbr_row_remove_handle {
    float: right;
    display: inline-block;
    width: 30px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    cursor: pointer;
    padding-top: 5px;
}

.br_cbr_row_sort_handle .dashicons-menu,
.br_cbr_row_remove_handle .dashicons-no-alt,
.br_cbr_row_duplicate_handle .dashicons-admin-page,
.ck_cbr_row_sort_handle .dashicons-menu,
.ck_cbr_row_remove_handle .dashicons-no-alt,
.ck_cbr_row_duplicate_handle .dashicons-admin-page {
    color: #ccc;
    font-size: 25px;
}

.br_cbr_row_remove_handle .dashicons-no-alt:hover,
.ck_cbr_row_remove_handle .dashicons-no-alt:hover {
    color: red;
}

.br_cbr_row_sort_handle .dashicons-menu:hover,
.br_cbr_row_duplicate_handle .dashicons-admin-page:hover,
.ck_cbr_row_sort_handle .dashicons-menu:hover,
.ck_cbr_row_duplicate_handle .dashicons-admin-page:hover {
    color: #000;
}

.cbr_tab_inner_container .cbr_single .woocommerce-help-tip.tipTip:after,
.cbr_tab_inner_container .ck_cbr_single .woocommerce-help-tip.tipTip:after {
    top: -3px;
}

.field_exclusivity,
.ck_rule_toggle {
    width: 35%;
    max-width: 150px !important;
    float: right;
    margin-right: 15px !important;
    background-color: #f7f7f7 !important;
    padding: 0 8px !important;
    line-height: 28px !important;
    min-height: 28px !important;
}

.cbr-toggleicon.dashicons.cbr-right {
    float: right;
}

.rtl .br_cbr_row_toggle_handle,
.rtl .ck_cbr_row_toggle_handle {
    padding: 3px 10px 3px 10px;
    float: right;
    line-height: normal;
}

.rtl .cbr_single label,
.rtl .ck_cbr_single label {
    float: right;
}

.rtl .br_cbr_row_sort_handle,
.rtl .br_cbr_row_duplicate_handle,
.rtl .br_cbr_row_remove_handle,
.rtl .ck_cbr_row_sort_handle,
.rtl .ck_cbr_row_duplicate_handle,
.rtl .ck_cbr_row_remove_handle {
    float: left;
}

.rtl .br_cbr_row_title_note,
.rtl .ck_cbr_row_title_note {
    padding-right: 10px;
    margin-right: 8px;
    border-right: 1px solid #e0e0e0;
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
}

.cbr_tab_inner_container table.form-table tr.cbrw {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.cbr_tab_inner_container table.form-table tr.cbrw input,
.cbr_tab_inner_container table.form-table tr.cbrw textarea,
.cbr_tab_inner_container table.form-table tr.cbrw select,
.cbr_tab_inner_container table.form-table tr.cbrw .select2-selection--single,
.cbr_tab_inner_container table.form-table tr.cbrw .select2-selection--multiple {
    background-color: #fafafa !important;
}

.cbr_tab_inner_container .form-table th.header-label {
    padding: 20px 15px 20px 0;
}

.cbr_tab_inner_container .form-table th.header-label label {
    font-weight: 500;
    color: #444;
    cursor: auto;
}

.cbr_tab_inner_container .form-table td.border_1 tr td {
    padding: 15px 0;
}

.submit.cbr-btn.cbr_save_wrap,
.submit.cbr-btn.ck_cbr_save_wrap {
    display: inline-block;
    padding-left: 5px;
    float: right;
    margin: 0;
}

.rtl .submit.cbr-btn.cbr_save_wrap,
.rtl .submit.cbr-btn.ck_cbr_save_wrap {
    float: left;
    padding-right: 5px;
}

.cbr-btn.preview-btn .button-primary {
    background-color: #fff !important;
    color: #3b64d3;
}

.cbr-btn.preview-btn .button-primary:hover {
    background-color: #3b64d3 !important;
    color: #fff;
}

.woocommerce.cbr_admin_layout table.form-table.heading-table .customizer h3 {
    line-height: 18px;
}

.woocommerce.cbr_admin_layout table.form-table.customizer td {
    padding-top: 15px;
    display: flex;
    align-items: center
}

.rtl .preview-btn .button-primary {
    margin-left: 15px;
}

.submit.cbr-btn.cbr_save_wrap .btn-save,
.submit.cbr-btn.ck_cbr_save_wrap .btn-ck-cbr-save {
    font-size: 14px;
    line-height: 16px;
}

.submit.cbr-btn.cbr_add_wrap .btn-cbr-add,
.submit.cbr-btn.ck_cbr_add_wrap .btn-ck-cbr-add {
    background: #fff !important;
    color: #3b64d3;
    font-weight: 600;
}

span.dashicons-plus {
    font-size: 16px;
    line-height: 36px;
}

.submit.cbr-btn.cbr_add_wrap .btn-cbr-add:hover,
.submit.cbr-btn.ck_cbr_add_wrap .btn-ck-cbr-add:hover {
    background: #3b64d3 !important;
}

#cbrw_background_color,
#cbrw_border_color,
#cbrw_font_color,
#cbrwl_box_background_color,
#cbrwl_background_color {
    width: 80px;
}

.cbr-block .sub-block:last-child {
    border-left: 1px solid #e0e0e0;
    padding: 20px;
    margin: -20px 0;
}

.rtl .cbr-block .sub-block:last-child {
    border-right: 1px solid #e0e0e0;
    border-left: 0;
}

.sub-block .cbr_single_col:first-child {
    padding-bottom: 10px;
}

/* Toggle CSS */
input[type=checkbox].tgl {
    display: none;
}

.tgl,
.tgl:after,
.tgl:before,
.tgl *,
.tgl *:after,
.tgl *:before,
.tgl+.tgl-btn {
    box-sizing: border-box;
}

.tgl::-moz-selection,
.tgl:after::-moz-selection,
.tgl:before::-moz-selection,
.tgl *::-moz-selection,
.tgl *:after::-moz-selection,
.tgl *:before::-moz-selection,
.tgl+.tgl-btn::-moz-selection {
    background: none;
}

.tgl::selection,
.tgl:after::selection,
.tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl+.tgl-btn::selection {
    background: none;
}

.tgl+.tgl-btn {
    outline: 0;
    display: inline-block;
    width: 36px;
    height: 18px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tgl+.tgl-btn:after,
.tgl+.tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 40%;
    height: 100%;
}

.tgl+.tgl-btn:after {
    left: 0;
}

.tgl+.tgl-btn:before {
    display: none;
}

.tgl:checked+.tgl-btn:after {
    left: 50%;
}

.tgl-flat-cbr+.tgl-btn {
    padding: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: rgba(0, 0, 0, 0.26);
    border: 1px solid #ccc;
    border-radius: 2em;
}

.tgl-flat-cbr+.tgl-btn:after {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: #f2f2f2;
    content: "";
    border-radius: 1em;
}

.tgl-flat-cbr:checked+.tgl-btn {
    border: 1px solid #ccc;
    background: #ffff;
    vertical-align: middle;
}

.tgl-flat-cbr:checked+.tgl-btn:after {
    left: 55%;
    background: #3b64d3;
}

.rtl .tgl-flat-cbr:checked+.tgl-btn:after {
    right: 55%;
}

.rtl .tgl+.tgl-btn:after {
    right: 0;
}

/* toggle css end*/

/*preview css*/
.cbr_popupwrapper {
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(250 250 250 / 0.8);
    border: 1px solid #e0e0e0;
    z-index: 100000;
    width: 100%;
    height: 100%;
    text-align: center;
}

.popupclose {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
    left: 0;
}

.cbr_popuprow {
    display: inline-block;
    vertical-align: middle;
    max-width: 400px;
    background: #fff;
    padding: 0;
    position: relative;
    z-index: 10;
    border-radius: 5px;
    width: 100%;
    max-height: 90%;
    overflow-y: overlay;
    text-align: left;
    border: 1px solid #ccc;
}

.cbr_popupwrapper:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.cbr_popup_header {
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 25px;
    background: #fff;
}

.cbr-popup.cbr_page_preview_popup .cbr-popup-row .cbr-popup-body {
    padding: 0px;
}

iframe#cbr_widget_preview_iframe {
    height: 205px;
    width: 400px;
}

.cbr_page_preview_popup .cbr_popup_header h3 {
    text-align: left;
    display: block;
    margin: 0;
}

.cbr_page_preview_popup .cbr_popup_header .cbr_popup_close_icon {
    z-index: 10;
}

.cbr_popup_header .cbr_popup_close_icon {
    color: #3b64d3;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-left: 1px solid #e0e0e0;
    position: absolute;
    right: 0;
    top: 0px;
    cursor: pointer;
}

.cbr_popup_header .cbr_popup_close_icon:before {
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
}

/*preview css end*/

.woocommerce table.form-table .cbr-block .select2-container {
    min-width: 350px !important;
    max-width: 230px !important;
}

.woocommerce table.form-table .ck-cbr-block .select2-container .select2-selection--single {
    min-width: 230px !important;
}

.cbr_tab_inner_container input.border-color,
.cbr_tab_inner_container textarea.border-color,
.cbr_tab_inner_container select.border-color,
.cbr_tab_inner_container .select2-selection--single.border-color,
.cbr_tab_inner_container .select2-selection--multiple.border-color {
    border-color: red !important;
}

@media only screen and (max-width: 839px) {

    .woocommerce-country-based-restrictions .woocommerce table.form-table .cbr-block .select2-container,
    .woocommerce-country-based-restrictions .woocommerce table.form-table .ck-cbr-block .select2-container {
        min-width: 300px !important;
        display: block;
    }

    .woocommerce-country-based-restrictions .woocommerce .cbr_single_col select,
    .cbr_single_col input,
    .woocommerce-country-based-restrictions .woocommerce .ck_cbr_single_col select,
    .ck_cbr_single_col input {
        max-width: 300px !important;
    }
}

@media screen and (max-width: 800px) {
    table.payment-gateway-inner thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table.payment-gateway-inner tr {
        border-bottom: 3px solid #e0e0e0;
        display: block;
    }

    table.payment-gateway-inner tr td {
        border-bottom: 1px solid #e0e0e0;
        display: block;
        text-align: right;
    }

    table.payment-gateway-inner tr td::before {
        content: attr(data-label);
        float: left;
    }
}

@media screen and (max-width: 768px) {
    #cbr-payment-gateway-form .single-block .method-options {
        display: block;
        margin-left: 0;
    }

    #cbr-payment-gateway-form .single-block label {
        width: 100%;
        float: left;
    }

    .restricted_type,
    .countries .select2-container {
        width: 100% !important;
    }

    .cbr_single_col,
    .ck_cbr_single_col {
        width: 100%;
        padding-bottom: 10px;
    }

    .cbr_single .cbr-block,
    .ck_cbr_single .ck-cbr-block {
        display: block;
        padding: 15px 0 15px 20px;
    }

    #private_note.cbr_single_col,
    #private_note.ck_cbr_single_col {
        display: block;
    }
}

@media only screen and (max-width: 699px) {

    .select_geo_availability.cbr_single_col,
    .select_restricted_countries.cbr_single_col {
        padding-left: 0 !important;
    }

    .field_exclusivity,
    .ck_rule_toggle {
        max-width: 80px !important;
        margin-right: 5px !important;
        font-size: 13px !important;
    }

    .br_cbr_row_title,
    .ck_cbr_row_title {
        font-size: 12px;
    }
}

@media screen and (max-width: 537px) {
    #cbr-licence-form table.form-table td .cbr-btn.button-primary.btn_small {
        margin-left: 0;
        margin-top: 10px;
    }

    .cbr_tab_inner_container .form-table td.bulk-field label {
        width: 100%;
    }

    .woocommerce.cbr_admin_layout table.form-table.heading-table h3 {
        font-size: 14px !important;
        line-height: 30px !important;
    }

    .cbr-btn .button-primary {
        font-size: 14px !important;
        line-height: 30px !important;
    }

    .woocommerce-country-based-restrictions .woocommerce table.form-table .cbr-block .select2-container,
    .woocommerce-country-based-restrictions .woocommerce table.form-table .ck-cbr-block .select2-container {
        min-width: 220px !important;
    }

    .woocommerce-country-based-restrictions .woocommerce .cbr_single_col select,
    .cbr_single_col input {
        max-width: 220px !important;
    }

    span.dashicons-plus {
        font-size: 14px !important;
        line-height: 33px !important;
    }

    .submit.cbr-btn.cbr_add_wrap .btn-cbr-add,
    .submit.cbr-btn.ck_cbr_add_wrap .btn-ck-cbr-add {
        min-height: 14px;
        margin-bottom: 0;
    }

    #cbr-payment-gateway-form .select2-selection--multiple,
    #cbr-payment-gateway-form .select2-container--default {
        max-width: 100%;
        width: auto;
    }
}

/* Snackbar CSS */

/*save notification*/
@-webkit-keyframes fadein {
    from {
        right: 0;
        opacity: 0;
    }

    to {
        right: 20px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        right: 0;
        opacity: 0;
    }

    to {
        right: 20px;
        opacity: 1;
    }
}

.snackbar-logs {
    position: fixed;
    z-index: 5000;
    top: 65px;
    right: 10px;
    width: 300px;
}

.snackbar-log {
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

.snackbar-log {
    display: block;
    margin-top: 10px;
    position: relative;
    right: -300px;
    opacity: 0;
}

.snackbar-log-show {
    right: 0;
    opacity: 1;
}

.snackbar-log {
    background: #1F1F1F;
    background: rgba(0, 0, 0, 0.9);
    padding: 15px;
    border-radius: 4px;
    color: #FFF;
    font-size: 15px;
}

.snackbar-log-success {
    background: #3b64d3;
}

.snackbar-log-error {
    background: #FE1A00;
    background: rgba(254, 26, 0, 0.9);
}

/* Snackbar CSS end */

/* Bypass Restrictions Section */
#cbr_bypass_users + .select2-container {
    max-width: 500px !important;
    width: 100% !important;
}

#cbr_bypass_users + .select2-container .select2-selection--multiple {
    min-height: 40px !important;
    border: 1px solid #ddd;
    border-radius: 4px;
}

#cbr_bypass_users + .select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #f0f0f1;
    border: 1px solid #c3c4c7;
    border-radius: 3px;
    padding: 2px 6px;
    margin: 4px 4px 0 0;
}
.cbr_first_heading {
    border-radius: 8px 8px 0 0 !important;
}
.cbr-widget-customizer-section {
    border-radius: 0 0 8px 8px;
    border-collapse: unset;
}
.bulk-data-table .br_cbr_row:first-of-type, .bulk-data-table .ck_cbr_row:first-of-type {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.bulk-data-table .br_cbr_row:last-of-type, .bulk-data-table .ck_cbr_row:last-of-type {
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}
.bulk-data-table .br_cbr_row:only-of-type,
.bulk-data-table .ck_cbr_row:only-of-type {
    border-radius: 8px;
    overflow: hidden;
}
