.leading-0 {
    line-height: 0;
}

.content-section .left {
    word-break: break-word;
}

#left-preview-img-after {
    flex-direction: column;
    gap: 3px;
    justify-content: center;
}

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

.h1_text {
    margin-bottom: 32px !important;
    margin-top: 5px !important;
}

.main_heading {
    line-height: 1.5 !important;
}

.img-text {
    resize: none;
    border: none;
    resize: none;
    width: 100%;
    /* height: 100%; */
    /* min-height: 100px;
    max-height: 100px; */
    color: #1e223f;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    line-height: 16px;
    padding-right: 42px;
}

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

.convert-all {
    border: unset;
    padding: 0px 20px;
    border-radius: 5px;
    background-color: #0984e3;
    color: white;
    width: fit-content;
    cursor: pointer;
    width: -moz-fit-content;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

.left-preview-img {
    transition: 0.2s;
    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;
}

.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 {
    border: 2px dashed #4899ff91 !important;
    border-radius: 12px;
    background: #f6f7fb80 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    position: relative;
    height: 350px;
    max-height: 100%;
}

.upload-area-opacity::before {
    content: "";
    background: rgb(255 255 255 / 100%);
    width: 100%;
    height: 100%;
    position: absolute;
}

.upload-area {
    cursor: pointer;
}

.upload-area:hover {
    background: #f5f7fb !important;
}

.submit-btn {
    border: unset;
    padding: 5px 25px;
    border-radius: 5px;
    background-color: var(--color-blue);
    color: white;
}

.tool-upload-btns {
    display: flex;
    flex-direction: row;
}

.tool-upload-btns .tool-upload-btn {
    display: flex;
    gap: 10px;
}

.tool-upload-btns .tool-link-btn {
    border-radius: 10px;
    border: 1px solid #e4e8f1;
    background: #f6f7fb80;
    display: inline-flex;
    height: 40px;
    padding: 8px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    width: 44px;
}

.tool-upload-btns .tool-link-btn:hover {
    background: var(--color-lightblue);
    color: var(--color-blue);
    border: 0.3px solid var(--color-blue);
}

.tool-upload-btns .tool-link-btn:hover svg path {
    fill: var(--color-blue);
}

.tool-upload-btns #url,
.tool-upload-btns #show_link_url {
    height: 40px;
    width: 170px;
    border-radius: 10px;
    border: 0.3px solid #85878e;
    opacity: 0.5;
    padding: 5px;
    background: #f6f7fb80 !important;
}

.tool-upload-btns #url {
    margin-left: 6px;
}

.tool-upload-btns #show_link_url {
    height: 32px;
}

.tool-upload-btns #show_link_url::placeholder {
    color: #85878e;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

@media screen and (max-width: 580px) {
    .tool-upload-btns {
        justify-content: center;
    }

    .uploaded_tool_title {
        line-height: 1;
    }

    .toggleBtn {
        margin: unset !important;
    }
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.324rem;
    background-color: #e7ebf3;
    color: #1e223f;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    line-height: 24px;
    border: none;
}

.btn.convert-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff !important;
    background-color: #4899ff !important;
}

.btn.convert-btn:hover {
    background-color: #0984e3 !important;
}

.btn.restart_btn {
    color: #fff;
    background-color: #1e223f !important;
}

.btn.restart_btn:hover {
    background-color: #3f3e54 !important;
}

.btn.download-all {
    color: #ffffff !important;
    background-color: #4899ff !important;
}

.btn.download-all:hover {
    background-color: #0984e3 !important;
}

