/* Log-Out Pop-Up Styling Starts */
.no-historyy {
    display: none;
}

.green_bg_btn {
    height: 37px;
    width: auto;
    border-radius: 6px;
    outline: none;
    font-size: 16px;
    cursor: pointer;
    color: #ffffff;
    padding: 0px 10px;
    background-color: #1c9e75;
    display: flex;
    gap: 4px;
    align-items: center;
    border: 1px solid #1c9e75;
}

.green_btn_hover_transparent:hover {
    background-color: white;
    color: #1c9e75;
    border: 1px solid #1c9e75;

    svg path {
        fill: #1c9e75 !important;
    }
}

.modal-is-open {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-right: 10px;
}

.stores_alert_popup,
.fiq_logout_popup_wrapper {
    width: 100%;
    height: 100vh;
    background: #000000b3;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    display: none;
}

.confirmation_main {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fiq_logout_popup_wrap {
    width: 540px;
    height: fit-content;
    padding: 20px 20px 21px 20px;
    background: white;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: rgb(255 255 255 / 49%) 0px 3px 8px;
    position: relative;
}

.stores_alert_popup .fiq_logout_popup_wrap {
    width: 650px;
}

.logout_text_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 18px;
    text-align: center;
}

.stores_alert_popup .logout_text_wrap {
    margin-bottom: 10px;
    gap: 18px;
}



.logout_confirmation {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 40px 0px 0px;
    width: 100%;
}

.confirmation_btn {
    border-radius: 7px;
    background: #00416d;
    color: white;
    font-size: 18px;
    letter-spacing: 1.2;
    border: none;
    cursor: pointer;
    text-align: center;
    transition:
        background 0.2s ease,
        color 0.2s ease,
        border 0.2s ease;
    border: 1px solid;
    transition: all 0.2s linear;
    height: 50px;
}

.confirmation_btn a {
    min-height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.disabled_confirm_btn {
    color: white;
    font-size: 18px;
    background: transparent;
    padding: 14px 0px;
    background: #1c9e75;
    border-radius: 7px;
    filter: grayscale(0.5);
    transition: all 0.2s linear;
}

.confirmation_btn:hover {
    background: #1c9e75;
    color: #ffffff;
    border: 1px solid #1c9e75;
}

.text_confirm {
    color: #1c9e75;
}

span.text_prime {
    font-size: 30px;
    font-weight: 600;
    color: #2e2e2e;
}

span.text_secondary {
    font-size: 16px;
    color: #5f5f5f;
    font-weight: 400;
    padding: 0px 40px;
}

.stores_alert_popup .text_secondary {
    font-size: 18px;
}

button.confirmation_btn.return_btn {
    background: #1c9e75;
    display: none;
}

.logout_warning {
    width: fit-content;
    height: auto;
    margin: 22px 0px 30px;
    display: none;
}

.stores_alert_popup .logout_warning {
    display: block;
}

.user_confirm_input input {
    font-size: 14px;
    width: 300px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid black;
    padding: 0px 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all 0.2s linear;
}

.user_confirm_input input:focus,
.user_confirm_input input:focus-visible {
    box-shadow: rgb(28 158 117 / 54%) 0px 0px 12px;
    transform: scale(1.1);
    width: 400px;
}

.logout_warning svg {
    width: 100px;
    height: 100px;
}

.logout_warning svg path {
    fill: #f8c521;
}

.logout_close svg {
    width: 45px;
    height: 45px;
}

.logout_close svg path {
    fill: #00416d;
}

.logout_close {
    width: 44px;
    height: 45px;
    overflow: hidden;
    position: absolute;
    top: -14px;
    right: -17px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
}

.bg_logout {
    border-left: 3px solid #1c9e75;
    color: #1c9e75;
    padding: 0px 0px 0px 2px;
    background: linear-gradient(to right, #1c9e75b3 -80%, transparent 90%);
}

.dnone {
    display: none;
}

@media screen and (max-width: 767px) {
    .pricing-card-item.card-.recommended::after {
        top: 10px;
        right: 10px;
        font-size: 12px;
        padding: 6px 8px;
        border-radius: 20px;
        line-height: normal;
    }
    .ap_package_preview h4{
        position: relative;
                padding-right: 20px !important;
    }
    .ap_package_preview p.su_cp_summary_limit_items::before{
        display: none;
    }
     .ap_package_preview h4::after {
              content: '';
        position: absolute;
        top: 15px;
        width: 14px;
        height: 2px;
        rotate: 90deg;
        left: 63px;
        background-color: #fff;
    }
    ul.fiq_drop_list li span{

    }
    .fiq_drop_bb{
            padding: 10px 5px 10px 6px;
            gap: 4px;
    }
    .fiq_cs_product_wrap .fiq_cs_product_table tbody tr td.checkbox_pdct,
    .fiq_cs_product_wrap .fiq_cs_product_table thead tr th.checkbox_pdct {

        width: 50px !important;
    }

    .filter-reset-btn {
        font-size: 12px;
        height: 30px;
    }

    span.text_secondary {
        padding: 0;
    }

    span.text_prime {
        font-size: 24px;
    }
}

/* Log-Out Pop-Up Styling Ends */

/* otp Error icon Starts  */
.iziToast>.iziToast-body .iziToast-icon {
    display: block !important;
}

/* otp Error icon  Ends*/

/* Terms And Condition styling Starts*/
.term-page .content_wrapper h1 {
    color: #1c9e75 !important;
    border-left: 6px solid #1c9e75;
    padding: 0px 0px 0px 10px;
    background: linear-gradient(to right, #1c9e75ab -80%, transparent 80%);
    width: fit-content;
}

.terms_content_wrap h2 {
    color: #006545 !important;
    border-bottom: 1px solid #006545;
}

.terms_content_wrap h3 {
    color: #1c9e75 !important;
}

.terms_btn_back {
    color: white;
    background: #00416d;
    padding: 10px 25px;
    border-radius: 7px;
    display: block;
    text-align: center;
    cursor: pointer;
    transition:
        background 0.2s ease-in-out,
        color 0.2s ease-in-out;
    display: none;
}

.terms_btn_back:hover {
    background: #1c9e75;
}

/* Terms And Condition styling Ends */

/* product editor styling Starts */

.products_edit_tools {
    display: flex;
    gap: 16px;
    padding: 0px 8px;
}

.edit_tool {
    background: transparent;
    color: #00416d;
    cursor: pointer;
    font-size: 16px;
    transition:
        color 0.2s ease-in-out,
        background 0.2s ease-in-out;
}

.edit_tool:hover {
    color: #1c9e75;
}

.tool_remove:hover {
    color: red;
}

/* product editor styling Ends */

/* products editors history section and popup styling starts */
table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.history_popup_main_wrapper {
    width: 100%;
    height: 100vh;
    background: #000000b3;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    display: none;
}

.see_history_icon {
    font-size: 20px;
    color: #1c9e75 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
}

/* products editors history section and popup styling Ends */
.history_tooltip.product_history_btn_wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0px;
}

.history_tooltiptext {
    visibility: hidden;
    text-align: center;
    border-radius: 4px;
    padding: 8px 8px;
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s;
    border: 1px solid #ccc;
    font-size: 13px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-width: 215px;
    width: max-content;
    font-weight: normal;
    background-color: #fff;
    color: #2e2e2e;
    z-index: 999;
    line-height: 1.2;
    bottom: 140%;
    left: 50%;
    top: unset;
    white-space: wrap;
    text-wrap: wrap;
    word-break: break-word;
}

button.see_history_icon i {
    font-size: 29px;
    background: white;
    border: 1px solid #1c9e75;
    color: #1c9e75;
    padding: 10px;
    border-radius: 10px;
    transition:
        background 0.2s ease-in-out,
        color 0.2s ease-in-out;
}

button.see_history_icon i:hover {
    background: #1c9e75;
    color: white;
    border: 1px solid white;
}

/* history popup open btn  */

.history_btn_main_container {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: transparent;
}

.feed_section .fiq_cs_connection_wrap .history_btn_main_container {
    display: none;
}

.history_btn_main_container i {
    font-size: 20px;
    margin-right: 10px;
    color: #1c9e75;
    background: #00000000;
}

.open-history {
    position: relative;
    display: inline-block;
}

.open-history .tooltip {
    visibility: hidden;
    opacity: 0;
    width: max-content;
    background-color: #1c9e75;
    color: #fff;
    text-align: center;
    padding: 4px 8px;
    border-radius: 4px;
    position: absolute;
    bottom: 138%;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.3s;
    font-size: 12px;
    white-space: nowrap;
    z-index: 100;
}

.product_heading_and_back_btn .open-history .tooltip {
    left: 35px;
    bottom: 46px;
}

.open-history .tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #1c9e75 transparent transparent transparent;
}

.open-history:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

/* history popup open btn  */

/* history_popup  */
.history_popup_container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    margin: auto;
}

.history-page {
    display: flex;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    width: calc(100vw - 100px);
    /* max-width: 1400px; */
    height: 100%;
    max-height: 90vh;
    position: relative;
    margin: 25px;
}

@media screen and (min-width: 1600px) {
    .timestamp-drawer {
        max-width: 400px !important;
    }
}

.history_close_btn {
    font-size: 34px;
    position: absolute;
    top: -15px;
    right: -12px;
    color: #1c9e75;
    cursor: pointer;
    background: white;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 0px;
}

.history-content {
    width: 100%;
    flex: 1;
    /* display: flex;
  flex-direction: column;
  justify-content: space-around; */
    padding: 30px;
    /* gap: 20px; */
    overflow-y: auto;
}

.table-container {
    flex: 1;
    background: #fafafa;
    border-radius: 8px;
    /* padding: 20px 0px 0px; */
    border: 1px solid #e0e0e0;
}

.history_popup_main_wrapper table {
    width: 100%;
    border-collapse: collapse;
}

.history_table_body {
    overflow-y: auto;
}

.history-table.history-table_tbody {
    max-height: 500px;
    /* overflow-y: auto; */
}

.table-container.products_edit_datail {
    display: flex;
    flex-direction: column;
    overflow-x: auto;
    position: relative;
}

.table-container.Table_user_detail {
    max-height: 180px;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 30px;
}

.th-content {
    width: 200px;
    position: relative;
    text-align: left;
    display: flex;
    align-items: center;
}

