.form-input {
    width: 580px;
}

.cropper-image-popup-img {}

.image-popup-header,
.cropper-image-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.image-popup-footer>div,
.cropper-image-popup-footer>div {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
}

.image-popup-header span,
.cropper-image-popup-header span {
    font-family: 'Nunito';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #262626;

}

.close-btn-crop,
.close-btn {
    height: 30px;
    width: 30px;
}

.image-popup-footer,
.cropper-image-popup-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cropper-modal {
    border-radius: 12px !important;
}

.cropper-container .cropper-bg {
    width: 500px !important;
}

.close-btn-crop:hover,
.close-btn {
    cursor: pointer;
}

/* .cropper-view-box {
    border: 3px solid #D145BF !important;
} */

.cropper-bg {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

/* .cropper-line,
.cropper-point {
    background-color: #D145BF !important;
    height: 5px !important;
    width: 5px !important;
    opacity: 1 !important;
    border-radius: 50% !important;
} */

.converted-para::-webkit-scrollbar-thumb {
    background-color: #aca8a8;
    border-radius: 10px;
}

.cropper-img {
    cursor: pointer;
}

.converted-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    right: 25px;
    height: fit-content;
    bottom: 15px;
    background-color: #fff;
}

.coverted-footer-icon {
    display: flex;
    gap: 10px;
}
.converted-footer-icon>div{
    border: 1px solid #E8E8E8;
    border-radius: 50%;
}
.coverted-footer-icon img{
    transition: all 0.2s ease-in-out;
}
.coverted-footer-icon img:hover{
    filter: brightness(0) saturate(100%) invert(35%) sepia(92%) saturate(671%) hue-rotate(264deg) brightness(99%) contrast(101%);
}
.converted-file-name {
    font-size: 12px !important;
    line-height: 16px !important;
}

.switch input[type="checkbox"] {
    display: none;
}

.switch {
    display: flex;
    gap: 10px;
    align-items: center;
}

.switch-label {
    display: block;
    width: 40px;
    height: 20px;
    background-color: #ccc;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
}

.switch-label::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: white;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    left: 2px;
    transition: transform 0.3s ease;
}

.converted-para-container {
    width: 100%;
}

.who-can-img {
    max-width: 100%;
}

.freq_ans {
    color: var(--color-paragraph);
    font-family: var(--Nunito);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-top: 16px;
}

.switch-text {
    margin-left: 10px;
    color: var(--Text-Color-Dark, #252f40);
    font-family: var(--Nunito);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.42px;
}

.switch input[type="checkbox"]:checked+.switch-label::after {
    transform: translateX(100%) translateY(-50%);
    background-color: var(--purple);
}



.converted-img-container {
    position: relative;
}

.converted-img {
    height: 32px;
    width: 32px;
    object-fit: cover;
    cursor: pointer;
    border: none;
}

#converted_result_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.display-image {
    height: 100%;
    width: 90%;
    min-width: 55px;
    border-radius: 8px;
    border: solid 1px #d3d3d3;
    object-fit: cover;
    cursor: pointer;
}

.display-name-progress {
    flex-grow: 5;
    display: flex;
    gap: 16px;
    flex-direction: column;
    justify-content: center;
    width: 400px;
}

.converted_paragraph_count {
    text-align: center;
    font-size: 14px !important;
    font-weight: 400;
    color: #9A9CAC;


}

.custom_page_main_content ol li {
    margin-left: 15px !important;
}

.footer-download-btn,
.other-langs {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    background: #000000;
    color: white;
    gap: 5px;
    border-radius: 40px;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.other-langs-arrow {
    margin-left: 5px;
}

.app-download-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 5px;
    position: relative;
}

.other-langs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.select-lang {
    border-radius: 12px;
    box-shadow: 0px 8px 20px 0px #406EF31A;
    backdrop-filter: blur(4px);
    background: #FFFFFF;
    position: absolute;
    bottom: 45px;
    right: 0px;
    max-width: 160px !important;
    width: 100%;
    overflow: auto;
}

.select-lang-list {
    max-height: 138px !important;
    overflow: auto;
}

.select-lang-txt {
    padding: 6px 12px;
    display: flex;
    font-size: 12px;
    line-height: 18px;
    outline: none;
    border: none;
    border-bottom: 1px solid #E8E8E8;
    width: 100%;
}

.langs-list {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
    padding: 8px 12px;
    text-decoration: none;
    color: #262626;

}