.selected-result {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-radius: 16px;
    border: 1px solid #e4e8f1;
    background: #fbfbfb;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 16px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

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

.selected-result-head .heading {
    color: #0d1120;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.28px;
    text-wrap: nowrap;
}

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

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

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

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

.js-single-img-preview {
    position: relative;
    flex: 1;
    /* Allow each child to grow */
    min-height: 90px;
    /* Prevent shrinking below 90px */
    border-radius: 12px;
    border: 1px solid #e4e8f1;
    background: #ffffff;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    gap: 16px;
    padding: 8px;
    transition: min-height 0.3s ease !important;
}

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

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

.js-single-img-preview .left-preview {
    display: flex;
    overflow: hidden;
    align-items: center;
    flex-direction: column;
    border-radius: 8px;
    align-self: flex-start !important;
}

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

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

.tooltip {
    border-bottom: unset !important;
}

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

.tooltip.active::before {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 768px) {
    .tooltip:hover::before {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 768px) {
    .right_wrapper_desktop {
        display: none !important;
    }
    .right_wrapper_mobile {
        display: block !important;
        align-self: end;
    }
    .throttle_reach_wrapper {
        height: auto !important;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        padding: 16px;
        gap: 0;
    }

    .throttle_reach_wrapper .left_wrapper {
        align-items: flex-start !important;
        width: 100%;
    }

    .throttle_reach_wrapper .throttle_description {
        display: block;
        width: 100%;
    }

    .throttle_reach_wrapper .throttle_description span:nth-child(1) {
        display: block;
        margin-bottom: 8px;
    }

    .throttle_reach_wrapper .throttle_description span:nth-child(2) {
        display: block;
        margin-bottom: 4px;
    }

    .throttle_reach_wrapper .throttle_description span:nth-child(2):before {
        display: none;
    }

    .throttle_reach_wrapper .right_wrapper {
        width: fit-content;
        justify-content: flex-end;
        margin-top: 8px;
    }

    .throttle_reach_wrapper .cross_icon_throttle {
        position: absolute;
        top: 12px;
        right: 12px;
    }
}

/* Adjustments for download button */
.js-single-result-download.tooltip::before {
    left: -80%;
    transform: translate(-50%, -70%);
}

/* Icon hover and active effects */
.tooltip svg:hover {
    filter: brightness(0.95);
}

.tooltip svg:active {
    filter: brightness(1.05);
}

.left-preview-img .image-preview {
    width: 100px;
    max-width: 100px;
    height: 74px;
    object-fit: cover;
}

.js-single-img-preview .center-preview .center-preview-inner {
    /* width: 100%; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    transition: max-height 0.2s ease;
}

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

.js-single-img-preview .left-preview .left-preview-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    align-items: center;
    border-radius: 0px;
    position: relative;
}

.right-preview {
    display: flex;
    align-items: center;
    gap: 2px;
}

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

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

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

/* after extracting css start*/

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

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

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

#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: 12px;
    width: 100%;
    display: none;
}

.choose-file-sm-block p {
    color: #1e223f;
    line-height: 26px;
    font-size: 18px;
    font-weight: 500;
}

.choose-file-sm-block span {
    color: #aaacb7;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
}

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

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

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

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

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

.mobile-layout {
    display: none;
}

.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;
    background: transparent;
    white-space: nowrap;
    cursor: pointer;
}

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

.open-camera-btn span {
    color: #fff;
}

.right-preview {
    display: flex;
    align-items: center;
}

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

.download_all {
    position: relative;
}

.actions__list {
    z-index: 999;
    width: 100%;
    position: absolute;
    top: 50px;
    right: 0;
    padding: 4px;
    display: flex;
    flex-direction: column;
    background: white;
    box-shadow: 0 8px 32px 0 #0000001f;
    color: black;
    border-radius: 8px;
    overflow: visible;
}

.actions__list span {
    color: #1e223f;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 8px;
    border-radius: 6px;
    cursor: pointer;
}

.actions__list span:hover {
    background-color: #f5f7fb;
}

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

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

.no-response-section {
    text-align: left;
}

/* after extracting css end*/

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

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

.cropper-image {
    right: 0 !important;
    padding: 2px 4px;
    background: #8190b0ba;
    color: #1e223f;
    border-bottom-left-radius: 8px;
    line-height: 12px;
    border: none;
}

@media (max-width: 850px) and (min-width: 768px) {
    .plan-section1-img img {
        width: 45px !important;
        height: 50px !important;
    }

    .plan-section1-img {
        position: absolute;
        right: 0;
        top: -2rem;
    }

    .plan-section1 {
        position: relative;
    }
}

@media (max-width: 768px) {
    .tooltip::before {
        top: -10px !important;
        left: 50% !important;
    }

    .js-single-img-preview.after {
        flex-direction: column;
        gap: 8px;
    }

    .left-preview-img {
        flex-direction: row !important;
        gap: 12px !important;
    }

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

    .actions_btn_div {
        top: 4px;
        flex-direction: row !important;
    }

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

    .tool-icon-img {
        height: 32px !important;
        width: 32px !important;
    }

    .left-preview-img .image-preview {
        width: 32px !important;
        height: 32px !important;
    }

    .cropper-image {
        width: 32px;
        left: 0 !important;
        top: 15px;
    }

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

    .mobile-layout {
        display: flex;
    }

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

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

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

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

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

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

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

    .js-single-img-preview {
        min-height: 48px;
        gap: 8px;
    }

    .text-2 {
        display: none;
    }

    .convert-all {
        padding: 5px 8px !important;
        font-size: 14px !important;
    }
}

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

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

    .tool-upload-btns {
        gap: 8px;
        align-items: center;
        flex-direction: column;
    }

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

@media only screen and (max-width: 450px) {
    .tool-section .right {
        width: 100%;
    }

    .files-heading {
        display: none;
    }

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

    .js-single-img-preview {
        position: relative;
    }

    .de-preview-icon {
        right: 0px !important;
    }

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

    .center-preview-file-bar {
        margin: 0px 3px;
    }

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

    .processing_text {
        display: none;
    }
}

@media only screen and (max-width: 425px) {
    .tool-inner {
        gap: 5px;
    }

    .drag_n_drop_title {
        font-size: 15px;
    }

    .container {
        padding: 20px 10px;
    }

    .tool-upload-btns {
        height: 34px;
    }

    .home-upload {
        height: 80px !important;
        width: 90px !important;
    }

    .drag_n_drop_sub_title {
        font-size: 13px;
    }

    .uploaded_tool_title {
        font-size: 14px;
    }

    .multiple-img-preview {
        grid-template-columns: repeat(1, 1fr);
    }

    .actions__list {
        flex-direction: column;
    }
}

@media only screen and (max-width: 350px) {
    .actions__list {
        gap: 10px;
    }

    #jsShadowRoot,
    .clear-btn,
    .js-convert-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;
    cursor: pointer;
}

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

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

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

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

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

/* latest css start */
.flow-horizontal {
    display: flex;
    align-items: center;
}

.tool-heading {
    gap: 4px;
}

.tool-action {
    width: 100%;
    justify-content: right;
    gap: 8px;
}

.tool-bottom {
    justify-content: right;
}

.tool-feedback {
    justify-content: center;
    width: 100%;
}

.prem_feedback_main {
    position: relative !important;
    right: unset;
    bottom: unset;
    margin-top: 4px;
}

@media (max-width: 465px) {
    .selected-result-head {
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
    }

    .tool-heading {
        align-items: start;
    }

    .tool-action .btn-div {
        text-wrap: nowrap;
    }

    .tool-action {
        width: max-content;
    }

    .convert-btn {
        width: 100%;
    }

    .tool-action:has(.download_all:not(.d-none)) {
        width: 100%;
    }

    .tool-action:has(.download_all:not(.d-none)) .btn-div {
        width: 50%;
    }
}

/* latest css end */

.tool-bottom {
    position: sticky;
    bottom: 0px;
    background-color: #fbfbfb;
    padding-bottom: 5px;
    padding: 16px 0px;
}

/* throttle reach wrapper start */
.throttle_reach_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #EBF8FF;
    border-radius: 16px;
    padding: 12px 16px;
    margin: 16px 0px;
}