.td-content {
    text-align: left;
    width: 100%;
    max-width: 276px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
table.history-table.new-data .td-content {
display: block;
}

.td-content a {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.td-content img {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    cursor: pointer;
    object-fit: cover;
}

.td_content_img_wrap {
    width: 60px;
    height: 60px;
    display: flex;
}

.history_data_preview .td_content_img_wrap {
    width: 120px;
    height: 120px;
    display: flex;
}

img.history-img-small.open_img_preview_click {
    margin: 5px 0px;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.no_changes td {
    width: 100%;
    text-align: center;
}

.table-container h2 {
    font-size: 18px;
    margin: 15px;
    color: #444;
    text-align: center;
}

.history-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    /* overflow-x: hidden; */
}

.history-table th,
.history-table td {
    padding: 15px 12px 13px;
    border-bottom: 1px solid #ddd;
    width: 33.33%;
    vertical-align: top;
}

.history-table th {
    background-color: #efefef;
    text-align: left;
    font-weight: 600;
}

.history-table tr:hover td {
    background: #f3f6ff;
}

.new-data td {
    color: #16a34a;
    font-weight: 500;
}

.history_table_body tr:last-child>td,
table.history-table tbody tr:last-child>td {
    border-bottom: none;
}

.timestamp-drawer {
    width: 100%;
    max-width: 300px;
    color: white;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: #00416d;
    border-radius: 0 0 8px;
}

.timestamp-drawer h3 {
    font-size: 20px;
    margin-top: 8px;
    font-weight: 500;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    padding-bottom: 8px;
}

.timestamp-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* max-height: 740px; */
    max-height: 100%;
    overflow-y: auto;
    padding-right: 5px;
}

.timestamp-btn {
    background: white;
    border: none;
    color: #10b981;
    padding: 10px 12px;
    border-radius: 6px;
    text-align: left;
    cursor: pointer;
    transition: background 0.3s ease;
    font-size: 13px;
}

.timestamp-btn:hover {
    background: #10b981;
    color: white;
}

.timestamp-btn.active {
    background: #10b981;
    color: #fff;
}

/* rules section  */

.rules_history_popup_main_wrapper {
    width: 100%;
    height: 100vh;
    background: #000000b3;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    display: none;
}

.history_tooltip_box {
    position: fixed;
    padding: 5px 10px;
    background: #000;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    pointer-events: none;
    z-index: 9999;
}

/* rules section  */

@media (max-width: 900px) {
    .history-page {
        flex-direction: column;
    }

    .timestamp-drawer {
        width: 100%;
        flex-direction: row;
        overflow-x: auto;
    }

    .timestamp-list {
        flex-direction: row;
    }

    .timestamp-btn {
        flex: 0 0 auto;
    }
}

@media (max-width: 500px) {
    .timestamp-drawer {
        flex-direction: column;
    }

    .history-content {
        width: 100%;
    }

    .th-content {
        width: 120px;
    }

    /* ---------------------------------- */

    .rules_history_popup_main_wrapper .rules_history_data {
        flex-direction: row;
    }

    .rules_history_popup_main_wrapper .history_data_old_inner.inner_or {
        flex-direction: column;
        width: 100%;
    }

    .rules_history_popup_main_wrapper span.data_label {
        min-width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .rules_history_popup_main_wrapper .history_data_rules {
        min-width: 100%;
        text-align: center;
        margin-right: 0px;
        margin-bottom: 12px;
    }

    .rules_history_popup_main_wrapper .history_data_old,
    .rules_history_popup_main_wrapper .history_data_new {
        width: 100%;
    }

    .rules_history_popup_main_wrapper .history_data_new_inner.inner_if {
        display: grid;
        grid-template-columns: 1fr;
    }

    .rules_history_popup_main_wrapper .history_data_old_inner.inner_if {
        flex-direction: column;
    }

    /* .container,
  .fiq_cs_mapping_wrap {
    padding: 50px 20px;
  } */
    .history_btn_main_container {
        margin-bottom: 20px;
    }

    .history-content {
        display: block;
    }
}

.fiq-ped-header .open-history i {
    font-size: 28px;
    color: #1c9e75;
}

/* image preview section  */
.history_img_preview_wrapper {
    width: 100%;
    height: 100vh;
    background: #000000b3;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    display: none;
}

.history_img_preview {
    width: 90%;
    max-width: 800px;
    height: 60vh;
    max-height: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    border-radius: 14px;
    border-top-right-radius: 0px;
    padding: 10px;
    z-index: 999999;
    background: #176a5030;
    border: 1px solid #1c9e75;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(10px);
}

.history_img_preview .history_img_preview_close_btn {
    width: 30px;
    height: 30px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1c9e75;
    font-size: 32px;
    position: absolute;
    top: -12px;
    right: -11px;
    cursor: pointer;
    border-radius: 50%;
}

.history_img_preview img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.feed_section.feed_products_section .fiq-product-editor-wrap .product_heading_and_back_btn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px 30px;
}

.product_heading_and_back_btn .open-history {
    font-size: 22px;
    color: #1c9e75;
    padding: 6px 25px;
    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}

.product_heading_and_back_btn .open-history:hover {
    color: #00416d;
}

.order_history_loader,
.global_loaders_wrap,
.invite-user-list-loading,
.history_loadingg,
.setting-loader {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.history-tab {
    position: relative;
}

.order_history_loader {
    height: 100%;
    max-height: calc(100vh - 450px);
    max-width: 99.3%;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 999999;
}

.global_loaders_img,
.invite-user-list-loading img {
    width: 100%;
    max-width: 55px;
}

span.setting-loader img {
    margin: 40px 0px 0px;
}

.preview_content_box {
    max-width: 700px;
    width: fit-content;
    padding: 10px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    text-wrap: wrap;
    overflow: hidden;
}

.preview_content_box a {
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

/* Rules section styling starts */

.chain_rule_tag {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.chain_rule_tag img {
    width: 20px;
    padding-bottom: 8px;
}

.selected_rules_count {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    min-width: 50px;
    text-align: center;
    font-weight: 600;
    padding: 10px;
    background: #1c9e75;
    color: #ffffff;
    border-top-right-radius: 17px;
    border-bottom-left-radius: 8px;
    transition:
        background-color 0.2s ease-in-out,
        color 0.2s ease-in-out;
}

.select-stores-card-item:hover .selected_rules_count {
    background: white;
    color: #1c9e75 !important;
}

.channel-stores-card-wrap .select-stores-card-item {
    position: relative;
}

.rules-menu-btn {
    position: relative;
}

.channel_type_contianer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 0px 10px;
    font-size: 30px;
    font-weight: 600;
}

.channel_type_desc_inner {
    color: #1c9e75;
    border-left: 3px solid #1c9e75;
    padding: 0px 0px 0px 10px;
    background: linear-gradient(to right, #1c9e75ab -80%, transparent 80%);
}

.channel_type_contianer img {
    width: 100%;
    max-width: 300px;
    display: none;
}

span.channel_type_desc_inner {
    color: #1c9e75;
    border-left: 3px solid #1c9e75;
    padding: 0px 0px 0px 10px;
    background: linear-gradient(to right, #1c9e75ab -80%, transparent 80%);
}

.rules-menu-btn .tooltiptext {
    visibility: hidden;
    opacity: 0;
    text-align: center;
    border-radius: 4px;
    padding: 5px 5px 5px;
    position: absolute;
    transition: opacity 0.3s;
    border: 1px solid #ccc;
    font-size: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-width: 215px;
    width: max-content;
    font-weight: normal;
    background-color: #1c9e75;
    color: #ffffff;
    z-index: 999;
    line-height: 1.2;
    bottom: 2px;
    left: -70px;
    top: unset;
    white-space: wrap;
    text-wrap: wrap;
    word-break: break-word;
    transition: all 0.2s linear;
}

.rules-menu-btn:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px) translateX(-15px);
}

span.data_label {
    width: 130px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

/* Rules section styling Ends */

/* Rules history Popup Styling */

.rules_history_data .rule_title {
    width: 100%;
    text-align: left;
    padding: 15px 0px 0px 12px;
    color: #1c9e75;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-weight: 700;
    padding-bottom: 10px;
    /* text-decoration: underline; */
}

.rule_title.rule_title_new,
.rule_title {
    border-bottom: 1px solid #dddddd;
}

.history_data_old,
.history_data_new {
    width: 50%;
}

.history_data_rules {
    position: relative;
    padding: 17px 10px;
    width: 33%;
    height: 50px;
    text-align: start;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    overflow: hidden;
    margin-right: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.history_data_old_inner,
.history_data_new_inner {
    display: flex;
    align-items: center;
    /* border-bottom: 1px solid #dddddd; */
    margin-bottom: 12px;
    padding: 6px 10px 17px;
}

.rules_data_preview_wrapper {
    width: 100%;
    height: 100vh;
    background: #000000b3;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    display: none;
}

.history_data_preview {
    width: 100%;
    max-width: 800px;
    height: 100%;
    /* max-height: 500px; */
    max-height: fit-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    border-radius: 14px;
    border-top-right-radius: 0px;
    padding: 50px;
    z-index: 999999;
    background: #ffffff;
    /* border: 1px solid #1c9e75; */
}

.history_data_preview_close_btn {
    color: #1c9e75;
    font-size: 32px;
    position: absolute;
    top: -12px;
    right: -11px;
    cursor: pointer;
    background: white;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.history_data_rules:nth-child(4) {
    margin-right: 0px;
}

h4.rule-title {
    padding-left: 10px;
}

/* Rules history Popup Styling */

/* Custom Tolltip */

.custom-tooltip {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #1c9e75;
    cursor: pointer;
    margin-left: 6px;
}

.custom-tooltip svg {
    width: 16px;
    height: 16px;
}

.custom-tooltip-text {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: -4px;
    left: 16px;
    background-color: #1c9e75;
    color: #fff;
    text-align: center;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12px;
    white-space: nowrap;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
    z-index: 1000;
}

.custom-tooltip:hover .custom-tooltip-text {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%) translateX(6px);
}

.th-content .custom-tooltip svg path {
    fill: #2e2e2e;
}

.th-content .custom-tooltip svg:hover path {
    fill: #1c9e75;
}

.rules_history_popup_main_wrapper .rules_history_data {
    display: flex;
    /* margin-top: 10px; */
}

.rule-block {
    padding-top: 10px;
    border-right: 1px solid #dddddd;
}

.feed_rules_section .history_btn_main_container,
.fiq-product-editor-wrap .history_btn_main_container,
.override_setting_form_content .history_btn_main_container,
.fiq_cs_mapping_wrap .history_btn_main_container {
    width: 100%;
    max-width: 30px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    vertical-align: middle;
    margin: 0;
}

.feed_rules_section .history_btn_main_container .open-history,
.fiq-product-editor-wrap .history_btn_main_container .open-history,
.override_setting_form_content .history_btn_main_container .open-history,
.fiq_cs_mapping_wrap .history_btn_main_container .open-history {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
}

.feed_rules_section .history_btn_main_container .open-history .fa-solid.fa-clock-rotate-left,
.override_setting_form_content .history_btn_main_container .open-history .fa-solid.fa-clock-rotate-left,
.fiq-product-editor-wrap .history_btn_main_container .open-history .fa-solid.fa-clock-rotate-left,
.fiq_cs_mapping_wrap .history_btn_main_container .open-history .fa-solid.fa-clock-rotate-left {
    margin: 0px;
}

.fiq_cs_mapping_save_btn_wrap {
    gap: 20px;
}

.fiq_cs_mapping_save_btn_wrap,
.shopify-auth-on-off .btn-wrapers-margin {
    /* gap: 20px;
    position: absolute;
    right: 27px;
    bottom: 18px; */
        background: white;
    gap: 20px;
        position: sticky;
    bottom: 0;
    padding: 20px;
}

.shopify-auth-on-off {
    padding: 24px 28px 16px 28px;
    position: relative;
}

.import-setting-section {
    padding-bottom: 50px;
}

.fiq_cs_mapping_container {
    padding: 30px 30px 10px !important;
}

@media screen and (max-width: 500px) {
    .shopify-auth-on-off .btn-wrapers-margin {
        right: 11px;
    }

    .shopify-auth-on-off {
        padding: 10px;
        padding-bottom: 75px;
    }

    .new-setting-wrapper .switch input:checked+.slider:before {
        left: 7px;
    }

    .profile-info-inner {
        flex-direction: column;
        margin: 0 auto;
    }
}

/* Custom Tolltip */

/* Loading  */

.history_loadingg {
    height: 40px;
}

/* Loading  */
/* history Extra Style  */

.history_user_details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 7px;
}

.history_user_name,
.history_user_label,
.history_user_id {
    width: 33.2%;
    padding: 0px 11px;
    border-right: 1px solid;
}

.history_user_id {
    border-right: 0px;
}

/* history Extra Style  */

/* Connect Store Styling  */

span.open-history.history_connect_store i {
    font-size: 22px;
    color: #1c9e75;
}

/* Connect Store Styling  */
/* .news-letter-email button {
  border-radius: 10px;
  margin: 4px 2px;
  width: 47px;
  height: 47px;
  background: #1c9e75;
} */

/* @media Querys */

/* FeedIQ settings section  */
.setting-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
}

.setting-list {
    width: 100%;
    border-radius: 7px;
    margin-right: 0px;
    flex: 1;
    box-shadow:
        rgba(0, 0, 0, 0.16) 0px 3px 6px,
        rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

ul.setting-list-ul li {
    display: flex;
}

.step-content-wrapper ol {
    padding-left: 18px;
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 10px;
}

.fiq_popup_header_img_wrap {
    position: relative;
}

.Store_is_connected::before {
    content: 'Store Connected';
    top: 10px;
    left: 10px;
    font-size: 12px;
    background: #1c9e75;
    color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: absolute;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 120px;
    height: 24px;
}

@media screen and (max-width: 1350px) {
    .setting-list-wrapper {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 500px) {
    .setting-list-wrapper {
        grid-template-columns: 1fr;
    }
}

/* FeedIQ settings section  */
.import-heading p {
    display: none;
}

/* .btn-wrapers-margin {
  margin-top: 30px;
} */

/* Scroller Styled */
/* .timestamp-list::-webkit-scrollbar,
.products_edit_datail::-webkit-scrollbar {
  width: 8px;
}

.timestamp-list::-webkit-scrollbar-thumb,
.products_edit_datail::-webkit-scrollbar-thumb {
  background: linear-gradient(
    to bottom,
    #f8c521 0%,
    #f8c521 25%,
    #013d62 25%,
    #013d62 50%,
    #007a9b 50%,
    #007a9b 75%,
    #1c9e75 75%,
    #1c9e75 100%
  );
  border-radius: 8px;
}

.products_edit_datail::-webkit-scrollbar-track,
.timestamp-list::-webkit-scrollbar-track {
  background: white;
  border-radius: 8px;
} */
/* Scroller Styled */

/* Connect Store Styling */

/* steps bar and btns */
.fiq_steps_bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 29px 25px 25px;
    position: relative;
}

.fiq_steps_bar::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #e0e0e0;
    z-index: 0;
    transform: translateY(-50%);
}

.fiq_step {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e0e0e0;
    color: #555;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
}

.fiq_step_1 {
    background-color: #1c9e75;
    color: white;
}

.fiq_step.active,
.fiq_step.completed {
    background-color: #1c9e75;
    color: #fff;
    cursor: pointer;
}

/* .fiq_step.completed::after {
                                                                                                                                                                                                        content: "✓";
                                                                                                                                                                                                        font-size: 14px;
                                                                                                                                                                                                    } */
/* Shopify Lagacy Buttons Styling */
.feediq_pop-up_details .btn-popup {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.feediq_pop-up_details .shopify-btn,
.feediq_pop-up_details .install-btn {
    border: 1px solid #1c9e75;
    background: transparent;
    padding: 12px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.2px;
    transition:
        all 0.3s ease,
        background 0.2s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    text-wrap: auto;
}

.btn-popup_inner {
    display: flex;
    align-items: center;
    gap: 4px;
}

.feediq_pop-up_details .shopify-btn:hover,
.feediq_pop-up_details .install-btn:hover {
    color: white;
    background: #1c9e75;
    border: 1px solid #1c9e75;
    box-shadow: #1c9e75ad 0px 4px 8p;
}

.feediq_pop-up_details .magneto_env_id_label {
    display: flex;
    margin: 10px 0px;
    gap: 5px;
}

input[type='checkbox'] {
    accent-color: #1c9e75;
    width: 16px;
}

.feediq_pop-up_details span.label {
    /* margin: 8px 0px 15px; */
    user-select: none;
}

.feediq_pop-up_details input.disabled {
    opacity: 0.3;
}

.field_wrap .fiq_cs_popup_heading {
    margin-top: 4px;
}

@media screen and (max-width: 500px) {
    .fiq_step {
        width: 24px;
        height: 24px;
        font-size: 12px;
    }

    .connection_steps h2 {
        font-size: 13px;
    }

    .feediq_pop-up_details .shopify-btn,
    .feediq_pop-up_details .install-btn {
        padding: 8px 15px !important;
        font-size: 12px !important;
        border-radius: 5px !important;
        width: 100%;
    }
}

.feediq_pop-up_details .shopify-btn.active,
.feediq_pop-up_details .install-btn.active {
    background-color: #1c9e75;
    color: white;
    border: 1px solid #1c9e75;
}

/* Tooltip container */
.btn-popup_inner>svg {
    position: relative;
}

.btn-popup_inner>svg>title {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-radius: 4px;
    padding: 5px;
    font-size: 12px;
    transition: opacity 0.3s ease-in-out;
}

.btn-popup_inner>svg:hover title {
    visibility: visible;
    opacity: 1;
}

/* Connect Store Styling */

/* feed section  */
.channel_search_wrap {
    display: none;
}

.rules-wrapper {
    padding: 10px;
}

.rules_search_wrap {
    padding: 0px 10px;
    margin: 20px 0px;
    display: flex;
    justify-content: end;
    width: 100%;
}

.channel_type_contianer .rules_search_wrap {
    margin-bottom: 10px;
}

.input-rule-container svg,
.input-feed-container svg {
    width: 25px;
    position: absolute;
    top: 49%;
    left: 0;
    transform: translate(0%, -50%);
    margin-left: 6px;
}

#rule-search {
    max-width: 250px;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}

.rule_search_input {
    padding: 12px 12px 12px 33px;
    border: 1px solid #2e2e2e;
    border-radius: 6px;
    color: #2e2e2e;
    max-height: 44px;
    font-family: 'Rubik', serif !important;
}

.input-rule-container svg path {
    fill: #b3b3b3;
}

.new-setting-wrapper .tooltiptext {
    max-width: 250px;
    color: #ffffff;
    background-color: #1c9e75;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: 1px solid #ccc;
    text-wrap: wrap;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.2;
}

.overflow-element a.feed-url:hover {
    color: #00416d;
}

.fiq-ped-img-cards-wrap .img-prev-card .upload-overlay {
    width: 100px;
    height: 20px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.fiq-ped-img-cards-wrap .img-prev-card .upload-overlay img.loader {
    width: 100px;
    height: 20px;
}

/* feed section  */

/*invite user*/
/* .invite_user_options_wrapper {
  width: 100%;
  margin-bottom: 25px;
  padding: 15px;
  border: 1px solid #2e2e2e;
  text-align: center;
  border-radius: 15px;
} */

.invite_user_options {
    /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  padding: 10px 0;
  max-height: 200px;
  overflow-y: auto;
  scrollbar-width: thin; */
}

.invite_item {
    width: 48%;
    max-width: 192px;
    height: 42px;
    display: flex;
    align-items: center;
    text-align: left;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    color: #1c9e75;
    padding: 10px 14px;
    border-radius: 8px;
    transition:
        background 0.2s ease,
        transform 0.15s ease;
    background: #fafafa;
    border: 1px solid #e3e3e3;
    margin-right: 1px;
}

.invite_item:hover {
    background: #f1f1f1;
}

.invite_item input[type='checkbox'] {
    appearance: none;
    min-width: 18px;
    min-height: 18px;
    border: 2px solid #bbb;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.2s;
    margin-right: 8px;
}

.invite_item input[type='checkbox']:checked {
    background: #1c9e75;
    border-color: #1c9e75;
}

.invite_item input[type='checkbox']:checked::after {
    content: '✔';
    position: absolute;
    color: white;
    font-size: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* .invite_user_options_heading {
  font-size: 24px;
  margin-top: 10px;
  padding: 3px 0px;
} */

.invite_user_options_description {
    font-size: 14px;
    margin: 10px 0px 12px;
    color: #2e2e2e;
}

h2.invite_user_options_heading span {
    color: #1c9e75;
    border-left: 3px solid #1c9e75;
    padding: 0px 0px 0px 10px;
    background: linear-gradient(to right, #1c9e75ab -80%, transparent 80%);
}

ul.user-list-account p:first-child {
    color: #2e2e2e;
    font-size: 15px;
    text-align: center;
}

.invite-user-list-loading {
    height: 25px;
}

.invite-user-action {
    display: flex;
    gap: 15px;
    font-size: 16px;
}

span.re-edit_permissions,
span.invite-delete {
    position: relative;
    cursor: pointer;
}

span.re-edit_permissions i,
span.invite-delete i {
    font-size: 14px;
    color: #00416d;
}

.tooltiptext.edit_user_permission_tooltip,
.tooltiptext.delete_user_tooltip {
    position: absolute;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    padding: 6px 8px;
    border-radius: 4px;
    background: white;
    color: #2e2e2e;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: none;
    transition: all 0.2s linear;
}

.tooltiptext.delete_user_tooltip {
    top: -8px;
    left: -156px;
}

.tooltiptext.edit_user_permission_tooltip {
    top: -8px;
    left: -135px;
}

span.invite-delete:hover .tooltiptext.delete_user_tooltip,
span.re-edit_permissions:hover .tooltiptext.edit_user_permission_tooltip {
    display: block;
    transform: translateX(-8px);
    transition: all 0.2s linear;
}

span.invite-delete:hover i {
    color: red;
}

span.re-edit_permissions:hover i {
    color: #1c9e75;
}

@media screen and (max-width: 500px) {
    .invite_item {
        width: 48%;
        max-width: 192px;
        gap: 2px;
        font-size: 11px;
        padding: 8px 6px;
    }

    /* .invite_user_options {
    height: 185px;
  } */
    .invite_user_options_wrapper {
        margin-bottom: 0px;
        margin-top: 8px;
    }

    .invite_item input[type='checkbox'] {
        min-width: 16px;
        min-height: 16px;
    }

    .invite_user_options_heading {
        font-size: 20px;
    }

    .invite_user_options_description {
        font-size: 12px;
        margin: 6px 0px 6px;
    }
}

/*invite user*/
.pricing-card-item.card-.recommended::after {
    padding: 0px !important;
    line-height: unset !important;
    width: 100%;
    max-width: 120px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .feed_rules_section.feed_section.container {
    padding: 60px 0px 40px;
} */
.channel_rules_content>.container {
    padding: 0px 0px 20px !important;
}

/* Generic rules section  */

.rules_selections_btn {
    width: 100%;
    background: #80808000;
    padding: 0px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 34px;
    margin-bottom: 24px;
}

.rules_type_btn {
    width: 130px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    color: #00416d;
    background: transparent;
    border: 1px solid #00416d;
    border-radius: 6px;
    box-shadow:
        -2px -2px 10px 0px rgba(0, 0, 0, 0.1),
        2px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.rules_type_btn:hover {
    border: 1px solid #1c9d74;
    background: #1c9d74;
    color: white;
    transition: all 0.2s ease-in-out;
}

.rule_btn_active {
    border: 1px solid #00416d;
    background: #00416d;
    color: white;
}

.rules_select_text_heading {
    font-size: 14px;
    color: #888888;
    font-weight: 500;
}

.rules_select_text_inner {
    padding: 2px 0px 10px 2px;
}

.rules_select_btn_inner {
    width: 100%;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: auto;
}

.channel_rules_content>.container {
    padding: 0px 0px 60px;
    margin-top: -50px;
}

@media screen and (max-width: 500px) {
    .rules_type_btn {
        padding: 8px 12px;
        font-size: 12px;
    }
}

/* Generic rules section  */

/* profile drop */

/* wrap */
.fiq_cs_user_wrap {
    width: 100%;
}

/* profile drop */

#update-override-setting-btn:hover {
    color: white;
    background: #1c9e75;
    /* border: 1px solid #1c9e75; */
}

.select-stores-card-item {
    position: relative;
}

.main_card_active::before {
    content: 'Store Connected';
    top: 8px;
    left: 8px;
    font-size: 12px;
    font-weight: 600;
    background: white;
    color: #1c9e75;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: absolute;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 120px;
    height: 24px;
}

.pricing-card-item {
    transition:
        background 0.3s linear,
        color 0.3s linear;
}

/* Parent */
.pricin_p_tooltip {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin-right: 10px;
    padding: 2px;
}

.pp_tt_svg {
    width: 16px;
    height: 16px;
    color: #2f2f2f;
    /* margin-right: 10px; */
}

.pricing-card-item.card-.card-2.recommanded.recommended .pp_tt_svg {
    color: white;
}

.pricing-card-item:hover {
    .pricin_p_tooltip .pp_tt_svg {
        color: #ffffff;
        /* green hover */
    }
}

.pp_tt_text {
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    min-width: 220px;
    max-width: 260px;
    background: #1c9e75;
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
    padding: 10px 12px;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    z-index: 10;
}

.pricin_p_tooltip:hover .pp_tt_text {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.pp_tt_text::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #1c9e75 transparent transparent transparent;
}

.pricing-section .pricing-card-item ul li {
    display: flex;
    align-items: center;
}

.billing-section .plan-card span.pricin_p_tooltip:hover {
    path {
        color: #1c9e75;
    }
}

.billing-section .plan-card .pp_tt_text {
    left: 100%;
    top: -6px;
    max-height: fit-content;
    transform: translate(-52%, 0px) !important;
    text-wrap: nowrap;
    min-width: fit-content;
    padding: 6px 12px;
}

.billing-section .plan-card .pricing_points_wrapul ul li {
    display: flex;
    align-items: center;
}

.billing-section .plan-card .pricing_points_wrap>ul>li {
    display: flex !important;
    align-items: center !important;
}

.billing-section .plan-card .pricin_p_tooltip:hover .pp_tt_text {
    opacity: 1;
    visibility: visible;
    transform: translate(1%, 0px) !important;
}

.back-arrow:hover i {
    color: #1c9e75 !important;
}

.billing-section div#backArrow {
    position: absolute;
    top: 44px;
    left: 1.2%;
}

.billing-section .container.inner-planning-part {
    padding: 90px 0px;
    position: relative;
}

.fiq_cs_product_search_wrap details.fiq_product_sec_drop {
    margin-right: 0px !important;
}

.old_cut_price {
    text-decoration: line-through;
    opacity: 0.6;
    margin-top: 4px;
}

/* ------------------------------------------------- */

/* ---------------------------- */

.fiq_cs_header {
    width: 100%;
    transition: transform 0.9s ease;
    transform: translateY(0px);
}

header.fiq_cs_header.fiq_header_hidden {
    transition: transform 0s ease-in;
    transform: translateY(-258px);
}


.fiq_cs_header.fiq_header_hidden {
    transform: translateY(-100%);
}

section.fiq_cs_middle_section_3.feed_section.feed_products_section {
    padding-top: 0px;
    transition: padding-top 1mss ease;
}

section.fiq_cs_middle_section_3.feed_section.feed_products_section.fiq_full_view,
section.fiq_cs_middle_section_3 {
    transition: all 1s ease;
    padding-top: 0;
    max-width: calc(100vw - 100px);
    min-height: calc(100vh - 262px);
    transition: all 1s ease;
    margin: 0 20px;
}

section.fiq_cs_middle_section_3.feed_section.feed_products_section.fiq_full_view {
    transform: translatey(-350px);
}

/* .fiq_full_view .fiq_cs_product_table_container {
    max-height: calc(100vh - 12vh);
} */

.fiq_header_hidden .select-store-description,
.fiq_header_hidden .select-store-heading {
    display: none !important;
}

.fiq_dashboard_products_page section.fiq_cs_footer_section {
    display: none;
}

.fiq_table_scrolled .select-store-heading,
.fiq_table_scrolled .description_tooltip,
.fiq_table_scrolled .select-store-description {
    display: none;
}

/* .fiq_table_scrolled .main-content {
    max-height: calc(100vh - 18vh);
    top: 50%;
    left: 50%;
    transform: translate(-47%, -22%);
    position: fixed;
} */

.fiq_cs_product_table_container {
    max-height: calc(100vh - 386px);
    min-height: calc(100vh - 380px);
    max-width: calc(100vw - 110px);
    margin: 0 auto;
}

.fiq_table_scrolled .fiq_cs_product_wrap {
    padding: 2px 0px;
    padding-top: 122px;
}

body.fiq_dashboard_products_page {
    overflow: hidden;
}

/* .fiq_dashboard_products_page .fiq_cs_product_wrap {
    padding-top: 24px;
} */

/* body.fiq_dashboard_products_page .fiq_cs_product_wrap{
padding-top: 40px !Important;
} */

.fiq_dashboard_products_page.fiq_table_scrolled .fiq_cs_product_search_wrap {
    margin-top: 60px;
}

.fiq_cs_product_search_wrap {
    margin-top: 0px !important;
}

.fiq_table_scrolled .fiq_cs_product_table_container {
    max-height: calc(100vh - 95px);
}

.description_tooltip::after {
    content: 'View, edit, and organize all your products in one place. Effortlessly update product details, prices, or availability to keep your catalog accurate and up-to-date.';
    position: absolute;
    right: 2px;
    top: 44px;
    width: 100%;
    max-width: fit-content;
    min-width: 550px;
    background: #1c9e75;
    text-wrap: wrap;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    pointer-events: none;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
    transform: translateY(-10px);
    z-index: 999999;
}

.description_tooltip:hover::after {
    opacity: 1;
    transform: translateY(0px);
}

.select-store-heading {
    position: relative;
}

.product_1st_heading {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    display: none;
}

.description_tooltip {
    width: 32px;
    height: 32px;
    background: #1c9e75;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 100%;
}

.description_tooltip svg path {
    fill: white;
}

.description_tooltip svg {
    width: 32px !important;
    height: 32px;
}

.fiq_table_scrolled .fiq_cs_product_wrap,
.fiq_table_scrolled .fiq_cs_product_table_container {
    max-width: calc(100vw - 100px) !important;
}

.fiq_cs_product_wrap {
    max-width: 100% !important;
    margin: auto;
    padding: 60px 0px;
}

.feed_performance_graph_header {
    position: relative;
}

th.gtin_pdct {
    text-transform: uppercase !important;
}

/* body.fiq_dashboard_products_page.fiq_table_scrolled  */
.fiq_cs_product_table_container::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* body.fiq_dashboard_products_page.fiq_table_scrolled  */
.fiq_cs_product_table_container::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: linear-gradient(180deg,
            #f8c521 0%,
            #f8c521 25%,
            #013d62 25%,
            #013d62 50%,
            #007a9b 50%,
            #007a9b 75%,
            #1c9e75 75%,
            #1c9e75 100%);
}

/* body.fiq_dashboard_products_page.fiq_table_scrolled  */
.fiq_cs_product_table_container::-webkit-scrollbar-track {
    background: #f5f5f5;
}

.fiq_cs_product_table_container::-webkit-scrollbar-thumb:horizontal {
    background: linear-gradient(90deg,
            #f8c521 0%,
            #f8c521 25%,
            #013d62 25%,
            #013d62 50%,
            #007a9b 50%,
            #007a9b 75%,
            #1c9e75 75%,
            #1c9e75 100%) !important;
    border-radius: 20px !important;
}

.fiq_products_feed_performance::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: linear-gradient(180deg,
            #f8c521 0%,
            #f8c521 25%,
            #013d62 25%,
            #013d62 50%,
            #007a9b 50%,
            #007a9b 75%,
            #1c9e75 75%,
            #1c9e75 100%);
}

.fiq_products_feed_performance::-webkit-scrollbar {
    width: 12px;
}

.fiq_products_feed_performance::-webkit-scrollbar-track {
    background: #ffffff !important;
}

td.exclude_all_pdct,
th.checkbox_pdct {
    background: #1f6f54;
    text-align: center;
    vertical-align: middle;
    width: 60px;
    position: relative;
}

td.exclude_all_pdct label,
.checkbox_pdct label {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

td.exclude_all_pdct {
    background: #ffffff;
    position: relative;
}

.checkbox_pdct input[type='checkbox'] {
    display: none;
}

.custom-checkbox {
    width: 18px;
    height: 18px;
    border: 2px solid #ffffff;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    transition: 0.25s ease;
    background: white;
}

.custom-checkbox::after {
    content: '';
    position: absolute;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(0);
    top: 0px;
    left: 4px;
    transition: 0.2s ease;
}

.survey label input[type='checkbox']:checked+.custom-checkbox::after,
.label-layer input[type='checkbox']:checked+.custom-checkbox::after,
.terms-\&-condition input[type='checkbox']:checked+.custom-checkbox::after,
td input[type='checkbox']:checked+.custom-checkbox::after {
    content: '';
    border-left: 2.5px solid white;
    border-top: 0 !important;
    border-right: 0px !important;
    border-bottom: 2.5px solid white;
}

.checkbox_pdct input:checked+.custom-checkbox {
    background: #1c9e75;
    border-color: #ffffff9e;
}

.checkbox_pdct input:checked+.custom-checkbox::after {
    transform: rotate(45deg) scale(1);
}

.checkbox_pdct .fiq_th_progress_wrap {
    display: none;
}

.fiq_cs_product_wrap th:not(.checkbox_pdct) {
    background: #1f6f54;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 14px 10px;
}

/* Progress Track */
.fiq_prog_inner {
    width: 100%;
    height: 6px;
    background: white;
    border-radius: 20px;
    margin-top: 4px;
    overflow: hidden;
}

td.price_pdct div {
    display: flex;
    justify-content: center;
    gap: 4px;
}

.fiq_cs_product_table td.image_pdct:hover .hover-text {
    transform: translatex(40px) !important;
}

/* th.checkbox_pdct label {
  display: none;
} */

body.fiq_dashboard_products_page.fiq_table_scrolled.modal-open .feed_performance_graph {
    /* width: calc(100vw - 100px) !important; */
    height: 100vh !important;
    margin: 0 auto !important;
    padding: unset !important;
    position: unset !important;

}

.feed_performance_graph {
    z-index: 9999999 !important;
}

.fiq_dashboard_products_page.fiq_editor_active {
    overflow-y: auto;
}

.product_exclude_info {
    position: absolute;
    padding: 4px 8px;
    background: #1c9e75 !important;
    color: #ffffff;
    /* font-size: 10px; */
    border-radius: 6px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: 99999999;
    top: 0% !important;
    left: 50% !important;
    transform: translate(-50%, 0%);
    text-transform: capitalize;
}

.fiq_cs_product_table td:hover .product_exclude_info {
    top: 6% !important;
    left: 50% !important;
    transform: translate(-50%, -10%);
    opacity: 1 !important;
    visibility: visible !important;
}

/* Arrow */
.product_exclude_info::after {
    content: '';
    position: absolute;
    bottom: -10px !important;
    left: 50%;
    transform: translate(-50%, -12%);
    border-width: 6px;
    border-style: solid;
    border-color: #1c9e75 transparent transparent transparent;
}

span.fiq_progress_overview {
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    background: #1c9e75;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.2s linear;
    transform: translateY(-10px);
    border-radius: 10px;
    padding: 0px 10px;
}

.fiq_cs_product_wrap .fiq_cs_product_table thead tr th {
    position: relative;
    background: #1c9e75;
    border-bottom: 1px solid #1c9e75 !important;
    border-top: 1px solid #1c9e75 !important;
}

.fiq_cs_product_wrap .fiq_cs_product_table thead tr th:hover span.fiq_progress_overview {
    transform: translateY(76px);
    display: flex;
    opacity: 1;
    visibility: visible;
    gap: 4px;
}

span.fiq_progress_overview:after {
    content: '';
    position: absolute;
    top: -10px !important;
    left: 44%;
    transform: translate(-44%, 0%);
    border-width: 5px;
    border-style: solid;
    border-color: #1c9e75 transparent transparent transparent;
    rotate: 180deg;
}

td.pull_pdct span,
td.push_pdct span {
    margin: 0 auto;
}

span.fiq_progress_overview .fiq_prog_inner {
    min-width: calc(100% - 80px);
    height: 10px;
}

th.action_pdct.action-th .fiq_progress_overview,
th.checkbox_pdct span.fiq_progress_overview {
    display: none !important;
}

.fiq_cs_product_table td {
    position: relative !important;
}

th.checkbox_pdct,
td.checkbox_pdct,
th.action_pdct,
td.action_pdct {
    position: sticky !important;
}

.fiq_th_progress_wrap.fiq_status_filled.gtin span.fiq_prog_bar.fiq_status_poor {
    width: 100%;
    background: #0ebd4e !important;
}

.fiq_prog_inner {}

.fiq_th_progress_wrap.fiq_status_empty .gtin span.fiq_prog_bar.fiq_status_poor {
    width: 100%;
    background: red !important;
}


.product_editor_lable_card {
    width: 250px;
    min-height: 270px;
    /* max-height: fit-content; */
    background: #f3f3f300;
    border-radius: 10px;
    /* padding: 16px; */
    display: flex;
    flex-direction: column;
    border: 1px solid #00000024;
}

.product_editor_lable_card__header {
    font-weight: 500;
    color: #000000d6;
    font-size: 14px;
    text-transform: capitalize;
    width: 100%;
    align-items: center;
    padding: 16px 10px;
    border-bottom: 1px solid #d1d1d1;
    display: flex;
    gap: 6px;
}

.dot {
    width: 6px;
    height: 6px;
    background: #00c788;
    border-radius: 50%;
    margin-top: 1px;
}

.product_editor_lable_card__labels {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    max-height: 230px;
    overflow-y: auto;
    padding: 16px 10px;
}

.product_editor_lable_card__label_row {
    display: flex;
    align-items: center;
    /* gap: 14px; */
    position: relative;
    width: 100%;
    background: #c9c9c917;
    padding: 8px 8px;
    border-radius: 10px;
    border: 1px solid #00000024;
}

button.product_editor_lable_card__delete_btn {
    margin-right: 10px;
}

input.product_editor_lable_card__label_input {
    background: none;
    border: none;
}

.label_delete_loadingg {    
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    border-radius: 10px !important;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 4px;
}

.product_editor_lable_card__popup_input {
    padding: 4px 8px;
}

.productEditBtn {
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    color: white;
    font-weight: 500;
    background: #1c9e75;
}

.product_editor_lable_card__popup_input,
.product_editor_lable_card__label_input {
    flex: 1;
    padding: 6px 8px;
    border: 1px solid white;
    border-radius: 4px;
    font-size: 11px;
}

.product_editor_lable_card__delete_btn,
.product_editor_lable_card__settings_btn {
    cursor: pointer;
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    overflow: hidden;
    background: transparent;
    display: none;
    transition: all 0.2s ease;
}

.product_editor_lable_card__label_row:hover {
    background: #1c9e750f;
}

.product_editor_lable_card__label_row:hover .product_editor_lable_card__delete_btn,
.product_editor_lable_card__label_row:hover .product_editor_lable_card__settings_btn {
    display: block;
}

.product_editor_lable_card__delete_btn svg,
.product_editor_lable_card__settings_btn svg {
    width: 100%;
    height: 100%;
}

.product_editor_lable_card__delete_btn svg path,
.product_editor_lable_card__settings_btn svg path {
    fill: #1c9e7500;
    transition: fill 0.2s linear;
    stroke: #5151516b;
}

.product_editor_lable_card__delete_btn svg line,
.product_editor_lable_card__settings_btn svg line {
    color: #5151516b;
}


/* .product_editor_lable_card__settings_btn svg path:hover {
    fill: #007e56;
} */

.product_editor_lable_card__popup_input:active,
input.product_input_new_value:active,
input.product_editor_lable_card__label_input:active,
input.product_input_new_value:focus,
.product_editor_lable_card__popup_input:focus,
input.product_editor_lable_card__label_input:focus,
.product_editor_lable_card__popup_input:focus-within,
input.product_input_new_value:focus-within,
input.product_editor_lable_card__label_input:focus-within {
    border: 1px solid #1c9e75;
    color: #1c9e75;
}

.product_editor_lable_card__save_btn,
.product_editor_lable_card__add_btn {
    margin-top: auto;
    background: none;
    color: #000000d6;
    cursor: pointer;
    font-weight: 600;
    text-align: start;
    max-width: fit-content;
    border: 1px solid #1c9e75;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 5px;
    height: 29px;
}

.product_editor_lable_card__add_btn {
    color: #1c9e75;
}

.product_editor_lable_card__popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    background: rgb(0 0 0 / 70%);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
    backdrop-filter: blur(2px);
}

.product_editor_lable_card__popup_content h3 {
    color: #1c9e75;
    margin-bottom: 10px;
}

input#productEditorPopupInput {
    border: 1px solid #c5c5c5;
    padding: 12px 10px;
    border-radius: 13px;
    background: transparent;
    transition: all 0.2s ease;
}

input#productEditorPopupInput:focus {
    border: 1px solid #1c9e75;
}

.product_editor_lable_card__popup_content {
    padding: 20px;
    border-radius: 8px;
    width: 100%;
    max-width: 350px;
    height: 100%;
    max-height: fit-content;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.product_editor_lable_card__popup_actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

.hidden {
    display: none;
}

.product_lable_editor_wrap_overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #0000007a;
    padding: 20px;
    display: flex;
}

.product_lable_editor_wrap {
    width: calc(100% - 40px);
    max-width: 1340px;
    height: calc(100% - 40px);
    margin: auto auto;
    border-radius: 20px;
    background: #ffffff;
    padding: 20px;
    flex-direction: column;
    gap: 16px;
    flex-wrap: wrap;
    position: relative;
}

.fiq_table_scrolled .product_lable_editor_wrap {
    width: calc(100% - 60px);
    max-width: unset !important;
    height: calc(100% - 100px);
}

.product_lable_editor_wrap_close {
    width: 32px;
    height: 32px;
    background: #1c9e75;
    padding: 8px;
    border-radius: 50%;
    position: absolute;
    top: -13px;
    right: -13px;
    cursor: pointer;
}

.product_editor_lable_card__add_btn svg,
.product_editor_lable_card__save_btn svg,
.product_lable_editor_wrap_close svg {
    width: 100%;
    height: 100%;
}

.product_lable_editor_wrap_close svg path {
    fill: white;
}

.product_editor_lable_card__add_btn svg path,
.product_editor_lable_card__save_btn svg path {
    fill: #1c9e75;
}

.product_lable_editor_wrap_open {
    width: 100%;
    max-width: fit-content;
    min-width: 85px;
    margin-right: 14px;
    background: #1c9e75;
    color: white;
    height: 37px;
    display: flex;
    text-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    border-radius: 6px;
    border: 1px solid #1c9e75;
    cursor: pointer;
    transition: all 0.2s linear;
}

.product_lable_editor_wrap_open:hover {
    background: transparent;
    color: #1c9e75;
    border: 1px solid #1c9e75;
}

.product_lable_editor_wrap_open svg {
    width: 100%;
    height: 100%;
    max-width: 14px;
    max-height: 14px;
    margin-left: 6px;
}

.product_lable_editor_wrap_open svg path {
    fill: white;
}

.product_lable_editor_wrap_open:hover svg path {
    fill: #1c9e75;
}

.save_values_wrap {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.save_value_BTNs {
    display: flex;
    justify-content: space-between;
    padding: 16px 10px;
    border-top: 1px solid #00000024;
}

.product_editor_lable_card__add_btn.addLabelBtn {
    border: 0px;
}

button.product_editor_lable_card__save_btn.saveLabelBtn {
    background: #1c9e75;
    color: white;
}

body.fiq_dashboard_products_page.fiq_table_scrolled .product_lable_editor_wrap_overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -44%);
    width: calc(100vw);
}

.fiq-back-to-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    background: #1c9e75;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    display: none;
    z-index: 9999;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.fiq-back-to-top:hover {
    background: #008a5e;
    transform: translateY(-3px);
}

body.fiq_dashboard_products_page.fiq_table_scrolled .fiq-back-to-top {
    display: block;
}

@media screen and (max-width: 500px) {
    .feed_performance_graph_header {
        margin: 40px auto 10px !important;
    }

    .fiq_product_sec_drop ul.fiq_drop_list,
    a.fiq_drop_button {
        max-width: 110px;
    }

    a.fiq_drop_button {
        max-width: max-content;
    }

    ul.fiq_drop_list li span {
        font-size: 11px !important;
    }
.checkbox-wrapper-21 .control__indicator{
    height: 13px;
    width: 13px;
}
    .select-wrapper {
        padding-bottom: 0px;
        max-width: fit-content;
    }

    body.fiq_dashboard_products_page.fiq_table_scrolled .product_lable_editor_wrap_overlay {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -46%);
        width: calc(100vw - 0px);
    }

    body.fiq_dashboard_products_page.fiq_table_scrolled .product_lable_editor_wrap {
        justify-content: center;
    }

    .fiq_product_sec_drop a.fiq_drop_button {
        min-width: 110px;
    }

    .product_lable_editor_wrap_open {
        height: 30px;
        border-radius: 4px;
        font-size: 12px;
        margin: 0px;
        min-width: fit-content;
    }

    .fiq_products_feed_performance {
        justify-content: center !important;
        max-width: 100% !important;
    }

    .fiq_pfp_close_btn {
        top: -40px !important;
        right: -14px !important;
    }

    section.fiq_cs_middle_section_3.feed_section.feed_products_section.fiq_full_view,
    section.fiq_cs_middle_section_3 {
        margin: 0 auto !important;
    }

    a.fiq_drop_button,
    .fiq_pfp_open_btn,
    .green_bg_btn {
        height: 30px;
        border-radius: 4px;
        font-size: 12px;
    }


    .product_lable_editor_wrap {
        width: calc(100% - 0px);
        padding: 30px 10px 20px;
    }

    .product_editor_lable_card__popup {
        width: calc(100% - 20px);
    }

    .product_editor_lable_card__popup_content {
        width: 100%;
    }

    .product_lable_editor_wrap_overlay {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(100vw - 0px);
        /* max-height: 700px; */
        overflow-y: auto;
    }

    section.fiq_cs_middle_section_3.feed_section.feed_products_section.fiq_full_view {
        transform: translatey(-290px);
    }

    /* .product_lable_editor_wrap {
        justify-content: center;
        max-height: 550px;
        overflow-y: auto;
        overflow-x: hidden;
    } */
.fiq_pfp_close_btn{
    height: 30px;
    width: 30px;
}
    .product_lable_editor_wrap {
        height: 550px;
        min-height: fit-content;
        justify-content: center !important;
        justify-items: center;
    }

    /* body.fiq_dashboard_products_page.fiq_table_scrolled
        .product_lable_editor_wrap_overlay {
        position: fixed;
        top: 50%;
        left: 48%;
        transform: translate(-50%, -36%);
        width: calc(100vw - 12px); */
}

body.fiq_dashboard_products_page.fiq_table_scrolled .product_lable_editor_wrap_overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -46%);
    width: calc(100vw - 0px);
}

body.fiq_dashboard_products_page.fiq_table_scrolled .product_lable_editor_wrap {
    justify-content: center;
}



.product_lable_editor_wrap_open svg {
    max-width: 10px;
    max-height: 10px;
}

section.fiq_cs_middle_section_3.feed_section.feed_products_section.fiq_full_view,
section.fiq_cs_middle_section_3,
.fiq_cs_product_table_container {
    max-width: calc(100vw - 0px);
}
}

