:root {
    --lang-bg: url("/img/icons/language.svg");
    --up-sign: url("/img/icons/upsign.svg");
    --minus-sign: url("../../../img/icons/minus.svg");
    --plus-sign: url("../../../img/icons/plus.svg");
    --download_extracted_image: url("../../../img/icons/extracted_images_download.svg");
    --preview_extracted_image: url("../../../img/icons/extracted_images_preview.svg");
    --sec-bg: url("../../../img/second-bg.svg");
}

/* Universal Scrollbar Styling */

/* For WebKit browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background: #b1b1b1;
    border-radius: 10px;
    cursor: grab;
}

/* For Firefox */
/* ::-webkit-scrollbar-track {
    border-radius: 10px;
} */

/* Optional: Specific rules for better cross-browser support */
body {
    overflow-y: auto;
    /* Ensure scrollbars are enabled */
}

*,
:after,
:before {
    --tw-ring-inset: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(99, 102, 175, 0.5);
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent;
}

*,
:after,
:before {
    --tw-shadow: 0 0 transparent;
}

*,
:after,
:before {
    border-color: currentColor;
}

*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1280px;
}

.home-container {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.main-container {
    max-width: 2000px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 10px;
}

.side-bar-ads #childLeftAd,
.side-bar-ads #childRightAd {
    position: sticky;
    top: 0;
}

.leader_board_ad {
    width: 100%;
    height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vue-notification-group {
    display: block;
    position: fixed;
    z-index: 5000;
}

.vue-notification-wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}

.notification-title {
    font-weight: 600;
}

.vue-notification-template {
    background: #fff;
}

.vue-notification,
.vue-notification-template {
    display: block;
    box-sizing: border-box;
    text-align: left;
}

.vue-notification {
    font-size: 12px;
    padding: 10px;
    margin: 0 5px 5px;
    color: #fff;
    background: #44a4fc;
    border-left: 5px solid #187fe7;
}

.vue-notification.warn {
    background: #ffb648;
    border-left-color: #f48a06;
}

.vue-notification.error {
    background: #e54d42;
    border-left-color: #b82e24;
}

.vue-notification.success {
    background: #68cd86;
    border-left-color: #42a85f;
}

.vn-fade-enter-active,
.vn-fade-leave-active,
.vn-fade-move {
    transition: all 0.5s;
}

.vn-fade-enter,
.vn-fade-leave-to {
    opacity: 0;
}

.flex-grow {
    flex-grow: 1;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.loading_line_wrapper {
    height: 2px;
    background: #a2bcef;
}

.top-2 {
    top: 2px;
}

.right-2 {
    right: 2px;
}

.loading_line,
.loading_line_wrapper {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.loading_line {
    height: 100%;
    transform-origin: 100% 0;
    animation: kf_loading_line 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s infinite;
}

.loading_line_inner {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #6366af;
    transform-origin: 0 0;
}

.loading_line_inner--1 {
    opacity: 0;
    animation: kf_loading_line_inner--1 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s infinite;
}

.loading_line_inner--2 {
    opacity: 1;
    animation: kf_loading_line_inner--2 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s infinite;
}

@keyframes kf_loading_line {
    0% {
        transform: scaleX(1);
    }

    50% {
        transform: scaleX(1);
    }

    to {
        transform: scaleX(0);
    }
}

@keyframes kf_loading_line_inner--1 {
    0% {
        transform: scaleX(0);
    }

    25% {
        transform: scaleX(1);
    }

    to {
        transform: scaleX(1);
    }
}

@keyframes kf_loading_line_inner--2 {
    0% {
        transform: scaleX(0);
    }

    25% {
        transform: scaleX(0);
    }

    50% {
        transform: scaleX(1);
    }

    to {
        transform: scaleX(1);
    }
}

.h-280 {
    height: 280px;
}

.bg-container::before {
    content: "";
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 324px;
}

.bg-container::before {
    background-image: var(--sec-bg);
}
/* checkbox code */
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox:has(input:checked) {
  border-color: #6a6ecb;
}
.custom-checkbox .checkmark {
    position: absolute;
    right: 10px;
    height: 14px;
    min-height: 14px;
    width: 14px;
    min-width: 14px;
    top: 8px;
    background-color: #ffffff;
    border-radius: 50%;
    /* <-- circle for radio */
    border: 1px solid #e8e8e8;
    transition: 0.2s ease-in-out;
}

/* When radio is checked */
.custom-checkbox input:checked~.checkmark {
    background-color: #ffffff;
    border-color: #6a6ecb;
}

/* Inner filled circle */
.custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    width: 8px;
    height: 8px;
    background-color: #6a6ecb;
    border-radius: 50%;
    transform: translate(2.1px, 2.1px);
}

/* Show inner dot when selected */
.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* tootip Code */
.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-decoration: underline;
    color: #1e40af;
}

