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

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

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

.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: 32px 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: 8px;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}

.tool-upload-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

#show_link>img {
    margin: 0px !important;
}

.uploaded_tool .tool-inner {
    box-shadow: 0px 2px 6px 0px #0000000A;
    border: 2px dashed #EAECF0;
    padding: 24px;
    min-height: 72px;
    max-height: 72px;
}

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

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

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

#js-browse-btn span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1e223f;
}

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

#js-browse-btn:hover {
    background: #f2f4f9;
    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;
}

.restart_btn {
    background: #1E223F !important;
    color: #FFFFFF !important;
}

.btn {
    background: #e7ebf3;
    color: #1e223f;
}

.restart_btn,
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    gap: 8px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    font-size: 16px;
    white-space: nowrap;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
}

.restart_btn:hover {
    background: #3F3E54 !important;
}

.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;
    border: 1px solid #e4e8f1;
    background: #fbfbfb;
    border-radius: 16px;
    max-width: 100%;
    width: 100%;
}

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

.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-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #1e223f;
}

.multiple-img-preview {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 8px;
    width: 100%;
    padding: 4px 16px;
    max-height: 644px;
    overflow-y: scroll;
}

.multiple-img-preview::-webkit-scrollbar {
    width: 4px;
}

.multiple-img-preview::-webkit-scrollbar-thumb {
    background: #c6cad3 !important;
    border-radius: 16px;
}

.multiple-img-preview::-webkit-scrollbar-track {
    background: transparent !important;
}

.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 {
    border-radius: 12px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
}

.js-preview-head {
    min-height: 90px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: inset 0px 0px 0px 1px #e4e8f1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 16px;
}

.js-preview-head.editing-mode .left-preview {
    max-height: 32px;
}

.js-preview-head.editing-mode {
    min-height: 48px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.left-preview {
    max-height: 74px;
}

.resulted-editor-wrapper .tox-tinymce {
    border: 1px solid #e4e8f1;
    border-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.img-preview-name {
    color: #1e223f;
    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-for-mob {
    color: #0d1120;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.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-preview-head .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 {
    max-width: 74px;
    max-height: 74px;
    object-fit: cover;
    border-radius: 8px;
}

.js-preview-head.editing-mode .left-preview img {
    max-width: 32px;
    max-height: 32px;
    object-fit: cover;
    border-radius: 8px;
}

.js-preview-head .center-preview .center-preview-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    gap: 0.324rem;
    transition: max-height 0.2s ease;
}

.center-preview-file {
    text-align: left;
    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-preview-head .left-preview-img-drag {
    width: 14px;
    position: absolute;
    margin-top: 25px;
    left: 5px;
}

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

.right-preview {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.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-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;
    bottom: 0;
    align-items: center;
    width: 100%;
    padding: 8px 16px 16px 16px;
}

.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: 0;
    z-index: 99999;
    left: 0;
    right: 0;
    text-align: right;
}

.mobile-layout {
    display: none;
}

/* Trust pilot css starts  */
#trustpilot {
    display: none;
    flex-direction: column;
    padding: 24px 30px 28px 30px;
    gap: 16px;
    position: fixed;
    right: 40px;
    bottom: 210px;
    background: #ffffff;
    border: 1px solid #eaecf0;
    border-radius: 8px;
    z-index: 50;
    animation: slideUp 0.5s ease-out forwards;
}

#trustpilot.hidden {
    display: none !important;
}

#close-trustpilot {
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
}

.like_our_site {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #1e223f;
    text-align: center;
    width: 100%;
}

.rating_trustpilot_wrapper {
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 22px;
    gap: 8px;
    width: 215px;
    height: 46px;
    background: #ffffff;
    border: 1px solid #eaecf0;
    border-radius: 8px;
    z-index: 1;
    transition: all 0.3s;
}

.rating_trustpilot_wrapper:hover {
    border-color: #32c76e;
}

.rate_us_on {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #55586e;
}

@keyframes slideUp {
    0% {
        bottom: 210px;
    }

    100% {
        bottom: 110px;
    }
}

/* trust pilot css ends  */
@media only screen and (max-width: 992px) {
    .tool-section {
        justify-content: center;
    }

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

    .img-preview-name-for-mob {
        display: block !important;
    }
}

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

@media (max-width: 768px) {

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

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

    .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 6px !important;
    }

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

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

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

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

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

    .js-preview-head .center-preview {
        flex: 5;
    }

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

    .center-preview-file {
        flex-direction: column;
        align-items: baseline;
    }

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

    .text-2 {
        display: none;
    }

    .js-preview-head {
        min-height: 48px;
        padding: 8px;
    }

    .left-preview {
        max-height: 32px;
    }

    .img-preview-name {
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }
}

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

    .tool-inner:not(.uploaded_tool .upload-area) {
        min-height: 420px !important;
        max-height: unset !important;
    }
}

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

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

    .files-heading {
        display: none;
    }

    #captcha {
        right: 10% !important;
    }

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

    .processing_text {
        display: none;
    }
}

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

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

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