@media screen and (min-width: 1024px) {
    .fiq_products_feed_performance {
        max-width: 86%;
    }

    .fiq_dashboard_products_page.fiq_table_scrolled.modal-open .fiq_products_feed_performance {
        max-width: 85% !important;
    }
}

@media screen and (min-width: 1200px) {

    .feed_performance_graph_header,
    .fiq_products_feed_performance {
        max-width: calc(100% - 50px) !important;
    }
}

@media (max-width: 1400px) {

    .fiq_cs_select_store_wrap,
    .fiq_cs_product_wrap,
    .fiq_cs_connection_wrap {
        padding: 50px 20px 30px;
    }
}

@media (min-width: 1400px) {
    /* .fiq_products_feed_performance {
        max-width: 99% !important;
    } */



    .fiq_dashboard_products_page.fiq_table_scrolled.modal-open .fiq_products_feed_performance {
        max-width: 100% !important;
    }
}

.fiq_th_progress_wrap_new {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row-reverse;
    width: 100%;
    gap: 10px;
    cursor: pointer;
    position: relative;
}

span.dynamic_fiq_progress_title {
    max-width: 20%;
    min-width: 20%;
    color: #fff;
    font-size: 12px;
}

.fiq_prog_inner_new {
    width: 80%;
    height: 8px;
    background: white;
    border-radius: 14px;
}

