:root {
    --margin_bottom: 16px;
    --color_back: #000000;
    --menu-border: 1px solid #cbcbcb;
    --active_menu-border: 2px solid #008060;
    --container_padding: 16px;
}

:root {
    --p-shadow-button: 0 0.0625rem 0 rgba(0, 0, 0, .05);
    /* Standard shadow */
    --p-shadows-inset-button: inset 0 -0.0625rem 0 rgba(0, 0, 0, .2);
    /* Inset shadow */
}

body {
    /* background-color: #f6f6f7; */
    top: 0px !important;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif !important;
    padding: 0px;
    margin: 0px;
}

* {
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif !important;
}

.announceBar {
    /* background-color: #e4e4e4; */
    color: #333333;
    font-size: 15px;
    margin-bottom: 20px;
    border-radius: 12px;
    display: flex;
    align-items: flex-start;
    padding: 20px;
    gap: 16px;
    border: 1px solid #CBCBCB;
    box-shadow: 0rem 0.1875rem 0.0625rem -0.0625rem rgba(26, 26, 26, .07);
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: relative;
    z-index: 1000;
    line-height: 1.6;
}

.announceIcon {
    font-size: 28px;
    flex-shrink: 0;
    margin-top: 4px;
}

.announceContent h4 {
    margin: 0 0 10px 0;
    font-size: 17px;
    color: #4aa3ff;
    text-transform: none;
}

.announceContent p {
    margin: 6px 0;
    text-transform: none;
    font-weight: 400;
}

.announceNote {
    /* background-color: #e4e4e4; */
    padding: 8px 12px;
    border: 1px solid #CBCBCB;
    border-left: 4px solid #4aa3ff;
    border-radius: 4px;
}

.announceThanks {
    font-style: italic;
    margin-top: 10px;
    color: #333;
}

.announceContent a {
    color: #4aa3ff;
    text-decoration: underline;
}

@media (max-width: 600px) {
    .announceBar {
        flex-direction: column;
        padding: 16px;
        font-size: 14px;
    }

    .announceIcon {
        margin-bottom: 8px;
    }
}


.mainDivDatatype {
    background-color: #f6f6f7;
}

.Polaris-Page {
    /* padding: 15px; */
    margin-top: 0rem !important;
}

.row {
    gap: 16px;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
}

.row>* {
    padding: 0;
}

.row_first {
    display: flex;
    flex-direction: column-reverse;
}

/* .col-12.card__bg {
    width: 41%;
} */

.card__bg {
    position: relative;
    border-radius: 13px;
    border: 1px solid #CBCBCB;
    background: #FFF;
    padding: var(--container_padding);
    height: fit-content;
}

.Polaris-Box.card__bg {
    margin-bottom: var(--margin_bottom);
}

.faq_panel_heading {
    font-size: 13px;
    font-weight: 550;
    /* line-height: 27px; */
    letter-spacing: 0;
}

.faq_panel_sub_heading {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
    color: #858585;
}

.faq__panel_item {
    display: flex;
    gap: 8px;
    margin: 16px 0;
}

.panel_item:last-child {
    margin: 0;
}

.sme_faq_link {
    color: #454545;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tatus_text {
    font-size: var(--p-space-600);
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0;
    text-align: left;
}


.app_status_note {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0;
    color: #858585;
}

.Polaris-Banner {
    margin-bottom: var(--margin_bottom);
    display: flex;
    justify-content: space-between;
}

.plan_upgrade_notice {
    justify-content: flex-start !important;
    background-color: rgb(255, 245, 234);
    border-radius: 0.5rem;
    border: 0.0625rem solid rgb(225, 184, 120);
}

.plan_upgrade_notice .Polaris-Icon {
    margin: 0.83em 0px 0.83em 0px !important;
}

.Polaris-Banner.plan_upgrade_notice {
    align-items: center;
}

.Polaris-Banner--withinPage+.Polaris-Banner {
    margin-top: 0;
}

.Polaris-Banner--withinPage {
    padding: 15px !important;
}

.upgrade_to_premium_text {
    color: var(--color_back);
    font-size: 15px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
}

.upgrade_to_premium_link {
    text-decoration: underline;
    font-weight: 550;
    color: #002133;
}

.upgrade_to_premium_link:hover {
    color: #002133 !important;
}

.title_heading {
    color: var(--color_back);
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* padding: 0px var(--container_padding); */
}

.bottom_line {
    border-top: 1px solid #cbcbcb;
    width: 100%;
}

/* .steps_container {
    display: flex;
    gap: 10px;
} */