/**************************************************
        Extracted css added from style.css end
***************************************************/

.tool-inner {
    padding: 2rem;
    width: 100%;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    border-radius: 15px;
    border: none;
    background: #fff;
    min-height: 488px;
}

.h1_text {
    margin-bottom: unset !important;
    margin-top: unset !important;
}

.tool {
    max-height: none;
    position: relative;
    border-radius: 16px;
    padding: 16px;
    background: #fbfbfb;
    border: 1px solid #EAECF0;
    margin-top: 30px;
}

.tool.custom-height {
    min-height: 440px;
}

.browse-btn {
    gap: 5px;
    background: none;
    border-radius: 10px;
    padding: 0;
    /*color: none; */
    /*font-size: 16px; */
    /*font-style: normal; */
    /*font-weight: 600; */
    /*line-height: normal; */
}

.browse-btn svg {
    width: 80px;
}

.browse-btn:hover {
    background: none;
    color: white;
}

.textEditor-div {
    display: flex;
    /* margin-top: 46px; */
    justify-content: center;
    align-items: center;
    text-align: center;
}

.btn-grey {
    border-radius: 6px;
    padding: 6px 8px;
    background-color: #F2F4F9;
    border: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    color: #1E223F;
    max-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}

.btn-grey:hover {
    background-color: #DEE6F4;
}

.btn-blue {
    padding: 8px 16px;
    border-radius: 8px;
    background: #4899FF;
    color: #ffffff;
    cursor: pointer;
    border: none;
    max-height: 40px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease-in-out;
}

.btn-blue>span {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.btn-blue:hover {
    background-color: #0984E3;
}

.textEditor-submit {
    margin: 0 auto;
    margin-top: 16px;
}


.tox .tox-tbtn svg {
    color: #000000 !important;
}

.tox .tox-tbtn--enabled {
    background: #000000 !important;
}

.tox .tox-tbtn--enabled svg {
    fill: #ffffff !important;
}

.tox .tox-tbtn--bespoke {
    background: transparent !important;
    border: 1px solid #85878E !important;
}

.tox:not(.tox-tinymce-inline) .tox-editor-header {
    box-shadow: none !important;
    border-bottom: 1px solid #EAECF0 !important;
}

.tox .tox-statusbar {
    border-top: none !important;
    padding: 8px 12px !important;
    height: 40px !important;
}

.tox-statusbar .status_bar__counter,
.tox-statusbar .privacy-text {
    font-size: 12px;
    line-height: 16px;
    color: #85878E;
}

.tox-statusbar .privacy-text {
    font-weight: 500;
    color: #AAACB7;
}

.tox .tox-toolbar-overlord>.tox-toolbar__primary {
    background: none !important;
}

@media (max-width: 768px) {
    .tool {
        background-color: transparent;
        border: 0px;
        padding: 0px;
    }

    .tool.custom-height {
        min-height: 420px;
    }

    #trustpilot {
        width: 166px;
        right: 20px;
        flex-direction: column;
        align-items: start;
        padding: 12px;
        gap: 8px;
    }

    .rating_trustpilot_wrapper {
        flex-direction: column;
        height: fit-content;
        padding: 8px;
        gap: 0px;
    }

    .rate_us_on {
        font-size: 12px;
        line-height: 16px;
    }

    .rating_trustpilot_wrapper svg {
        height: 22.5px;
    }

    #close-trustpilot {
        top: 12px;
        right: 12px;
    }

    .like_our_site {
        text-align: left;
        font-size: 14px;
        line-height: 20px;
    }

    .tox-statusbar .privacy-text {
        font-size: 10px;
    }
}

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

/* latest css start */

.tool-init-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
}

.tool-init-btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #1e223f;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    background-color: #f2f4f9;
    padding: 8px 12px;
    border-radius: 8px;
    border: 0px;
    cursor: pointer;
    min-width: 110px;
    transition: all 0.2s ease-in-out;
}

.tool-init-btn button:hover {
    background-color: #DEE6F4;
}

/* latest css end */
.btn-blue.active {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-loader {
    border: 2px solid #ffffff66;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (width<=600px) {

    :lang(de) .tool-inner:not(.uploaded_tool .upload-area),
    :lang(it) .tool-inner:not(.uploaded_tool .upload-area),
    :lang(fr) .tool-inner:not(.uploaded_tool .upload-area) {
        min-height: 477px !important;
        max-height: none !important;
    }
}