span.dynamic_fiq_prog_bar {
    width: 100%;
    display: block;
    height: 100%;
    border-radius: 20px;
}

/* GREEN BAR */
.fiq_status_filled .dynamic_fiq_prog_bar {
    background-color: #22c55e;
    /* green */
}

/* RED BAR */
.fiq_status_empty .dynamic_fiq_prog_bar {
    background-color: #ef4444;
    /* red */
}

.fiq-ped-card {
    background: #fff;
    border-radius: 32px;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
    padding: 0px;
    border-top-right-radius: 0px !important;
    position: relative;
}

button.hide-div {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #1c9e75;
    border: 1px solid #1c9e75 !important;
    position: absolute;
    top: -14px;
    right: -14px;
}

button.hide-div svg path {
    fill: white;
}

button.hide-div svg {
    width: 100%;
    height: 100%;
}

.hide-div:hover {
    background: #1c9e75 !important;
}

.product_editor_lable_card__labels::-webkit-scrollbar {
    width: 5px;
}

.product_editor_lable_card__labels::-webkit-scrollbar-track {
    background: transparent;
    margin: 6px 0px;
}

.product_editor_lable_card__labels::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background: linear-gradient(180deg, #22c55e 0%, #16a34a 40%, #0f766e 100%);
    box-shadow:
        inset 0 0 6px rgba(255, 255, 255, 0.4),
        0 0 8px rgba(34, 197, 94, 0.4);
    transition: all 0.3s ease;
}

