:root {
    --action_color: #623cea;
    /* --primary-color: #2563EB; */
    /* --secondary-color: #1E293B; */
    /* --accent-color: #F59E0B; */
    /* --text-color: #1E293B; */
    --bg-color: #fafafa;
    /* --border-color: #E2E8F0; */
    /* --radius: 10px; */
}

.bg_secondary {
    background-color: #fafafa;
}

.login-btn,
.btn-style {
    background-color: var(--action_color);
    border-color: var(--action_color)
}
.login-btn:hover,
.btn-style:hover,
.login-btn:active,
.btn-style:active {
    background-color: #4d2ac9 !important;
    border-color: #4d2ac9 !important
}

.d_none {
    display: none;
}

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

.or_row hr {
    width: 143px;
}

/* Toast */

/* Toasts */
#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;
}

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

@media screen and (max-width: 1024px) {
    #toasts {
        width: 400px;
    }
}

@media (max-width: 425px) {
    #toasts {
        width: 100%;
        top: 65px;
        right: 0;
    }
}

#toasts .toast {
    background: #d6d8d9;
    border-radius: 3px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.6);
    cursor: default;
    margin-bottom: 20px;
    opacity: 0;
    position: relative;
    padding: 20px;
    transform: translateY(15%);
    transition:
        opacity 0.5s ease-in-out,
        transform 0.5s ease-in-out;
    width: 100%;
    will-change: opacity, transform;
    z-index: 1100;
}

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

#toasts .toast.error {
    background: #ffebee !important;
    color: #ee0e2e !important;
}

#toasts .toast.success {
    background: #4fa746 !important;
    color: white !important;
}

#toasts .toast.warning {
    background: #ffa533 !important;
}

#toasts .toast.info {
    background: #2cbcff !important;
}

#toasts .toast.primary {
    background: rgb(13, 110, 253) !important;
    color: white;
}

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

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

#toasts .toast .close {
    cursor: pointer;
    font-size: 30px;
}

body {
    /* background-color: var(--bg-color); */
    background: linear-gradient(180deg, #f8f6fc 0%, #ffffff 15.12%);
    font-family: "Plus Jakarta Sans", sans-serif;
}



footer .logo_text {
    color: #000000;
    font-family: Segoe UI;
    font-weight: 400;
    /* font-style: Semibold; */
    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 li {
    margin-bottom: 4px;
}

.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 {
    /* margin-left: 10px; */
    /* svg { */
    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;
}

h2 {
    /* font-family: Plus Jakarta Sans; */
    font-weight: 700;
    /* font-style: Bold; */
    font-size: 28px;
    /* leading-trim: NONE; */
    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-style: Regular; */
    font-size: 18px;

    /* letter-spacing: 0%; */
}

.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%; */
}

.step_content p {
    display: inline;
}

.how_to_steps_main {
    position: relative;
    justify-content: center;
}

.offcanvas-body .nav-item {
    background-color: #FAFAFA;
}

/* ===== New mobile offcanvas (#mobilemenu.oc-new) ===== */
.offcanvas {
    width: 85vw !important;
}

.offcanvas .logo_text {
    font-size: 25px !important;
}

.oc-new .offcanvas-header {
    padding: 18px 20px;
    border-bottom: 1px solid #ececec;
}

.oc-new .offcanvas-header .btn-close {
    padding: 8px;
    margin: 0;
}

.oc-new .offcanvas-body.oc-body-new {
    padding: 14px 16px 16px 16px;
}

.oc-new .oc-nav {
    display: block;
}

/* Generic row used for Tools header, Plans, Language, tool items, See More */
.oc-new .oc-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 14px 16px;
    background-color: #FAFAFA;
    border: 0;
    border-radius: 0px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.oc-new .oc-row:hover,
.oc-new .oc-row:focus-visible {
    color: #1a1a1a;
    background-color: #F0F0F0;
    text-decoration: none;
    outline: none;
}

.oc-new .oc-row-toggle {
    font-weight: 600;
}

.oc-new .oc-row-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex: 1 1 auto;
    min-width: 0;
}

.oc-new .oc-row-sub {
    color: #8a8a8a;
    font-weight: 400;
    font-size: 14px;
    margin-left: 4px;
}

.oc-new .oc-row-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex: 0 0 22px;
}

