:root {
    --action_color: #1E7E4C;
    --action_color_rgb: 30, 126, 76;
    --bg-color: #FAFAFA;
}

.bg_secondary {
    background-color: #FAFAFA;
}

.login-btn,
.btn-style {
    background-color: var(--action_color);
}

.semi-bold {
    font-weight: 600;
}

.d_none {
    display: none;
}

.nav-item {
    list-style: none;
}

.or_row hr {
    width: 143px;
}

#toasts {
    min-height: 0;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 1111
}

.edit_single_actions {
    min-width: 105px !important;
}

.copy_single_action {
    min-width: 117px !important;
}

img.step_card_img.w-100 {
    object-fit: contain;
    height: auto;
    max-height: 200px;
}


.py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

@media screen and (min-width: 1024px) {
    #toasts {
        width: fit-content;
        min-width: 400px;
        max-width: calc(100vw - 40px);
    }
}

@media screen and (max-width : 1024px) {
    #toasts {
        width: min(400px, calc(100vw - 40px));
    }
}

@media (max-width: 425px) {
    #toasts {
        width: calc(100vw - 20px);
        top: 65px;
        right: 10px;
    }
}

#toasts .toast {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
    border-left: 4px solid #6c757d;
    color: #1a1a1a;
    cursor: default;
    margin-bottom: 16px;
    opacity: 0;
    position: relative;
    padding: 16px 22px;
    font-size: 14px;
    font-weight: 500;
    gap: 12px;
    transform: translateY(15%);
    transition: opacity .5s ease-in-out, transform .5s ease-in-out;
    width: 100%;
    will-change: opacity, transform;
    z-index: 1100;
    word-break: break-word;
}

#toasts .toast>p {
    flex: 1 1 auto;
    min-width: 0;
}

.toast p {
    margin-bottom: 0px !important;
}

#toasts .toast.error {
    background: #FFF5F5 !important;
    color: #B5202A !important;
    border-left-color: #E53935 !important;
}

#toasts .toast.success {
    background: var(--action_color) !important;
    color: #fff !important;
    border-left-color: #1a5e32 !important;
}

#toasts .toast.warning {
    background: #FFF7E6 !important;
    color: #B36A00 !important;
    border-left-color: #FFA533 !important;
}

#toasts .toast.info {
    background: #E8F4FD !important;
    color: #0A6BB3 !important;
    border-left-color: #2CBCFF !important;
}

#toasts .toast.primary {
    background: rgba(var(--action_color_rgb), 0.10) !important;
    color: var(--action_color) !important;
    border-left-color: var(--action_color) !important;
}

#toasts .toast.show {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .5s ease-in-out, transform .5s ease-in-out
}

#toasts .toast.hide {
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 30px;
    transition: all .5s ease-in-out
}

#toasts .toast .close {
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    color: inherit;
    opacity: 0.65;
    background: transparent;
    border: 0;
    padding: 0 4px;
    margin-left: auto;
    flex-shrink: 0;
    align-self: flex-start;
}

#toasts .toast .close:hover {
    opacity: 1;
}

html {
    overflow-x: hidden;
}

body {
    /* background: linear-gradient(180deg, #F8F6FC 0%, #FFFFFF 15.12%); */
    background: #fff;
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

footer {
    background-color: #FAFAFA;
}

footer .logo_text {
    color: #000000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
}

.follow_text {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    letter-spacing: 0%;
    margin-bottom: 0px;
}

.footer-title {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    font-size: 22px;
}

.footer-links,
.footer_email {
    list-style: none;
    padding-left: 40px;
}

.footer-links a,
.footer_email {
    text-decoration: none !important;
    color: #000000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;

}

.more_apps {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    font-size: 22px;
    margin: 10px 0px;
}

.scanner_txt_clr {
    color: #000000;
    font-family: Segoe UI;
    font-weight: 600;
    font-style: Semibold;
    font-size: 16px;
    line-height: 100%;
}

.footer_btn {
    min-width: 115px;
    height: 37px;
    margin-left: -10px;
    opacity: 1;
    gap: 6px;
    border-radius: 6px;
    padding-top: 6px;
    padding-right: 14px;
    padding-bottom: 6px;
    padding-left: 14px;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
}

.footer_btn svg:hover {
    filter: invert(100%);
}

.btn_black,
.btn_white:hover {
    background-color: #000;
    color: #fff;
}

.btn_white,
.btn_black:hover {
    background-color: #fff;
    color: #000;
}

.adArea {
    min-height: 200px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #000;
}

h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
}

p {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

.line-height-22 {
    line-height: 22px !important;
}

.fs_14 {
    font-size: 14px;
}

.step_number {
    border: 1px solid #000000;
    background: #FAFAFA;
    box-shadow: 0px 0px 2px 0px #00000026;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 22px;
    color: #000;
    position: relative;
}

.step_content {
    max-width: 80%;
    text-align: left;
    line-height: 100%;
}

.how_to_steps_main {
    position: relative;
}

.how_to_steps_main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 32px;
    width: 1%;
    height: 90%;
    border-left: 1px solid #ACACAC;
}

.why_our_section_main>.col-md-6>.card {
    background-color: transparent;
    border: 1px solid #D8D8D8
}

.why_our_section_main>.col-md-6>.card>.card-body {
    padding: 30px;
}

.accordion-item:first-of-type {
    border-top: none !important;
}

.accordion-item {
    background-color: transparent !important;
    outline: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-top: 1px solid #ccc !important;
}

.accordion-button {
    background-color: transparent !important;
    outline: none !important;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0%;
    color: #000 !important;
    padding: 25px !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
    content: url('images/negitive.svg');
    background-image: none;
}

.accordion-button::after {
    content: url('images/positive.svg');
    background-image: none;
}

.accordion-button:not(.collapsed) {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #000 !important;
    background-color: transparent !important;
}

.testimonials .card {
    background-color: transparent;
    box-shadow: 0px 0px 3.26px 0px #00000033;
    border-radius: 10px;
}

.testimonials .card-body {
    padding: 30px;
}

p.named,
p.title {
    font-size: 16px;
}

a {
    color: var(--action_color);
}


header {
    box-shadow: 0px 2px 4px 0px #0000001A;
    background: #FFFFFF;
    width: 100%;
    height: 76px;
}

.logo_text {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 1%;
}

.premium_btn {
    background-color: #313131;
    color: white;
    min-width: 140px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    height: 36px;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 0px #00000033;
    text-decoration: none;
}

.premium_btn img {
    margin-top: -3px !important;
}

.profile_icon_desktop {
    height: 36px;
}

.login_btn {
    background-color: transparent;
    border: 1px solid #1E7E4C;
    color: var(--action_color);
    min-width: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0 10px;
    line-height: 1;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 0px #00000033;
}

.login_btn:hover,
.login_btn:active {
    background-color: var(--action_color);
    color: white;
}

header .nav-link {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    padding: 0px !important;
    color: #000000;
    text-transform: capitalize !important;
}

.localize_dropdown {
    list-style: none;
}

.tools_dropdown {
    position: relative;
}

#more_tools_mega_menu {
    min-height: fit-content;
    width: 900px;
    max-width: calc(100vw - 32px);
    position: absolute;
    top: 100%;
    left: -240px;
    background-color: #fff;
    border-radius: 12px;
    z-index: 9999;
    padding: 18px 22px;
    display: none;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    border: 1px solid #EEF1F0;
}

@media (min-width: 992px) {
    nav.navbar {
        position: relative;
    }

    .tools_dropdown {
        position: static;
    }

    #more_tools_mega_menu {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: min(1100px, calc(100vw - 32px));
    }
}

.tools_mega_grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px 18px;
}

.tools_mega_col {
    display: flex;
    flex-direction: column;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tools_mega_col li {
    margin: 0;
}

.tool_mega_link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 8px;
    border-radius: 8px;
    color: #1a1a1a !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
    transition: background-color .15s ease, color .15s ease;
}

.tool_mega_link img {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.tool_mega_link:hover {
    background-color: rgba(var(--action_color_rgb), .08);
    color: var(--action_color) !important;
}

.tool_mega_link.active {
    background-color: rgba(var(--action_color_rgb), .12);
    color: var(--action_color) !important;
    font-weight: 600;
}

.submenu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
}

.submenu.open {
    max-height: fit-content;
    opacity: 1;
}

.localized_mega_menu {
    width: fit-content !important;
}

.localized_mega_menu .dropdown-item {
    height: 50px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.rightArrow2 {
    transition: transform 0.3s ease;
}

.rightArrow2.rotate {
    transform: rotate(90deg);
}

.tools_dropdown:hover #more_tools_mega_menu {
    display: block;
}