.product_editor_lable_card__labels::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #4ade80, #22c55e);
    box-shadow:
        inset 0 0 6px rgba(255, 255, 255, 0.6),
        0 0 12px rgba(34, 197, 94, 0.7);
}

.product_editor_lable_card__labels::-webkit-scrollbar-thumb {
    position: relative;
    overflow: hidden;
}

.product_editor_lable_card__labels::-webkit-scrollbar-thumb::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(120deg,
            transparent 30%,
            rgba(255, 255, 255, 0.4),
            transparent 70%);
    transform: rotate(25deg);
    animation: scrollShine 3s linear infinite;
}

@keyframes scrollShine {
    0% {
        transform: translateX(-100%) rotate(25deg);
    }

    100% {
        transform: translateX(100%) rotate(25deg);
    }
}

.fiq-back-to-top i.fa-jelly-fill.fa-regular.fa-arrow-up {
    font-family: 'FontAwesome';
    transition: all 0.2s linear;
}

.fiq-back-to-top:hover i.fa-jelly-fill.fa-regular.fa-arrow-up {
    transform: translateY(-5px);
}

span.no_products_error_msg {
    margin: auto auto !important;
    vertical-align: middle !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hover-text-title,
.hover-text-link {
    position: absolute;
    top: 10%;
    left: 100%;
    transform: translate(0%, 0%) !important;
    white-space: nowrap;
    min-width: 80px;
    padding: 8px 6px;
    background: #1c9e75;
    color: #fff;
    border-radius: 6px;
    z-index: 999;
    max-width: fit-content;
    transition: all 0.2s linear;
    max-width: fit-content;
    height: fit-content;
    text-wrap: wrap;
    min-width: 210px;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.hover-text-title:after,
.hover-text-link:after {
    content: '';
    position: absolute;
    top: 47% !important;
    left: -10px;
    transform: translate(-44%, 0%);
    border-width: 5px;
    border-style: solid;
    border-color: #1c9e75 transparent transparent transparent;
    rotate: 90deg;
}

td.title_pdct:hover .hover-text-title,
td.link_pdct:hover .hover-text-link {
    opacity: 1;
    visibility: visible;
    display: block;
}

.hover-text-title::after,
.hover-text-title::after .hover-text-link::after,
.hover-text-limk::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #1c9e75 transparent transparent transparent;
    z-index: 99;
}

.cursor-pointer {
    cursor: pointer;
}

.filter-popup-content select.filter-select option {
    text-transform: capitalize;
}

.fiq-product-editor-wrap_active section.fiq_cs_middle_section_3.feed_section.feed_products_section.fiq_full_view {
    transform: unset !important;
}

.fiq-product-editor-wrap_active header.fiq_cs_header.fiq_header_hidden {
    transform: unset !important;
}

.no-labels-msg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* xcvbnm, */

.Rules_active_loader {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    box-shadow: -2px -2px 10px 0px rgba(0, 0, 0, 0.1), 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.Rules_active_loader img {
    vertical-align: middle !important;
    height: 22px !important;
}

.Rules_active_loader_delay {
    background: transparent;
    box-shadow: unset;
}

.rules_history_popup_main_wrapper .history-table th,
.rules_history_popup_main_wrapper .history-table td {
    width: unset !important;
}

.rules_history_popup_main_wrapper .history_data_old,
.rules_history_popup_main_wrapper .history_data_new {
    width: 40%;
}

.rule_title_valuee {
    font-size: 14px !important;
    padding: 12px;
    display: flex;
    margin-top: 0;
    color: #1c9e75;
    letter-spacing: 0.3px;
    font-weight: 700;
    text-align: center !important;
    text-decoration: underline;
    /* border-top: 1px solid #dddddd; */
    /* margin-top: 46.2px; */
}

.history_data_old .rule_title {
    border-right: 1px solid #dddddd;
}

.rules_history_popup_main_wrapper th.rule_field {
    max-width: 94px !important;
    width: 94px !important;
    border-right: 1px solid #ddd;
    position: sticky;
    left: 0;
    z-index: 9999;
}

.history_data_old_inner:last-child,
.history_data_new_inner:last-child {
    margin-bottom: 0px;
}

.history_data_title {
    width: 95px;
    min-width: 95px !important;
    background: #efefef;
    border-right: 1px solid #ddd;
    position: sticky;
    left: 0;
    z-index: 9999;
}

th.rule_field .th-content {
    width: fit-content !important;
}

.rules_history_popup_main_wrapper .history_data_rules,
.rules_history_popup_main_wrapper span.data_label {
    max-width: 90px !important;
}

.preview_content_box {
    font-size: 2rem;
    color: #1c9e75;
    width: 100% !important;
    justify-content: center;
}

.history_data_preview {
    border: 4px solid #1c9e75;
    padding: 10px 8px;
    text-transform: capitalize;
}

.rh_custom_tooltip {
    position: absolute;
    max-width: 250px;
    background: #1c9e75;
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
    z-index: 999999;
    /* VERY HIGH */
    display: none;
    pointer-events: none;
    letter-spacing: 1.1px;
}

.rh_custom_tooltip::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #1c9e75 transparent transparent transparent;
}

/* .rules_history_popup_main_wrapper .history-table th:nth-child(2) {
    min-width: 300px !important;
} */

thead.history_table_head.rules_history_table_head tr {
    width: 100%;
}

thead.history_table_head.rules_history_table_head tr th {
    width: 40% !important;
}

thead.history_table_head.rules_history_table_head tr .rule_field,
thead.history_table_head.rules_history_table_head .history_data_title {
    width: 20% !important;
}


.history-table.history-table_tbody.rules_history-table_tbody .history_data_title {
    width: 20% !important;
    min-width: 20% !important;
    display: grid;
    grid-template-columns: 1fr;
    align-items: baseline;
}


/* custom select price section & Pricing plan selector slider  */

.select_user_custom_planss {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
    margin-top: 0px;
    display: flex;
    gap: 20px;
}

.plans-included-section {
    background: #f3f4f6;
    border-radius: 8px;
    padding: 18px 22px;
    border: 1px solid #e5e7eb;
    margin-bottom: 20px;
}

.plans-included-title {
    font-weight: 600;
    margin-bottom: 10px;
    color: #1f2937;
}

.plans-included-list {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.plans-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #1f2937;
    text-decoration: underline;
    font-size: 14px;
    transition: 0.2s ease;
}

.plans-item:hover {
    color: #059669;
}

.plans-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}

