:root{
    --primary-color: #E02424;
    --bs-blue: #E02424;
    --primary-bg-color: #E02424;
    --font-family: "Montserrat", sans-serif;
    --logo-size : 24px;
    --main-heading-size : 34px;
    --h2-heading-size : 26px;
    --sub-heading-size : 20px;
    --heading-size : 18px;
    --para-content-size : 16px;
    --para-content-color : #000000;
    --black-bg : #000000;
    --grey-bg : #FAFAFA;
    --grey-btn-bg : #F5F5F5;
    --semibold : 500;
    --box-shadow : 0px 4px 4px 0px #00000014;
}

body {
    font-family: var(--font-family);
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    background: linear-gradient(180deg, #F5F5F5 0%, #FFFFFF 19.04%);
}

.bg-grey{
    background-color: var(--grey-bg);
}

.nav-shadow{
    box-shadow: 0px 0px 45px 0px #0000000A;
}

.text-black{
    color: var(--para-content-color);
    font-weight: var(--semibold);
}

.text-danger{
    color: var(--primary-color);
}

.semi-bold{
    font-weight: var(--semibold);
}

.fw-600{
    font-weight: 600;
}

.bg-transparent{
    background-color: transparent !important;
}

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

.fs-14{
    font-size: 14px;
}

.fs-15{
    font-size: 15px !important;
}

.fs-20{
    font-size: 20px;
}

.fs-30{
    font-size: 30px;
}

.opacity-03 {
    opacity: 0.3;
}

h2 strong {
    font-weight: 700;
}

h3 strong {
    font-weight: 600;
}

p strong {
    font-weight: 600;
}

.auth-title{
    font-size: 26px;
    font-weight: 700;
}

.text-white{
    color: #fff !important;
}

.text-grey{
    color: #444 !important;
}

.policy p{
    color: #6F6F6F;
}

.file-name{
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.file-size {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #000;
}

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

.border-radius-20{
    border-radius: 20px !important;
}

.border-radius-10{
    border-radius: 10px !important;
}

a:hover {
    color: var(--primary-bg-color);
}

#cloudfare-recaptcha-container{
    position: relative;
    left: -10px;
    right: 0;
    bottom: 60px;
}

#adngin-top_banner-0{
    min-height: 90px
}

#adngin-sidebar_1-0, #adngin-incontent_2-0{
    min-height: 250px
}

.input-container {
    position: relative;
    margin-bottom: 20px;
}

.input-container input , .input-container textarea{
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    border: 2px solid #000;
    border-radius: 30px;
    outline: none;
    background: none;
}

.input-container input:focus , .input-container textarea:focus{
    box-shadow: none !important;
    outline: none !important;
    border-width: 2px !important;
    border-color: var(--primary-color) !important;
}

.input-container label {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    background: #fff;
    padding: 0 5px;
}

.input-container input:focus + label, .input-container textarea:focus + label ,
.input-container input:not(:placeholder-shown) + label , .input-container textarea:not(:placeholder-shown) + label{
    top: 0px;
    left: 25px;
    font-size: 14px;
    color: var(--primary-color);
}

.password-wrapper {
    position: relative;
}

.password-wrapper .toggle-password {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #888;
}

#sidebar .nav-item .nav-link {
    color: var(--para-content-color);
    padding: 10px !important;
}

.nav-item .nav-link {
    color: var(--para-content-color);
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 8px;
    padding-bottom: 8px;
}

.custom-dropdown.nav-item .nav-link:hover{
    border-radius: 10px;
    background-color: #eee;
}

.nav-item .nav-link span{
    font-size: 16px;
    font-weight: 500;
}

.custom-dropdown .nav-item .nav-link.active{
    color: var(--primary-bg-color) !important;
}

.accordion-body ul li a.active {
    color: var(--primary-bg-color) !important;
}

.tools-btn:focus{
    outline: none !important;
    box-shadow: none !important;
}

.tools-btn.active , .api-btn.active , .blog.active {
    color: var(--primary-bg-color) !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.nav-link{
    color: var(--para-content-color) !important;
    font-weight: 600;
    font-size: var(--para-content-size);
}

.previews .nav-item .nav-link{
    background-color: #fff;
    color: #000 !important;
    border: 2px solid #F5F5F5 !important;
    padding: 5px 10px !important;
    border-radius: 58px;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    text-wrap-mode: nowrap;
}

.previews .nav-item .nav-link.active{
    background-color: #0E9F6E1A;
    color: #000 !important;
    border: 2px solid #0E9F6E1A !important;
    padding: 5px 10px !important;
    border-radius: 58px;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    text-wrap-mode: nowrap;
}

.dowload-box-shadow {
    box-shadow: 0px 0px 4px 0px #0000004D;
}

.logo-text {
    font-size: var(--logo-size);
    font-weight: 700;
    color: var(--para-content-color);
}

.text-yellow{
    color: #FFA000 !important;
}

.plan-btn{
    background-color: #FFF7EB;
    border: 1px solid #FFA000;
    color: #FFA000;
    font-weight: var(--semibold);
    border-radius: 60px;
}

.plan-btn:focus{
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #FFA000;
}

.tools-btn , .api-btn, .api-btn:focus{
    color: var(--para-content-color);
    font-weight: 600;
    outline:none !important;
    box-shadow: none !important;
}

.btn-black{
    background-color: var(--black-bg);
    color: #fff !important;
    font-weight: var(--semibold);
    border-radius: 60px;
    padding-top: .30rem !important;
    padding-bottom: .30rem !important;
}

.config-btn{
    background-color: var(--black-bg);
    color: #fff !important;
    font-weight: var(--semibold);
}

.apply-btn{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.config-drop-btn{
    background-color: #000;
    padding: 5px 7px 7px 10px;
    margin-left: -4px;
    border: .25px solid #000;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.btn-black:focus , .convert-btn:focus , .limit-btn:focus , .config-btn:focus , .config-drop-btn:focus{
    outline: none !important;
    box-shadow: none !important;
}

.custom-dropdown{
    height: 100%;
    max-height: 100%;
    min-height: auto;
}

#apiDropMenu .custom-dropdown{
    height: 100%;
    max-height: 100%;
    min-height: auto;
}

.custom-dropdown .nav-title{
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.custom-dropdown .title{
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.menu-hr{
    width: 80%;
    margin: 0 !important;
}

.list-group-item.active{
    color: #000 !important;
    background-color: #FFF7EB !important;
    border-color: #FFF7EB !important;
}

.more-converters , .more-converters:hover{
    text-decoration: none;
    color: #999999;
    font-size: 14px;
    font-weight: var(--semibold);
}

#toolDropMenu , #apiDropMenu{
    margin-top: 2px;
    position: absolute;
    z-index: 10;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

#apiDropMenu .custom-dropdown ul li , #toolDropMenu .custom-dropdown ul li {
    padding: 8px 14px;
    border-radius: 8px;
}

#apiDropMenu .custom-dropdown ul li:hover , #toolDropMenu .custom-dropdown ul li:hover{
    padding: 8px 14px;
    border-radius: 8px;
    background-color: #F5F5F5;
}

.search-icon{
    background-color: #fff;
    border-radius: 10px 0px 0px 10px
}

.search-input{
    box-sizing: border-box;
    width: calc(100% - 2px);
    height: 60px;
    background-color: #fff;
    border: 0;
    padding-left: 10px;
    font-size: 20px;
    outline: none;
}

.password-box{
    background-color: #F5F5F5;
}

.input-group-text{
    background-color: #fff !important;
    border-left: none !important;
}

.password-section label{
    font-size: 14px;
}

.password-section input{
    border-right: none !important;
}

.password-section input:focus{
    box-shadow: none !important;
    outline: none !important;
    border-color: #ced4da !important;
}

.cross-icon{
    background-color: #fff;
    border-radius: 0px 10px 10px 0px;
}

#suggestions{
    height: auto;
    max-height: 270px;
    margin-top: 2px;
    overflow-y: auto;
}

