.main_warp_integrat {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 40px 0;
}
h4.int_geading {
    font-size: 30px;
    font-weight: 600;
    color: #1f2937;
    width: 505px;
    text-align: center;
}
.merh_warp {
    width: 100%;
    max-width: 800px;
    display: flex;
    justify-content: center;
    align-items: self-start;
    gap: 30px;
    margin-top: 30px;
}
.marh_box {
    width: 50%;
    padding: 30px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 24px 64px -16px rgba(0, 0, 0, 0.16);
    position: relative;
}

.gradient-border-cover {
    position: relative;
    border-radius: 10px;
    overflow: hidden; /* Ensures gradient doesn't overflow */
}

.gradient-border-cover::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(180deg, #73e7cc 0%, #059473 100%);
    mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
    -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    transition: transform 0.2s ease; 
    transform: scale(1.1);
}

.gradient-border-cover:hover::before {
    transform: scale(1); 
}
.connected.gradient-border-cover::before {
    transform: scale(1); 
}

img.merh_img {
    width: 3rem;
}
p.merh_b_para {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.95rem;
}
h5.merh_b_head {
    line-height: 1.75rem;
    margin-top: 1.5rem;
    font-size: 19px;
    margin-bottom: 10px;
}

.merch_active_btns{
    color: white;
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #059473 !important;
    border-radius: 6px;
    margin: 0px;
    cursor: pointer;
    line-height: 1;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    padding: 11px 28px!important;
}
.merch_active_btns:hover {
    background: #059473 !important;
}
.merch_active_btns svg {
    fill: rgb(255, 255, 255)!important;
    margin-left: 8px;
}

.merch_notactive_btns {
    border: none rgb(34, 113, 177);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 6px;
    margin: 0px;
    cursor: pointer;
    line-height: 1;
    font-size: 14px;
    width: 100%;
    font-weight: 600;
    padding: 11px 28px!important;
    background: rgb(246, 247, 247)!important;
    cursor: not-allowed;
    color: rgb(37, 99, 235)!important;
}
.merch_notactive_btns svg {
    fill: rgb(37, 99, 235)!important;
    margin-left: 8px;
}
.mech_status {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #f6f7f7;
    padding: 0 20px;
    border-radius: 68px;
    color: #00000059;
}

h4.int_heading {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0px!important;
}
p.isub_head {
    font-weight: 400;
    font-size: 16px;
    margin-top: 10px;
    line-height: 24px;
}
.connection_box {
    width: 100%;
    max-width: 500px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ccd0d4;
    text-align: center;
}

.connection_status{
    font-size: 16px;
    font-weight: 600;
}
.connection_status::before {
    content: "";
    display: inline-block;
    width: 0.6em;
    height: 0.6em;
    border-radius: 50%;
    margin-left: 0.3em;
    margin-right: 0.3em;
    position: relative;
    top: 0px;
    left: -3px;
}

.connected .connection_status::before{
    background-color: rgb(133, 217, 55);
}
.disconnected .connection_status::before{
    background-color: rgb(220, 50, 50);
}

.field_cont {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: start;
    margin: 15px 0;
}
label.head-i_f {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 3px;
}
p.sub_head_f {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 15px;
}
form#conect_with_shopify , #conect_with_woocommerce {
    text-align: start;
}
.store_identiy_cont {
    padding: 10px;
    background: #f6f7f7;
    border-radius: 10px;
}
a.install_app_btn  , .install_plugin_btn{
    padding: 7px 28px;
    background: #059473;
    color: white!important;
    border-radius: 10px;
    font-size: 17px;
    display: block;
    width: max-content;
}
.hide_this{
    display: none;
}
input.make_connet_btn_c {
    padding: 15px 28px;
    background: #059473;
    color: white;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    border: none;
}

.disconnected .store_id_cont , .disconnected .make_connet_btn_c{
    display: none;
}
.connected .install_app_btn , .connected .install_plugin_btn{
    display: none;
}
.shopify_cont_w{
    display: none;
}
.woocommerce_cont_w{
    display: none;
}
@media screen and (max-width:710px) {
    .merh_warp{
        flex-direction: column;
    }
    .marh_box{
        width: 100%;
    }
    h4.int_geading {
        width: 100%;
        font-size: 23px;
        padding: 0 10px;
    }
}

.blk_shp_warp , .blk_woo_warp{
    position: fixed;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #0000001c;
    top: 0;
    z-index: 99;
    display: none;
    justify-content: center;
    align-items: center;
}
.ppopup_blk_shp  {
    width: 98%;
    max-width: 450px;
    background: white;
    border-radius: 7px;
    box-shadow: 0 0 10px 0 #00000024;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.start_import_cont , .start_import_cont_woo{
    width: 100%;
    max-width: 450px;
    background: white;
    border-radius: 7px;
    box-shadow: 0 0 10px 0 #00000024;
    display: flex;
    justify-content: center;
    padding: 20px;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.importing_proces-cont ,.importing_proces-cont_woo {
    width: 100%;
    max-width: 450px;
    background: white;
    border-radius: 7px;
    box-shadow: 0 0 10px 0 #00000024;
    display: none;
    justify-content: center;
    padding: 20px;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.importind_shp_icon {
    width: 45px;
    height: 45px;
    background: url("icons/loading.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
    animation: rotateAnimation 2s linear infinite; /* Adjust the animation duration as needed */
}
.importind_success_shp_icon{
    width: 45px;
    height: 45px;
    background: url("icons/success_e.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
}
@keyframes rotateAnimation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
h4.titlr_blk {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 0;
}
h4.headeding_importi {
    font-size: 17px;
    font-weight: 600;
}
p.desc_blk {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 18px;
}
button#shpblk_import_btn {
    padding: 14px 20px;
    font-size: 13px;
    border-radius: 5px;
}
.blk_shp_warp.active , .blk_woo_warp.active {
    display: flex;
}
.blk_close_btn , .blk_close_btn_woo {
    position: absolute;
    right: 3px;
    top: 0px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
}
.status_shp_imp{
    display: none;
}
.import_suucess_cont , .import_suucess_cont_woo{
    width: 100%;
    max-width: 450px;
    background: white;
    border-radius: 7px;
    box-shadow: 0 0 10px 0 #00000024;
    display: none;
    justify-content: center;
    padding: 20px;
    align-items: center;
    flex-direction: column;
    position: relative;
}
button#shpblk_import_btn , #wooblk_import_btn{
    padding: 10px 37px;
    background: #059473;
    color: white;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    border: none;
}
h4.headeding_importi {
    margin: 0;
}
a#open_blk_shi , #open_blk_woo{
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background: #003dff;
    color: white;
}
a#open_blk_shi:hover , #open_blk_woo{
    background: #003cffd0;
    color: white;

}
.installed_preview_hide {
    display: none;
}
.installed_preview_show {
    display: flex;
}
.installed_preview_show .field_cont.store_id_cont{
    display: flex!important;
}
.installed_preview_show  .make_connet_btn_c{
    display: block;
}
.installed_preview_show a.install_app_btn {
    display: none;
}
.installed_preview_show .field_cont.insatll_inst{
    display: none;
}
.connected span.indicator_icon {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 15px;
    height: 15px;
    background: rgb(133, 217, 55);
    border-radius: 20px;
}
input#woocommerce_store_url {
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #0000001f;
}

.heading_filter {
    font-size: 20px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.sada_upload_p_btns {
    position: fixed;
    z-index: 999999;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 13px;
}
button#to_shopify {
    border-radius: 10px;
    background: #95BF47;
}
button#to_woocomerce {
    border-radius: 10px;
    background: #96588a;
}