span.plans-check svg {
    width: 100%;
    height: 100%;
}

.plans-check svg path {
    fill: #1c9e75;
}

.select_user_custom_planss_inner {
    display: flex;
    gap: 20px;
}


.select_user_custom_planss .su_cp_card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px;
    min-width: 770px;
}

.select_user_custom_planss .su_cp_title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
}

.select_user_custom_planss .su_cp_desc {
    font-size: 14px;
    color: #6b7280;
    max-width: 850px;
}

.select_user_custom_planss .su_cp_slider_wrap {
    margin: 35px 0 25px;
}

.select_user_custom_planss .su_cp_range_slider {
    width: 100%;
    cursor: pointer;
    accent-color: #1c9e75;
}

.select_user_custom_planss .su_cp_range_labels {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 12px;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 26px;
    align-items: center;
}

.select_user_custom_planss .su_cp_range_labels span {
    color: #6b7280;
    transition: all 0.2s ease;
}

.select_user_custom_planss .su_cp_range_labels span.active {
    background: #1c9e75;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 6px;
    font-weight: 500;
    /* animation: pulseBorder 1.8s infinite;
        animation-delay: 0.8s; */
}

.select_user_custom_planss .su_cp_package_box {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    padding: 15px 18px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 14px;
}

.select_user_custom_planss .su_cp_tier_badge {
    background: #1c9e75;
    color: white;
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    min-width: 130px;
    text-align: center;
}