.oc-new .oc-row-icon-fa {
    font-size: 18px;
    color: var(--action_color);
    width: 22px;
    text-align: center;
    flex: 0 0 22px;
}

.oc-new .oc-row-arrow {
    width: 7px;
    height: 12px;
    object-fit: contain;
    flex: 0 0 7px;
    transition: transform 0.2s ease;
    opacity: 0.6;
}

/* Rotate the arrow downward when its section is open */
.oc-new .oc-row-toggle[aria-expanded="true"]>.oc-row-arrow {
    transform: rotate(90deg);
}

/* "See More" toggles the opposite way: arrow points right when collapsed,
   flips upward (-90deg) when the more-tools list is revealed. */
.oc-new .oc-see-more[aria-expanded="true"]>.oc-row-arrow {
    transform: rotate(-90deg);
}

/* Plain link rows (Plans) keep the arrow pointing right */
.oc-new .oc-row-arrow-static {
    transform: none;
}

/* Tools wrapper — single container for the 6 visible tools, the extra tools
   (collapsed by default), and the See More/Less button. Keeping them as
   siblings under one parent guarantees identical width. */
.oc-new .oc-tools-wrap {
    width: 100%;
}

/* Tool items inside the Tools list — use existing .mobileToolLink markup.
   Reset the global .submenu rule (max-height:0; opacity:0) so Bootstrap's
   .collapse / .collapse.show is what actually controls visibility here.
   Override any utility padding (e.g. px-3) so both lists line up. */
.oc-new .submenu {
    margin: 0;
    padding: 0 !important;
    max-height: none;
    overflow: visible;
    opacity: 1;
    transition: none;
}

.oc-new .submenu>li {
    list-style: none;
}

.oc-new .submenu .mobileToolLink {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 6px 14px;
    background-color: #FAFAFA;
    border-radius: 3px;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
}

.oc-new .submenu .mobileToolLink:hover,
.oc-new .submenu .mobileToolLink:focus {
    background-color: #F0F0F0;
    color: #1a1a1a;
}

.oc-new .submenu .mobileToolLink.active {
    background-color: #EFEAFD;
    color: var(--action_color);
}

.oc-new .submenu .mobileToolLinkName {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.oc-new .submenu .mobileToolLink img:first-child,
.oc-new .submenu .mobileToolLinkName img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex: 0 0 22px;
}

.oc-new .submenu .mobileToolLink .rightArrow2 {
    width: 7px;
    height: 12px;
    flex: 0 0 7px;
    opacity: 0.6;
}

/* "See More" toggle row */
.oc-new .oc-see-more {
    color: var(--action_color);
    font-weight: 500;
    background-color: #FAFAFA;
    padding: 10px 14px;
}

.oc-new .oc-see-more:hover {
    color: var(--action_color);
}

.oc-new .oc-see-more-text-less {
    display: none;
}

.oc-new .oc-see-more[aria-expanded="true"] .oc-see-more-text-more {
    display: none;
}

.oc-new .oc-see-more[aria-expanded="true"] .oc-see-more-text-less {
    display: inline;
}

/* Language collapse panel */
.oc-new .oc-lang-panel {
    background-color: #FAFAFA;
    border-radius: 8px;
    padding: 8px;
    margin-bottom: 8px;
    list-style-type: none;
}

.oc-new .oc-lang-panel .table {
    margin: 0;
    background: transparent;
}

.oc-new .oc-lang-panel .table a {
    color: #1a1a1a;
    text-decoration: none;
}

.oc-new .oc-lang-panel .table a:hover {
    color: var(--action_color);
}

/* Footer (login + signup) */
.oc-new .oc-footer {
    padding: 16px 0 4px 0;
    border-top: 1px solid #ececec;
    margin-top: 16px;
}

.oc-new .oc-action-btn {
    display: block;
    width: 100%;
    background-color: var(--action_color);
    color: #fff;
    border: 0;
    border-radius: 10px;
    padding: 14px 16px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.15s ease;
}

.oc-new .oc-action-btn:hover,
.oc-new .oc-action-btn:focus {
    background-color: var(--action_color);
    color: #fff;
    text-decoration: none;
    opacity: 0.92;
}

.oc-new .oc-action-btn-outline {
    margin-top: 10px;
    background-color: #fff;
    color: var(--action_color);
    border: 1.5px solid var(--action_color);
}