.mode_tooltip {
    position: absolute;
    z-index: 10;
    background-color: #1f2937;
    color: white;
    border-radius: 6px;
    padding: 8px;
    min-width: 130px;
    max-width: 160px;
    width: max-content;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
}

.mode_tooltip::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #000000 transparent transparent transparent;
}

.tooltip-container:hover .mode_tooltip {
    visibility: visible;
    opacity: 1;
}

.tooltip-content {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #ffffff;
}

@media only screen and (min-width: 768px) {
    #mobileNavMenu {
        display: none;
    }
}

@media only screen and (max-width: 1080px) {
    .bg-container::before {
        height: 160px;
    }
}

@media only screen and (max-width: 1023px) {
    .md-w-100 {
        width: 100% !important;
    }
}

@media only screen and (max-width: 600px) {
    .h-280 {
        height: 160px;
    }
}

@media only screen and (max-width: 450px) {
    .custom-w-160 {
        min-width: 100px !important;
    }

    .usage_div div {
        padding: 15px !important;
    }

    .bg-second-bg.lg\:pt-14.p-8 {
        padding: 15px !important;
    }

    .lg\:pt-14.p-8 {
        padding: 15px !important;
    }

    .bg-second-bg.p-8 {
        padding: 15px !important;
    }
}

@media only screen and (max-width: 375px) {
    .custom-w-160 {
        min-width: 50px !important;
    }

    .result-container {
        flex-direction: column;
    }
}

.cropper {
    height: 450px;
    width: 450px;
    background: #ddd;
}

.cropper-container.cropper-bg {
    border-radius: 12px;
}

.flex-grow {
    flex-grow: 1;
}

.h-280 {
    min-height: 280px;
}

@media only screen and (max-width: 600px) {
    .h-280 {
        min-height: 160px;
    }
}

.flex-grow {
    flex-grow: 1;
}

.h-280 {
    min-height: 280px;
}

.tool-box {
    min-height: 444px;
}

.tool-box-for-non-premium {
    min-height: 408px;
}

@media only screen and (max-width: 640px) {
    .tool-box-for-non-premium {
        min-height: 438px;
    }

    .tool-box {
        min-height: 480px;
    }
}

.flex-grow {
    flex-grow: 1;
}

.alert-box-close {
    border-radius: 22px;
    width: 132px;
    height: 38px;
    color: #fff;
    cursor: pointer;
    margin: 10px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
}

#dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 130px;
    z-index: 10;
}

.pdf-viewer {
    width: 100%;
    height: 500px;
}

.bg-blue-500 {
    background-color: #6366af !important;
}

.text-blue-500 {
    color: #6366af !important;
}

.bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 248, 255, var(--tw-bg-opacity));
}

.cropper-cross {
    position: relative;
    top: 10.5%;
    left: 22.5%;
    z-index: 999;
}

.flex-grow {
    flex-grow: 1;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.loading_line_wrapper {
    height: 2px;
    background: #a2bcef;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
}

.loading_line {
    height: 100%;
    transform-origin: 100% 0;
    -webkit-animation: kf_loading_line 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s infinite;
    animation: kf_loading_line 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s infinite;
}

.loading_line_inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 100%;
    background-color: #6366af;
    transform-origin: 0 0;
}

.loading_line_inner--1 {
    opacity: 0;
    -webkit-animation: kf_loading_line_inner--1 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s infinite;
    animation: kf_loading_line_inner--1 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s infinite;
}

.loading_line_inner--2 {
    opacity: 1;
    -webkit-animation: kf_loading_line_inner--2 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s infinite;
    animation: kf_loading_line_inner--2 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s infinite;
}

.cursor-pointer {
    cursor: pointer;
}

#credential_picker_container {
    border: none;
    height: 330px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 391px;
    z-index: 9999;
}