.suggestion-item a{
    text-decoration: none;
    font-size: var(--heading-size);
    font-weight: var(--semibold);
    color: var(--para-content-color);
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

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

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.code-tab-content::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.code-tab-content::-webkit-scrollbar-track {
    background: #4A4C58;
    border-radius: 10px;
}

.code-tab-content::-webkit-scrollbar-thumb {
    background: #6A6E89;
    border-radius: 10px;
}

.code-tab-content::-webkit-scrollbar-thumb:hover {
    background: #6A6E89;
}

.sidebar {
    position: fixed;
    left: -100%;
    width: 100%;
    height: 93.2vh;
    background-color: #fff;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    z-index: 1050;
    padding: 14px 0px;
    overflow: auto;
}

.sidebar.open {
    left: 0;
}

#sidebar li a{
    text-decoration: none;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eee;
    opacity: 0.6;
    display: none;
    z-index: 999;
}

.social-media strong{
    font-size: var(--heading-size );
    text-transform: capitalize;
}

.cursor-pointer{
    cursor: pointer;
}

.copy-right p{
    font-size: var(--para-content-size);
    font-weight: var(--semibold);
    font-family: var(--font-family);
}

.footer-menu-title{
    font-weight: 600 !important;
    font-size: var(--logo-size);
}

.footer-menu-item{
    font-size: var(--para-content-size);
    font-weight: var(--semibold);
    color: var(--para-content-color);
}

.page-title{
    font-size: var(--main-heading-size);
    font-weight: 700;
    padding-top: 30px;
}

.page-description{
    font-size: var(--para-content-size);
    font-weight: 400;
}

.tool-section {
    width: 100%;
    min-height: calc(100vh - 54px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tool-border{
    border: 2px dashed #C3C3C3;
}

.tool-box{
    border-radius: 20px;
    padding: 100px;
    position: relative;
    background-color: #fff;
}

.tool-box:hover{
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 10px;
    transition: all 0.3s ease-in-out;
}

.tool-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(27, 27, 27, 0.1);
    z-index: 1;
    border-radius: 20px;
}

.upload-area , .download-area {
    background-color: #fff;
    border-radius: 20px;
    padding: 32px 50px 25px 50px;
}

.upload-area-height , .download-box-height{
    height: 100%;
    max-height: 627px;
    overflow-y: auto;
}

.trash-circle {
    background-color: #F5F5F5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copy-circle {
    background-color: #F3F3F3;
    padding: 10px;
    border-radius: 10px;
}

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

.overlay-content p {
    color: #000;
    font-size: 32px;
    font-weight: 600;
}

.tool-line {
    height: 350px;
    border: 2px solid #F5F5F5;
    border-radius: 4px;
}

.gap-40 {
    gap: 40px;
}

.handwriting-box{
    height: 100%;
    min-height:552px;
    max-height:552px;
    outline:none;
    padding: 7px;
    border: 2px solid #eee;
    overflow-y: auto;
}

.line{
    height: 32px;
    border: 1px solid #DBDBDB;
}

.upload-option-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #F5F5F5;
    padding: 7px 16px ;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
}

#chooseFile.btn-primary{
    display: inline-flex;
    align-items: center;
    gap: 16px;
    font-size: 26px;
    font-weight: 600;
    border-color: var(--primary-bg-color) !important;
    padding: 10px 15px !important;
    border-radius: 10px;
    outline: none;
    box-shadow: 0px 0px 20px 0px #E024244D;
    background: linear-gradient(92.17deg, #BF0D0D 0.31%, #E02424 100%);
}

#chooseFile.btn-primary:focus{
    outline: 2px solid var(--primary-bg-color) !important;
    outline-offset: 3px;
    box-shadow : 0 0 0 .25rem rgba(241, 29, 29, 0.5) !important;
}

.url-input{
    border: 1px solid #F5F5F5;
    border-radius: 10px;
}

.url_upload {
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    border: none;
}

.url_upload:focus{
    outline: none !important;
    box-shadow: none !important;
    border-color: #C3C3C3 !important;
}

.close-url {
    position: absolute;
    top: -25px;
    right: 14px;
}