.oc-new .oc-action-btn-outline:hover,
.oc-new .oc-action-btn-outline:focus {
    background-color: #fff;
    color: var(--action_color);
    opacity: 0.92;
}

.oc-new .oc-signup-text {
    text-align: center;
    margin-top: 14px;
    font-size: 14px;
    color: #4a4a4a;
}

.oc-new .oc-signup-text a {
    color: var(--action_color);
    text-decoration: underline;
    margin-left: 4px;
}

.how_to_steps_main::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 32px;
    width: 1%;
    height: 84%;
    border-left: 1px solid #acacac;
    /* background-color: #000; */
}

.how_to_step_heading {
    font-weight: 600;
}

.how_to_steps {
    font-size: 18px !important;
}

.list_items_heading {
    margin-bottom: 10px;
}

.item {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}

.item img {
    margin-right: 5px;
    margin-top: 5px;
}

.formats_table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 20px;
}

/* Base styles for all cells */
.formats_table th,
.formats_table td {
    border-bottom: 1px solid #cecece;
    border-right: 1px solid #cecece;
    padding: 10px 50px;
    text-align: center;
}

/* Add the missing top and left outer borders */
.formats_table th {
    border-top: 1px solid #cecece;
}

.formats_table th:first-child,
.formats_table td:first-child {
    border-left: 1px solid #cecece;
}

/* Typography */
.formats_table th {
    font-weight: 700;
    font-size: 18px;
}

.formats_table td {
    font-weight: 400;
    font-size: 16px;
}

/* --- ODD TABLES: Rounded Left Corners --- */
.formats_table:nth-child(odd) tr:first-child th:first-child {
    border-top-left-radius: 5px;
}

.formats_table:nth-child(odd) tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}

/* --- EVEN TABLES: Rounded Right Corners --- */
.formats_table:nth-child(even) tr:first-child th:last-child {
    border-top-right-radius: 5px;
}

.formats_table:nth-child(even) tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}

/* Optional: Uncomment below if even tables still need a removed left border */
.input_vs_output_card {
    position: relative;
}

.input_vs_output_card .card-body {
    padding: 30px 20px;
}


.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; */
    padding: 25px;
}

.why_our_section_main>.col-md-6>.card>.card-body p,
.who_can_section_main>.col-md-4>.card>.card-body p {
    margin-bottom: 0px !important;
}

.who_can_section_main>.col-md-4>.card {
    border-radius: 20px;
    box-shadow: 0px 0px 4px 0px #00000022;
}

.who_can_section_main>.col-md-4>.card>.card-body {
    padding: 32px;
    /* padding: 20px; */
}

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

.accordion-item {
    background-color: transparent !important;
    outline: none !important;
    /* border: 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;
    margin-right: -5px !important;

}

.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;
    padding-bottom: 10px !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: Segoe UI;
    font-weight: 400;
    font-size: 17.03px;
    line-height: 100%;
}

.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-color: var(--action_color);
    color: var(--action_color);
    min-width: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    border-radius: 10px;
    /* box-shadow: 0px 0px 2px 0px #00000033; */
}

.login_btn:hover,
.login_btn:active {
    background-color: var(--action_color);
    color: white;
    /* text-decoration: none; */
}

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

.localize_dropdown {
    list-style: none;
}

.tools_dropdown {
    position: relative;
    /* important for absolute child */
}

#more_tools_mega_menu {
    min-height: fit-content;
    width: 800px;
    position: absolute;
    top: 100%;
    /* place below nav item */
    left: -300px;
    background-color: #fff;
    border-radius: 10px;
    z-index: 9999;
    padding: 10px;
    display: none;
}

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

.submenu.open {
    max-height: fit-content;
    /* big enough for content */
    opacity: 1;
}

.localized_mega_menu {
    width: fit-content !important;
    left: 0px !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);
}

/* 🔥 Show when hovering parent OR menu */
.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;
}

.mobileToolLinkName {
    width: 100%;
}

.feature_box {
    box-shadow: 0px 0px 4px 0px #0000001a;
    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;
}

.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: 40px;
    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: 70px;
    }

    .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;
    }
}

/* Medium Desktop (1401px to 1500px) */
@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-height: 36px !important; */
        min-width: 80px !important;
    }

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

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

    .short_desc {
        margin-bottom: 12px !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: 220px !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: 12px !important;
    }

    .more_options {
        height: 50px !important;
    }

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

    .navbar-nav {
        gap: 20px;
        margin-left: 30px !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;
    }
}