#credential_picker_container iframe {
    border: none;
    width: 391px;
    height: 330px;
}

#g_a11y_announcement {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}

.L5Fo6c-sM5MNb {
    border: 0;
    display: block;
    left: 0;
    position: relative;
    top: 0;
}

.L5Fo6c-bF1uUb {
    border-radius: 4px;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.L5Fo6c-bF1uUb:focus {
    border: none;
    outline: none;
}

sentinel {}

@-webkit-keyframes kf_loading_line {
    0% {
        transform: scaleX(1);
    }

    50% {
        transform: scaleX(1);
    }

    to {
        transform: scaleX(0);
    }
}

@keyframes kf_loading_line {
    0% {
        transform: scaleX(1);
    }

    50% {
        transform: scaleX(1);
    }

    to {
        transform: scaleX(0);
    }
}

@-webkit-keyframes kf_loading_line_inner--1 {
    0% {
        transform: scaleX(0);
    }

    25% {
        transform: scaleX(1);
    }

    to {
        transform: scaleX(1);
    }
}

@keyframes kf_loading_line_inner--1 {
    0% {
        transform: scaleX(0);
    }

    25% {
        transform: scaleX(1);
    }

    to {
        transform: scaleX(1);
    }
}

@-webkit-keyframes kf_loading_line_inner--2 {
    0% {
        transform: scaleX(0);
    }

    25% {
        transform: scaleX(0);
    }

    50% {
        transform: scaleX(1);
    }

    to {
        transform: scaleX(1);
    }
}

@keyframes kf_loading_line_inner--2 {
    0% {
        transform: scaleX(0);
    }

    25% {
        transform: scaleX(0);
    }

    50% {
        transform: scaleX(1);
    }

    to {
        transform: scaleX(1);
    }
}

.anim {
    transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.anim {
    transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.vue-advanced-cropper {
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-height: 100%;
    max-width: 100%;
    direction: ltr;
}

.vue-advanced-cropper__stretcher {
    pointer-events: none;
    position: relative;
    max-width: 100%;
    max-height: 100%;
}

.vue-advanced-cropper__image {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    transform-origin: center;
    max-width: none !important;
}

.vue-advanced-cropper__background,
.vue-advanced-cropper__foreground {
    opacity: 1;
    background: #000;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.vue-advanced-cropper__foreground {
    opacity: 0.5;
}

.vue-advanced-cropper__boundaries {
    opacity: 1;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.vue-advanced-cropper__cropper-wrapper {
    width: 100%;
    height: 100%;
}

.vue-advanced-cropper__image-wrapper {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
}

.vue-advanced-cropper__stencil-wrapper {
    position: absolute;
}

.vue-rectangle-stencil {
    box-sizing: border-box;
}

.vue-rectangle-stencil,
.vue-rectangle-stencil__preview {
    position: absolute;
    height: 100%;
    width: 100%;
}

.vue-rectangle-stencil--movable {
    cursor: move;
}

.vue-preview {
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

.vue-preview--fill,
.vue-preview__wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
}

.vue-preview__image {
    pointer-events: none;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform-origin: center;
    max-width: none !important;
}

.vue-circle-stencil {
    position: absolute;
    height: 100%;
    width: 100%;
    box-sizing: content-box;
    cursor: move;
}

.vue-circle-stencil__preview {
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
}

.vue-circle-stencil--movable {
    cursor: move;
}

.vue-simple-handler {
    display: block;
    background: #fff;
    height: 10px;
    width: 10px;
}

.vue-line-wrapper {
    background: 0 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vue-line-wrapper--north,
.vue-line-wrapper--south {
    height: 12px;
    width: 100%;
    left: 0;
    transform: translateY(-50%);
}

.vue-line-wrapper--north {
    top: 0;
    cursor: n-resize;
}

.vue-line-wrapper--south {
    top: 100%;
    cursor: s-resize;
}

.vue-line-wrapper--east,
.vue-line-wrapper--west {
    width: 12px;
    height: 100%;
    transform: translateX(-50%);
    top: 0;
}

.vue-line-wrapper--east {
    left: 100%;
    cursor: e-resize;
}

.vue-line-wrapper--west {
    left: 0;
    cursor: w-resize;
}

.vue-line-wrapper--disabled {
    cursor: auto;
}

.vue-handler-wrapper {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
}

.vue-handler-wrapper__draggable {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vue-handler-wrapper--west-north {
    cursor: nw-resize;
}

.vue-handler-wrapper--north {
    cursor: n-resize;
}

.vue-handler-wrapper--east-north {
    cursor: ne-resize;
}

.vue-handler-wrapper--east {
    cursor: e-resize;
}

.vue-handler-wrapper--east-south {
    cursor: se-resize;
}

.vue-handler-wrapper--south {
    cursor: s-resize;
}

.vue-handler-wrapper--west-south {
    cursor: sw-resize;
}

.vue-handler-wrapper--west {
    cursor: w-resize;
}

.vue-handler-wrapper--disabled {
    cursor: auto;
}

.vue-draggable-area {
    position: relative;
}

.vue-bounding-box {
    position: relative;
    height: 100%;
    width: 100%;
}

.vue-bounding-box__handler {
    position: absolute;
}

.vue-bounding-box__handler--west-north {
    left: 0;
    top: 0;
}

.vue-bounding-box__handler--north {
    left: 50%;
    top: 0;
}

.vue-bounding-box__handler--east-north {
    left: 100%;
    top: 0;
}

.vue-bounding-box__handler--east {
    left: 100%;
    top: 50%;
}

.vue-bounding-box__handler--east-south {
    left: 100%;
    top: 100%;
}

.vue-bounding-box__handler--south {
    left: 50%;
    top: 100%;
}

.vue-bounding-box__handler--west-south {
    left: 0;
    top: 100%;
}

.vue-bounding-box__handler--west {
    left: 0;
    top: 50%;
}

.vue-preview-result {
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
    height: 100%;
    width: 100%;
}

.vue-preview-result__wrapper {
    position: absolute;
}

.vue-preview-result__image {
    pointer-events: none;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform-origin: center;
    max-width: none !important;
}

.vue-simple-line {
    background: 0 0;
    transition: border 0.5s;
    border: 0 solid hsla(0, 0%, 100%, 0.3);
}

.vue-simple-line--north,
.vue-simple-line--south {
    height: 0;
    width: 100%;
}

.vue-simple-line--east,
.vue-simple-line--west {
    height: 100%;
    width: 0;
}

.vue-simple-line--east {
    border-right-width: 1px;
}

.vue-simple-line--west {
    border-left-width: 1px;
}

.vue-simple-line--south {
    border-bottom-width: 1px;
}

.vue-simple-line--north {
    border-top-width: 1px;
}

.vue-simple-line--hover {
    opacity: 1;
    border-color: #fff;
}

.h-22 {
    height: 5.5rem;
}

.d-none {
    display: none;
}

.text-xxs {
    font-size: 0.55rem;
}

.padding-1 {
    padding: 1rem;
}

.h-fit {
    height: fit-content;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: #b1b1b1;
    border-radius: 10px;
    /* border: 3px solid #fff; */
}

::-webkit-scrollbar-track {
    background: #f3f2f2;
}

::-webkit-scrollbar-thumb:active {
    cursor: grabbing;
}

.shadow-2xl,
.shadow-inner {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
        var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}

.vue-dropzone.dz-clickable {
    cursor: pointer;
    border-radius: 5px;
}

.vue-dropzone {
    background: #fff !important;
}

.vue-dropzone {
    min-height: 200px;
    background: #fff;
    padding: 0;
}

.vue-dropzone,
.vue-dropzone * {
    box-sizing: border-box;
}

.vue-dropzone {
    position: relative;
}

.dz-clickable {
    border-style: dashed;
}

.vue-dropzone {
    min-height: 150px;
    padding: 20px;
}

/* .vue-dropzone.dz-clickable .dz-message,
.vue-dropzone.dz-clickable .dz-message * {
    cursor: pointer;
    } */
#image-fileUpload {
    cursor: pointer;
}
.bg_tool_hover:hover {
    background: #6a6ecb0a;
}

.dropzone .dz-message {
    margin: 0em auto !important;
}

.vue-dropzone .dz-message {
    text-align: center;
}

.vue-dropzone.dz-clickable * {
    cursor: default;
}

.vue-dropzone .dz-message {
    margin: 2em 0;
}

.vue-dropzone,
.vue-dropzone * {
    box-sizing: border-box;
}

.horizontal-loader {
    height: 100%;
    width: 0;
    background-color: #9aa1a9;
    animation: load 2s ease-in-out infinite;
}

@keyframes load {
    0% {
        width: 0;
    }

    20% {
        width: 30%;
    }

    30% {
        width: 50%;
    }

    60% {
        width: 90%;
    }

    100% {
        width: 100%;
    }
}

#loading-overlay {
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    height: 18px;
    width: 100%;
    margin: 0 auto;
}

.tool-height {
    min-height: 380px;
}

.p-relative {
    position: relative;
}

.items-center {
    align-items: center;
}

.usage_div h3 {
    display: inline-flex;
    font-weight: 700;
    font-size: large;
    padding-bottom: 10px;
}

.usage_div div {
    padding: 1.8rem;
    background: #fff;
    border-radius: 10px;
}

@media (min-width: 768px) {
    .md\:h-22 {
        height: 5.5rem;
    }
}

.result_card_final {
    max-height: fit-content;
    height: fit-content;
    overflow: hidden;
}

.result_card_final {
    overflow: visible;
}

textarea {
    height: fit-content;
    padding: 5px 12px;
}

.modalImg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-content-cropper {
    background-color: #fff;
    padding: 12px;
    border-radius: 16px;
    text-align: center;
    overflow: auto;
    max-width: 714px;
    height: auto;
    margin: 0 auto;
    width: 100%;
    max-height: 500px;
}

.modal-content {
    background-color: #ffffff;
    border-radius: 12px;
    text-align: center;
    overflow: auto;
    max-width: 380px;
    height: auto;
    margin: 0 auto;
    width: 100%;
}

.login-modal {
    border-radius: 32px;
}

.modal-content::-webkit-scrollbar {
    width: 8px;
}

.modal-content::-webkit-scrollbar-thumb {
    background: #cbcbcb;
    border-radius: 10px;
}

#cropped-image {
    max-width: 100%;
    max-height: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.cropper-container {
    height: 400px !important;
    max-height: 450px !important;
    max-width: 690px !important;
    width: 100% !important;
    box-sizing: border-box;
    overflow: hidden !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 {
    max-width: 85%;
    max-height: 380px;
}

.cross {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 10px;
}

.table-data td,
.table-data th {
    cursor: text;
    font-size: 14px;
}

[multiple],
[type="date"],
[type="text"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    /* border-color: #a0aec0; */
    border-width: 1px;
    /* border-radius: 0; */
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 transparent;
}

#pasteUrl {
    padding: 0;
    font-size: 12px;
    background: #f9f9f9;
    line-height: 18px;
}

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    outline: none;
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
}

.text-white {
    color: white;
}

@media (min-width: 1024px) {
    .lg\:text-3xl {
        font-size: 1.875rem;
        line-height: unset;
    }
}

.border-top-custom {
    border-top: 1px solid rgb(0 0 0 / 32%);
}

.h-auto {
    height: auto !important;
}

.hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: #cbd5e0 !important;
}

.vue-dropzone,
.vue-dropzone * {
    box-sizing: border-box;
}

select {
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    padding: 0px 12px;
}

.bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity)) !important;
}