.add_url{
    background: linear-gradient(331.56deg, #E02424 1.89%, #EA5B5B 85.12%);
    font-size: 16px;
    height: 40px;
    border: none;
    color: #fff;
    border-radius: 10px;
    text-wrap-mode: nowrap;
    font-weight: 600;
}

.qr_code img{
    width: 100%;
    max-width: 130px;
    height: 100%;
    max-height: 130px;
}

.qr_code p{
    font-size: 12px;
}

.qr_code{
    position: absolute;
    width: 170px;
    height: 200px;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    top: -130px;
    left: 47%;
}

.info-tooltip {
    position: absolute;
    background-color: #000;
    top: -70px;
    left: 83px;
    width: 100%;
    max-width: 245px;
    padding: 15px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    border-radius: 10px 10px 10px 0;
}

.ocr-box {
    cursor: pointer;
    background: #fff;
    transition: 0.3s;
}

.ocr-box:hover {
    background: #F0F0F0;
    border-radius: 10px;
}

.ocr-box.active {
    background: #F0F0F0;
    border-radius: 10px;
}

.layout-btn {
    border: 2px solid #F3F3F3 !important;
    background-color: #F3F3F3;
    color: #9C9C9C;
    padding: 7px 20px;
    border-radius: 7px;
}

.layout-btn.active {
    border: 2px solid #E02424 !important;
    background: #F3F3F3 !important;
    color: #E02424 !important;
}

.layout-btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.convert-btn {
    border-radius: 7px;
    font-weight: 700;
}

.upload-another , .upload-another:hover , .upload-another:focus{
    background-color: #F3F3F3;
    color: #9C9C9C;
    border-radius: 10px;
    box-shadow: none !important;
    outline: none !important;
}

@media (max-width: 991px) {
    .qr_code {
        left : 48%;
    }

    .tool-box {
        padding: 50px;
    }

    .tool-icon img {
        width: 100%;
        height: auto;
    }

    #chooseFile.btn-primary {
        font-size: 16px;
    }

    #chooseFile.btn-primary img {
        width: 16px;
        height: 16px;
    }
}

.drag-n-drop-text{
    font-size: 16px;
    color: #00000099;
}

.page-subheading-new{
    font-size: var(--main-heading-size);
    font-weight: 600;
}

.page-subheading{
    font-size: var(--h2-heading-size);
    font-weight: 600;
}

.step-count{
    font-size: 60px;
    font-weight: 700;
    position: absolute;
    top: -30px;
}

.step-cricle-1{
    width: 100%;
    max-width: 60px;
    height: auto;
    max-height: 60px;
    background-color: #FEECDC;
}

.step-cricle-2{
    width: 100%;
    max-width: 60px;
    height: auto;
    max-height: 60px;
    background-color: #CFECF9;
}

.step-cricle-3{
    width: 100%;
    max-width: 60px;
    height: auto;
    max-height: 60px;
    background-color: #FAE2E2;
}

.api-feature-content {
    border-radius: 20px;
}

.api-feature-content h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
}

.api-feature-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 10px;
}

.col-md-12.py-max{
    background: linear-gradient(180deg, #F5F5F5 0%, #FFFFFF 20.39%);
    padding-top: 150px;
    padding-bottom: 150px;
}

.step-content h3 , .feature-content h3{
    font-size: var(--sub-heading-size);
    font-weight: 600;
}

.step-content p , .feature-content p{
    font-size: var(--para-content-size);
    font-weight: 500;
    line-height: 24px;
}

.tool-card{
    border: none;
    border-radius: 20px;
    padding: 30px;
}

.tool-card:hover{
    box-shadow: 0px 10px 46px 0px #0000000F;
}

.tool-card a{
    display: flex;
    flex-direction: column;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    color: var(--para-content-color);
    font-weight: var(--semibold);
}

.tool-card a span{
    font-size: var(--para-content-size);
    text-align: center;
    font-weight: 500;
}

.adTitles {
    position:relative;
    top: -19px;
}

.fixed-ad{
    width: inherit;
    position: sticky;
    top: 3px;
}

.more-tools {
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #000;
    border-radius: 70px;
    padding: 7px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none;
}

.more-tools:hover , .more-tools:focus{
    background-color: var(--primary-bg-color);
    color: #fff;
    border: 1px solid var(--primary-bg-color);
    outline: none !important;
    box-shadow: none !important;
}

.feature-img{
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.page-content h2{
    font-size: 22px !important;
    font-weight: 500;
    margin: 15px 0 !important;
}

.list-style-icon {
    list-style-image: url('../images/list-icon.svg');
    line-height: 30px;
}

.list-box {
    padding: 30px;
    border: 1px solid #F5F5F5;
    border-radius: 15px;
}

.line-height-30 {
    line-height: 30px;
}

.page-content p{
    margin: 0 !important;
}

.page-content h3{
    font-size: 18px !important;
    font-weight: bold;
    margin: 15px 0 !important;
}

.faq-box{
    border-radius: 16px;
    padding: 20px;
}

.faq-box h3{
    font-size: var(--heading-size);
    font-weight: 600;
}

.faq-box p{
    font-size: var(--para-content-size);
    font-weight: 500;
}

.upload-box , .downloads-box{
    border-radius: 9px;
    padding: 20px;
}

.file-name{
    font-size: 16px;
}

.breadcrumb{
    margin-bottom: 0;
}

nav.breadcrumb ol .breadcrumb-item a{
    color: #000000B2 !important;
    list-style: none !important;
    text-decoration: underline !important;
    font-weight: var(--semibold) !important;
    text-transform: capitalize !important;
    font-size: 12px !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--primary-color) !important;
    font-size: 12px !important;
}

nav.breadcrumb ol .breadcrumb-item.active{
    cursor: pointer !important;
    text-decoration: underline !important;
    color: var(--primary-color) !important;
    text-transform: capitalize !important;
    font-size: 12px !important;
    margin-top: 4px;
}

.custom-adjust::before{
    position: relative !important;
    top: 4px !important;
}

.breadcrumb-item+.breadcrumb-item , .breadcrumb-item+.breadcrumb-item::before{
    padding-left: .1rem !important;
    padding-right: .1rem !important;
}

.convertToBtn , .convertToBtns{
    font-size: 14px;
    font-weight: var(--semibold);
    background-color: #FFF5F0;
    border: 1px solid #FFF5F0;
    border-radius: 12px;
    padding: 3px 9px;
}

.convertToBtn img{
    width: 16px;
}

.more-files{
    border: 1px dashed #000;
    background-color: #F7F7F7;
    padding: 11px;
}

.fs-13{
    font-size: 13px;
}

.fs-16{
    font-size: 16px;
}

.fs-18{
    font-size: 18px;
}

.api-page-title{
    font-size: 50px;
}

.api-page-description {
    font-size: 26px;
}

.api-hero-banner {
    box-shadow: 0px 0px 41.74px 0px #00000040;
    border-radius: 8px;
}

.get-strated , .get-strated:hover {
    background-color: var(--primary-color);
    text-decoration: none;
    padding: 14px 40px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 10px;
}

.read-docs span{
    color: #000;
    font-size: 20px;
    text-decoration: underline;
    font-weight: 500;
}

.convertToBox{
    position: absolute;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    width: 270px;
    height: 250px;
    padding: 15px;
    border-radius: 12px;
    bottom: 45px;
    overflow-y: auto;
    right: 10px;
}

.convertToBoxs{
    position: absolute;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    width: 270px;
    height: 250px;
    padding: 15px;
    border-radius: 12px;
    overflow-y: auto;
    top: 60px;
    right: 0;
    z-index: 1;
}

.convertToBox input:focus , .convertToBoxs input:focus{
    border: 1px solid #eee;
    outline: none !important;
    box-shadow: none !important;
}

.convertToBoxList span{
    width: 65px;
    padding: 4px 7px;
    border-radius: 5px;
    background-color: var(--grey-bg);
    text-transform: uppercase;
    margin: 4px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.convertToBoxList span:hover , .convertToBoxList span.active{
    background-color:#000;
    color: #fff;
}

.login-btn{
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
}

.min-vh-80{
    min-height: 80vh;
}

.orginal-image{
    width: 100%;
    max-width: 200px;
    height: 100%;
    max-height: 150px;
    object-fit: contain;
}

.google-btn{
    background-color: #fff !important;
    border: 1px solid #E6E6E6;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    border-radius: 30px;
}

.google-btn:focus{
    box-shadow: none !important;
    outline: none !important;
    border-color: #E6E6E6 !important;
}

.convert-btn ,.export-btn , .limit-btn ,.limit-btn:hover , .covert-btn:hover , .download-all, .download-all:hover , .export-btn:hover{
    background-color: var(--primary-bg-color);
    color: #fff !important;
    border-radius: 70px;
}

.badge {
    font-size: 14px;
}

.uploading-badge{
    background-color: transparent;
    color: #0057F8;
    font-weight: 700;
}

.uploaded-badge{
    background-color: transparent;
    color: #0AB543;
    font-weight: 700;
}

.converting-badge{
    background-color: transparent;
    color: #E02424;
    font-weight: 700;
}

.error-badge{
    background-color: transparent;
    color: #E02424;
    font-weight: 700;
}

.active-preview {
    border-color: #FF9191 !important;
}

.min-height-result {
    min-height: 500px;
    background: linear-gradient(108.7deg,rgba(255, 255, 255, 0.93) 0%, rgba(76, 76, 76, 0.93) 50%, rgba(255, 255, 255, 0.93) 100%);
    background-size: 200% 200%;
    animation: gradientRightToLeft  4s linear infinite;
}

@keyframes gradientRightToLeft {
    0%   { background-position: 100% 0%; }
    100% { background-position: 0% 0%; }
}

.shimmer-effect {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    height: 100%;
    max-height: 500px;
    min-height: 500px;
    position: relative;
}

.converteded-badge{
    position: absolute;
    background-color: #0AB543;
    border: 1px solid #0AB543;
    color: #fff;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 8px;
    font-weight: normal;
    top: 0;
    right: 0;
}

.converted-badge{
    background-color: transparent;
    color: #0AB543;
    font-weight: 700;
}

.start-btn{
    background-color: var(--grey-btn-bg);
    border: 1px solid #E0E0E0;
    border-radius: 70px;
    color: #000 !important;
    font-weight: var(--semibold);
    display: inline-block;
    justify-content: center;
    align-items: center;
    gap: 3px;
}

.start-btn:focus , .export-btn:focus{
    outline: none !important;
    box-shadow: none !important;
}

.convertToBoxList .category{
    font-weight: 600;
}

.qr-overlay{
    position: inherit;
    width: 100%;
    max-width: revert-layer;
    height: 100%;
    background-color: #eee;
    border-radius: 10px;
    left: 0px;
    top: 0;
    opacity: 0.9;
}

.qr-loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: var(--primary-color);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: absolute;
    left: 35%;
    top: 35%;
}

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

.toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1050;
}