/* Tablet/Small Desktop (1200px to 1400px) */
/* This returns to 35/65 per your original logic */
@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 (max-width:1800px)   and (max-height:700px)  and (min-width:992px){
    .uploaded_inner_containter {
        height: 70% !important;
    }
}
@media screen and (min-width: 1150px) and (max-width: 1300px) {
    .navbar-nav {
        margin-left: 30px;
        gap: 15px;
    }

    #more_tools_mega_menu {
        left: -350px !important;
    }
}

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

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

    #more_tools_mega_menu {
        left: -400px !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;

        /* min-width: 80px; */
    }

    .login_btn {
        min-width: 70px;
    }

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

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

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

    .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; */
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    text-align: center;
    text-transform: capitalize;
    margin: 20px 0px;
}

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

.download_single {
    min-width: 35px;
    min-height: 35px;
    width: 35px !important;
    /* border: none !important; */
    text-decoration: none !important;
    padding: 0px;
    background: white !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;
    /* border: none !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-color:
                                                                                         */
    background: #f4f4f4 !important;
}

.main_tool {
    min-height: 463px;
    border-radius: 15px;
    background-color: #fefefe;
    width: 100%;
    min-width: 100%;
    transition: all 0.5s ease;
    box-shadow: 0px 0px 4px 0px #0000001a;
    padding: 19px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.main_tool.image_to_text{
    min-height: 443px !important;
    height: 443px !important;
}

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

.main_tool_inner {
    min-height: 424px;
    border: none;
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='calc(100%25 - 1px)' height='calc(100%25 - 1px)' rx='14.5' fill='none' stroke='%23969696' stroke-dasharray='8 8'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    border-radius: 15px;
}
.main_tool_inner.image_to_text{
    min-height: 403px !important;
    height: 403px !important;
}

/* Firefox only */
@-moz-document url-prefix() {
    .main_tool_inner {
        background-image: none;
        border: 2px dashed #969696;
    }
}

.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);
    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: 500;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0%;
    cursor: pointer;
    transition: background 0.2s ease;


}

.upload_button:hover,
.convert_button:hover,
.download_all:hover {
    background-color: #5633D1;
}

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

.more_options {
    height: 62px;
    /* width: 62px; */
    display: flex;
    justify-content: center;
    align-items: center;
    /*
    border-radius: 15px;
    /* background-color: #fff; */
    /* border: 0.37px solid #969696 !important; */
    /* background: #F4F4F4 !important; */
    /* color: #000 !important; */

    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;
}

/* The state when it is hidden */
.urlArea.hidden {
    display: none;
    height: 0px !important;
    opacity: 0;
    transform: translateY(-10px);
}

/* The magic: defines the 'before' state for the transition */
@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;
}

.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;
}

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

.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;
}
.image_to_text.drag_drop{
    font-size: 20px;
    font-weight: 600;
}

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 {
    /* color: #0E9F6E; */
    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;
}
.files_supported.image_to_text{
font-size: 16px !important;
}
.qr_code {
    top: -110px !important;
    left: 240px !important;
    position: absolute;
}

.more_upload {
    height: 86px;
    min-height: 86px;
    width: 100%;
    min-width: 100%;
    background-color: #fafafa;
    border: 1px solid #cccccc;
    border-radius: 10px;
    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;
    /* flex-direction: column; */
}

.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;
    /* background-color: #fff !important; */
    width: 100%;
    /* box-shadow: 0px 0px 2px 0px #00000033; */
    border-radius: 15px;
}

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

.convert_bottom {
    height: 24% !important;
    border-top: 1px solid #00000033;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}

.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: 100%; */
    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: 10px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.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;
    /* box-shadow: 0px 0px 2px 0px #; */

    /* padding: 0px 15px; */
}

.uploaded_item.active {
    position: relative;
    background-color: #f9f9f9;
    /* border-left: 1px !important; */
    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);
    /* font: 11px/1 'Share Tech Mono', monospace; */
    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;
    /* object-fit: cover; */
    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: 12px;
    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;
    /* box-shadow: 0px 0px 2px 0px #00000033; */
    color: #000 !important;
}