.inset-0,
.inset-x-0 {
    right: 0;
    left: 0;
}

.resultFinalDivText {
    outline: none;
    max-height: 180px;
    overflow-y: auto;
    word-break: break-word;
    color: #131313;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.custom-w-160 {
    min-width: 160px;
}

.bg-black-500 {
    background-color: #0b0b0b;
}

.bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity));
}

.bg-indianred-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 50, 84, var(--tw-bg-opacity));
}

.text-orange-500 {
    --tw-text-opacity: 1;
    color: rgba(237, 137, 54, var(--tw-text-opacity));
}

.duration-500 {
    transition-duration: 0.5s;
}

.text-black-500 {
    color: #0b0b0b;
}

.text-indianred-500 {
    --tw-text-opacity: 1;
    color: rgba(229, 50, 84, var(--tw-text-opacity));
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(113, 128, 150, var(--tw-text-opacity));
}

.transition {
    transition-property: background-color, border-color, color, fill, stroke,
        opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke,
        opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke,
        opacity, box-shadow, transform, filter, backdrop-filter,
        -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.border-black-500 {
    border-color: #0b0b0b;
}

.border-indianred-500 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 50, 84, var(--tw-border-opacity));
}

.border-t-8 {
    border-top-width: 8px;
}

.border-orange-500 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 137, 54, var(--tw-border-opacity));
}