.toast {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    margin-bottom: 10px;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.toast.show {
    opacity: 1;
    transform: translateY(0);
}

.toast button {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.word-count{
    position: absolute;
    background-color: #eee;
    right: 10px;
    bottom: -10px;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 40px;
}

#paper_type:focus , #font_family:focus , #font_size:focus , #text_color:focus{
    border: 1px solid #555 !important;
    outline: none !important;
    box-shadow: none !important;
}

.exportDrop{
    position: absolute;
    width: 95%;
    background-color: #fff;
    padding: 6px 0px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 1px;
    top: 43px;
}

.lang_menu{
    width: 45px;
    padding: 4px;
    border-radius: 5px;
    background-color: var(--grey-bg);
    color: #000;
    text-transform: uppercase;
    margin: 2px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #E8E8E8;
    text-decoration: none;
}

.lang_menu:hover , .lang_menu.active{
    background-color: #000;
    color: #fff;
}

.lang-dropdown{
    position: absolute;
    width: 180px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}

.mobileLang{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 3px;
    z-index: 11;
}

.applyDrop{
    position: absolute;
    background-color: #000;
    color: #fff;
    padding: 6px 45px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 1px;
}

.ck-editor__editable{
    height: auto;
    max-height: 315px !important;
    min-height: 315px !important;
}

#auth-btn , #auth-mobbtn{
    background-color: #fff;
    border: 1px solid #DBDBDB;
    border-radius: 70px;
    color: #000 !important;
    font-weight: var(--semibold);
    display: inline-block;
    justify-content: center;
    align-items: center;
    gap: 3px;
}

.authmob-dropdown{
    position: absolute;
    width: 130px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    right: 0;
    top: 48px;
}

.auth-dropdown{
    position: absolute;
    width: 130px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}

.authDrop{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    right: 0;
}

.authDrop a{
    text-decoration: none;
    font-size: 16px;
    font-weight: var(--semibold);
    color: #000;
}

.page-content ul{
    list-style: none;
}

.edit-profile{
    position: absolute;
    left: 80px;
    bottom: 15px;
    right: 0;
}

.subscription-box{
    padding: 30px;
    background-color: var(--grey-bg);
    border-radius: 20px;
}

.subscription-box h2{
    font-size: var(--sub-heading-size);
    font-weight: var(--semibold);
}

.subscription-title{
    font-size: var(--heading-size);
    font-weight: 700;
}

.subscription-credits{
    font-weight: var(--semibold);
}

.subscription-credits span{
    font-weight: 700;
}

.subscription-detail-box{
    background-color: #FFF7EB;
    padding: 20px;
    border-radius: 20px;
}

.detail-box {
    text-align: center;
}

.detail-box p{
    font-size: 17px;
}

.detail-box p:last-child{
    font-size: 20px;
}

.profile-image{
    clip-path: circle(50% at 50% 50%);
}

.form-check-input:checked {
    background-color: var(--primary-bg-color)  !important;
    border-color: var(--primary-bg-color) !important;
    box-shadow: none !important;
}