.langs-list>span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.langs-list:hover {
    cursor: pointer;
    background: #FDF0FB;
}

.footer-download-btn:hover {
    background: radial-gradient(54.24% 100% at 49.86% 100%,
            #12104a 0%,
            #d145bf 0.01%,
            #060318 100%);
    cursor: pointer;
}

.app-section-container {
    display: flex;
    gap: 3px;
    align-items: center;
    justify-content: center;
    font-family: var(--Nunito);
}

.blog-detail-para ol li,
.blog-detail-para ul li {
    margin-left: 20px;
    color: var(--color-paragraph) !important;
    font-family: var(--Nunito) !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 34.4px !important;
}

.steps p em strong a {
    text-decoration: none;
    color: purple !important;
}

.steps>p {
    line-height: 32px !important;
}



.latest-blog-detail {
    background: #f8fafc !important;
}

.blog-detail-para p img {
    width: 100%;
}

.expand-convert,
.copy-convert,
.download-convert {
    height: 16px;
    width: 16px;
}

.popup-component,
.info-popup-component {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    background-color: white;
    color: #060318;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.info-popup-component {
    padding: 12px;
    gap: 12px !important;
}

.info-header {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.info-header>span {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #262626;
    font-family: Nunito;

}

.info-content {
    background: #F8FAFC;
    width: 100%;
    padding: 16px;
    border-radius: 12px;

}

.info-image {
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: solid 1px #E8E8E8;
}

.info-image>span {
    font-family: Nunito;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #060318;
    gap: 16px;
    word-break: break-all;
}

.blog-right-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 29%;
}

.display-contents {
    background: #f8fafc !important;
    border-radius: 10px;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    padding: 24px 16px;
    gap: 10px;
    width: 100% !important;
}

.display-contents>p>a:hover {
    color: #D145BF !important;
}

.close-icon {
    cursor: pointer;
}

.info-table {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
}

.info-table tr {
    display: flex;
    margin-bottom: 16px;
    align-items: center;
    justify-content: space-between;
}

.table-value {
    font-family: Nunito;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #262626;

}

.table-data {
    color: #9A9CAC;
    font-family: Nunito;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;

}

.cropper-container {
    max-width: 100% !important;
    box-sizing: border-box;
    overflow: hidden !important;
}

#mechanism_img {
    width: 664px;
    height: 76px;
}

#main-icon {
    height: 110px;
    width: 100px;
}

.browse_word {
    cursor: pointer;
    color: #D145BF !important
}

.mobile-file-input-container {
    display: none;
    align-items: center;
    gap: 8px;
}

.or-separator {
    /* display: none; */
    color: #8C94A5;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: center;

}

.mobile-file-btns {
    display: flex;
    align-items: center;
    background: #F4F5FB;
    border-radius: 40px;
    gap: 8px;
    padding: 8px 16px;
    border: none;
    font: 500 16px/24px Nunito;
    text-align: center;
    cursor: pointer;
}

.output_paragraph_result{
    padding:0px !important
}



.converted-para-container>p{
    height: fit-content;
}
.converted-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.converted-header>div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.converted-header>div>p{
    width: fit-content !important;
    height: fit-content !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    letter-spacing: 0px !important;
    color: #060318 !important;

}
.converted-header>div>span{
    width: fit-content !important;
    height: fit-content !important;
    font-weight: 500 !important;
    font-size: 10px !important;
    line-height: 16px !important;
    letter-spacing: 0px !important;
    color: #7A7B8E !important;
    margin-left: 0px !important;
}
.error-file-content{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
}
.error-converted-header{
    height: 100%;
    align-items: self-start !important;
    padding-left: 16px !important;
}
.error-converted-header>p{
    height: 100%;

}
.no-text-heading .no-text-para {
    color: #FF5D5B !important;
    font-family: Nunito;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
}

.no-text-heading {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 4px;
}
.error-converted-header>div>p, .converted-img-container>.converted-image-name{
    font-family: Nunito !important;
    font-weight: 400 !important;
    font-style: Regular !important;
    font-size: 14px !important;
    line-height: 20px !important;
    letter-spacing: 0px !important;
    color: #9A9CAC !important;
}
.converted-container{
    padding: 16px;
}
.converted-container.ocr-mode{
    padding: 10px !important;
}
.file-success-container{
    width: 100%;
    position: relative;
}
.file-success-container>p{
    text-align: left;
    height: 112px;
    overflow-y: auto;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #060318;
    scrollbar-width: thin; 
    scrollbar-color: #9A9AAD #f2f2f5; 

}
.file-success-container > p::-webkit-scrollbar {
    width: 6px;
}