.tool-input-area.dragging {
    background-color: #fdfdfd;
    opacity: 0.5;
}

.msg-tip-hide::before,
.msg-tip-hide::after {
    display: none !important;
}

/* Custom styles for Toastr */
#toast-container {
    position: fixed;
    width: 300px;
    bottom: 12px;
    left: 12px;
    z-index: 9999;
}

#toast-container>.toast-success {
    background-image: none !important;
    /* Override with none and !important */
}

.active_plan {
    border: 1px solid #6a6ecb !important;
}

.bg_active {
    background-color: #6a6ecb !important;
}

#toast-container>.toast {
    background-color: #34a0ff;
    border-radius: 4px;
    color: white;
    padding: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #007bff;
}

#toast-container>.toast-success {
    border-left-color: #0066ff;
}

#toast-container>.toast-error {
    border-right-color: #dc3545;
}

#toast-container>.toast-warning {
    border-right-color: #ffc107;
}

#toast-container>.toast-info {
    border-right-color: #007bff;
}

.gmail-icon {
    word-wrap: break-word;
}

.custom-height-dropdown {
    max-height: 248px;
    overflow-y: auto;
    min-width: 100px;
}

.min-h-5 {
    min-height: 1.25rem;
    /* 20px */
}

.custom-top-ad {
    height: 90px;
    max-width: 970px !important;
}

