.tool-section.other:has(.right) {
    padding: 0;
}

.section.tool-hero {
    padding: 16px 0 30px 0;
}

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

.img-text {
    resize: none;
    padding: 10px 40px 10px 10px;
    padding: 10px 50px 10px 10px;
    font-size: 16px;
    cursor: text;
    color: rgb(37, 42, 62);
    border: none;
    resize: none;
    background: rgb(250, 250, 250);
    border-radius: 5px;
    padding: 22px 50px 10px 10px;
    width: 100%;
    margin: 11px 0px;
    min-height: 120px;
    max-height: 120px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.js-convert-all {
    background: #4899FF;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
    transition: all ease-in .3s;
    white-space: nowrap;
}

.js-convert-all:hover {
    background: #0984E3;
}

.center-preview-file-uploadIcon::-webkit-scrollbar {
    width: 3px;
}

.center-preview-file-uploadIcon::-webkit-scrollbar-thumb {
    background: var(--color-CBCBCB);
    border-radius: 10px;
}

.left-preview-img {
    transition: 0.2s;
    line-height: 0;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.cropper-image:hover img {
    transform: scale(1.1);
}

#fullImage {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.tool-section {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 10px;
}

.tool-section .left {
    flex: 3;
    position: relative;
}

.tool-section .right {
    width: 350px;
    align-self: flex-start;
}

.uploaded_tool {
    margin: 0 0 16px 0;
}

.uploaded_tool_title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #1E223F;
    text-align: center;
}

.uploaded_tool_title_span {
    color: #4899FF;
    font-size: 16px;
}

.uploaded_tool_title_span:hover {
    color: #4fabf1;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.browse-btn-second {
    color: #1e223f;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    gap: 0.5rem;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}

.tool-inner {
    width: 100%;
    min-height: 350px;
    border-radius: 12px;
    border: 2px dashed #4899ff91 !important;
    background: #f6f7fb80 !important;
    border-style: dashed;
    display: flex;
    justify-content: center !important;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    position: relative;
}
.tool-inner:hover{
    background: #f5f7fb !important;
}


.tool-lg-block {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.uploaded_tool .tool-inner {
    box-shadow: 0px 2px 16px 0px #0000000A;
    border: 2px solid #E4E8F1;
    border-style: dashed;
    min-height: 80px;
    padding: 24px;
}

.upload-area-opacity::before {
    content: "";
    background: rgb(255 255 255 / 100%);
    width: 100%;
    height: 100%;
    position: absolute;
}
.upload-area{
    cursor: pointer;
}
.submit-btn {
    border: unset;
    padding: 5px 25px;
    border-radius: 5px;
    background-color: var(--color-blue);
    color: white;
}

#js-browse-btn {
    padding: 8px 12px 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #4899FF;
    border-radius: 8px;
    min-width: 140px;
    justify-content: center;
}

#js-browse-btn span {
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

#js-browse-btn svg {
    width: 20px;
    height: 20px;
}

#js-browse-btn:hover {
    background: #0984E3;
    transition: all ease-in 0.2s;
}

.choose-file-sm-block {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    display: none;
}

.label-add-pdf-text {
    color: #1E223F;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}

.choose-file-sm {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    border: 1px solid #E4E8F1;
    padding: 8px 16px;
    border-radius: 8px;
    min-width: 260px;
    background: transparent;
}

.choose-file-sm span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1E223F;
}

.button-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.open-camera-btn,
.choose-file-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #E4E8F1;
    padding: 8px 16px;
    border-radius: 8px;
    min-width: 160px;
    background: transparent;
    cursor: pointer;
}

.open-camera-btn span,
.choose-file-btn span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1E223F;
}

.slogan-text-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 6px;
}

.drag_n_drop_title {
    line-height: 24px;
    color: #1E223F;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.drag_n_drop_sub_title {
    font-size: 14px;
    color: #AAACB7;
    text-align: center;
    font-weight: 400;
    line-height: 20px;
    max-width: 500px;
}

.drag_n_drop_sub_title>span {
    font-size: 14px;
    color: #AAACB7;
    text-align: center;
    font-weight: 400;
    line-height: 20px;
}