.tools_dropdown_toggle {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    gap: 5px;
}

.tools_dropdown_toggle::after {
    content: url('images/down.svg');
    position: relative;
    top: -2px;
}

.mobileToolLink {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    border-radius: 8px;
}

.mobileToolLinkName {
    width: 100%;
}

.mobileToolLink:hover {
    background-color: #eee;
}

.feature_box {
    background-color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 0px #0000001A;
    background-color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    gap: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
}

.qr_code {
    display: none;
}

.body-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
}

.preview_item {
    cursor: pointer;
}

.export_menu hr {
    width: 70%;
    margin: 0 auto;
    border-color: #767676;
}

.profile_icon {
    border: none;
    background-color: transparent;
}

.profle_dropdown {
    position: absolute;
    left: -50px !important;
    min-width: 100px;
}

.eyeIcon {
    position: absolute;
    top: 36px;
    right: 14px;
    cursor: pointer;
}

.output_stage_btns {
    gap: 9px;
}


.output_file {
    padding: 7px 9px !important;
}

@media screen and (min-width:1400px) {
    .px-xxl-4_5 {
        padding: 28px !important;
    }
}

@media screen and (min-width:1800px) {
    .navbar-nav {
        gap: 35px;
        margin-left: 35px;
    }

    .px-xxl-4_5 {
        padding: 36px !important;
    }

    .uploaded_item {
        padding: 5px 5px 10px 18px;
    }
}

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

    .output_file {
        padding: 13px 10px 13px 18px !important;
    }
}

@media screen and (max-width: 1800px) {
    .files_list {
        width: 35% !important;
    }

    .uploaded_item {
        padding: 5px 5px 8px 15px;
    }

    .display_preview {
        width: 65% !important;
    }

    .display_preview.w-100 {
        width: 100% !important;
    }

    .navbar-nav {
        margin-left: 40px;
        gap: 20px;
    }

    header .nav-link {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 1500px) {
    .files_list {
        width: 37% !important;
    }

    .main_tool {
        min-height: 400px !important;
    }

    .main_tool_inner {
        min-height: 375px !important;
    }

    p {
        font-size: 16px !important;
    }

    .feature_box span {
        font-size: 14px !important;
    }

    .feature_box img {
        height: 18px !important;
        width: auto !important;
    }

    .login_btn {
        font-size: 14px !important;
        min-width: 80px !important;
    }

    .premium_btn {
        font-size: 14px !important;
        min-width: 120px !important;
    }

    h1 {
        font-size: 28px !important;
        margin: 0 !important;
    }

    .short_desc {
        margin-bottom: 20px !important;
    }

    .mt_xxL_4_5 {
        margin-top: 24px !important;
    }

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

    .or_row hr {
        width: 120px !important;
    }

    .convert_button {
        font-size: 20px !important;
        height: 50px !important;
        width: 240px !important;
    }

    /* .last_screen {
        margin-top: 10px !important;
    } */

    .startover {
        min-width: 135px !important;
        height: 42px !important;
        font-size: 16px !important;
    }

    .single_file_download {
        min-width: 150px !important;
        height: 42px !important;
        font-size: 16px !important;
    }

    .download_all {
        min-width: 175px !important;
        height: 42px !important;
        font-size: 16px !important;

    }

    .export_all {
        min-width: 120px !important;
        height: 42px !important;
        font-size: 16px !important;
    }

    .single_actions {
        height: 42px !important;
        font-size: 16px !important;
        min-width: 90px !important;
    }

    .copy_single_action {
        min-width: 100px !important;
    }

    .output_stage {
        height: 14% !important;
    }


    .files_supported {
        font-size: 10px;
    }

    .lang_menu_desktop {
        position: absolute;
        left: -100px !important;
    }

    .display_preview {
        width: 63% !important;
    }

    .display_preview.w-100 {
        width: 100% !important;
    }

    header .nav-link {
        font-size: 16px !important;
    }

    .more_options {
        height: 50px !important;
    }

    .upload_button {
        font-size: 20px !important;
        min-height: 50px !important;
        min-width: 180px !important;
    }

    .navbar-nav {
        gap: 35px;
        margin-left: 35px !important;
    }

    .tbl-btn-edit,
    .tbl-btn-row,
    .tbl-btn-col,
    .tbl-copy {
        min-width: 66px !important;
        font-size: 14px !important;

    }

    .tbl-btn-save,
    .tbl-download {
        min-width: 85px;
    }

    .table-action-bar {
        gap: 10px !important;
    }
}

@media screen and (max-width: 1400px) {
    .files_list {
        width: 35% !important;
    }

    .display_preview {
        width: 65% !important;
    }

    .display_preview.w-100 {
        width: 100% !important;
    }
}

@media screen and (min-width: 1150px) and (max-width:1300px) {
    .navbar-nav {
        margin-left: 35px;
        gap: 35px;
    }
}

@media screen and (min-width: 1050px) and (max-width:1150px) {
    .navbar-nav {
        margin-left: 35px;
        gap: 35px;
    }
}

@media screen and (max-width: 1150px) and (min-width:992px) {
    .files_list {
        width: 40% !important;
    }

    #more_tools_mega_menu {
        padding: 14px 16px !important;
    }

    .tools_mega_grid {
        gap: 4px 12px !important;
    }

    .tool_mega_link {
        font-size: 13px !important;
        padding: 6px 6px !important;
    }

    .display_preview {
        width: 60% !important;
    }

    .display_preview.w-100 {
        width: 100% !important;
    }

    .premium_btn {
        min-width: 110px;
        height: 32px !important;
    }

    .premium_btn img {
        width: auto !important;
        height: 12px !important;
    }

    .premium_btn,
    .login_btn {
        font-size: 14px;
    }

    .login_btn {
        min-width: 70px;
        height: 32px !important;
    }

    header .nav-link {
        font-size: 14px;
    }
}

@media screen and (min-width: 992px) and (max-width:1050px) {
    .navbar-nav {
        margin-left: 35px !important;
        gap: 35px;
    }
}

@media screen and (min-width: 1440px) {
    .main_tool {
        width: 100% !important;
        max-width: 1217px;
    }

    .urlArea,
    .files_supported,
    .drag_drop,
    .or_row {
        margin-left: 25px;
    }

    .upload_row {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        gap: 12px;
        width: 391px;
        height: 177px;
        margin-left: 25px;
        position: relative;
    }

    .main_icon {
        margin-left: 50px;
    }

}

.export_single_dropdown,
.download_single {
    line-height: 30px !important;
}

h1 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    font-size: 34px;
    text-align: center;
    line-height: 60px;
    text-transform: capitalize;
    margin: 0;
}

.short_desc {
    margin-bottom: 20px;
}

.cursor-pointer,
.preview {
    cursor: pointer;
}

.download_single {
    min-width: 35px;
    min-height: 35px;
    width: 35px !important;
    text-decoration: none !important;
    padding: 0px;
    /* background: white !important; */
    background: var(--action_color) !important;
    border-radius: 10px;
    display: flex;
    border: 1px solid #969696;
    justify-content: center;
    align-items: center;
}

.export_single,
.preview_icon {
    min-width: 35px;
    min-height: 35px;
    width: 35px !important;
    text-decoration: none !important;
    background: #fff !important;
    display: flex;
    padding: 0px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    flex-direction: column;
}

.export_single,
.preview_icon {
    border: 1px solid #969696;

}

.export_single::after {
    border: none !important;
}

.preview_export {
    background: #F4F4F4 !important;
}

.main_tool {
    min-height: 463px;
    border-radius: 15px;
    background-color: #FeFeFe;
    width: 100%;
    min-width: 100%;
    transition: box-shadow 0.25s ease;
    box-shadow: 0px 0px 4px 0px #0000001A;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.main_tool:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
}