.flex_item_1 {
    flex: 1.5;
}

.flex_item_2 {
    flex: 4;
}

.app_activation_header {
    display: flex;
    gap: 10px;
}

.app_activation_header .title_heading {
    flex: 1;
    display: flex;
    align-items: center;
    /* padding: 20px var(--container_padding); */
    font-size: 16px;
    color: black;
}

.app_activation_header .steps_menu_item {
    flex: 3;
}

.steps_menu_item {
    display: flex;
    /* padding: var(--container_padding); */
    gap: 8px;
    /* border-right: var(--menu-border);
    border-bottom: var(--menu-border); */
    align-items: center;
    cursor: pointer;
}

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

.progress-bar__container {
    width: 50%;
    height: calc(1rem*0.5);
    border-radius: 2rem;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    will-change: transform;
    background: #E9E9E9;
}

.progress-bar {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #91d0ff;
    top: 0;
    bottom: 0;
    left: -100%;
    border-radius: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: sans-serif;
    transition-duration: 0.4s;
    transform: translate(20%, 0);
}

.menu_icon_text {
    color: var(--color_back);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* flex: 1; */
    display: flex;
}

.menu_title {
    font-size: 15px;
    /* flex: 11; */
}

.menu_title.read_full_tutorial {
    font-size: 13px;
}

.sme_stapes_body {
    padding: 10px;
}

.sme_menu_wise_body:not(:first-child) {
    display: none;
}

.steps_menu_item.menu_active {
    border-right: 0;
    /* background-color: #f3f3f3; */
    /* border-left: var(--active_menu-border); */
}

.description {
    color: #515151;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 8px 8px 8px 0px;
}

.read_full_tutorial {
    color: #0066ff;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    justify-content: center;
    padding: 16px 20px 0px;
}

.read_full_tutorial.p-0 {
    color: #0066ff;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    justify-content: center;
    padding: 0px;
}

.faq__panel_item.read_full_tutorial {
    justify-content: left;
}

.tk_container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 0px;
    gap: 16px;
}

.app_list {
    margin: var(--margin_bottom) 0px;
    margin-bottom: 0;
}

.tk_app {
    display: flex;
    gap: 10px;
}

.tk_app_logo {
    width: 50px;
    height: 50px;
}

.tk_app_logo img {
    max-width: 100%;
    border-radius: 13px;
}

.tk_app p {
    margin: 0;
    font-size: 13px;
    /* font-weight: 550; */
}

.tk_app p b {
    font-weight: 550;
}

.app_recommendation_header .title_heading {
    font-size: 13px;
    color: #303030;
    /* margin-bottom: 16px; */
}

.slick-arrow {
    background: transparent;
    border: 0;
    position: absolute;
}

.previous_arrow.slick-arrow {
    top: 50%;
    left: 0;
    transform: translate(5px, 0px);
}

.next_arrow.slick-arrow {
    top: 50%;
    right: 0;
    transform: translate(-5px, 0px);
}

.action_btn_container {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    margin-top: 0px !important;
}

.index_action_button {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: transparent;
    border-radius: 6px;
    border: 1px solid #989898;
    color: #000;
    width: auto;
    height: auto;
    padding: 13px;
}

.dropdown-item {
    font-size: 14px !important;
}

.dropdown-item:active {
    background-color: transparent;
}

.slick-arrow:focus {
    outline: transparent;
}

.icone_style {
    font-size: 14px;
}

/* .faq_link_svg {
    margin-top: 3px;
} */

/* .steps_menu_item_bar {
    padding-right: var(--container_padding) !important;
} */

.Polaris-Button--destructive:hover

/* ,.Polaris-Button--primary:hover  */
    {
    background-color: transparent !important;
    border: none !important;
    color: #000 !important;
    box-shadow: 0rem -0.0625rem 0rem 0rem #b5b5b5 inset, 0rem 0rem 0rem 0.0625rem rgba(0, 0, 0, .1) inset, 0rem 0.03125rem 0rem 0.09375rem #fff inset;
}

.faq_panel {
    justify-content: center;
    margin-left: 0px !important;
    margin-top: 20px !important;
}

.a_tag_style {
    color: #007bff !important;
    cursor: pointer;
}

.a_tag_style:hover {
    color: #303030 !important;
}

/* a {
    text-decoration: none;
} */

a:hover {
    color: #004299 !important;
    /* text-decoration: none; */
}

.sme_faq_link a {
    color: #005bd3;
}

.read_full_tutorial {
    cursor: pointer;
}

.app_status_block {
    display: none;
}