.export_all {
    min-width: 153px;
    height: 42px;
    gap: 12px;
    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;
    /* box-shadow: 0px 0px 2px 0px #00000033; */
    color: #000;
}

.export_all::after {
    border: 0px;
    content: url("../icons-new/arrow-down-dark_thin.png");
    display: inline-block;
}
.export_all.show::after{
    border: 0px;
    content: url("../icons-new/arrow-down-dark_thin.png");
    display: inline-block;
    transform: rotate(180deg);
}

.all_export_dropdown_mobile {
    top: auto !important;
    background-color: #fff;
    height: 107px !important;
    box-shadow: 0px 0px 2px 0px #00000040;
    /* border: none; */
    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: none; */
    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;
    /* box-shadow: 0px 0px 2px 0px #00000033; */

    color: #fff !important;
    text-decoration: none;
}

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

label {
    cursor: pointer;
}

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

/* Wrapper */
.table-edit-wrapper {
    position: relative;
}

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

/* Base button */
.tbl-btn {
    padding: 0px 10px;
    border: none;
    cursor: pointer;
    transition:
        background 0.15s,
        transform 0.1s,
        box-shadow 0.15s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    white-space: nowrap;
}

.tbl-btn:active {
    transform: scale(0.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;
    }

    .col-md-4_5 {
        width: 38% !important;
        flex: 0 0 auto;
    }

    .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;
        /* border: none !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;
    }
    .upload_row.image_to_text{
        align-items: flex-start !important;
        height: fit-content !important;
    }
}

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

.input_vs_output_card::after {
    content: "";
    /* Required for pseudo-elements to render */
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #c3bebe;
    /* Use background-color instead of border for a clean line */
    top: 0;
    left: 46%;
    /* Align to the top */
    /* right: 0;                     Or use left: 50% for a center divider */
}

.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, 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 0.12s;
}

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

/* Table in edit mode */
.tbl-edit-active td[contenteditable="true"],
.tbl-edit-active th[contenteditable="true"] {
    outline: none;
    transition: background 0.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;
}

/* Selected cell highlight */
.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;
}

.formats_table:nth-child(even) th:first-child,
.formats_table:nth-child(even) td:first-child {
    border-left: 0;
}

@media screen and (max-width: 991px) {
    h1 {
        /* font-family: "Plus Jakarta Sans", sans-serif; */
        font-weight: 600;
        font-size: 25px !important;
        /* line-height: 39px; */
    }
 

    header {
        height: 65px !important;
    }

    .logo {
        width: 43px !important;
        height: 31px !important;
    }

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

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

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

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

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

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

    .short_desc,
    .feature_box_row {
        display: none !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; */
        min-height: 75vh !important;
        height: 75vh !important;
        position: relative;
        flex-direction: column;
    }

    .main_tool_inner {
        /* height: 589px; */
        height: 72vh !important;
    }

    .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-family: "Plus Jakarta Sans", sans-serif; */
        font-weight: 400;
        font-size: 18px !important;
        border-radius: 10px;
    }

    .uploading_container {
        padding: 0px;
    }

    .uploaded_container {
        /* height: 585px; */
        height: 75vh !important;
    }

    .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: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .conversion_container {
        box-shadow: none;
        /* background-color: #fff !important; */
        /* height: 610px; */
        /* --base-min-height: 610px; */
        min-height: 74vh !important;
        height: 74vh !important;
    }

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

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

    .conversion_stage {
        /* align-items: flex-end !important; */
        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 {
        /* margin-top: auto; */
        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: 70% !important;
        /* min-height: 40px !important; */
    }

    .more_add_url,
    .urlbtn {
        min-width: 30% !important;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 400;
        font-size: 14px;
    }

    .more_add_url .close {
        /* display: none; */
        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-family: "Plus Jakarta Sans", sans-serif; */
        font-weight: 700;
        font-size: 18px;
    }

    #uploaded_row {
        row-gap: 20px;
        position: relative;
    }
   


    .second_screen_mobile {
        /* width: 32px !important; */
        height: 35px !important;
        /* border: 1px solid  var(--action_color); */
        /* border-radius: 7px; */
        /* background: #F5F5F5; */
        gap: 10px;
        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 !important;
        padding-top: 5%;
        width: 100%;
        gap: 5px;
        margin-bottom: 0px !important;
        border-top: 1px solid #00000026;
        margin-top: 10px;
    }
    .mobile_export {
        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;
        /* min-width: 100%; */
        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,
    .output_file_parent.active .download_single {
        background-color: #f4f4f4 !important;
        /* border: none !important; */
        /* display: flex !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;
    }

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

    .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;
        /* anchors to the left edge of the trigger instead */
    }

    .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 {
        /* width: 100% !important; */
        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;
    }

    .formats_table:nth-child(even) th:first-child,
    .formats_table:nth-child(even) td:first-child {
        border-left: 1px solid #cecece;
    }
    .footer-links, .footer_email {
        padding-left: 0px;
    }
}
@media screen and (max-height:600px) and (max-width:991px){
        header {
        height: 50px !important;
    }

    .logo {
        width: 43px !important;
        height: 31px !important;
    }
    
    .main_tool {
        min-height: 90vh !important;
        height: 80vh !important;
      
    }

    .main_tool_inner {
        height: 70vh !important;
    }
    .uploaded_container{
        height: 70vh !important;

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

    .formats_table th,
    .formats_table td {
        padding: 10px 20px;
    }

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

    .how_to_steps_main::before {
        content: "";
        position: absolute;
        top: 28px;
        left: 27px;
        width: 1%;
        height: 75%;
        border-left: 1px solid #acacac;
        /* background-color: #000; */
    }

    .why_our_section_main>.col-md-6>.card {
        border-radius: 10px;
    }

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

    .input_vs_output_card {
        background-color: transparent !important;
        border: none !important;
    }

    .input_vs_output_card::after {
        content: none;
    }

    .who_can_section_main>.col-md-4>.card {
        border-radius: 15px !important;
        box-shadow: 0px 0px 4px 0px #00000033 !important;

    }

    .accordion-button {
        font-weight: 500 !important;
        font-size: 16px !important;
    }

    .footer-links,
    .footer_email {
        padding-left: 0px;
    }

    .footer_btn {
        margin-left: 0px !important;
        margin-right: 10px !important;
    }
    .footer-links a,
.footer_email {
    text-decoration: none !important;
    color: #000000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
}
}

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

 
 
@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;
    }

     

    .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;
    }
}