.download-all {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1E223F;
    transition: all ease-in .2s;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 8px;
    white-space: nowrap;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
}

.download_all :hover {
    background: #3F3E54;
    cursor: pointer;
}

.restart_btn,
.btn {
    background: #E7EBF3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    gap: 8px;
    border-radius: 8px;
    color: #1E223F;
    font-size: 16px;
    line-height: 24px;
    font-size: 16px;
    white-space: nowrap;
    font-weight: 500;
    transition: all ease-in .2s;
}

.restart_btn:hover,
.btn:hover {
    background: #F2F4F9;
    cursor: pointer;
}

.restart_btn:active,
.btn:active {
    background: #E7EBF3;
}

.selected-result {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid #E4E8F1;
    background: #FBFBFB;
    padding: 16px;
    border-radius: 16px;
    max-width: 100%;
    width: 100%;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.selected-result-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.count-uploaded-files {
    font-family: "Roboto", sans-serif;
    color: #85878E;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #85878E;
}

.selected-result-head .heading {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1%;
    color: #1E223F;
}

.multiple-img-preview {
    display: flex;
    flex-direction: column;
    flex: 2;
    position: relative;
    gap: 8px;
    width: 100%;
    max-height: 450px;
    padding-right: 8px;
    overflow-y: auto !important;
}

.multiple-img-preview::-webkit-scrollbar,
.js-single-img-preview::-webkit-scrollbar {
    width: 6px;
}

.multiple-img-preview::-webkit-scrollbar-thumb,
.js-single-img-preview::-webkit-scrollbar-thumb {
    background-color: #c6cad3;
    border-radius: 4px;
}

.multiple-img-preview::-webkit-scrollbar-track,
.js-single-img-preview::-webkit-scrollbar-track {
    background-color: #eee;
}

.progress2 {
    border-radius: 10px;
    background-color: #dde0e8;
}

.progress-bar2 {
    height: 5px;
    border-radius: 10px;
    transition: 0.4s linear;
    transition-property: width, background-color;
}

.progress-moved .progress-bar2 {
    background-color: #179AFF;
    animation: progress 3s forwards;
}

.center-preview-file-bar {
    height: 5px;
    border-radius: 10px;
    background: #179aff;
}

.percentage,
.percentage span {
    color: #7a7b8e;
    font-size: 14px;
    margin-top: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: right;
}

.center-preview-file-uploadIcon .percentage,
.center-preview-file-uploadIcon .percentage span {
    color: #7a7b8e;
    font-size: 1px;
    margin-top: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@keyframes progress {
    0% {
        width: 0%;
        background: #179aff;
    }

    100% {
        width: 100%;
        background: #179aff;
    }
}

.js-single-img-preview {
    height: 90px;
    border-radius: 12px;
    border: 1px solid #E4E8F1;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex: 1 1 100%;
    padding: 8px 16px 8px 8px;
}

.img-preview-name {
    color: #0D1120;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.choose-plan-desc span {
    line-height: 24px;
}

.choose-plan-desc {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #0d0c22;
}

.img-preview-name-after-append {
    color: #0d1120;
    font-size: 10px;
    font-style: normal;
    line-height: normal;
}

.img-preview-size {
    color: #7a7b8e;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: none;
}

.no-response-title {
    color: #de1a1a;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.no-response-des {
    color: #252a3e;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.18px;
}

.js-single-img-preview .center-preview {
    justify-content: space-between;
    text-align: center;
    width: 100%;
    display: flex;
    gap: 16px;
}

.title-hover {
    position: relative;
    display: inline-block;
}

.js-single-result-copy::before {
    content: attr(data-title);
    position: absolute;
    top: 50%;
    left: -50%;
    transform: translate(-50%, -30%);
    background-color: black;
    color: white;
    border-radius: 5px;
    opacity: 0;
    font-size: 12px;
    padding: 2px 5px;
    z-index: 9999;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
}

.js-single-result-copy.active::before {
    opacity: 1;
    visibility: visible;
    content: "Copied";
    top: 50%;
}

.js-single-result-download::before {
    content: attr(data-title);
    position: absolute;
    top: 50%;
    left: -80%;
    transform: translate(-50%, -70%);
    background-color: black;
    color: white;
    border-radius: 5px;
    opacity: 0;
    font-size: 12px;
    padding: 2px 5px;
    z-index: 9999;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
}

.js-single-result-copy:hover::before,
.js-single-result-download:hover::before {
    opacity: 1;
    visibility: visible;
}


.left-preview-img img {
    width: 74px;
    height: 74px;
    object-fit: cover;
    border-radius: 8px;
}

.js-single-img-preview .center-preview .center-preview-inner {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 0.324rem;
    transition: max-height 0.2s ease;
}

.center-preview-file {
    text-align: center;
    display: flex;
    gap: 0.324rem;
    align-items: center;
}

.center-preview-file-uploadIcon {
    color: #02c24f;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    line-height: 16px;
}

.js-single-img-preview .left-preview-img-drag {
    width: 14px;
    position: absolute;
    margin-top: 25px;
    left: 5px;
}

.js-single-img-preview .left-preview-img-drag img {
    width: 20px;
}

.right-preview {
    cursor: pointer;
}

.right-preview-text {
    color: #de1a1a;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.result-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--color-skyblue);
    font-weight: 700;
}

.result-div {
    display: flex;
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 10px 99px rgba(0, 0, 0, 0.051);
}

.result-div>div:nth-child(1) {
    flex: 1;
}

.result-div>div:nth-child(2) {
    flex: 4;
}

.single-result>div {
    max-width: 350px;
    margin-left: 20px;
}

.result-div:not(:first-child) {
    margin-top: 1rem;
}

.result-div .js-single-img-prev img {
    min-width: 200px;
    max-width: 200px;
    border-radius: 10px;
    max-height: 200px;
    min-height: 200px;
    width: 100%;
    height: 100%;
}

.js-single-img-prev {
    height: 200px;
}

.single-result {
    max-height: 150px;
    overflow: auto;
    height: 150px;
}

.single-result::-webkit-scrollbar {
    width: 7px;
}

.single-result::-webkit-scrollbar-thumb {
    background: #c2e4ff;
    border-radius: 10px;
}

.single-img-action-btns {
    display: flex;
    justify-content: end;
    gap: 10px;
}

.js-single-result-btn {
    margin-top: 10px;
    padding: 2px 15px;
    border-radius: var(--border-radius-default);
    display: flex;
    gap: 10px;
    justify-content: space-evenly;
    cursor: pointer;
    background: var(--color-F0F0F0);
}

.js-single-result-btn:hover {
    background: var(--color-lightblue);
    color: var(--color-blue);
}

.js-single-result-btn:hover svg path {
    stroke: var(--color-blue);
}

.js-single-result-btn svg {
    margin-top: 7px;
}

.js-single-result-btn:hover label {
    cursor: pointer;
}

.single-img-action-btns .tooltiptext {
    min-width: 100px;
    left: 80%;
}

.js-download-all {
    border-radius: 10px;
    background: #0d1120;
    display: flex;
    padding: 8px 11px;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

span.js-download-all:hover {
    background: #313043;
}

span.js-download-all:active {
    background: #0d0c22;
}

.js-single-result-copy svg:hover,
.js-single-result-download svg:hover {
    filter: brightness(0.95);
}

.js-single-result-copy svg:active,
.js-single-result-download svg:active {
    filter: brightness(1.05);
}

.js-download-all img {
    margin-right: 5px;
    vertical-align: sub;
    width: 27px;
    height: 22px;
}

.img_loader {
    position: absolute;
}

.result_title {
    color: black;
    font-size: var(--font-size-large);
}

.timer {
    display: flex;
    align-items: center;
    font-size: 48px;
    color: black;
    font-weight: bold;
}

.timer-card {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.flip-card {
    width: 36px;
    margin: 0 4px;
}

.flip-card-inner {
    width: 30px;
    height: 30px;
    transform-style: preserve-3d;
    transition: transform 0.5s;
}

.flip-card-front,
.flip-card-back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: var(--border-radius-default);
}

.flip-card-front span {
    font-size: 18px;
}

.flip-card-back {
    transform: rotateY(180deg);
}

.separator {
    font-weight: bold;
    font-size: var(--font-size-large);
    color: white;
}

.below-tool {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    width: 100%;
    padding-right: 8px;
}

.below-tool .text {
    color: #0d1120;
    font-size: var(--font-size-default);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.below-tool-ad.premium {
    justify-content: center;
}

.tool-section.other {
    flex-direction: column;
    max-width: 1060px;
    margin: 0 auto;
}

.tool-section.other:has(.right) {
    max-width: unset !important;
}

#captcha {
    position: absolute;
    bottom: 32px;
    z-index: 99999;
    left: 0;
    right: 0;
    text-align: right;
}

.mobile-layout {
    display: none;
}

@media only screen and (max-width: 992px) {
    .tool-section {
        justify-content: center;
    }

    .tool-section .right {
        width: 330px;
    }
}

@media (min-width: 768px) {
    .tool-section.other {
        flex-direction: row;
    }

}

@media (max-width:768px) {
    .below-tool {
        padding: 0px;
    }

    .left-preview-img img {
        width: 32px;
        height: 32px;
        object-fit: cover;
    }

    .uploaded_tool .tool-inner {
        box-shadow: 0px 2px 16px 0px #0000000A;
        border: 2px solid #E4E8F1;
        border-style: dashed;
        border-radius: 15px;
        height: 72px;
        padding: 16px;
        min-height: 72px;
    }

    .tool-upload-btns {
        display: none;
    }

    .mobile-layout {
        display: flex;
    }

    .choose-file-sm-block {
        display: flex;
    }

    .tool-lg-block {
        display: none;
    }

    .table-div table tbody tr td:first-child {
        white-space: nowrap;
    }

    .tool-section.other {
        padding: 0;
        align-items: unset;
    }

    .tool-section .left {
        padding: 0 5px !important;
    }

    .js-single-img-preview .left-preview-img-drag {
        left: 0;
    }

    .right-preview-text {
        display: none;
    }

    .content-section {
        display: block;
        padding: 0;
    }

    .tool-section .right {
        width: 350px;
        margin: 0 auto;
    }

    .js-single-img-preview .right-preview {
        flex-direction: column;
        justify-content: center;
    }

    .selected-result {
        padding: 16px 8px;
    }

    .selected-result-head {
        flex-direction: row;
        gap: 10px;
    }

    .section.tool-hero {
        padding: 16px 0 30px 0;
    }

    .js-single-img-preview .center-preview {
        flex: 5;
    }

    .right-preview .delete-action,
    .deleteIt {
        margin: 0;
    }


    .center-preview-file-uploadIcon {
        font-size: 11px;
    }

    .text-2 {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .multiple-img-preview {
        grid-template-columns: repeat(2, 1fr);
    }

    .tool-inner:not(.uploaded_tool .upload-area) {
        min-height: 328px;
    }

    .below-tool {
        justify-content: space-between;
        gap: 6px;
        padding: 0px;
    }
}

@media only screen and (max-width: 450px) {
    #previewsImg-bas64 {
        width: 100px;
    }

    .tool-section .right {
        width: 100%;
    }

    .files-heading {
        display: none;
    }

    #captcha {
        right: 10% !important;
        bottom: 42px;
    }

    .img-text {
        margin: 5px !important;
    }

    .processing_text,
    .no-response-des {
        display: none;
    }

    .img-preview-name {
        font-size: 12px;
        line-height: 18px;
    }
}

@media only screen and (max-width: 425px) {
    .multiple-img-preview {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width:375px) {

    .restart-btn,
    .restart-btn,
    .js-convert-all,
    .download-all,
    .download_all {
        width: 100%;
    }
}

.result-action-btn {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #1E223F;
}

.result-action-btn img {
    max-width: unset;
}

.processing-icon {
    animation: rotateIcon 1s linear infinite;
}

.processing_text {
    font-size: 12px;
    line-height: 18px;
    color: #1E223F;
}

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

    to {
        transform: rotate(360deg);
    }
}