.select_user_custom_planss .su_cp_limit_text {
    min-width: 380px;
    max-width: 380px;
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
}

.select_user_custom_planss .su_cp_summary_card {
    max-width: 350px;
    min-width: 350px;
    height: fit-content;
    background: #ffffff;
    padding: 22px;
    border-radius: 12px;
    font-family: inherit;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: sticky;
    top: 105px;
}

.select_user_custom_planss .su_cp_summary_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.select_user_custom_planss .su_cp_summary_header h3 {
    font-size: 18px;
    font-weight: 600;
}

.select_user_custom_planss .su_cp_currency_toggle button {
    border: 1px solid #d1d5db;
    background: #fff;
    padding: 4px 10px;
    font-size: 12px;
    cursor: pointer;
}

.select_user_custom_planss .su_cp_currency_toggle button.active {
    background: #1c9e75;
    color: #fff;
}

.select_user_custom_planss .su_cp_package_preview {
    background: #1c9e75;
    padding: 14px;
    border-radius: 8px;
    margin-bottom: 18px;
    color: white;
}

.select_user_custom_planss .su_cp_package_preview h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    color: white;
}

.select_user_custom_planss .su_cp_summary_limit {
    font-size: 13px;
    color: white;
    margin-bottom: 8px;
}

.select_user_custom_planss .su_cp_summary_tier {
    font-size: 13px;
    font-weight: 500;
}

.select_user_custom_planss .su_cp_plan_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 14px;
    border-bottom: 1px solid #d1d5db;
    margin-bottom: 14px;
}

.select_user_custom_planss .su_cp_plan_left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.select_user_custom_planss .su_cp_plan_icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #b1b1b13b;
    animation: pulseBorder 1.8s infinite;
}

.su_cp_plan_icon img {
    width: 100%;
    height: 100%;
}

.select_user_custom_planss .su_cp_plan_price {
    font-weight: 600;
    font-size: 14px;
}

.select_user_custom_planss .su_cp_total_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.select_user_custom_planss .su_cp_total_price {
    font-size: 16px;
}

.select_user_custom_planss .su_cp_per_month {
    font-size: 13px;
    color: #6b7280;
}

.select_user_custom_planss .su_cp_signup_btn {
    width: 100%;
    color: white;
    background: #1c9e75;
    border: none;
    padding: 12px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}


.pricing-section .pricing-card-wrap {
    width: 100%;
    display: flex;
    flex-wrap: unset !important;
    gap: 10px !important;
    justify-content: space-between !important;
    margin-bottom: 0px !important;
}

.pricing-section .select_user_custom_planss {
    max-width: 1300px !important;
}

/* .fiq_pricing_page_content_wrap .pricing-card-item ul li {
    font-size: 14px !important;
} */

.pricing-section .pricing-card-item {
    min-width: 32% !important;
}