.ad-height {
    min-height: 320px;
}

#adngin-incontent1-0,
#adngin-incontent2-0 {
    height: 280px;
    display: flex;
    justify-content: center;
}

/* .image-preview-card {
    min-width: 160px;
} */

.flex.cards_wrapper {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

button.show-sidebar {
    width: fit-content;
}

.no-scroll {
    overflow: hidden;
}

.other-tools-menu {
    font-size: 14px;
}

.home-captcha {
    bottom: 100px;
}

div#mobile-menu-btn {
    right: 15px;
    top: 19px;
}

.feedbacmsg {
    color: red;
    font-size: 12px;
}

#language-drop-down,
#accountPages {
    top: 34px;
    right: 0;
}

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

    #language-drop-down,
    #accountPages {
        left: 0;
    }

    #language-drop-down,
    #accountPages {
        bottom: 36px !important;
        top: auto !important;
        right: 0;
    }
}

/* -----------custom--------------Shan-e-Ali */
#lang-dropdown-icon::before {
    content: "";
    /* Required for pseudo-elements */
    position: relative;
    background-image: var(--lang-bg);
    display: inline-block;
    width: 16px;
    /* Set width and height according to your icon size */
    height: 16px;
    margin-right: 4px;
    /* Space between icon and text */
    vertical-align: middle;
    background-size: cover;
}

#lang-dropdown-icon-footer::before {
    content: "";
    /* Required for pseudo-elements */
    position: relative;
    background-image: var(--lang-bg);
    display: inline-block;
    width: 16px;
    /* Set width and height according to your icon size */
    height: 16px;
    margin-right: 4px;
    /* Space between icon and text */
    vertical-align: middle;
    background-size: cover;
}

#lang-dropdown-icon-footer::after {
    content: "";
    /* Required for pseudo-elements */
    position: absolute;
    background-image: var(--up-sign);
    display: inline-block;
    width: 8px;
    height: 4px;
    margin-left: auto;
    /* Space between icon and text */
    vertical-align: middle;
    background-size: cover;
    right: 16px;
    top: 15px;
    transform: rotate(0);
    transition: all 0.3s;
}

#lang-dropdown-icon-footer.active::after {
    transform: rotate(-180deg);
    transition: all 0.3s;
}

.single-preview-file {
    cursor: pointer;
}

.single-preview-file:hover {
    background-color: #f9fafb;
}

.single-preview-file:hover span {
    color: #000000;
}

.single-preview-file:hover .previewsImg-bas64 {
    color: #000000;
    filter: brightness(0.9);
}

.crop-cntainer-footer-left span:hover img {
    filter: brightness(0.1);
}

.hand_cursor {
    cursor: url(/img/icons/pointinghand.svg), default;
}

.modal-header-bg {
    background-image: url("/img/icons/popupbgmask.svg");
    background-position: center;
}

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

.contact-query-dropdown-header {
    outline: unset;
    padding: 0.5rem 0.75rem;
    border-radius: .25rem;
    width: 100%;
    border: unset;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    color: #374151;
}