.table_loader_overlay {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    height: 100%;
    width: 100%;
    /* background-color: #fff; */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* z-index: 9999; */
    /* background-image: url('images/blurtable.png'); */
    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 #623cea;
    border-bottom-color: #623cea33;
    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(0.4, 0, 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, 0.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 20px 10px 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 {
    /* top: -200%; */
    min-height: fit-content;
    top: 0px !important;
    left: 325px !important;
}

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

/* ── POPUP ── */
/* ── Popup container ── */
#tpPopup {
    position: fixed;
    bottom: 90px;
    right: 15px;
    width: 270px;
    background: #ffffff;
    border-radius: 12px;
    border: 0.5px solid #e0e0e0;
    padding: 20px 20px 16px;
    box-sizing: border-box;
    font-family:
        -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.15),
        0 2px 8px rgba(0, 0, 0, 0.08);
    transform: translateY(120%);
    opacity: 0;
    z-index: 9999;
    display: none;
}

#tpPopup.tp-show {
    display: block;
    animation: tpSlideUp 0.45s cubic-bezier(0.34, 1.3, 0.64, 1) forwards;
}

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

#tpPopup.hidden {
    animation: none;
    display: none;
}

/* ── Close button ── */
#tpPopup .popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 2px 6px;
    font-size: 16px;
    color: #888;
    line-height: 1;
}

/* ── Step visibility ── */
#tpPopup .popup-step {
    display: none;
}

#tpPopup .popup-step.active {
    display: block;
}

/* ── Step 1 ── */
#tpPopup .step-headline {
    margin: 0 0 16px;
    font-size: 15px;
    font-weight: 500;
    color: #111;
}

#tpPopup .btn-positive {
    width: 100%;
    background: #00b67a;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

#tpPopup .btn-negative {
    width: 100%;
    background: transparent;
    color: #666;
    border: 0.5px solid #ccc;
    border-radius: 8px;
    padding: 9px 0;
    font-size: 13px;
    cursor: pointer;
    margin-bottom: 12px;
}

#tpPopup .dismiss-link {
    margin: 0;
    text-align: center;
    font-size: 12px;
    color: #aaa;
    cursor: pointer;
}