.form-check-input:focus{
    box-shadow: none !important;
    outline: none !important;
}

.custom-radio{
    background-color: #fff;
    border: 1.5px solid #E6E6E6;
    color: #000;
    border-radius: 8px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.custom-radio:has(input[type="radio"]:checked) {
    background-color: #E024241A;
    border: 1.5px solid #E024241A;
}

.tab-box{
    cursor: pointer;
    position: relative;
}

.tab-data-box{
    border: 1px solid #00000014;
    border-bottom: none;
    padding: 20px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: 100%;
    max-height: 350px;
    min-height: 350px;
    overflow: auto;
}

.translate-area{
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #00000014;
    border-top: none;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.select2-container{
    width: auto !important;
}

.translate-select , .select2-container--default .select2-selection--single{
    background-color: var(--grey-btn-bg) !important;
    padding: 5px 10px !important;
    border: none !important;
    border-radius: 8px !important;
    outline: none !important;
    height: 35px !important;

}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 5px !important;
    right: 5px !important;
}

.red-border{
    border: 2px solid var(--primary-color);
    border-radius: 10px;
}

.border-right{
    border-right: 2px solid var(--grey-btn-bg);
}

.preview-box{
    border-radius: 12px;
    height: 0;
    overflow: auto;
}

.set-height{
    height: 100%;
    max-height: 250px;
    min-height: 250px;
}

.file-number{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 20px;
    padding: 4px 8px;
    font-weight: var(--semibold);
    font-size: 14px;
    background-color: var(--primary-bg-color);
    color: #fff;
    left: 15px;
    border-radius: 70px;
}

textarea.resize-none{
    resize: none;
}

textarea.resize-none:focus{
    outline: none !important;
    box-shadow: none !important;
}

.modal-content-area{
    height: 100%;
    max-height: 400px;
    min-height: 400px;
    overflow: auto;
}

.orginal-tab , .trans-tab{
    cursor: pointer;
    font-weight: var(--semibold);
    border-bottom: 2px solid #00000014;
}

.orginal-tab.active , .trans-tab.active{
    border-bottom: 2px solid var(--primary-color);
}

.orginal-tab span, .trans-tab span{
    margin: 7px;
}

.original-data p:focus , .trans-data p:focus{
    outline: none !important;
}

.copy-btn , .compare-btn{
    background-color: var(--grey-btn-bg);
    border: none;
    border-radius: 8px;
    padding: 5px 10px;
}

#bg-download-image.disabled{
    pointer-events: none;
    opacity: .5;
}

.download-btn , .download-btn:hover , .original-download-btn , .original-download-btn:hover{
    background-color: var(--primary-bg-color);
    color: #fff !important;
    border: none;
    padding: 5px 10px;
    border-radius: 8px;
    text-decoration: none;
}

.trans-download-btn, .trans-download-btn:hover{
    background-color: #eee;
    color: #fff !important;
    border: none;
    padding: 5px 10px;
    border-radius: 8px;
    text-decoration: none;
}

.download-btn:focus{
    outline: none !important;
    box-shadow: none !important;
}

.edit-btn{
    background-color: #000;
    border: none;
    color: #fff;
    border-radius: 7px;
    padding: 5px 15px;
    cursor: pointer;
}

.loader-image-box{
    position: absolute;
    background-color: #FFF7EB;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    left: 0;
    opacity: .7;
    border-radius: 10px;
}

.image-loader {
    width: 48px;
    height: 48px;
    border: 5px solid;
    border-color: #FF3D00 transparent;
    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);
    }
}

.compress-percent{
    background-color: #fff;
    position: absolute;
    left: 5px;
    top: 2px;
    font-size: 13px !important;
    padding: 4px 7px;
    border-radius: 70px;
    font-weight: var(--semibold);
}

.download-image{
    position: absolute;
    bottom: 4px;
    right: 4px;
    background-color: #fff;
}

.preview-image{
    border-radius: 12px;
}

.download-image:focus{
    outline: none !important;
    box-shadow: none !important;
}

.comparison-slider {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.before-image, .after-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#creditsModal .modal-content{
    border-radius: 20px;
}

.before-image img, .after-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.after-image {
    clip-path: inset(0 50% 0 0);
}

.slider-divider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    background: white;
    cursor: ew-resize;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-handle img{
    position: absolute;
    left: -12px;
}

.quality-control {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.quality-control {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.quality-control label {
    font-weight: bold;
}

.slider-range {
    -webkit-appearance: none;
    width: 200px;
    height: 8px;
    background: linear-gradient(to right, black var(--slider-value, 50%), white var(--slider-value, 50%));
    border-radius: 5px;
    outline: none;
    border: 1px solid #E6E6E6;
    transition: opacity .15s ease-in-out;
}

.slider-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: white;
    border: 3px solid #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 50%;
    cursor: pointer;
}

.slider-range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: white;
    border: 3px solid black;
    border-radius: 50%;
    cursor: pointer;
}

.download-item img, .img-format {
    cursor: pointer;
    border: 1px solid transparent;
}

.download-item.active img, .download-item.active .img-format {
    border: 1px solid var(--primary-bg-color);
}

.merge-remove-file{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

canvas {
    display: block;
    width: 100%;
    height: 100%;
}

.sortable-placeholder {
    background: #f0f0f0;
    border: 1px dashed #ccc;
    height: 50px;
    margin-bottom: 10px;
}

.upload-box {
    position: relative;
}

.hover-data {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1;
    border-radius: 8px;
}

.upload-box:hover .hover-data {
    opacity: 1;
}

.file-preview {
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
}

.file-preview.selected{
    border: 1px solid #000;
}

.pdf-preview-box{
    height: 100%;
    overflow-y: auto;
    max-height: 300px;
    min-height: 300px;
    background-color: #eee;
    border-radius: 12px;
    justify-content: space-around;
    align-items: center;
}

.pdf-preview-container{
    justify-content: space-around;
    align-items: center;
}

.page-number{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    color: #fff;
    padding: 0 7px;
}

.custom-range-container {
    height: 100%;
    max-height: 300px;
    min-height: 300px;
    overflow-y: auto;
    padding: 5px;
    border-radius: 8px;
    background-color: #fff;
}

#customRangeTabs{
    background-color: #eee;
    border-radius: 70px;
    padding: 4px;
    border-bottom: 0;
}

.custom-range-container .tab-btn {
    background-color: #EFEFEF;
    border-radius: 7px;
    border-bottom: 1px solid transparent;
    border-radius: 70px;
}