.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: 10px 15px;
    cursor: pointer;
    text-align: start;
    color: #363b42;
}

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

@media screen and (max-width: 970px) {
    .tools_container_div {
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    .modal-content-cropper {
        margin: 0 20px;
    }

    .tools_container_div {
        flex-direction: row;
    }

    .bg-container::before {
        height: 130px;
    }
}

@media screen and (max-width: 600px) {
    #view-image-box div {
        margin: 0 20px;
    }
}

@media screen and (max-width: 500px) {
    .tools_container_div {
        flex-direction: column;
    }
}

@media screen and (max-width: 420px) {
    .modal-container {
        margin: 0 auto;
    }

    .download-all-btn,
    .start-over {
        padding: 4px 8px;
        font-size: 12px;
    }

    .after_processing {
        gap: 10px;
    }

    #clearAllBtn,
    #convert-btn {
        padding: 10px;
    }
}

.ads-sidebar {
    position: sticky;
    top: 0;
    flex-direction: column;
    display: flex;
    align-items: center;
}

.ads-sidebar .ads-sidebar__item {
    width: 166px;
    height: 600px;
}

@media (min-width: 2000px) {
    .ads-sidebar .ads-sidebar__item {
        width: 300px;
    }
}

.a__d_text {
    font-size: 12px;
    color: #bdbdbd;
    line-height: 20px;
}

#chat-widget-minimized {
    display: none !important;
}

#previewCameraImage {
    background-image: url("/img/captureImg.png");
    object-fit: cover;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

#previewCameraImage video {
    width: auto;
    margin: auto;
    height: 100%;
}

.msg-tip-show {
    position: relative;
}

.msg-tip-show:before {
    width: 144px;
    height: fit-content;
    z-index: 10;
    top: 15px;
    position: absolute;
    background: #000000;
    font-weight: 400;
    content: attr(content-tip);
    transform: translate(-50%, 7%);
    left: 50%;
    color: #ffffff;
    border-radius: 6px;
    text-align: center;
    font-size: 12px;
    padding: 8px;
    line-height: 16px;
    display: none;
}

.msg-tip-show.tool-tip-top:before {
    width: fit-content;
    top: -47px;
}

.msg-tip-show:hover:before,
.msg-tip-show:hover:after {
    display: block;
}

.msg-tip-show:after {
    width: 0;
    height: 0;
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid #000;
    left: 50%;
    transform: translate(-50%, -62%);
    display: none;
    content: "";
    top: 16px;
}

.msg-tip-show.tool-tip-top:after {
    top: -7px;
    border-top: 5px solid #000;
    border-bottom: 5px solid transparent;
}

#chat-btn.msg-tip-show:after {
    top: 36px;
}

#chat-btn.msg-tip-show:before {
    top: 36px;
    width: 90px;
}

.faq-open-btn {
    cursor: pointer;
    position: relative;
}

.faq-open-btn:after {
    position: absolute;
    content: "";
    transition: 0.4s;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 10px;
    right: -10px;
    top: 10px;
    background-image: var(--plus-sign);
}

.faq-open-btn.active:after {
    background-image: var(--minus-sign);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out, opacity 0.2s ease-in-out;
    opacity: 0;
    margin-top: 0;
}

.faq-answer.active {
    opacity: 1;
    margin-top: 16px;
}

.customization-btns {
    position: relative;
    text-align: start;
}

.customization-btns:after {
    content: "";
    position: absolute;
    background-image: var(--up-sign);
    display: inline-block;
    right: 8px;
    margin-left: auto;
    vertical-align: middle;
    background-size: cover;
    width: 8px;
    height: 4px;
    top: 15px;
    transform: rotate(0);
    transition: 0.3s;
}

.active.customization-btns:after {
    transform: rotate(180deg);
}

.custom-drop-down {
    box-shadow: 0px 4px 32px 0px #0000001f;
}

.custom-drop-down span {
    display: block;
}

.editable__table {
    outline: 1.5px solid #6a6ecb;
    margin: 1px;
}

.editable__table th:focus-visible,
.editable__table td:focus-visible {
    outline: 1px solid #6366af;
}

.table-preview-modal .overflow-auto::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.table-preview-modal .overflow-auto::-webkit-scrollbar-thumb {
    background: #b1b1b1;
    border-radius: 10px;
    cursor: grab;
}