.main_tool_inner {
    min-height: 424px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    border-radius: 15px;
    border: 2px dashed transparent;
    background-image:
        repeating-linear-gradient(90deg, #dad8d8 0 10px, transparent 10px 20px),
        repeating-linear-gradient(180deg, #dad8d8 0 10px, transparent 10px 20px),
        repeating-linear-gradient(90deg, #dad8d8 0 10px, transparent 10px 20px),
        repeating-linear-gradient(180deg, #dad8d8 0 10px, transparent 10px 20px);
    background-position: top, right, bottom, left;
    background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
    background-repeat: no-repeat;
}


.main_tool_inner.expanded {
    min-height: 437px !important;
}

.upload_row {
    display: flex;
    justify-content: center;
    gap: 12px;
    position: relative;
}

.upload_button {
    background-color: var(--action_color) !important;
    min-width: 238px;
    min-height: 62px;
    border-radius: 10px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0%;
    cursor: pointer;
}

.tbl-caret {
    margin-left: 1px;
    opacity: .85;
}

.more_options {
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: transparent;
}

.other_option_between {
    width: 1px;
    height: 25px;
    border: 1.17px solid #AEAEAE
}

.or_row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.urlArea {
    display: flex;
    opacity: 1;
    transform: translateY(0);
    transition: display 1s allow-discrete, opacity 0.5s, height 0.5s, transform 0.5s;
}

.urlArea.hidden {
    display: none;
    height: 0px !important;
    opacity: 0;
    transform: translateY(-10px);
}

@starting-style {
    .urlArea {
        opacity: 0;
        transform: translateY(-10px);
    }
}

.urlinput {
    border: none;
    min-width: 328px;
    padding-left: 10px;
    border-radius: 5px;
    border: 1px solid #00000040;
    border-right: 0px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    min-height: 28px;
    height: 28px;
    flex: 1 1 auto;
}

.urlbtn {
    min-width: 64px;
    background-color: var(--action_color) !important;
    color: #fff !important;
    border-radius: 5px;
    border: 1px solid #00000040;
    border-left: 0;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    min-height: 28px;
    height: 28px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    padding: 0 14px;
    flex: 0 0 auto;
}

.or_row p {
    color: #767676;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}

.drag_drop {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #000;
    margin-bottom: 0px !important;
}

span.success {
    color: var(--action_color);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
}

span.error {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0%;
}

span.converting_text {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: var(--action_color);

}

.files_supported {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
    color: #767676;
}

.qr_code {
    top: -110px !important;
    left: 240px !important;
    position: absolute;
}

.more_upload {
    height: 85px;
    min-height: 85px;
    width: 100%;
    min-width: 100%;
    background-color: #FAFAFA;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.more_upload.active {
    background-color: var(--action_color)0D !important;
}

.copy_paste {
    color: var(--action_color)
}

.uploading_container {
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#previewmain {
    border-top: 1px solid #ddd;
    padding: 10px 0px;
    height: 83%;
}

.preview_table td,
.preview_table th {
    padding: 4px !important;
    font-size: 14px;
}

.conversion_container {
    --base-min-height: 525px;
    min-width: 100%;
    min-height: var(--base-min-height);
    background-color: #FFFFFF;
    box-shadow: 0px 0px 2px 0px #00000033;
    border-radius: 10px;
}

.conversion_container.activeEditmode {
    min-height: calc(var(--base-min-height) + 60px);
}

.conversion_container .conversion_inner_container {
    height: 100%;
    align-items: stretch;
}

.files_list {
    width: 30%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.files_list::-webkit-scrollbar {
    width: 10px;
}

.files_list::-webkit-scrollbar-track {
    background: #949494;
}

.files_list::-webkit-scrollbar-thumb {
    background: #f9f9f9;
    border-radius: 10px;
}

.files_list_row {
    overflow-y: scroll;
    overflow-x: hidden;
    flex: 1;
    max-height: 100%;
    min-height: 0;
}

.conversion_container .display_preview {
    width: 70%;
    height: 100%;
}

.display_preview.w-100 {
    width: 100% !important;
}

.single_actions {
    height: 42px;
    border: 1px solid #969696 !important;
    border-radius: 10px !important;
    padding: 0px !important;
    font-size: 18px;
    gap: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 500;
}


.more_click_upload {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500;
    gap: 5px;
    display: flex;
    font-size: 18px;
    justify-content: center;
    align-items: center;
}

.more_uploads_inner {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px;
    gap: 10px;
}

.gray-bar {
    width: 1px;
    height: 22px;
    border: 1.04px solid #CCCCCC
}

.more_upload_options {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.more_url_div {
    display: flex;
    min-width: 90%;
    min-height: 45px;
    box-shadow: 0px 0px 2px 0px #00000033;
    border-radius: 10px;
}

.more_url_div .more_url_input {
    min-width: 80%;
    min-height: 45px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: white;
    border: 1px solid var(--action_color);
    padding-left: 10px;
}

.more_url_div .more_add_url {
    min-width: 20%;
    background: var(--action_color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: white;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid var(--action_color)
}

.more_add_url .close {
    position: absolute;
    top: 1px;
    right: 1px;
}

.uploaded_container {
    height: 425px;
    width: 100%;
    border-radius: 15px;
}

.uploaded_inner_containter {
    height: 80% !important;
    overflow-y: auto;
}

.convert_bottom {
    height: 24% !important;
    border-top: 1px solid #00000033;
}

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

.output_stage {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 14%;
}

.convert_button {
    width: 270px;
    height: 56px;
    background-color: var(--action_color);
    box-shadow: 0px 0px 2px 0px #00000033;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: white !important;
    border-radius: 15px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    white-space: nowrap;
}

.convert_count {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 26px;
    background-color: white;
    color: var(--action_color);
    font-size: 12px;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin-left: -1px
}

.uploaded_item {
    background-color: #fff;
    height: 86px;
    border-radius: 10px;
    display: inline-flex;
    min-width: 100%;
    position: relative;
    align-items: center;
    gap: 0px;
    border: 1px solid #dbdbdb;
}

.uploaded_item.active {
    position: relative;
    background-color: #F9F9F9;
    box-shadow: none;
}

.remove {
    height: 20px;
    width: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.jpgtoexceluploadloader {
    display: flex;
    align-items: center;
    gap: 5px;
}

.track {
    width: 150px;
    height: 8px;
    background: #E2E9FC;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}

.fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: var(--action_color);
    animation: grow 4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.pct {
    color: var(--action_color);
    white-space: nowrap;
    min-width: 36px;
    font-size: 14px;
    line-height: 20px;
}

.pct::before {
    content: "0%";
    animation: count 4s steps(10, end) forwards;
}

@keyframes grow {
    to {
        width: 99%;
    }
}

@keyframes count {
    0% {
        content: "0%";
    }

    10% {
        content: "10%";
    }

    20% {
        content: "20%";
    }

    30% {
        content: "30%";
    }

    40% {
        content: "40%";
    }

    50% {
        content: "50%";
    }

    60% {
        content: "60%";
    }

    70% {
        content: "70%";
    }

    80% {
        content: "80%";
    }

    90% {
        content: "90%";
    }

    100% {
        content: "99%";
    }
}

.image_icon {
    width: 56px;
    height: 56px;
    object-position: center;
    border: 0.76px solid #C9C9C9;
    border-radius: 6px;
    margin-right: 7px;
}

.remove {
    cursor: pointer
}

.file_name {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 20px;
}

.file_size {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #A9A9A9;
    line-height: 20px;
}

.startover {
    min-width: 150px;
    height: 42px;
    gap: 7px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #F9F9F9;
    font-size: 18px;
    font-weight: 500;
    border: 0.5px solid #969696;
    color: #000 !important;
}

.export_all {
    min-width: 153px;
    height: 42px;
    gap: 7px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    justify-content: center;
    text-decoration: none;
    background: #F9F9F9 !important;
    border: 1px solid #969696;
    color: #000;
}

.export_all::after {
    border: 0px;
    content: url('../icons-new/arrow-down-dark_thin.png');
    display: inline-block;

}

.all_export_dropdown_mobile {
    top: auto !important;
    background-color: #fff;
    height: 107px !important;
    box-shadow: 0px 0px 2px 0px #00000040;
    border: 1px solid var(--action_color);
}

.export_menu {
    min-width: 110px;
    background-color: #fff;
    height: 107px !important;
    box-shadow: 0px 0px 2px 0px #00000040;
    border: 1px solid var(--action_color);
    top: 10px !important;
}

#all_export_dropdown {
    height: 110px !important;
}

.download_all {
    min-width: 185px;
    height: 42px;
    gap: 12px;
    border-radius: 10px;
    display: inline-flex;
    font-size: 18px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: var(--action_color);
    border: 0.5px solid #969696;
    color: #fff !important;
    text-decoration: none;
}

.startover img {
    height: 13px;
    width: 13px;
}

label {
    cursor: pointer;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.table-edit-wrapper {
    position: relative;
}

.table-action-bar {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 12px;
    flex-wrap: wrap;
    padding: 6px 0 8px;
    margin-bottom: 3px;
}

.tbl-btn {
    padding: 0px 10px;
    border: none;
    cursor: pointer;
    transition: background .15s, transform .1s, box-shadow .15s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12);
    white-space: nowrap;
}

.tbl-btn:active {
    transform: scale(.97);
}

.tbl-btn::after {
    content: none !important;
}

.tbl-btn-edit,
.tbl-btn-row,
.tbl-btn-col,
.tbl-copy {
    min-width: 95px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    background: #F4F4F4 !important;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.tbl-btn-del {
    min-width: 95px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    background: #FFBCB1 !important;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.tbl-btn-save,
.tbl-download {
    min-width: 95px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    background: var(--action_color) !important;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}


.preview_title {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #969696 !important;
}

@media screen and (min-width:992px) {
    .tbl-dropdown-menu {
        left: 0;
    }

    .proprofile {
        width: 40px !important;
        height: 40px !important;
        margin-top: -5px !important;
    }

    .px-xxl-4_5 {
        padding: 20px !important;
    }

    .single_file_download {
        min-width: 165px !important;
    }

    .export_single:hover,
    .download_single:hover {
        min-width: 35px;
        min-height: 35px;
        width: 35px !important;
        text-decoration: none !important;
        padding: 0px;
        background: var(--action_color) !important;
        border-radius: 10px;
    }

    .uploaded_item.active {
        border: 1px solid var(--action_color);
    }

    .upload_row {
        align-items: flex-end;
    }
}

.tbl-dropdown {
    position: relative;
    display: inline-block;
}

.tbl-dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    z-index: 9999;
    background: #fff;
    border: 1px solid #dde0e5;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .14);
    list-style: none;
    margin: 0;
    padding: 4px 0;
    min-width: 200px;
    line-height: 20px;
}

.card-title h5 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.tbl-dropdown-menu.open {
    display: block;
}

.tbl-dropdown-menu li {
    padding: 8px 8px;
    font-size: 13px;
    cursor: pointer;
    color: #333;
    transition: background .12s;
}

.tbl-dropdown-menu li:hover {
    background: #f0f4f8;
}

.tbl-edit-active td[contenteditable="true"],
.tbl-edit-active th[contenteditable="true"] {
    outline: none;
    transition: background .12s;
}

.tbl-edit-active td[contenteditable="true"]:focus,
.tbl-edit-active th[contenteditable="true"]:focus {
    background: #fffde7;
    box-shadow: inset 0 0 0 2px #f9a825;
}

.tbl-selected {
    background: #e3f0ff !important;
    box-shadow: inset 0 0 0 2px var(--action_color) !important;
}

.preview-body {
    height: 350px !important;
}

.table_previews .btn-close {
    position: relative;
    right: -100%;
    top: -12px;
    height: 6px;
    width: 6px;
}

#uploaded_row {
    row-gap: 20px;
}

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

    h1 {
        font-weight: 600;
        font-size: 25px;
        line-height: normal;
    }

    header {
        height: 65px !important;
    }

    h2 {
        font-size: 22px !important;
    }

    h3 {
        font-size: 18px !important;
    }

    p {
        font-size: 14px !important;
    }

    .navbar-nav {
        margin-left: 0px !important;
        gap: 0px !important;
    }

    #navbarDropdownMenuLink::after {
        position: relative;
        right: -90%;
    }

    #navbarDropdownMenuLink.show::after {
        transform: rotate(180deg);
    }

    .short_desc,
    .feature_box_row {
        display: none !important;
    }

    .mb-20 {
        margin-bottom: 20px !important;
    }

    .gap-20 {
        gap: 20px !important;
    }

    .output_stage_btns {
        gap: 8px !important;
    }

    .success,
    .error {
        font-size: 12px !important;
    }

    .short_desc {
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }

    .uploaded_item.active {
        border: none;
    }

    .main_tool {
        min-height: 620px !important;
        height: 620px !important;
        position: relative;
        flex-direction: column;
    }

    .main_tool_inner {
        height: 589px;
    }

    .mobile_privacy_text {
        position: absolute;
        bottom: 35px;
        font-size: 12px;
    }

    .main_icon {
        width: 55px !important;
        height: 60px !important;
    }

    .upload_button {
        min-width: 209px !important;
        min-height: 48px !important;
        font-weight: 400;
        font-size: 18px;
        border-radius: 10px;
    }

    .uploading_container {
        padding: 0px;
    }

    .uploaded_container {
        height: 585px;
    }

    .uploaded_inner_containter {
        height: 85% !important;
    }

    .convert_bottom {
        height: 15% !important;
    }

    .more_upload {
        height: 60px;
        min-height: 60px;
        width: 100%;
        min-width: 100%;
        background-color: #FAFAFA;
        border: 2px solid #CCCCCC;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .conversion_container {
        box-shadow: none;
        --base-min-height: 610px;
    }

    .uploaded_item {
        gap: 3px;
        padding: 5px 5px 7px 10px;
        height: 76px;
    }

    .conversion_container .conversion_inner_container {
        height: 100%;
        align-items: stretch;
        flex-direction: column;

    }

    .conversion_stage {
        margin-top: 10px;
    }

    .more_options {
        min-width: 93px !important;
        height: 38px !important;
        gap: 4px;
        border-radius: 5px !important;
        background-color: #F4F4F4;
        border: 1px solid #969696 !important;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 400;
        font-size: 16px;
        padding: 6px 9px;
    }

    .output_btn_group {
        flex-direction: column-reverse;
        min-width: calc(100% - 51px);
    }

    #all_export_dropdown {
        height: 140px !important;
    }

    .url_option img {
        height: 14px;
        width: 14px;
    }

    .files_supported {
        position: relative;
        top: 0px;
    }

    .preview-body {
        height: 300px !important;
    }

    .other_option_main {
        width: 100%;
        gap: 12px !important;
    }

    .more_url_div {
        min-width: 100% !important;
        padding: 10px 20px;
    }

    .more_url_input,
    .urlinput {
        min-width: 0 !important;
        flex: 1 1 auto;
    }

    .more_add_url,
    .urlbtn {
        min-width: auto !important;
        flex: 0 0 auto;
        white-space: nowrap;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 400;
        font-size: 14px;
    }

    .more_add_url .close {
        top: 1px;
        right: 1px;
    }

    .more_url_div {
        box-shadow: none !important;
    }

    .convert_button {
        min-width: 310px !important;
        min-height: 46px !important;
        height: 46px;
        width: 336px;
        gap: 16px !important;
        border-radius: 5px !important;
        font-weight: 700;
        font-size: 18px;
    }

    #uploaded_row {
        row-gap: 20px;
    }

    .second_screen_mobile {
        height: 35px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .display_preview {
        width: 100% !important;
    }

    .output_stage {
        display: flex;
        align-items: flex-start;
        flex-direction: row-reverse;
        justify-content: space-between;
        height: fit-content;
        padding-top: 5%;
        width: 100%;
        gap: 5px;
        margin-bottom: 0px !important;
        border-top: 1px solid #00000026;
        margin-top: 10px;
    }

    .startover {
        min-width: 46px !important;
        height: 46px !important;
        border-radius: 5px;
    }

    .single_actions {
        display: none !important;
    }

    .download_all {
        height: 46px !important;
        font-size: 14px;
        border-radius: 5px;
        font-size: 14px;
        min-width: 100%;
    }

    .export_all {
        height: 46px !important;
        font-size: 14px;
        border-radius: 5px;
        font-size: 14px;
        min-width: 100% !important;
        background: #F9F9F9;
        border: 0.5px solid #F9F9F9;
        box-shadow: 0px 0px 2px 0px #00000033;
    }

    .all_export_dropdown_mobile {
        min-width: 100%;
    }

    .all_export_dropdown_mobile li {
        margin: 10px 0px;
    }

    .track {
        width: 100px !important;
    }

    .output_file_parent.active {
        background: #FFFFFF;
        box-shadow: 0px 0px 2px 0px #00000033;
        border-radius: 10px;
    }

    .output_file_parent.active .edit_mobile_mode,
    .output_file_parent.active .copy_mobile_mode,
    .output_file_parent.active .preview_icon,
    .output_file_parent.active .export_single {
        background-color: #F4F4F4 !important;
    }

    /* Keep the single download button green (with its white icon) in mobile preview,
       matching the other screens. */
    .output_file_parent.active .download_single {
        background-color: var(--action_color) !important;
    }

    .output_file_parent.active .uploaded_item {
        padding-top: 0px !important;
        height: 63px !important;
    }

    .output_file_parent.active .table_previews {
        padding-top: 10px;
        border-top: 1px solid #ccc;
    }

    .no_preview {
        width: 48px !important;
        height: 48px !important;
    }

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

    .preview_title {
        font-size: 12px !important;
    }

    .card h5 {
        font-size: 16px !important;
    }

    .tbl-btn {
        font-size: 0px !important;
        padding: 0px !important;
        min-width: 30px !important;
        height: 30px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0px
    }

    .tbl-btn img,
    .tbl-btn svg,
    .preview_export img {
        height: 12px !important;
        width: 12px !important;
    }

    .tbl-dropdown-menu {
        right: 0px;
    }

    #row-dd-0 {
        right: -100px !important;

    }

    .preview_icon,
    .download_single,
    .export_single {
        min-height: 30px !important;
        min-width: 30px !important;
        height: 30px !important;
        width: 30px !important;
        border-radius: 7px !important;
    }

    .download_single,
    .export_single img {
        height: 12px !important;
        width: 12px !important;
    }

    .add_row_mobile_dropdown {
        right: auto;
        left: 0px;
    }

    .preview_export {
        padding: 0px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 34px;
        width: 30px;
    }

    .preview_export .export_menu {
        min-width: 110px !important;
        height: 100px !important;
    }


    .preview_export::after {
        content: none;
    }

    .files_list {
        width: 100% !important;
        height: 80% !important;
    }

    #previewmain {
        display: none !important;
    }

    .tbl-btn-row,
    .tbl-btn-save,
    .tbl-btn-col,
    .tbl-btn-revert,
    .tbl-btn-del {
        font-size: 14px !important;
        min-width: 80px !important;
        gap: 5px;
        border-radius: 8px !important;
    }

    .tbl-btn-col {
        min-width: 100px !important;
    }

    .tbl-btn-revert,
    .tbl-btn-save {
        min-width: 72px !important;
    }

    .tbl-btn-save img,
    .tbl-btn-revert img {
        height: 12px !important;
        width: 12px !important;
    }

}

@media screen and (max-width:500px) {
    .last_screen {
        padding: 6px !important;
    }
}

@media screen and (min-width:450px) and (max-width:500px) {
    .upload_button {
        min-width: 209px !important;
    }
}

@media screen and (min-width : 430px) and (max-width:450px) {
    .uploaded_container {
        height: 635px !important;
    }

    .conversion_container {
        --base-min-height: 550px;
    }
}

@media screen and (min-width:450px) and (max-width:480px) {
    .main_tool_inner {
        min-height: 660px !important;
    }

    .main_tool {
        min-height: 700px !important;
        height: 700px !important;
    }

    .uploaded_container {
        height: 730px !important;
    }

    .conversion_container {
        --base-min-height: 690px;
    }
}

@media screen and (max-width:380px) {
    .no_preview {
        width: 30px !important;
        height: 30px !important;
    }

    .upload_button {
        min-width: 209px !important;
    }

    .other_option_main {
        width: 100%;
        gap: 14px !important;
    }

    .uploaded_container {
        height: 550px !important;
    }

    .output_stage {
        margin-bottom: 5px !important;
    }

    .conversion_container {
        --base-min-height: 500px;
    }

    .download_all {
        min-width: 270px;
    }
}

@media screen and (max-width:370px) {
    .uploaded_item {
        padding: 5px 5px 7px 7px;
    }

    .main_tool {
        height: 440px !important;
        min-height: 440px !important;
    }

    .main_tool_inner {
        height: 400px !important;
    }

    .tbl-btn-row,
    .tbl-btn-save,
    .tbl-btn-col,
    .tbl-btn-revert,
    .tbl-btn-del {
        font-size: 10px !important;
        min-width: 80px !important;
        gap: 5px;
        border-radius: 4px !important;
    }

    .preview_icon,
    .download_single,
    .export_single {
        min-height: 25px !important;
        min-width: 25px !important;
        height: 25px !important;
        width: 25px !important;
        border-radius: 7px !important;
    }

    .tbl-btn-revert {
        min-width: 60px !important;
    }

    .image_icon {
        width: 30px;
        height: 30px;
    }

    .download_all {
        min-width: 208px;
        font-size: 12px;
    }

    .export_all {
        min-width: 100%;
    }

    .download_all .convert_count {
        display: none !important;
    }

    .output_file_parent.active .image_icon {
        display: none !important;
    }

    .preview_title {
        font-size: 10px !important;
        display: none !important;
    }

    .export_all {
        font-size: 12px;
    }
}

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

    .tbl-btn-row,
    .tbl-btn-save,
    .tbl-btn-col,
    .tbl-btn-revert,
    .tbl-btn-del {
        font-size: 10px !important;
        min-width: 70px !important;
        gap: 5px;
        border-radius: 4px !important;
    }

    .tbl-btn-revert {
        min-width: 50px !important;
    }

}

/* @media screen and (min-height:750px) and (max-height:800px) and (max-width:550px) {
    .main_tool {
        height: 640px !important;
    }

    .main_tool_inner {
        height: 630px !important;
    }

    .uploaded_container {
        height: 600px !important;
    }

    .conversion_container {
        --base-min-height: 620px;
    }

    .output_stage {
        height: 14% !important;
    }
}

@media screen and (min-height:800px) and (max-height:850px) and (max-width:550px) {
    .main_tool {
        height: 640px !important;
    }

    .main_tool_inner {
        height: 630px !important;
    }

    .uploaded_container {
        height: 635px !important;
    }

    .conversion_container {
        --base-min-height: 640px;
    }

    .output_stage {
        height: 14% !important;
    }
}

@media screen and (max-height:750px) and (max-width:550px) {
    .main_tool {
        min-height: 590px !important;
        height: 590px !important;
    }

    .conversion_container {
        --base-min-height: 550px;
    }

    .uploaded_container {
        height: 560px !important;
    }

    .main_tool_inner {
        height: 580px !important;
    }
}

@media screen and (max-height:700px) and (max-width:550px) {
    .main_tool {
        min-height: 550px !important;
        height: 550px !important;
    }


    .main_tool_inner {
        height: 540px !important;
    }

    .uploaded_container {
        height: 500px !important;
    }

    .conversion_container {
        --base-min-height: 460px;
    }

    .output_stage {
        height: 18% !important;
    }

}

@media screen and (max-height:650px) and (max-width:550px) {
    .main_tool {
        min-height: 500px !important;
        height: 500px !important;
    }

    .output_stage {
        height: 20% !important;
    }

    .main_tool_inner {
        height: 490px !important;
    }

    .uploaded_container {
        height: 480px !important;
    }

    .conversion_container {
        --base-min-height: 430px;
    }
}

@media screen and (max-height:600px) and (max-width:550px) {
    .main_tool {
        min-height: 500px !important;
        height: 500px !important;
    }

    .output_stage {
        height: 20% !important;
    }

    .main_tool_inner {
        height: 490px !important;
    }

    .uploaded_container {
        height: 410px !important;
    }

    .conversion_container {
        --base-min-height: 340px;
    }

    .output_stage {
        height: 22% !important;
    }
} */

.table_loader_overlay {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    opacity: 0.5;
}

.table_spinner {
    width: 102px;
    height: 102px;
    border: 7px solid var(--action_color);
    border-bottom-color: rgba(var(--action_color_rgb), 0.2);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

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

.qr-loader {
    top: -20px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 35px;
    height: 35px;
    margin: auto;
    display: block;
    position: absolute
}

.qr-loader::after {
    content: "";
    width: 35px;
    height: 35px;
    display: block;
    border-width: 5px;
    position: absolute;
    border-radius: 50%;
    border-style: solid;
    border-color: #e2e2e2 #2980b9;
    animation: spinner 1.5s cubic-bezier(.4, 0, .4, 1) infinite
}

.qr-loader_overlay {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    border-radius: 20px;
    background: rgba(249, 250, 251, .97);
    box-shadow: 0 0px 6px rgb(0 0 0 / 25%);
    -webkit-box-shadow: 0 0px 6px rgb(0 0 0 / 25%)
}

.qr-loader_txt {
    left: 0;
    right: 0;
    bottom: 0;
    top: 58%;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    display: inline-block;
    margin: auto auto auto auto
}

.qr_code {
    display: none;
    position: absolute;
    width: 170px;
    min-height: 215px;
    top: -400%;
    right: 25.5%;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    z-index: 2;
}

.qr_code img {
    object-fit: contain;
}

.qr_loader {
    width: 30px;
    height: 30px;
}

.qr_loader::after {
    width: 30px;
    height: 30px;
}

.qr_code.second_screen {
    min-height: fit-content;
    top: 0px !important;
    left: 325px !important;
}

.is-invisible {
    visibility: hidden !important;
    height: 10px;
}

.sheet-tabs-bar {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
    flex-shrink: 0;
}

.sheet-tab-btn {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px !important;
    font-weight: 500;
    position: relative;
    min-width: 76px !important;
    height: 35px !important;
    opacity: 1 !important;
    border-radius: 70px !important;
    border: 2px solid #F5F5F5;
    background: #fff;
    padding: 0px 15px;
}

.sheet-tab-btn.active {
    background: #0E9F6E1A !important;
    border-color: #0E9F6E1A !important;
}

.sheet-tab-btn.empty::after {
    content: ' ⚠';
    font-size: 11px;
    color: #aaa;
}

.footer-bg {
    background: var(--action_color);
    color: #fff;
}

.footer-bg .footer-title {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 14px;
}

.footer-bg .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-bg .footer-links li {
    margin-bottom: 8px;
}

.footer-bg .footer-links a,
.footer-bg .footer-links li,
.footer-bg .footer-para,
.footer-bg .scanner_txt_clr,
.footer-bg a {
    color: rgba(255, 255, 255, .85) !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
}

.footer-bg .footer-para {
    color: rgba(255, 255, 255, .85) !important;
    text-decoration: none;
    font-size: 18px;
}

.footer-bg .footer-links a:hover {
    color: #fff !important;
}

.footer-bg .border-top {
    border-top-color: rgba(255, 255, 255, .2) !important;
}

.footer_brand_chip {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.footer-bg .footer_brand_chip span {
    color: #fff !important;
    font-weight: 700;
    font-size: 25px;
}

.footer-bg .footer-social-circles {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    gap: 8px 10px;
    width: fit-content;
}

@media (max-width: 991px) {
    .footer-bg .footer-social-circles {
        margin: 0 auto;
    }
}

.footer-bg .footer-social-circles a img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.footer-bg .footer_copy_row {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.footer-bg .footer_copy_row p,
.footer-bg .footer_copy_row a {
    color: #fff !important;
    font-size: 18px !important;
    margin: 0;
    font-weight: 700;
}

@media (max-width: 767px) {
    .footer-bg .footer_copy_row {
        flex-direction: column;
        text-align: center;
    }
}

@media (min-width: 992px) {
    .footer-row {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
        gap: 2rem;
    }

    .footer-row>[class*="col-"] {
        flex: 0 1 auto;
        width: auto;
        max-width: none;
        padding-left: 0;
        padding-right: 0;
    }

    .footer-row>.footer-brand-col {
        flex: 0 1 280px;
        min-width: 220px;
    }

    .py-5 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
}

#formatedlimitmodal .modal-content {
    border-radius: 20px;
    border: 1px solid rgba(var(--action_color_rgb), 0.25);
    background: #fff;
    box-shadow: 0 18px 50px rgba(var(--action_color_rgb), 0.18);
    overflow: hidden;
}

#formatedlimitmodal .limit_modal_hero {
    background: linear-gradient(180deg, rgba(var(--action_color_rgb), 0.08) 0%, rgba(var(--action_color_rgb), 0) 100%);
    padding: 18px 16px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#formatedlimitmodal .limit_modal_hero img {
    max-width: 220px;
    width: 100%;
    height: auto;
}

.export_icon {
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px #00000026;
    padding: 10px 20px;
    border-radius: 8px;
    min-width: 96px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    height: 42px;
}

.upgrade_btn_new {
    width: 301px;
    height: 42px;
    gap: 8px;
    background: var(--action_color) !important;
    color: #fff !important;
    border: none;
    border-radius: 10px;
}

.export_icon p {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #000;
    margin: 0;
}

@media screen and (max-width:992px) {
    .export_icon {
        min-width: 112px !important;
    }

    .upgrade_btn_new {
        width: 236px !important;
        height: 42px;
        gap: 8px;
        background: var(--action_color) !important;
    }
}

#downloadLimitModal .modal-content {
    border-radius: 20px;
    border: 1px solid rgba(var(--action_color_rgb), 0.25);
    background: #fff;
    box-shadow: 0 18px 50px rgba(var(--action_color_rgb), 0.18);
}

.download_format_text {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: normal !important;
    text-align: center;
    color: #000;
}

#formatedlimitmodal .all_pro_plan_name {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #000 !important;
}