.custom-range-container .tab-btn {
    color: #000;
}

.custom-range-container .tab-btn.active {
    background-color: #000;
    color: #fff !important;
    border-color: #000;
    border-radius: 70px;
}

.custom-range-container .tab-btn:focus , #selected-pages:focus , .range-from:focus , .range-to:focus , .remove-range:focus{
    outline: none !important;
    box-shadow: none !important;
}

.custom-range-container::-webkit-scrollbar,
.upload-box::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.custom-range-container::-webkit-scrollbar-track,
.upload-box::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 10px;
    box-shadow: inset 0 0 5px #e0e0e0;
}

.custom-range-container::-webkit-scrollbar-thumb,
.upload-box::-webkit-scrollbar-thumb {
    background: #cccccc;
    border-radius: 10px;
    border: 2px solid #f5f5f5;
}

.custom-range-container::-webkit-scrollbar-thumb:hover,
.upload-box::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
}

.custom-range-container::-webkit-scrollbar-thumb:active,
.upload-box::-webkit-scrollbar-thumb:active {
    background: #999999;
}

.add-range-btn , .add-range-btn:hover{
    background-color: #000;
    color: #fff;
    border-radius: 8px;
    padding: 5px 10px;
}

.add-range-btn:focus{
    outline: none !important;
    box-shadow: none !important;
}

.split-loader {
    width: 48px;
    height: 48px;
    display: inline-block;
    position: relative;
}

.split-loader::before {
    content: '';
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: -24px;
    animation: animloader1 2s linear infinite alternate;
}

.split-loader::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: var(--primary-color);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    animation: animloader2 2s linear infinite alternate;
}

@keyframes animloader1 {
    0%, 32% {
      box-shadow: 0 24px white, 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
    }
    33%, 65% {
      box-shadow: 0 24px white, 24px 24px white, 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
    }
    66%, 99% {
      box-shadow: 0 24px white, 24px 24px white, 24px 48px white, 0px 48px rgba(255, 255, 255, 0);
    }
    100% {
      box-shadow: 0 24px white, 24px 24px white, 24px 48px white, 0px 48px white;
    }
}

@keyframes animloader2 {
    0% {
      transform: translate(0, 0) rotateX(0) rotateY(0);
    }
    33% {
      transform: translate(100%, 0) rotateX(0) rotateY(180deg);
    }
    66% {
      transform: translate(100%, 100%) rotateX(-180deg) rotateY(180deg);
    }
    100% {
      transform: translate(0, 100%) rotateX(-180deg) rotateY(360deg);
    }
}

#sizeLimitModal .modal-content {
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

#sizeLimitModal .modal-header {
    padding: 1.5rem 1.5rem 0;
}

#sizeLimitModal .modal-body {
    padding: 1rem 1.5rem;
}

#sizeLimitModal .modal-footer {
    padding: 1rem 1.5rem;
}

#sizeLimitModal .progress {
    border-radius: 4px;
    background-color: #f1f1f1;
}

#sizeLimitModal .progress-bar {
    border-radius: 4px 0 0 4px;
    background-color: #E8505B;
}

#sizeLimitModal .btn-danger {
    background-color: #E8505B;
    border-color: #E8505B;
}

.progress {
    position: relative;
    overflow: visible;
}

.over-progress {
    position: relative;
    width: 13%;
    border-radius:4px;
    z-index: 1;
}

.over-progress::after {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 3px;
    height: 16px;
    background-color: #FFA000;
}

.zoomContainer {
    position: absolute !important;
    z-index: 9999;
}

.zoom-lens {
    border: 2px solid #fff !important;
}

#faqAccordion .accordion-item{
    border: none;
}

#faqAccordion .accordion-button {
    font-size: 18px;
    background: #FAFAFA;
    font-weight: 600;
    border-radius: 14px !important;
}

#faqAccordion .accordion-button:not(.collapsed) {
    background: #FAFAFA;
    color: #000;
    box-shadow: none;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#accordionToolsInner .accordion-button::after , #accordionApiInner .accordion-button::after{
    background-image: url('../images/plus.png') !important;
    background-size: 14px !important;
    color: #000 !important;
}

#accordionToolsInner .accordion-button:not(.collapsed)::after , #accordionApiInner   .accordion-button:not(.collapsed)::after{
    background-image: url('../images/minus.png') !important;
    background-size: 14px !important;
    color: #000 !important;
}

#faqAccordion .accordion-button::after{
    background-image: url('../images/plus.png');
}

#faqAccordion .accordion-button:not(.collapsed)::after{
    background-image: url('../images/minus.png') !important;
}

#faqAccordion .sidebar-accordion .accordion-body {
    background: transparent;
}

#faqAccordion .accordion-body {
    background: #FAFAFA;
    font-size: 18px;
    border-bottom-left-radius: 14px !important;
    border-bottom-right-radius: 14px !important;
}

#faqAccordion .accordion-button:focus{
    border-color: transparent !important;
    outline: none;
    box-shadow: none;
}

.sidebar-accordion .accordion-item{
    background-color: var(--grey-bg);
    border-radius: 10px;
    padding: 10px;
}

#accordionTool .accordion-button:not(.collapsed) , #accordionAPI .accordion-button:not(.collapsed) , #accordionLanguage .accordion-button:not(.collapsed)  {
    color: var(--primary-bg-color) !important;
}

#accordionTool .accordion-button::after , #accordionAPI .accordion-button::after , #accordionLanguage .accordion-button::after{
    background-image: url('../images/grey-angle.png');
    background-size: 20px;
    filter: invert(0%);
}

#accordionTool .accordion-button:not(.collapsed)::after , #accordionAPI .accordion-button:not(.collapsed)::after , #accordionLanguage .accordion-button:not(.collapsed)::after {
    background-image: url('../images/red-angle.png');
    transform: rotate(0);
    background-size: 20px;
    filter: invert(0%);
}

#accordionToolsInner .accordion-button:not(.collapsed) , #accordionApiInner .accordion-button:not(.collapsed) {
    color: #000 !important;
}

#accordionToolsInner .accordion-item , #accordionApiInner .accordion-item{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.api-page-subheading {
    font-size: 34px;
    font-weight: 600;
}