@keyframes pulseBorder {
    0% {
        box-shadow: 0 0 0 0 rgba(43, 182, 115, 0.7);
    }

    70% {
        box-shadow: 0 0 0 8px rgba(43, 182, 115, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(43, 182, 115, 0);
    }
}


@media (max-width: 768px) {
    .select_user_custom_planss .su_cp_card {
        padding: 20px;
    }

    .select_user_custom_planss_inner {
        flex-direction: column;
    }

    .select_user_custom_planss .su_cp_summary_card {
        max-width: 100%;
    }



    .pricing-section .select_user_custom_planss {
        flex-direction: column;
        margin: 0;
    }

    .select_user_custom_planss .su_cp_limit_text {
        min-width: unset !important;
        white-space: wrap;
        text-align: start;
    }

    .select_user_custom_planss .su_cp_card {
        min-width: unset;
    }

    .plans-included-list {
        flex-direction: column;
    }
.timestamp-drawer{
    max-width: 100%;
}
}

/* custom select price section & Pricing plan selector slider  */

/* MOBILE RESPONSIVE FIX */
@media screen and (max-width: 500px) {
    .rules_history_popup_main_wrapper .history-page {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .select_user_custom_planss .su_cp_card {
        max-width: 100%;
    }

    .select_user_custom_planss .su_cp_card {
        margin-block: 20px;
    }
.pricing-section .pricing-card-wrap{
    gap:20px !important;
}
.fiq_ped-btns_wrap.rules-btn{
    margin-top: 0px;
}
    .select_user_custom_planss .su_cp_range_labels span {
        padding: 2px 4px;
    }

    .select_user_custom_planss .su_cp_range_labels {
        display: grid;
        grid-template-columns: repeat(10, 1fr);
    }

    .select_user_custom_planss .su_cp_range_labels {
        font-size: 10px;
        gap: 0px 2px;
    }
.product_lable_editor_wrap_close {
    width: 28px;
    height: 28px;

    top: -45px;
    right: -19px;
  
    display: flex;
}
.product_editor_lable_card{
    width: 99%;
}
    .select_user_custom_planss .su_cp_range_labels span.active {
        padding: 4px 4px;
    }

    .select_user_custom_planss .su_cp_title {
        font-size: 18px;
    }

    .select_user_custom_planss .su_cp_desc {
        font-size: 12px;
    }

    .su_cp_summary_header {
        display: none !important;
    }

    .su_cp_summary_card:hover .su_cp_summary_header {
        display: flex !important;
    }

    .rules_history_popup_main_wrapper .history-content {
        padding: 15px;
    }

    /* Close button adjust */
    .rules_history_popup_main_wrapper .history_close_btn {
        top: -13px !important;
        right: -12px !important;
        font-size: 32px !important;
        z-index: 999999;
    }

    .rules_history_popup_main_wrapper .Table_user_detail {
        overflow-x: auto;
    }

    .rules_history_popup_main_wrapper .Table_user_detail table {
        min-width: 500px;
    }

    .rules_history_popup_main_wrapper .history-table_head {
        overflow-x: auto;
    }

    .rules_history_popup_main_wrapper .history-table_head table {
        min-width: 450px;
    }

    .rules_history_popup_main_wrapper .history-table_head th {
        padding: 8px 10px;
        font-size: 13px;
        white-space: nowrap;
    }

    .rules_history_popup_main_wrapper .rules_history_data {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .rules_history_popup_main_wrapper .history_data_old,
    .rules_history_popup_main_wrapper .history_data_new {
        width: 100%;
        background: #ffffff;
        padding: 12px;
        border-radius: 8px;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    }


    .rules_history_popup_main_wrapper .history_data_old_inner,
    .rules_history_popup_main_wrapper .history_data_new_inner {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }


    .rules_history_popup_main_wrapper .history_data_rules {
        font-size: 12px;
        padding: 4px 8px;
        background: #f3f4f6;
        border-radius: 4px;
        word-break: break-word;
    }


    .rules_history_popup_main_wrapper .history_data_title {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .rules_history_popup_main_wrapper .timestamp-drawer {
        width: 100%;
        margin-top: 20px;
        padding: 15px;
        border-top: 1px solid #e5e7eb;
    }

    .rules_history_popup_main_wrapper .timestamp-list {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .rules_history_popup_main_wrapper .timestamp-btn {
        width: 100%;
        text-align: center;
        padding: 8px;
        font-size: 13px;
        border-radius: 6px;
    }

    .select_user_custom_planss_inner {
        position: fixed;
        bottom: 0;
        z-index: 999;
        width: 100%;
        left: 0;
    }

    /* .new_landing_page .select_user_custom_planss_inner {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
} */

    .new_landing_page .select_user_custom_planss_inner.show_section {
        opacity: 1;
        visibility: visible;
    }

    .su_cp_summary_card {
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .su_cp_plan_row,
    .su_cp_package_preview {
        display: none !important;
    }

    .fiq_table_scrolled .fiq_cs_product_wrap,
    .fiq_table_scrolled .fiq_cs_product_table_container {
        max-width: calc(100vw - 10px) !important;
    }

    .history_data_title {
        display: none !important;
    }


    .fiq_cs_product_table th {
        padding: 0px !important;
    }

    .fiq_th_progress_wrap {
        margin-top: 0px !important;
        padding: 0px;
    }

    .fiq_cs_product_table_container {
        max-height: calc(100vh - 304px);
    }

    .select_user_custom_planss .su_cp_summary_card {
        min-width: unset !important;
        padding: 14px;
    }

    .su_cp_total_row>span {
        font-size: 14px;
        font-weight: 500;
    }

    .select_user_custom_planss .su_cp_summary_header h3 {
        font-size: 15px;
    }

    .select_user_custom_planss .su_cp_currency_toggle button {
        padding: 4px 8px;
        font-size: 10px;
    }
.faq-item-container {
    padding: 50px 0px 0 0px;
}
.question ,.feed-box h4 {
    font-size: 14px;

}

.main-knowledge-product-wrapper{
        padding: 50px 14px 50px 14px;
}
.question i {
    transition: transform 0.4s;
    font-size: 13px;
}
.faq-item{
    padding-inline: 14px;
    margin-bottom: 14px;
}
}

.pricing-card-item {
    min-height: -webkit-fill-available !important;
}

.pricing-card-item.active:hover::before {
    background-color: white !important;
    color: #176a50 !important;
    transition: background 0.2s ease, color 0.2s ease;
}

.pricing-card-item.card-.selected button.start-btn::before,
.pricing-card-item.plan-link.card-.selected button.start-btn::before {
    content: 'Selected';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1c9e75;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    cursor: pointer;
    /* border: 1px solid #ffffff; */
    color: white;
    box-shadow: rgb(255 255 255 / 51%) 0px 0px 4px;
}

.start-btn {
    position: relative;
}

.pricing-card-item:hover .start-btn {
    border-radius: 8px;
}

.ap_package_preview {
    width: 100%;
    display: flex;
    gap: 0px;
    border: 1px solid #1c9e75;
    color: #ffffff !important;
    padding: 8px 13px;
    border-radius: 12px;
    max-width: fit-content;
    margin: 10px 0px;
    background: #1c9e75;
}

.ap_package_preview h4 {
    color: #1c9e75;
    position: relative !important;
    display: block;
}

/* .ap_package_preview h4::after {
    content: ':';
    color: #1c9e75;
    font-size: 14px;
    padding-left: 2px;
} */

/* .ap_package_preview p.su_cp_summary_limit::after {
    content: '|';
    padding-left: 18px;
} */

.ap_package_preview p.su_cp_summary_limit_items::before {
    content: '|';
    padding-right: 18px;
}


.ap_package_preview p.su_cp_summary_limit_items {
    color: white;
    padding: 8px 10px;
    border-radius: 8px;
    font-weight: 500;
}

.ap_package_preview span.su_cp_summary_tier_name,
.ap_package_preview h4 {
    padding: 8px 10px;
    color: white;
    letter-spacing: 0.5px;
    border-radius: 8px;
}

.ap_package_preview span.su_cp_summary_tier_name {
    font-weight: 500;
    display: none;
}

.billing-section .pp_tt_text::after {
    display: none;
}

/* .pricing-trail-wrap .su_cp_card,
.pricing-trail-wrap .select_user_custom_planss_inner,
.pricing-trail-wrap .plans-included-section {
    display: none;
} */

.select_user_custom_planss .su_cp_signup_btn:hover {
    background: #176a50;
}

/* span.plan-name {
    padding: 0px 0px 0px 10px;
    color: #1c9e75;
    border-left: 3px solid #1c9e75;
    padding: 0px 0px 0px 10px;
    background: linear-gradient(to right, #1c9e75ab -80%, transparent 80%);
}

.pricing-card-item:hover span.plan-name {
    border-left: 3px solid #ffffff;
    padding: 0px 0px 0px 10px;
    background: linear-gradient(to right, #ffffff78 -80%, transparent 80%);
} */

div#backArrow i {
    color: #ffffff;
    font-size: 22px;
    transition: all 0.2s ease;
}

div#backArrow {
    min-width: 66px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #1c9e75 !important;
    background: #1c9e75;
    transition: all 0.2s ease;
    border: 1px solid white;
}

#backArrow:hover {
    background: white
}

div#backArrow:hover i {
    transform: translateX(-10px);
}

.fiq_cs_product_wrap .fiq_cs_product_table tbody tr td.checkbox_pdct,
.fiq_cs_product_wrap .fiq_cs_product_table thead tr th.checkbox_pdct {
    padding: 15px !important;
    max-width: fit-content !important;
    width: 71px !important;
    border-left: 0px;
    border-top: 0px !important;
    border: 1px solid #d1d5db;
}

.fiq_cs_product_wrap .fiq_cs_product_table thead tr th.checkbox_pdct {
    border-right: 1px solid white !important;
}

.fiq_table_scrolled .fiq_cs_product_wrap .fiq_cs_product_table thead tr th.checkbox_pdct {
    border-right: 1px solid white !important;
}

.fiq_dashboard_products_page .fiq_cs_product_wrap .fiq_cs_product_table tbody tr td.checkbox_pdct:nth-child(even) {
    border-top: 0px !important;
}

.fiq_cs_product_table_container .fiq_cs_product_table .action_pdct {
    border: 1px solid #d1d5db;
    border-right: 0px;
    border-top: 0px;
}

.fiq_cs_product_wrap .fiq_cs_product_table tbody tr td.checkbox_pdct label span,
.fiq_cs_product_wrap .fiq_cs_product_table thead tr th.checkbox_pdct label span {
    width: 18px !important;
    max-width: 18px !important;
}

/* -----
 */

.editor_lable_icon svg {
    width: 100%;
    height: auto;
}

.editor_lable_icon svg circle {
    color: #1c9e75;
}


.editor_lable_icon svg path {
    stroke: #1c9e75;
}

.editor_lable_icon {
    max-width: 38px;
    max-height: 38px;
    background: #1c9e752e;
    padding: 10px;
    border-radius: 6px;
}

.product_lable_editor_header {
    display: flex;
    width: 100%;
    height: fit-content;
    padding: 10px 0px;
    gap: 13px;
    position: relative;
}

.editor_lable_info_text {
    display: flex;
    flex-direction: column;
}

span.editor_lable_info_discription {
    font-size: 12px;
    color: #808080b5;
    margin-top: 4px;
}

span.editor_lable_info_heading {
    font-size: 18px;
    font-weight: 500;
}

.save_values_wrap input.product_input_new_value {
    width: 92%;
    background: #fafafa;
    border: 1px solid #ececec;
    margin: 0 auto;
    padding: 10px 0px 10px 6px;
    border-top: 1px solid #00000024;
    border-radius: 8px;
    margin-bottom: 11px;
}

.product_editor_lable_card__delete_btn svg:hover line {
    color: red;
}

.product_editor_lable_card__delete_btn svg:hover path {
    fill: #ff00001a;
    stroke: red;
}

.product_editor_lable_card__settings_btn svg:hover path {
    fill: #007e5633;
    stroke: #1c9e75;
}

.product_label_in {
    display: flex;
    flex-direction: column;
    margin-top: 18px;
}

span.product_lable_name {
    font-size: 12px;
    font-weight: 400;
    color: #000000db;
    margin-bottom: 4px;
}

.product_label_wrapper {
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    max-height: calc(100vh - 200px);
    gap: 10px;
    margin-top: 25px;
}

.order_history_loader img {
    min-height: 25px !important;
    width: 100px;
    display: block !important;
}

.no-history_div {
    width: 100%;
    height: 200px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.no-history_div p {
    font-size: 17px;
    color: #00416d;
}

.no-history-icon-wrap {
    width: 60px;
    height: 60px;
    margin-bottom: 16px;

}

.no-history-icon-wrap i {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00416d;
    font-size: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

span.fiq_pfp_legend_empty,
span.fiq_pfp_legend_complete {
    cursor: pointer;
}

.fiq_cs_product_table .invited-user-list {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 100px);
}

tbody.invited-user-list p {
    width: 100%;
    height: 200px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.add-user-section .order-table.p-40 {
    position: relative;
}

.fiq_cs_product_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.fiq_cs_product_table_container .fiq_cs_product_table th.action_pdct {
    border: 1px solid #ffffff !important;
    border-top: 0px !important;
    border-bottom: 0px !important;
}

.fiq_cs_product_wrap .fiq_cs_product_table thead tr th:nth-child(29) {
    border-right: 0px !important;
}

.prep_text {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    white-space: nowrap;
    margin: 0px 4px;
}

.sidebar {
    z-index: 999999 !important;
}

.bar_preview_info {
    width: fit-content;
    top: -20px;
    height: auto;
    position: absolute;
    font-size: 12px;
    background: white;
    color: #1c9e75;
    padding: 6px 6px;
    border-radius: 6px;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    z-index: 9999;
    display: none;
}

.fiq_status_filled:hover .bar_preview_info_filled {
    transform: translateY(-28px);
    visibility: visible;
    opacity: 1;
}

.fiq_status_empty:hover .bar_preview_info_empty {
    transform: translateY(-24px);
    visibility: visible;
    opacity: 1;
}

.bar_preview_info::after {
    content: '';
    position: absolute;
    bottom: -10px !important;
    left: 50%;
    transform: translate(-50%, 0%);
    border-width: 5px;
    border-style: solid;
    border-color: #f9f9f9 transparent transparent transparent;
    rotate: 360deg;
}
@media screen and (max-width:410px) {
    .select_user_custom_planss .su_cp_range_labels{
        gap: 0;
    }
     .ap_package_preview h4::after {
             
        top: 20px;
     }
       ul.setting-list-ul li{
        padding-left: 0px;
    }
}
@media screen and  (max-width:340px) {
       .new-setting-wrapper .switch input:checked+.slider:before {
        left: -6px;
    } 
   .setting-list-ul .switch{
        min-width: 77px;
    }
 .ht_tabs.ht_products{
    left: 28%;
 }
}