/* ── Step 2a — Positive ── */
#tpPopup .positive-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}

#tpPopup .positive-header svg {
    flex-shrink: 0;
}

#tpPopup .positive-header p {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    color: #111;
}

#tpPopup .rating-pill {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

#tpPopup .rating-stars {
    display: flex;
    gap: 2px;
    flex-shrink: 0;
}

#tpPopup .rating-stars .star-faded {
    opacity: 0.4;
}

#tpPopup .rating-score {
    font-size: 12px;
    font-weight: 500;
    color: #111;
}

#tpPopup .rating-count {
    font-size: 12px;
    color: #666;
}

#tpPopup .helper-line {
    margin: 0 0 8px;
    font-size: 12px;
    color: #666;
    line-height: 1.5;
}

#tpPopup .btn-trustpilot {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    box-sizing: border-box;
    background: #00b67a;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 10px;
}

/* ── Step 2b — Negative ── */
#tpPopup .negative-headline {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 500;
    color: #111;
}

#tpPopup .negative-subtext {
    margin: 0 0 12px;
    font-size: 12px;
    color: #666;
}

#tpPopup .feedback-textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: 13px;
    padding: 8px 10px;
    border-radius: 8px;
    border: 0.5px solid #ccc;
    background: #f5f5f5;
    color: #111;
    resize: none;
    height: 80px;
    margin-bottom: 10px;
    font-family: inherit;
}

#tpPopup .btn-submit {
    width: 100%;
    background: #f5f5f5;
    border: 0.5px solid #ccc;
    border-radius: 8px;
    padding: 9px 0;
    font-size: 13px;
    font-weight: 500;
    color: #111;
    cursor: pointer;
    margin-bottom: 10px;
    font-family: inherit;
}

/* ── Step 3 — Thank you ── */
#tpPopup #step-thanks {
    text-align: center;
    padding: 12px 0 6px;
}

#tpPopup .thanks-icon {
    margin-bottom: 10px;
}

#tpPopup .thanks-headline {
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 500;
    color: #111;
}

#tpPopup .thanks-subtext {
    margin: 0;
    font-size: 12px;
    color: #666;
}

/* Close button */
.tp-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1.5px solid #d0ccc5;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    font-size: 14px;
    line-height: 1;
    transition:
        background 0.15s,
        color 0.15s;
    padding: 0;
}

.tp-close:hover {
    background: #f5f4f0;
    color: #333;
}

.sheet-tabs-bar {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;

    margin-top: 20px;
    /* pushes to bottom */
    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: none; */
    border-color: #0e9f6e1a !important;
    /* color: #0E9F6E; */
    /* font-weight: 500; */
    /* z-index: 2; */
}

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

/* Desktop: static row that wraps if needed (preserves the original look). */
.brand-marquee {
    overflow: hidden;
}

.brand-track {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 24px;
}

.brand-track .brand-clone {
    display: none;
}

/* Below lg: switch to an infinite horizontal marquee. */
@media (max-width: 991px) {
    .brand-marquee {
        /* Soft fade on both edges so logos appear to scroll out of view. */
        -webkit-mask-image: linear-gradient(to right,
                transparent,
                #000 8%,
                #000 92%,
                transparent);
        mask-image: linear-gradient(to right,
                transparent,
                #000 8%,
                #000 92%,
                transparent);
    }

    .brand-track {
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: max-content;
        gap: 48px;
        animation: brand-scroll 22s linear infinite;
        will-change: transform;
    }

    .brand-track:hover {
        animation-play-state: paused;
    }

    .brand-track .brand-clone {
        display: inline-block;
    }

    .brand-track img {
        flex: 0 0 auto;
    }

    @keyframes brand-scroll {
        from {
            transform: translate3d(0, 0, 0);
        }

        to {
            transform: translate3d(-50%, 0, 0);
        }
    }
}

/* Honor users who prefer reduced motion — fall back to a scrollable row. */
@media (prefers-reduced-motion: reduce) {
    .brand-track {
        animation: none !important;
        overflow-x: auto;
    }

    .brand-track .brand-clone {
        display: none;
    }
}
.contentManage table{
    overflow-x: auto !important;
    width: 100%;
    margin: 20px 0px;
}

.contentManage table td {
    border: 1px solid #e8e8e8;
    /* white-space: nowrap; */
    padding: 5px 15px;
}