.premium_features {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    color: #000;
    line-height: 20px !important;
}

.whats_included {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    line-height: normal !important;
    margin-bottom: 0px;
}

.this_mode_premium {
    font-weight: 700;
    font-size: 22px;
    line-height: normal;
    letter-spacing: 0%;
    color: #111 !important;
}

#formatedlimitmodal .premium_features {
    color: #555 !important;
    font-weight: 500;
    font-size: 14px;
}

.fs_13 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #666666;
    line-height: normal !important;
}

#formatedlimitmodal .modal-footer {
    border: none !important;
    background: rgba(var(--action_color_rgb), 0.06) !important;
    min-height: 50px !important;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    line-height: normal !important;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 14px !important;
    color: #333;
    padding: 12px 16px !important;
}

#formatedlimitmodal .all_pro_signup_txt u a {
    color: var(--action_color) !important;
    text-decoration: none !important;
}

.modal_p {
    line-height: 20px;
    color: #666666;
    font-size: 14px;
}

.all_pro_plan_save_percent {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    font-size: 10px;
    color: #C1BDBD;
}

.all_pro_plan.active .all_pro_plan_save_percent {
    color: #30619A !important;
}

.all_pro_plan {
    background: #F7F7F7;
    position: relative;
    display: flex;
    justify-content: space-between;
    line-height: 20px;
    border-radius: 10px;
    padding: 12px;
    margin-top: 16px;
    cursor: pointer;
}