#feedbackForm input,
#feedbackForm textarea {
    font-size: 12px !important;
}
.extracted_images_preview::before,
.extracted_images_download::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Set the background image for the Preview button */
.extracted_images_preview::before {
    background-image: var(--preview_extracted_image);
}

/* Set the background image for the Download button */
.extracted_images_download::before {
    background-image: var(--download_extracted_image);
}

.checkbox_input {
    cursor: pointer;
    width: 20px;
    border-radius: 5px;
    margin-top: 0;
    margin-bottom: 0;
}

.checkbox_input {
    display: none;
}

.checkbox-custom {
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 5px;
    display: flex;
    border: 1.5px solid #e2e0eb;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    position: relative;
}

.checkbox_input:checked~.checkbox-custom {
    background-color: #6a6ecb;
}

.first-tr {
    display: none;
}

.mobile-tr-header {
    display: none;
}

#upload-inner.disabled::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    background: rgba(236, 236, 236, 0.192);
}

@media (max-width: 1000px) {
    .first-td {
        min-width: 120px;
    }
}

@media (max-width: 887px) {
    .first-tr {
        display: table-row;
    }

    .first-td {
        display: none;
    }
}

@media (max-width: 740px) {
    .desktop-tr-header {
        display: none;
    }

    .mobile-tr-header {
        display: table-row;
    }
}

@media (max-width: 480px) {
    .jpg_to_pdf_wraper {
        align-items: center;
        flex-direction: column;
        width: 100%;
        justify-content: center;
    }
}

.desktop-tr-header td:nth-child(2) .plan-purchase-btn:hover,
.all-plans .shadow-pricing-plan-shadow:first-child .plan-purchase-btn:hover {
    background: #081530 !important;
}

.desktop-tr-header td:nth-child(3) .plan-purchase-btn:hover,
.all-plans .shadow-pricing-plan-shadow:nth-child(2) .plan-purchase-btn:hover {
    background: #6467bf !important;
}

.desktop-tr-header td:nth-child(4) .plan-purchase-btn:hover,
.all-plans .shadow-pricing-plan-shadow:nth-child(3) .plan-purchase-btn:hover {
    background: #c51738 !important;
}

.desktop-tr-header td:nth-child(5) .plan-purchase-btn:hover,
.all-plans .shadow-pricing-plan-shadow:nth-child(4) .plan-purchase-btn:hover {
    background: #ed8936 !important;
}

.popup-content>p>a {
    color: #5d60a8 !important;
}

.popup-content>p>a:hover {
    text-decoration: underline !important;
}

.subscription-table::-webkit-scrollbar {
    height: 8px;
}

.subscription-table::-webkit-scrollbar-thumb {
    background: #D7D7D7;
    border-radius: 0px !important;
}

.subscription-card-bg {
    background: linear-gradient(180deg, #F2EEFF 0%, #EEF6FF 20%, #FFFFFF 50%);
}

.custom-radio {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 3.33px;
    border: 1px solid #E8E8E8;
    background: white;
    cursor: pointer;
    transition: background 0.2s ease;
}

.custom-radio::after {
    content: "";
    position: absolute;
    top: 1.5px;
    left: 5px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
}

.custom-radio:checked {
    background: #6A6ECB;
}

.custom-radio:checked+label {
    color: black;
}

.custom-radio:checked::after {
    opacity: 1;
}

.pp-min-h {
    min-height: calc(100vh - 65px);
}

.sidebar-nav a.active img {
    filter: brightness(0) invert(0);
}
.content-custom h3 {
    font-size: 24px !important;
    font-weight: normal !important;
}

.display-custom-cards:not(:first-child) div {
  position: relative;
  z-index: 1;
  padding: 1.75rem !important;
  border-radius: 1rem !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.75rem !important;
  box-shadow: 0 8px 18px 0 rgba(51, 51, 51, 0.06) !important;
}

.display-custom-cards>div>span {
  height: 53px !important;
  width: 53px !important;
  background-color: #F0F8FF !important;
  border-radius: 9999px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.display-custom-cards h3 {
  font-size: 1.125rem !important;
  line-height: 1.5rem !important;
  font-weight: 600 !important;
  color: #000 !important;
  padding-bottom: 0px !important;
}

.display-custom-cards p {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 400 !important;
  color: #606060 !important;
}