.appStatusChangeSpinner svg {
    fill: black;
}


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

.App_setup_and_activation {
    background-color: white !important;
    border: 1px solid #CBCBCB !important;
}

.skiptranslate {
    max-height: 100%;
}

.goog-te-combo {
    height: 100%;
}

.support-btn-support {
    height: 38px;
}

@media (max-width:992px) {
    .row_first {
        flex-direction: column-reverse;
    }

    .col-12.card__bg {
        width: auto;
    }
}

@media (max-width:425px) {
    /* .steps_container {
        display: flex;
        flex-direction: column;
    } */

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

    .goog-te-gadget .goog-te-combo {
        width: 156px;
    }

}

@media (max-width:371px) {
    .Polaris-Banner.Polaris-Banner--statusWarning.Polaris-Banner--withinPage.enabledAppStatus {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .tk_container-flex {
        flex-direction: column;
    }

    .tk_installation {
        /* margin-left: 40px; */
        margin-top: 10px;
    }
}

@media (max-width:375px) {
    .Polaris-Tabs__TabContainer {
        display: flex;
        flex-wrap: wrap;
    }

    .preview_customize_btn_section {
        margin-left: 0px !important;
    }
}

span.Polaris-Icon.Polaris-Icon--colorWarning.Polaris-Icon--applyColor {
    display: block;
    height: 20px;
    width: 20px;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}

h2.Polaris-Text--root.Polaris-Text--headingMd.m-0.Polaris-Text--break.ms-2.app_status_text {
    margin: 0;
    line-height: 1.5;
}


.Polaris-Box.card__bg.p-0.App_setup_and_activation {
    padding: 16px;
    /* width: 100%; */
}


.sale_max_alert {
    display: flex;
}

button.index_action_button.Polaris-Button.Polaris-Button--primary.appStatusEnableActionBtnBody,
button.index_action_button.Polaris-Button.Polaris-Button--primary {
    justify-content: center;
    align-items: center;
    box-shadow: var(--p-shadow-button), var(--p-shadows-inset-button);
}

span.Polaris-Button__Text.enableAppBtnText,
span.Polaris-Button__Text.reloadAppStatusSpan,
button.index_action_button.Polaris-Button.Polaris-Button--primary.appStatusEnableActionBtnBody {
    font-size: 12px;
    font-weight: 500;
}

.Polaris-Banner.Polaris-Banner--statusWarning.Polaris-Banner--withinPage.enabledAppStatus {
    background-color: rgb(255, 245, 234);
    border-radius: 0.5rem;
    border: 0.0625rem solid #e1b878;
}

svg.Polaris-Icon__Svg {
    fill: #b98900;
}

/* li#main_div_header {
    line-height: 0px;
} */

ul.Polaris-Tabs {
    margin: 0;
    padding: 0;
}

.dashboard_padding {
    margin: 0px !important;
    padding: 9px 0px;
}

.go_to_customize {
    /* width: 137.39px;
    height: 36px; */
    background-color: #008060;
    color: white;
    border: none;
    border-radius: 0.25rem;
    box-shadow: var(--p-shadow-button), var(--p-shadows-inset-button);
}

.write_a_review {
    width: 123.06px;
    height: 36px;
    background-color: #008060;
    color: white;
    border: none;
    border-radius: 0.25rem;
    box-shadow: var(--p-shadow-button), var(--p-shadows-inset-button);
}

h2.Polaris-Text--root.Polaris-Text--bodyMd.title_heading {
    margin: 0;
}

p.Polaris-Text--root.Polaris-Text--bodyMd.faq_panel_heading {
    margin: 0;
}

.read_full_tutorial a {
    color: #005bd3;
}

.install_button {
    width: 69.97px;
    height: 36px;
    background-color: #008060;
    color: white;
    border: none;
    border-radius: 0.25rem;
    box-shadow: var(--p-shadow-button), var(--p-shadows-inset-button);
}

.Polaris-TextContainer.mb-4 {
    text-align: center;
    font-size: 14px;
}

.Support_text {
    font-size: 16px;
}

.support_toggle {
    color: #005bd3;
    font-weight: 550;
}

/* Spinner container */
.Polaris-Spinner {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.Polaris-Spinner--sizeSmall {
    width: 20px;
    height: 20px;
}

/* Spinner SVG */
.Polaris-Spinner svg {
    width: 100%;
    height: 100%;
}

/* Spinner path */
.Polaris-Spinner path {
    stroke: none;
    fill: currentColor;
}

/* Optionally, you can add animation if needed */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.Polaris-Spinner {
    animation: spin 1s linear infinite;
}

button.index_action_button.Polaris-Button.Polaris-Button--primary {
    display: flex;
}

.description_documentation {
    font-size: 13px !important;
}

.Polaris-Button--primary {
    line-height: 0;
    --pc-button-bg-gradient: linear-gradient(180deg, rgba(48, 48, 48, 0) 63.53%, rgba(255, 255, 255, 0.15) 100%);
    background: linear-gradient(180deg, rgba(48, 48, 48, 0) 63.53%, rgba(255, 255, 255, 0.15) 100%), rgba(48, 48, 48, 1);
    box-shadow: 0rem -0.0625rem 0rem 0.0625rem rgba(0, 0, 0, 0.8) inset, 0rem 0rem 0rem 0.0625rem rgba(48, 48, 48, 1) inset, 0rem 0.03125rem 0rem 0.09375rem rgba(255, 255, 255, 0.25) inset !important;
    min-height: 32px;
    padding: 6px 12px;
    border-radius: 8px;
}

.Polaris-Button--primary:hover {
    background: linear-gradient(180deg, rgba(48, 48, 48, 0) 63.53%, rgba(255, 255, 255, 0.15) 100%), rgba(26, 26, 26, 1);
}

.Polaris-Button--primary:active {
    box-shadow: 0rem 0.1875rem 0rem 0rem rgb(0, 0, 0) inset !important;
    background: linear-gradient(180deg, rgba(48, 48, 48, 0) 63.53%, rgba(255, 255, 255, 0.15) 100%), rgba(26, 26, 26, 1);
}

.Polaris-Button--primary span.Polaris-Button__Text {
    font-size: 12px;
}

.main_section_div {
    /* margin: 8px auto; */
    /* padding: 4px; */
    border-radius: 8px;
}

.main_section_div:hover {
    cursor: pointer;
    background: rgb(243, 243, 243);
    border-radius: 8px;
    /* padding: 4px; */
}

.steps_menu_item.MenuItem {
    padding: 8px;
}

.INCOMPLETE_SVG_div {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px dotted gray;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    transition: border-color 0.3s;
}

div.sme_menu_wise_body {
    margin-left: 38px;
}

.menu_title p {
    font-size: 13px;
}

.dashboard_padding {
    margin: 0px !important;
}

.app-polaris.pageType,
.Polaris-Tabs__Wrapper {
    width: 950px;
    margin: auto;
}

@media (max-width:1000px) {

    .app-polaris.pageType,
    .Polaris-Tabs__Wrapper {
        width: 100%;
        margin: auto;
    }

    .faq_panel_body {
        flex-direction: column;
    }
}


.faq_panel_body {
    display: flex;
    flex-wrap: nowrap;
    padding: 0px 10px;
}

.contact_us_btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    line-height: 1;
    gap: 6px;
}

.review_note_close_btn {
    border: transparent;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.review_note_close_btn:active {
    background-color: #0000000d;
}

.review_note_close_btn:hover {
    background-color: #0000000d;
}

.review_note_close_div {
    width: 32px;
}

.faq_pane_header {
    display: flex;
    justify-content: space-between;
}

p {
    color: #303030;
}

.faq_sub_title_div {
    margin: 16px 0px 0px;
    padding: 0;
}

@media (max-width:1001px) {

    div.dashboard_padding {
        padding: 10px 16px !important;
    }

    div.Polaris-Page {
        padding: 16px !important;
    }
}


#slider-container {
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
}

#slides {
    display: flex;
    gap: 16px;
    /* flex-wrap: wrap; */
    /* transition: transform 1.5s ease-in-out; */
}

.slide {
    width: 100%;
    box-sizing: border-box;
    box-shadow: .0625rem 0rem 0rem 0rem rgba(0, 0, 0, .13) inset, -.0625rem 0rem 0rem 0rem rgba(0, 0, 0, .13) inset, 0rem -.0625rem 0rem 0rem rgba(0, 0, 0, .17) inset, 0rem .0625rem 0rem 0rem rgba(204, 204, 204, .5) inset;
    /* border: 0.6px solid black; */
    padding: 16px;
    border-radius: 14px;
}


.tk_details {
    font-size: 13px;
}

@media (max-width:570px) {
    #slides {
        flex-direction: column;
    }
}

.app_check_body button {
    height: 32px !important;
    color: rgb(48, 48, 48) !important;
    font-weight: 550 !important;
    font-size: 12px !important;
    width: fit-content !important;
}

button {
    cursor: pointer;
}

.pageType .Polaris-Page {
    padding-top: 0px !important;
}