.all_pro_plan.active {
    border: 1.5px solid transparent;
    border-radius: 10px;
    background:
        linear-gradient(white, white) padding-box,
        linear-gradient(89.55deg, #30619A 0.39%, #3F77B8 100%) border-box;
    box-shadow: 0px 4px 12px 0px #5E97DB4D;
    padding: 6px 12px;
}

.all_pro_plan.active .all_pro_price_new {
    font-weight: 800;
    color: #30619A;
}

.all_pro_plan_name {
    font-weight: 500;
    color: #000;
}

.all_pro_plan_save {
    font-size: 12px;
    font-weight: bold;
    color: #8C8C8C;
}

.all_pro_price_old {
    font-size: 14px;
    color: #8C8C8C;
    text-align: right;
    text-decoration: line-through;
}

.all_pro_price_new {
    text-align: right;
    font-weight: 600;
    font-size: 14px;
    color: #000;
}

.all_pro_price_new span {
    font-size: 22px;
}

.all_pro_go_pro_txt {
    font-size: 13px;
    color: #939393;
    text-align: center;
    margin: 0;
}

.all_pro_upgrade_btn {
    background: linear-gradient(95.14deg, #94BFF2 0%, #5994D9 100%);
    min-width: 42%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 8px 24px;
    border-radius: 8.5px;
    box-shadow: 0px 4px 10px 0px #30619A40;
}

.formated_pro_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    padding: 8px 28px;
    border-radius: 10px;
    box-shadow: 0px 6px 14px rgba(var(--action_color_rgb), 0.28);
    background: var(--action_color) !important;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #fff !important;
    transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}

.formated_pro_btn:hover {
    color: #fff !important;
    filter: brightness(1.05);
    transform: translateY(-1px);
    box-shadow: 0px 8px 18px rgba(var(--action_color_rgb), 0.34);
}

.all_pro_signup_txt {
    font-size: 13px;
    text-align: center;
    margin: 0;
}

.downloadLimitModalLabel {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: normal !important;
}

.downloadLimitModalLabel span {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: normal !important;
    text-align: center;
    color: #30619A !important;
}

.all_pro_signup_txt u {
    color: #30619A;
}

.pkg_features {
    color: #000;
}

.pkg_time_switch {
    background-color: transparent;
    position: relative;
    width: 26px;
    height: 16px;
    padding: 3px;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 4px !important;
    border: 0.64px solid #00000033;
    transition: all 0.3s ease;
    cursor: pointer;
}

.pkg_time_switch::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 10px;
    height: 11px;
    background: linear-gradient(93.37deg, #30619A -43.17%, #3D8BE6 121.76%);
    border-radius: 2.55px;
    transition: all 0.3s ease;
}

.pkg_time_switch:checked::before {
    transform: translateX(11px);
}

.formated_switch {
    width: 30px !important;
    border-radius: 15px !important;
}

.formated_switch::before {
    width: 11px !important;
    border-radius: 11px !important;
}

.toggle_pkg {
    font-size: 14px;
    gap: 6px;
}

.toggle_pkg .save,
.toggle_pkg .pkg_percent {
    font-style: Italic;
}

.toggle_pkg .pkg_time {
    font-weight: 600;
}

.toggle_pkg .pkg_time.active {
    font-weight: 700;
    color: #30619A;
}

.toggle_pkg .save {
    font-weight: 400;
}

.toggle_pkg .pkg_percent {
    font-weight: 600;
    color: #C42126;
}

.annual_price {
    display: none;
    font-size: 14px;
}

.annual_price .billed,
.annual_price .anually {
    font-weight: 400;
    color: #8C8C8C;
}

.annual_price .annual_usd {
    font-weight: 600;
    color: #000;
}

@media screen and (max-width:440px) {
    .toggle_pkg {
        font-size: 12px;
        gap: 6px;
    }
}

.mb-20 {
    margin-bottom: 20px !important;
}

.gap-20 {
    gap: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.gap-5px {
    gap: 5px !important;
}

.qr_scan_wrap {
    position: relative;
    align-items: center;
}

.qr_scan_wrap .qr_code,
.qr_scan_wrap .qr_code.second_screen {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: fixed !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
    transform: translateX(-50%);
    transition: opacity 0.18s ease, visibility 0s linear 0.18s;
    z-index: 1080;
    will-change: opacity;
}

.qr_scan_wrap .qr_code.qr-open,
.qr_scan_wrap .qr_code.second_screen.qr-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.18s ease, visibility 0s linear 0s;
}

@media screen and (max-width: 991px) {
    .main_tool {
        height: 400px !important;
        min-height: 400px !important;
        position: relative;
        flex-direction: column;
        padding: 20px !important;
        display: flex;
    }

    .main_tool.d-none {
        display: none !important;
    }

    .main_tool_inner {
        height: 72vh !important;
        min-height: 0 !important;
        flex: 1 1 auto;
        padding: 32px 16px;
        gap: 16px;
        justify-content: center !important;
        align-items: center !important;
    }

    .uploaded_container {
        height: 75vh !important;
    }

    .conversion_container {
        box-shadow: none;
        min-height: 74vh !important;
        height: 74vh !important;
    }

    .mobile_privacy_text {
        position: static !important;
        margin-top: 16px !important;
        bottom: auto !important;
        flex-shrink: 0;
    }
}

.login_btn,
.premium_btn,
.upload_button,
.more_options,
.urlbtn,
.more_add_url,
.convert_button,
.startover,
.export_all,
.download_all,
.single_actions,
.more_click_upload,
.tbl-btn,
.tbl-btn-edit,
.tbl-btn-row,
.tbl-btn-col,
.tbl-copy,
.tbl-btn-del,
.tbl-btn-save,
.tbl-download,
.tbl-btn-revert,
.export_single,
.preview_icon,
.download_single,
.upgrade_btn_new,
.formated_pro_btn,
.all_pro_upgrade_btn,
.sheet-tab-btn {
    transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
        border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.2s cubic-bezier(0.4, 0, 0.2, 1),
        filter 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.export_single img,
.preview_icon img,
.download_single img {
    transition: filter 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.upload_button:hover:not(.disabled):not(:disabled),
.urlbtn:hover:not(.disabled):not(:disabled),
.more_add_url:hover:not(.disabled):not(:disabled),
.convert_button:hover:not(.disabled):not(:disabled),
.download_all:hover:not(.disabled):not(:disabled),
.tbl-btn-save:hover:not(.disabled):not(:disabled),
.tbl-download:hover:not(.disabled):not(:disabled),
.upgrade_btn_new:hover:not(.disabled):not(:disabled),
.formated_pro_btn:hover:not(.disabled):not(:disabled) {
    box-shadow: 0 4px 12px rgba(30, 126, 76, 0.28) !important;
    filter: brightness(1.06) !important;
}

.startover:hover:not(.disabled):not(:disabled),
.export_all:hover:not(.disabled):not(:disabled),
.single_actions:hover:not(.disabled):not(:disabled),
.tbl-btn-edit:hover:not(.disabled):not(:disabled),
.tbl-btn-row:hover:not(.disabled):not(:disabled),
.tbl-btn-col:hover:not(.disabled):not(:disabled),
.tbl-copy:hover:not(.disabled):not(:disabled),
.tbl-btn-revert:hover:not(.disabled):not(:disabled),
.sheet-tab-btn:hover:not(.disabled):not(:disabled) {
    background-color: #ededed !important;
    border-color: #969696 !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05) !important;
}

.tbl-btn-del:hover:not(.disabled):not(:disabled) {
    background-color: #ffa496 !important;
    box-shadow: 0 4px 10px rgba(255, 188, 177, 0.4) !important;
}

.login_btn:hover:not(.disabled):not(:disabled) {
    box-shadow: 0 4px 10px rgba(30, 126, 76, 0.2) !important;
}

.premium_btn:hover:not(.disabled):not(:disabled) {
    background-color: #1a1a1a !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
}

.all_pro_upgrade_btn:hover:not(.disabled):not(:disabled) {
    box-shadow: 0 6px 14px rgba(48, 97, 154, 0.35) !important;
    filter: brightness(1.04) !important;
}

.export_single:hover:not(.disabled):not(:disabled),
.preview_icon:hover:not(.disabled):not(:disabled),
.download_single:hover:not(.disabled):not(:disabled) {
    background: var(--action_color) !important;
    border-color: var(--action_color) !important;
    box-shadow: 0 4px 10px rgba(30, 126, 76, 0.25) !important;
}

.export_single:hover:not(.disabled):not(:disabled) img,
.preview_icon:hover:not(.disabled):not(:disabled) img,
.download_single:hover:not(.disabled):not(:disabled) img {
    filter: brightness(0) invert(1) !important;
}

/* When the copy button shows the "copied" tick (check_green = green circle + white
   check), don't invert it on hover — that would turn the whole icon white and hide
   the check. Keep it as-is on every screen. */
.preview_icon.copied:hover:not(.disabled):not(:disabled) img,
.copy_single_action.copied:hover:not(.disabled):not(:disabled) img {
    filter: none !important;
}

.more_options:hover:not(.disabled):not(:disabled) {
    filter: brightness(0.9) !important;
}

/* ==========================================
   INTERNAL STYLES INTEGRATED FROM BLADE
   ========================================== */

.related_tools_section {
    background: #F8F8FB !important;
}

.related_tools_section .related_tool_card {
    padding: 15px 20px;
    min-height: 60px;
    border-radius: 4px;
    border: 1px solid #F8F8FB;
    background: #fff;
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
    font-size: 18px;
    box-shadow: 0px 0px 1.45px 0px #00000026;
}

.related_tools_section .related_tool_card span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.related_tools_section .related_tool_card:hover {
    border-color: var(--action_color);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    transform: translateY(-1px);
}

.use_cases_section .use_case_card {
    padding: 24px;
    border-radius: 19px;
    border: 1px solid #EEF1F0;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.use_cases_section .use_case_card:hover {
    border-color: var(--action_color);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    transform: translateY(-1px);
}

.use_cases_section .use_case_card h3 {
    line-height: 1.3;
}

.use_cases_section .use_case_card p {
    color: #4a4a4a;
    line-height: 1.5;
}

.comparison_section .comparison_table_wrap {
    display: flex;
    justify-content: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.comparison_table_wrap table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #CECECE;
}

.comparison_table_wrap table tr:last-child td {
    border-bottom: 0;
}

.comparison_table_wrap table tr th:last-child,
.comparison_table_wrap table tr td:last-child {
    border-right: 0;
}

.comparison_table_wrap table tr th {
    font-size: 18px;
    font-weight: 700;
}

.comparison_table_wrap table tr td {
    font-weight: 400;
    font-size: 16px;
}

.comparison_table_wrap table tr th,
.comparison_table_wrap table tr td {
    border-bottom: 1px solid #CECECE;
    border-right: 1px solid #CECECE;
    padding: 10px 50px;
    text-align: center;
}

.comparison_table_wrap table tbody tr:hover td {
    background: #FAFAFC;
}

@media (max-width: 767px) {
    .use_cases_section .use_case_card {
        padding: 18px;
    }

    .comparison_section .comparison_table,
    .comparison_section .comparison_table thead,
    .comparison_section .comparison_table tbody,
    .comparison_section .comparison_table tr,
    .comparison_section .comparison_table th,
    .comparison_section .comparison_table td {
        display: block;
        width: 100%;
    }

    .comparison_section .comparison_table thead {
        display: none;
    }

    .comparison_section .comparison_table tbody tr {
        margin-bottom: 14px;
        border: 1px solid #EEF1F0;
        border-radius: 10px;
        background: #fff;
        overflow: hidden;
    }

    .comparison_section .comparison_table tbody td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        text-align: right;
        padding: 12px 16px;
        border-bottom: 1px solid #EEF1F0;
    }

    .comparison_section .comparison_table tbody td:last-child {
        border-bottom: 0;
    }

    .comparison_section .comparison_table tbody td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #767676;
        text-align: left;
        flex-shrink: 0;
    }
}

.step_card {
    background-color: #F8F8FB;
    border-radius: 14px;
    padding: 40px;
}

.step_card div.text-center {
    margin-bottom: 20px;
}

.step_badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 2px;
    background: #000;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.why_our_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.why_our_cell {
    padding: 20px 24px;
    border-right: 2px solid #E9E9E9;
    border-bottom: 2px solid #E9E9E9;
}