.file-success-container > p::-webkit-scrollbar-track {
    background: #f2f2f5;
    border-radius: 10px;
}

.file-success-container > p::-webkit-scrollbar-thumb {
    background: #9A9AAD;
    border-radius: 10px;
}
.file-success-container > p::-webkit-scrollbar-button {
    display: none !important;
    height: 0px;
    width: 0px;
}

.file-success-container>.coverted-footer{
    position: absolute;
    right: 0;
    bottom: 0;
}
.converted-sub-container{
    gap: 20px !important;
    line-height: 0px !important;
}
.uploading-file-info{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 2;
    height: fit-content;
}
.uploading-file-info>span{
    width: fit-content !important;
    height: fit-content !important;
    font-weight: 500 !important;
    font-size: 10px !important;
    line-height: 16px !important;
    letter-spacing: 0px !important;
    color: #7A7B8E !important;
    margin-left: 0px !important;
}
.uploading-file-info>p{
    width: fit-content !important;
    height: fit-content !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    letter-spacing: 0px !important;
    color: #060318 !important;

}
.uploading-file-details{
    display: flex;;
    align-items: center;
    gap: 8px;
}
.uploading-file-details>.converted-img-container{
    height: 32px;
}
.ocr-control-panel {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "Inter", "Segoe UI", sans-serif;
}

.ocr-toggle-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ocr-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #7A7B8E;

}

.ocr-switch {
  position: relative;
  width: 38px;
  height: 20px;
}

.ocr-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.ocr-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e5e5e5;
  border-radius: 20px;
  transition: 0.3s;
}

.ocr-slider::before {
  content: "";
  position: absolute;
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: 0.3s;
}

.ocr-switch input:checked + .ocr-slider {
  background-color: #D145BF; /* violet accent */
}

.ocr-switch input:checked + .ocr-slider::before {
  transform: translateX(18px);
}

.ocr-divider {
  height: 22px;
  width: 1px;
  background-color: #ddd;
}

.ocr-option-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.ocr-option {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 14px;
  color: #555;
}

.ocr-option input {
  display: none;
}

.ocr-radio {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 50%;
  position: relative;
  transition: all 0.2s ease;
}

.ocr-option input:checked + .ocr-radio {
  border-color: #D145BF;
}