.throttle_left_side {
    display: flex;
    align-items: center;
    gap: 8px;
}

.throttle_title_group {
    display: flex;
    align-items: center;
    gap: 20px;
}

.throttle_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.throttle_main_title {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #1e223f;
}

.throttle_desc_group {
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Add separator on desktop */
.throttle_desc_group::before {
    content: "-";
    width: 6px;
    color: #1E223F;
    font-size: 16px;
    font-weight: 600;
    margin-right: 4px;
}

.throttle_desc_text,
.throttle_unlock_text {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #55586e;
}

.throttle_signup_text {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #1e223f;
    cursor: pointer;
}

.throttle_right_side {
    display: flex;
    align-items: center;
    gap: 20px;
}

.throttle_upgrade_link {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #4899ff;
    cursor: pointer;
    text-decoration: none;
}

.throttle_close_icon {
    cursor: pointer;
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .throttle_reach_wrapper {
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        padding: 16px;
        gap: 8px;
        height: auto !important;
    }

    .throttle_left_side {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 8px;
    }

    .throttle_title_group {
        width: 100%;
    }

    .throttle_desc_group {
        display: block;
        width: 100%;
        padding-right: 70px; /* Prevent text from overlapping the upgrade link */
    }

    .throttle_desc_group span {
        display: inline;
    }

    .throttle_desc_group::before {
        display: none;
    }

    .throttle_right_side {
        position: static;
        width: auto;
        margin: 0;
    }

    .throttle_upgrade_link {
        position: absolute;
        bottom: 30px;
        right: 16px;
    }

    .throttle_close_icon {
        position: absolute;
        top: 12px;
        right: 12px;
    }
}
/* throttle reach wrapper end */