.why_our_cell:nth-child(3n) {
    border-right: none;
}

.why_our_cell:nth-last-child(-n+3) {
    border-bottom: none;
}

.why_our_cell p {
    color: #424242 !important;
}

.why_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    background: rgba(var(--action_color_rgb), .12);
}

@media (max-width:991px) {
    .why_our_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .why_our_cell {
        border-right: 1px solid #E5E5E5 !important;
        border-bottom: 1px solid #E5E5E5 !important;
    }

    .why_our_cell:nth-child(2n) {
        border-right: none !important;
    }

    .why_our_cell:nth-last-child(-n+2) {
        border-bottom: none !important;
    }
}

@media (max-width:575px) {
    .why_our_grid {
        grid-template-columns: 1fr;
    }

    .why_our_cell {
        border-right: none !important;
        border-bottom: 1px solid #E5E5E5 !important;
    }

    .why_our_cell:last-child {
        border-bottom: none !important;
    }
}

.testimonials_masonry {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto auto;
    gap: 1.25rem;
}

.testimonials_masonry .testimonial_card:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.testimonials_masonry .testimonial_card:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}

.testimonials_masonry .testimonial_card:nth-child(3) {
    grid-column: 1 / span 2;
    grid-row: 2;
}

.testimonials_masonry .testimonial_card:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
}