.ocr-option input:checked + .ocr-radio::after {
content: "";
position: absolute;
top: 53%;
left: 51%;
width: 8.89px;
height: 8.89px;
background: #D145BF;
border-radius: 50%;
transform: translate(-50%, -50%);

}
.ocr-option-text {
    user-select: none;
    font-weight: 400;
    font-size: 14px;
    color: #7A7B8E;
    white-space: nowrap;
}
.d-none{
    display: none !important;
}
.uploaded-footer{
    gap: 10px !important;
}
.file-size{
    margin-left: 0px !important;
}
.file-success, .file-error{
    font-weight: 500;
    font-size: 12px;
    color: #9A9CAC;
    line-height: 15px !important;
}
.file-success>span{
    color: #04B94B;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px !important;
}
.file-error>span{
    font-weight: 500;
    font-size: 12px;
    line-height: 15px !important;
    color: #FF5D5B;
}
.img-wrapper>.download-convert{
    height: 20px !important;
    width: 20px !important;
}
.remove-img{
    position: relative !important;
}
.error-file-icon{
        position: absolute;
    top: -4px;
    right: -4px;
}
.info-file-icon{
     position: absolute;
    top: 4px;
    right: 4px;
    padding: 2px 4px;
    background-color: #fff;
    border-radius: 5px;

}
.no-text-found{
    background: #FF5D5B0D !important;
    border: 1px solid #EDC9C9 !important;
}
.output_paragraph_result{
    padding: 0px !important;
}
.file-to-be-uploaded{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.real-image-preview{
    display: none !important;
    height: 0px !important;
    width: 0px !important;
}
.ocr-mode-img{
    height: 90px !important;
    width: 100px !important;
    object-fit: cover !important;
    border-radius: 8px;
}
@media (max-width: 1100px) {

    #contact-top-img,
    #contact-bottom-img {
        display: none;
    }
}
@media(max-width: 768px){
    .mobile-file-input-container {
        display: flex;
    }
    .browse_word{
        display: none
    }
    .output_paragraph_result{
        padding: 22px 18px 0px 0px !important;
    }
    #cloud_flare_captcha {
        bottom: 9%;
        justify-content: center;
    }
    .working-steps {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        gap: 20px;
    }

    .footer-end-copywrite {
        flex-direction: column;
        max-width: auto !important;
        width: auto !important;
    }

    #main-uploaded {
        width: 100% !important;
    }

    .where-can-use-container {
        flex-direction: column;
    }

    .where-can-use-image-container {
        gap: 15px;
    }

    #uploaded-container {
        width: 100%;
    }

    .main-file-content-uploaded {
        flex-direction: column;
        height: auto;
    }

    .hero-blog-first {
        width: 100%;
    }

    .sub-jpg-container {
        display: flex;
        margin-top: 20px;
        flex-direction: column;
        gap: 40px;
        padding: 40px;
    }

    .why-jpg-section {
        border-radius: 15px;
        border: 2px solid #fff;
        background: rgba(255, 255, 255, 0.4);
        box-shadow: 0px 24px 135px 0px rgba(64, 110, 243, 0.1);
        backdrop-filter: blur(2px);
        padding: 20px;
        margin-top: 20px;
    }

    .who-can-sec-container {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
    }

    .who-can-sec-para {
        text-align: center;
    }

    .freq-question-container {
        width: 100%;
    }

    .freq-questions {
        width: 100%;
    }

    .tools-formate {
        width: 100%;
    }

    .blog-section {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    .main-blog-section {
        flex-direction: column !important;
        display: flex;
    }

    .latest-blog {
        width: 100%;
    }

    .latest-blog-detail {
        width: 100%;
    }
    .file-success, .file-error{
        display: none !important;
    }
    .uploaded-footer{
        flex-direction: column !important;
    }
    .convert-button-div{
        width: 100%;
    }
    .convert-button-div>button{
        width: 100%;
    }
    #images_array{
        margin-bottom: 50px !important;
    }
    .converted-para-container{
        width: fit-content !important;
    }
    .converted-para-container>p{
        width: 100% !important;
        text-align: right !important;
    }
}
@media (min-width: 601px) and (max-width: 700px) {
    .working-steps {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        gap: 20px;
    }

    .converted-sub-container {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        flex-direction: row;
        margin-top: 10px;
    }

    /* .converted-img {
        height: 90px;
        width: 100px;
    } */

    .converted-para-container {
        flex-grow: 5;
    }

    #main-uploaded {
        width: 100% !important;
    }

    #uploaded-container {
        width: 100%;
    }

    .main-file-content-uploaded {
        flex-direction: column;
        height: auto;
    }

    .contact-form {
        width: 100%;
    }

    .form-input {
        width: 100%;
    }

    .hero-blog-first {
        width: 100%;
    }

    .sub-jpg-container {
        display: flex;
        margin-top: 20px;
        flex-direction: column;
        gap: 40px;
        padding: 10px;
    }

    .why-jpg-section {
        border-radius: 15px;
        border: 2px solid #fff;
        background: rgba(255, 255, 255, 0.4);
        box-shadow: 0px 24px 135px 0px rgba(64, 110, 243, 0.1);
        backdrop-filter: blur(2px);
        padding: 20px;
        margin-top: 20px;
    }

    .who-can-sec-container {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
    }

    .who-can-sec-para {
        text-align: center;
    }

    .freq-question-container {
        width: 100%;
    }

    .freq-questions {
        width: 100%;
    }

    .tools-formate {
        width: 100%;
    }

    .blog-section {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 40px;
    }

    .footer-end {
        width: 100%;
    }

    .download-app-txt {
        font-size: 16px;
    }

    .main-blog-section {
        flex-direction: column !important;
        display: flex;
    }

    .latest-blog {
        width: 100%;
    }

    .latest-blog-detail {
        width: 100%;
    }

    #mechanism_img {
        display: none;
    }

    .where-can-use-container {
        flex-direction: column;
    }

    .where-can-use-image-container {
        gap: 15px;
    }

    .footer-end-copywrite {
        flex-direction: column;
        max-width: auto;
        width: auto;
    }
}
@media(max-width: 400px){
    .ocr-control-panel{
        flex-wrap: wrap;
    }
    .ocr-divider{
        display: none;
    }
    .file-to-be-uploaded{
    flex-direction: column !important;
    align-items: flex-start;
    gap: 0px;
    }
}