.page-description-api {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.image_quality , .image_size , .image_quality:focus , .image_size:focus {
    background-color: #2427E01A;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 10px;
    padding: .5rem 2.5rem .5rem .75rem;
    font-size: 16px;
    font-weight: 500;
}

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

    .site-logo{
        width: 18px;
        height: 24px;
    }

    .edit-profile{
        right: 0;
        left: 80px;
    }

    .subscription-box{
        padding: 15px;
    }

    .subscription-detail-box{
        padding: 10px;
    }

    .over-progress {
        margin-left: -25px;
    }

    .file-size.fs-14 {
        font-size: 13px !important;
    }

    .tool-box {
        padding: 30px;
    }

    .w-small-100 {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    #overlay{
        top: 50px;
    }

    .sidebar{
        top: 45px;
        box-shadow: none;
    }

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

@media screen and (max-width: 991px) {
    #chooseFile.w-small-100 {
        width: 100%;
    }

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

@media screen and (max-width: 768px) {
    :root{
        --primary-color: #E02424;
        --primary-bg-color: #E02424;
        --font-family: "Montserrat", serif;
        --logo-size : 18px;
        --main-heading-size : 26px;
        --h2-heading-size : 22px;
        --sub-heading-size : 18px;
        --heading-size : 16px;
        --para-content-size : 14px;
        --para-content-color : #000000;
        --black-bg : #000000;
        --grey-bg : #FAFAFA;
        --grey-btn-bg : #F5F5F5;
        --semibold : 500;
    }

    .search-img{
        width: 20px;
    }

    header .container-fluid{
        padding: 0;
    }

    .step-count{
        font-size: 40px;
        font-weight: 700;
        position: absolute;
        top: -18px;
    }

    .search-input{
        height: 45px;
        font-size: 16px;
    }

    .col-md-12.py-max{
        background: linear-gradient(180deg, #F5F5F5 0%, #FFFFFF 20.39%);
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .api-page-title {
        font-size: 30px;
    }

    .api-page-description {
        font-size: 22px;
    }

    .api-page-subheading {
        font-size: 28px;
    }

    .api-page-subheading {
        font-size: 28px;
        font-weight: 700;
    }

    .page-description-api {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
    }

    .api-feature-content h3{
        font-size: 20px;
    }

    .get-strated, .get-strated:hover {
        padding: 12px 30px;
        font-size: 16px;
        font-weight: 500;
    }

    .read-docs span {
        font-size: 16px;
    }

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

    .step-cricle-1{
        width: 100%;
        max-width: 45px;
        height: auto;
        max-height: 45px;
        background-color: #FEECDC;
    }

    .step-cricle-2{
        width: 100%;
        max-width: 45px;
        height: auto;
        max-height: 45px;
        background-color: #CFECF9;
    }

    .step-cricle-3{
        width: 100%;
        max-width: 45px;
        height: auto;
        max-height: 45px;
        background-color: #FAE2E2;
    }

    .tool-card img {
        width: 35px;
        height: 35px;
    }

    .more-files {
        padding: 8px;
    }

    .file-size.fs-14 {
        font-size: 13px !important;
    }

    .toast-container {
        position: fixed;
        top: 10px;
        right: 1px;
        z-index: 1050;
    }
}

@media screen and (min-width: 769px) and (max-width: 1465px) {
    .col-md-12.py-max{
        background: linear-gradient(180deg, #F5F5F5 0%, #FFFFFF 20.39%);
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .api-page-title {
        font-size: 32px;
    }

    .api-page-subheading {
        font-size: 28px;
    }

    .api-page-subheading {
        font-size: 28px;
        font-weight: 700;
    }

    .page-description-api {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
    }

    .api-page-description {
        font-size: 24px;
    }

    .api-feature-content h3{
        font-size: 20px;
    }

    .get-strated, .get-strated:hover {
        padding: 12px 30px;
        font-size: 18px;
        font-weight: 500;
    }

    .read-docs span {
        font-size: 18px;
    }
}

@media screen and (min-width: 992px) {
    .preview-box{
        border-radius: 12px;
        height: 0;
        overflow: auto;
    }

    .set-height{
        height: 100%;
        max-height: 400px;
        min-height: 400px;
    }
}

.order-1 { order: 1 !important; }
.order-2 { order: 2 !important; }
.order-3 { order: 3 !important; }
.order-4 { order: 4 !important; }
.order-5 { order: 5 !important; }
.order-6 { order: 6 !important; }
.order-7 { order: 7 !important; }
.order-8 { order: 8 !important; }
.order-9 { order: 9 !important; }
.order-10 { order: 10 !important; }
.order-11 { order: 11 !important; }
.order-12 { order: 12 !important; }
.order-13 { order: 13 !important; }
.order-14 { order: 14 !important; }
.order-15 { order: 15 !important; }
.order-16 { order: 16 !important; }
.order-17 { order: 17 !important; }
.order-18 { order: 18 !important; }
.order-19 { order: 19 !important; }
.order-20 { order: 20 !important; }
.order-21 { order: 21 !important; }
.order-22 { order: 22 !important; }
.order-23 { order: 23 !important; }
.order-24 { order: 24 !important; }
.order-25 { order: 25 !important; }
.order-26 { order: 26 !important; }
.order-27 { order: 27 !important; }
.order-28 { order: 28 !important; }
.order-29 { order: 29 !important; }
.order-30 { order: 30 !important; }
.order-last { order: 100 !important ;}

@media (min-width: 576px) and (max-width:767px) {
    .container {
        max-width: 600px !important;
    }
}

@media (min-width: 576px) {
    .order-sm-1 { order: 1 !important; }
    .order-sm-2 { order: 2 !important; }
    .order-sm-3 { order: 3 !important; }
    .order-sm-4 { order: 4 !important; }
    .order-sm-5 { order: 5 !important; }
    .order-sm-6 { order: 6 !important; }
    .order-sm-7 { order: 7 !important; }
    .order-sm-8 { order: 8 !important; }
    .order-sm-9 { order: 9 !important; }
    .order-sm-10 { order: 10 !important; }
    .order-sm-11 { order: 11 !important; }
    .order-sm-12 { order: 12 !important; }
    .order-sm-13 { order: 13 !important; }
    .order-sm-14 { order: 14 !important; }
    .order-sm-15 { order: 15 !important; }
    .order-sm-16 { order: 16 !important; }
    .order-sm-17 { order: 17 !important; }
    .order-sm-18 { order: 18 !important; }
    .order-sm-19 { order: 19 !important; }
    .order-sm-20 { order: 20 !important; }
    .order-sm-21 { order: 21 !important; }
    .order-sm-22 { order: 22 !important; }
    .order-sm-23 { order: 23 !important; }
    .order-sm-24 { order: 24 !important; }
    .order-sm-25 { order: 25 !important; }
    .order-sm-26 { order: 26 !important; }
    .order-sm-27 { order: 27 !important; }
    .order-sm-28 { order: 28 !important; }
    .order-sm-29 { order: 29 !important; }
    .order-sm-30 { order: 30 !important; }
}

@media (max-width: 576px) {
    :root {
        --main-heading-size : 26px;
        --h2-heading-size : 20px;
    }

    .tool-icon img{
        width: 150px;
        height: auto;
    }

    .upload-area, .download-area {
        padding: 10px !important;
    }

    .ocr-box h6 {
        font-size: 12px !important;
    }

    .ocr-box p {
        font-size: 12px !important;
    }

    .ocr-box .checkmark img {
        width: 20px;
        height: 20px;
    }

    .layout-btn {
        border: 2px solid #F3F3F3 !important;
        background-color: #F3F3F3;
        color: #9C9C9C;
        padding: 5px 12px;
        font-size: 12px;
        border-radius: 7px;
    }

    .p-small-0 {
        padding: 0 !important;
    }

    .convert-btn , .upload-another{
        font-size: 14px;
    }

    .file-name {
        font-size: 12px;
    }

    .file-size {
        font-size: 10px;
    }

    .trash-circle img {
        width: 18px;
        height: 18px;
    }

    .info-tooltip {
        max-width: 210px;
    }

    .list-box {
        padding: 10px;
    }

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

    .list-style-icon {
        line-height: 22px;
        font-size: 14px;
    }

    .line-height-30 {
        line-height: 22px;
    }

    ol li {
        font-size: 14px;
    }

    #faqAccordion .accordion-button {
        font-size: 14px;
    }

    #faqAccordion .accordion-body {
        font-size: 14px;
    }

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

    .badge.fs-14 {
        font-size: 8px !important;
    }

    .trash-circle {
        background-color: #F5F5F5;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .trash-circle img {
        width: 14px;
        height: 14px;
    }

    .file-icon {
        width: 26px;
        height: 26px;
    }

    .badge {
        font-size: 8px;
    }
}

@media (min-width: 768px) {
  .order-md-1 { order: 1 !important; }
  .order-md-2 { order: 2 !important; }
  .order-md-3 { order: 3 !important; }
  .order-md-4 { order: 4 !important; }
  .order-md-5 { order: 5 !important; }
  .order-md-6 { order: 6 !important; }
  .order-md-7 { order: 7 !important; }
  .order-md-8 { order: 8 !important; }
  .order-md-9 { order: 9 !important; }
  .order-md-10 { order: 10 !important; }
  .order-md-11 { order: 11 !important; }
  .order-md-12 { order: 12 !important; }
  .order-md-13 { order: 13 !important; }
  .order-md-14 { order: 14 !important; }
  .order-md-15 { order: 15 !important; }
  .order-md-16 { order: 16 !important; }
  .order-md-17 { order: 17 !important; }
  .order-md-18 { order: 18 !important; }
  .order-md-19 { order: 19 !important; }
  .order-md-20 { order: 20 !important; }
  .order-md-21 { order: 21 !important; }
  .order-md-22 { order: 22 !important; }
  .order-md-23 { order: 23 !important; }
  .order-md-24 { order: 24 !important; }
  .order-md-25 { order: 25 !important; }
  .order-md-26 { order: 26 !important; }
  .order-md-27 { order: 27 !important; }
  .order-md-28 { order: 28 !important; }
  .order-md-29 { order: 29 !important; }
  .order-md-30 { order: 30 !important; }
}

@media (min-width: 992px) {
    .order-lg-1 { order: 1 !important; }
    .order-lg-2 { order: 2 !important; }
    .order-lg-3 { order: 3 !important; }
    .order-lg-4 { order: 4 !important; }
    .order-lg-5 { order: 5 !important; }
    .order-lg-6 { order: 6 !important; }
    .order-lg-7 { order: 7 !important; }
    .order-lg-8 { order: 8 !important; }
    .order-lg-9 { order: 9 !important; }
    .order-lg-10 { order: 10 !important; }
    .order-lg-11 { order: 11 !important; }
    .order-lg-12 { order: 12 !important; }
    .order-lg-13 { order: 13 !important; }
    .order-lg-14 { order: 14 !important; }
    .order-lg-15 { order: 15 !important; }
    .order-lg-16 { order: 16 !important; }
    .order-lg-17 { order: 17 !important; }
    .order-lg-18 { order: 18 !important; }
    .order-lg-19 { order: 19 !important; }
    .order-lg-20 { order: 20 !important; }
    .order-lg-21 { order: 21 !important; }
    .order-lg-22 { order: 22 !important; }
    .order-lg-23 { order: 23 !important; }
    .order-lg-24 { order: 24 !important; }
    .order-lg-25 { order: 25 !important; }
    .order-lg-26 { order: 26 !important; }
    .order-lg-27 { order: 27 !important; }
    .order-lg-28 { order: 28 !important; }
    .order-lg-29 { order: 29 !important; }
    .order-lg-30 { order: 30 !important; }
}

@media (min-width: 1400px) {
    .order-xl-1 { order: 1 !important; }
    .order-xl-2 { order: 2 !important; }
    .order-xl-3 { order: 3 !important; }
    .order-xl-4 { order: 4 !important; }
    .order-xl-5 { order: 5 !important; }
    .order-xl-6 { order: 6 !important; }
    .order-xl-7 { order: 7 !important; }
    .order-xl-8 { order: 8 !important; }
    .order-xl-9 { order: 9 !important; }
    .order-xl-10 { order: 10 !important; }
    .order-xl-11 { order: 11 !important; }
    .order-xl-12 { order: 12 !important; }
    .order-xl-13 { order: 13 !important; }
    .order-xl-14 { order: 14 !important; }
    .order-xl-15 { order: 15 !important; }
    .order-xl-16 { order: 16 !important; }
    .order-xl-17 { order: 17 !important; }
    .order-xl-18 { order: 18 !important; }
    .order-xl-19 { order: 19 !important; }
    .order-xl-20 { order: 20 !important; }
    .order-xl-21 { order: 21 !important; }
    .order-xl-22 { order: 22 !important; }
    .order-xl-23 { order: 23 !important; }
    .order-xl-24 { order: 24 !important; }
    .order-xl-25 { order: 25 !important; }
    .order-xl-26 { order: 26 !important; }
    .order-xl-27 { order: 27 !important; }
    .order-xl-28 { order: 28 !important; }
    .order-xl-29 { order: 29 !important; }
    .order-xl-30 { order: 30 !important; }
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1400px !important}
}