.testimonials_masonry .testimonial_card:nth-child(5) {
    grid-column: 2;
    grid-row: 3;
}

.testimonials_masonry .testimonial_card:nth-child(6) {
    grid-column: 3;
    grid-row: 1 / span 3;
}

@media (max-width: 991px) {
    .testimonials_masonry {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }

    .testimonials_masonry .testimonial_card:nth-child(n) {
        grid-column: auto;
        grid-row: auto;
    }
}

.testimonial_card {
    margin-bottom: 0 !important;
    width: 100%;
    border: 1px solid #fff !important;
    border-radius: 17px !important;
    box-shadow: 0px 0px 3px 0px #00000033;
    background: #fff !important;
    display: flex;
    flex-direction: column;
}

.testimonial_card .card-body {
    padding: 22px 22px 18px !important;
    display: flex;
    flex-direction: column;
}

.testimonial_card .card-body p {
    font-size: 14px;
    line-height: 150%;
    color: #7B7B7B;
    margin-bottom: 14px;
}

.testimonial_card .card-body .named {
    font-size: 14px;
    font-weight: 700;
    color: #7B7B7B;
    margin-bottom: 2px !important;
    margin-top: auto;
}

.testimonial_card .card-body .title {
    font-size: 13px;
    color: #7B7B7B;
    font-style: normal;
}

