.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 {
    height: 30px;
    width: 30px;
}

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

.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: 17px;
    height: fit-content;
    top: 4px;
}

.coverted-footer-icon {
    display: flex;
    gap: 10px;
}

.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: 90px;
    width: 100px;
    object-fit: cover;
    border: solid 1px rgb(219, 219, 219);
    cursor: pointer;
}

#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: 20px !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;
    background-color: #F4F5FB !important;
    padding: 8px 16px;
    border-radius: 999px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #060318 !important;
    transition: all 0.3s;
    background-color: #EEEFF5;
}

.browse_word:hover {
    background-color: #EEEFF5 !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 200px 0px 0px !important;
}

.main-file-content-uploaded {
    border-radius: 0px !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    border: 2px solid;
    border-image-source: linear-gradient(254.64deg,
            #ffffff -20.07%,
            rgba(255, 255, 255, 0) 55.83%,
            #ffffff 121.4%);
    text-align: center;
    margin: 0px;
}

#upload_images_form {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 24px 135px 0px rgba(64, 110, 243, 0.1);
    padding: 20px 20px 10px 20px;
}

.contact-query-dropdown-wrapper {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.contact-query-dropdown-header {
    margin-top: 10px;
    border-radius: 12px;
    border: 1px solid #e8e8e8;
    background: #fff;
    /* color: #e8e8e8; */
    padding: 15px 10px;
    width: 100%;
    /* color: #9a9cac; */
    font-family: var(--Nunito);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    color: #000000;
}

.contact-query-dropdown-header .arrow {
    border: solid #333;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.contact-query-dropdown-header.active .arrow {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.contact-query-dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 5px 5px;
    z-index: 10;
    max-height: 200px;
    overflow-y: auto;
    display: none;
}

.contact-query-dropdown-list.active {
    display: block;
}

.contact-query-dropdown-list-item {
    padding: 8px 15px;
    cursor: pointer;
    text-align: start;
    color: #363b42;
}

.contact-query-dropdown-list-item:hover {
    background-color: #f5f5f5;
}

@media (max-width: 1100px) {

    #contact-top-img,
    #contact-bottom-img {
        display: none;
    }
}

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

.privacy-note {
    position: relative;
    bottom: -5px;
    font-size: 10px !important;
    color: #7a7b8e;
    line-height: 19.4px !important;
    font-weight: 900;
}