.testimonial_card .card-body svg {
    width: 14px;
    height: 14px;
}

.testimonials_masonry .card-body>div.d-flex.gap-1.mb-2 {
    margin-bottom: 12px !important;
}

.faq_grid .faq_item {
    border: 1px solid #EEEEEE !important;
    border-top: 1px solid #EEEEEE !important;
    border-radius: 5px !important;
    background: #fff !important;
    margin-bottom: 1rem;
    overflow: hidden;
    box-shadow: 0px 0px 4px 0px #00000033;
}

.faq_grid .accordion-button {
    position: relative;
    padding: 22px 24px 20px 60px !important;
    font-size: 18px !important;
    font-weight: 600;
    color: #111 !important;
    background: #fff !important;
}

.faq_grid .accordion-button::after {
    display: none !important;
}

.faq_grid .accordion-button::before {
    content: url('../new-img/plus.svg');
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
}

.faq_grid .accordion-button:not(.collapsed)::before {
    content: url('../new-img/minus.svg');
}

.faq_grid .accordion-body {
    padding: 0 24px 20px 60px;
    color: #6c757d;
    font-size: 16px;
    line-height: 1.55;
}

.blog_card .blog_card_thumb {
    border-radius: 14px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 170px;
}

.blog_card .blog_card_thumb img {
    max-width: 100%;
    max-height: 120px;
    object-fit: contain;
}

.blog_card h3 {
    color: #111;
}

.fs_16 {
    font-size: 16px;
}

.fs_18 {
    font-size: 18px;
}

.fs_20 {
    font-size: 20px;
}

.blog_items {
    box-shadow: 0px 0px 2px 0px #00000033;
    padding: 30px;
    border-radius: 10px;
}


@media (min-width: 576px) and (max-width: 991px) {

    .comparison_table_wrap table tr th,
    .comparison_table_wrap table tr td {
        padding: 10px 25px;
    }

    .comparison_table_wrap table tr th {
        font-size: 16px;
    }

    .comparison_table_wrap table tr td {
        font-size: 14px;
    }

    .footer-bg .footer-social-circles {
        width: auto !important;
    }

    .step_card img.w-100 {
        width: 100%;
        max-width: 200px;
    }
}

@media (max-width: 575px) {
    .testimonials_masonry {
        grid-template-columns: 1fr;
    }

    .related_tools_section .related_tool_card {
        font-size: 16px !important;
    }

    .comparison_table_wrap table tr th,
    .comparison_table_wrap table tr td {
        padding: 10px 10px;
    }

    .comparison_table_wrap table tr th {
        font-size: 14px;
    }

    .comparison_table_wrap table tr td {
        font-size: 12px;
    }

    .faq_grid .accordion-button {
        padding: 16px 16px 16px 60px !important;
        font-size: 16px !important;
    }

    .faq_grid .accordion-body {
        font-size: 12px !important;
    }

    .footer-bg .footer-title {
        font-size: 16px !important;
    }

    .footer-bg .footer-links a,
    .footer-bg .footer-links li,
    .footer-bg .footer-para,
    .footer-bg .scanner_txt_clr,
    .footer-bg a {
        font-size: 14px !important;
    }

    .footer-bg .footer-social-circles {
        width: auto !important;
    }

    .footer-bg .footer_copy_row p,
    .footer-bg .footer_copy_row a {
        font-size: 16px !important;
        font-weight: 600;
    }
}

/* ===== Export As dropdown – smooth open animation ===== */
.export_menu.show {
    animation: exportFadeIn 0.2s ease;
}

.all_export_dropdown_mobile.show {
    animation: exportSlideIn 0.22s ease;
}

@keyframes exportFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes exportSlideIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.export_all::after {
    transition: transform 0.22s ease;
}

.export_all.show::after {
    transform: rotate(180deg);
}

/* ===== Mobile offcanvas auth action (login / logout) ===== */
.mobile_auth_action {
    padding-top: 16px;
}

.mobile_auth_btn {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--action_color);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.mobile_auth_btn:hover,
.mobile_auth_btn:focus {
    color: #fff;
    opacity: 0.9;
}

.mobile_auth_signup {
    font-size: 14px;
    color: #6b7280;
}

.mobile_auth_signup a {
    color: var(--action_color);
    text-decoration: underline;
}

/* ===== Custom scrollbar – all browsers ===== */
/* Firefox */
html {
    scrollbar-width: thin;
    scrollbar-color: var(--action_color) #f1f1f1;
}

* {
    scrollbar-width: thin;
    scrollbar-color: var(--action_color) #f1f1f1;
}

/* WebKit / Blink (Chrome, Edge, Safari, Opera) */
*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

*::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
    background: var(--action_color);
    border-radius: 10px;
    border: 2px solid #f1f1f1;
}

*::-webkit-scrollbar-thumb:hover {
    background: #145c37;
}

/* Per-file single download button stays visible and active on every file row, all devices.
   Use :not(.d-none) so edit mode can still hide the whole button group. */
.output_stage_btns:not(.d-none) {
    display: flex !important;
}

.output_file .download_single,
.output_file_parent .download_single {
    pointer-events: auto;
}

/* Per-file download button: white icon on the green button + lift on hover */
.download_single img {
    filter: brightness(0) invert(1);
}

.download_single:hover:not(.disabled):not(:disabled) {
    box-shadow: 0 4px 12px rgba(30, 126, 76, 0.28) !important;
    filter: brightness(1.08) !important;
}