.height-350 {
    padding-bottom: 65px !important;
}
.mt-90 {
    margin-top: 90px !important;
}
.gap_16 {
    gap: 16px;
}
.folderbox,
.title-hover {
    display: flex;
    position: relative;
}
.copy_btn.active::before,
.copy_btn:hover::before,
.download_button:hover::before {
    opacity: 1;
    visibility: visible;
}
.folderbox,
.heading-1,
.heading-1 span,
.title-hover,
.tool-div,
.urlbox {
    position: relative;
}
.convertbtn,
.heading-1 {
    text-align: center;
}
.heading-1 {
    margin-top: 6px;
}
.result_inner .text{
    gap: 8px;
    position: relative;
    display: flex;
    align-items: flex-start;
}
.copy-msg {
    position: absolute;
    top: -23px;
    right: 15px;
    background: #333;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 4px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.copy-password:hover {
    cursor: pointer;
}
.result_inner .text.show-msg .copy-msg {
    opacity: 1;
}

.heading-1:before {
    content: "";
    display: block;
    border-top: 2px solid #f0f0f0;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    z-index: 0;
    margin: 0 10px;
}
.copy_btn::before,
.download_button::before {
    content: attr(data-title);
    transform: translateX(-50%);
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    opacity: 0;
    font-size: 12px;
    padding: 2px 5px;
    z-index: 9999;
    visibility: hidden;
}
.heading-1 span {
    background: #fff;
    padding: 0 10px;
    z-index: 1;
    color: #d3d3d3;
}
.folderbox {
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    z-index: 3;
}
.folderbox label {
    padding: 11px;
    border-radius: 8px;
}
.folderbox label.active {
    background: #eaeaea;
}
.title-hover {
    flex-direction: column;
    gap: 1rem;
}
.copy_btn::before {
    position: absolute;
    top: 40%;
    left: -50%;
    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;
}
.copy_btn.active::before {
    top: 40%;
    content: "Copied";
}
.download_button::before {
    position: absolute;
    top: -10%;
    left: -75%;
    transition: opacity 0.3s ease-in-out;
}
.urlbox {
    background: #f7f7f7;
    height: 46px;
    margin-top: 17px;
    border-radius: 10px;
    padding: 9px 14px;
}
.urlbox span {
    position: absolute;
    z-index: 3;
    top: 11px;
    left: 15px;
}
.urlbox input {
    width: 92%;
    height: 31px;
    position: absolute;
    top: 7px;
    z-index: 2;
    left: 49px;
    background: #f7f7f7;
    border: none;
    font-size: 15px;
    color: #000;
}
.urlbox input::placeholder {
    color: #b1b1b1;
}
.urlbox input:focus {
    outline: 0;
}
.convertbtn button {
    margin-top: 25px;
    background-color: #023c89;
    color: #fff;
    font-style: normal;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    width: 50%;
    border-radius: 5px;
    border: 1px solid #023c89;
    padding: 10px;
}
.divUploadFile .file-upload-wrapper .reUploadBtn {
    border: 1px solid #dde1e7;
    border-radius: 8px;
    padding: 6px 12px;
    background: #fff !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: var(--color-heading) !important;
    position: relative;
    z-index: 4;
    cursor: pointer;
}
.pointer {
    cursor: pointer;
}
p {
    font-size: 18px;
    line-height: 2;
}
.display-none {
    display: none;
}
#resultDiv {
    border-radius: 8px;
    padding: 16px;
    background: #fafafa;
    width: 50%;
    transition: all 0.2s ease-in-out;
}
.resultHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.resultCount {
    color: #3f3f40;
    font-size: 22px;
    font-weight: 600;
}
.d-none {
    display: none !important;
}
.results {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: start;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 310px;
}
.result_inner {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 4px;
    width: 100%;
}

.results .head {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-disable);
}
.results .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-heading);
    justify-content: space-between;
    width: 100%;
    word-break: break-all;
}

.red_color {
    color: red !important;
}
.results .result_inner .img_div_pdf {
    width: 100px;
    height: 100%;
    flex: 1;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: #fff8f8;
    padding: 10px;
    border: none;
}
.results .result_inner .img_div img,
.results .result_inner .img_div_pdf img {
    width: 100%;
    height: 65px;
    flex: 8;
}
.results .result_inner .img_div .name,
.results .result_inner .img_div_pdf .name {
    flex: 1;
    color: #000;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.results .result_inner .result_text {
    font-family: Quicksand;
    flex: 10;
    display: flex;
    height: 100%;
    border-radius: 8px;
    background: #fafafa;
    padding: 16px;
    padding-right: 40px;
    border: none;
    resize: none;
    font-size: 16px;
    font-weight: 600;
}
.results .result_inner .result_text::-webkit-scrollbar {
    width: 6px;
    border-radius: 10px;
    border: none;
    background-color: #f5f5f5;
}
.results .result_inner .result_text::-webkit-scrollbar-track {
    border-radius: 10px;
}
.results .result_inner .result_text::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #023c89;
}
.results .result_inner .single_export_btns {
    position: absolute;
    right: 15px;
    z-index: 99;
}
.results .result_inner .single_export_btns button {
    background: 0 0;
    border: none;
    height: 30px;
    cursor: pointer;
}
.loader {
    transform: translate(-50%, -50%);
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: 2s linear infinite spin;
}
.modes {
    display: flex;
    justify-content: start;
    align-items: center;
    padding-bottom: 1rem;
    gap: 0.25rem;
}
.mode {
    color: #1c385c;
    border: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -1%;
    padding: 8px 12px;
    background: none;
}
.mode.active {
    background: #f1f3f7;
    border-radius: 8px;
    font-weight: 600;
}
.w-1-2{
    width: 50% !important;
}
.password-text {
    white-space: pre;
}
.folderbox{
    gap: 10px;
}
.folderbox label {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 1px solid #DDE1E7;
    border-radius: 8px;
    padding: 11px 12px;
    color: var(--color-heading);
    font-weight: var(--font-weight-semi-bold);
    font-size: var(--font-size-medium);
    line-height: var(--line-height-normal);
}

.folderbox .fileupload-text{
    display: flex !important;
}
.folderbox .camera {
    display: flex !important;
}
.tool-footer{
    position: unset !important;
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media (max-width: 1030px) {
    #resultDiv {
        padding: 10px;
    }
}
@media (max-width: 830px) {
    .section2 .col2 .box2 {
        height: unset;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .hidden-result{
        display: none;
    }
    .d-flex {
        flex-direction: column;
    }
    #resultDiv {
        width: 100%;
    }
    .w-1-2{
        width: 100% !important;
    }
    .file-upload-wrapper{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    nav ul li {
        margin: 16px 0;
    }
    .results .result_inner .img_div,
    .results .result_inner .img_div_pdf {
        width: 75px;
        height: unset;
        flex: none;
    }
    .heading-1:before {
        width: 250px;
        left: -105px;
    }
    .results .result_inner .img_div .name,
    .results .result_inner .img_div_pdf .name {
        max-width: 100%;
        word-wrap: break-word;
    }
    .results .result_inner .single_export_btns button svg {
        width: 24px;
    }
    .resultCount {
        font-size: 16px;
    }
    .downloadAll,
    .startOver {
        font-size: 14px;
    }
}
.counter-files {
    display: flex;
    padding: 10px 5px;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-heading);
}
.ml-1 {
    margin-left: 10px;
}
.uploadFileText{
    margin-top: 10px !important;
}
.section2 .col2 .box2 div.d-flex{
    height: 100%;
}
.section2 .col2 .box2 .divUploadFile {
    height: 100%;
    min-height: 320px;
    padding: 25px;
    transition: all 0.2s ease-in-out;
}

.qr-scanner-wrapper {
    width: 100%;
    display: none;
    position: absolute;
    border-radius: 10px;
}
.close-image, .close-camera{
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 99;
    cursor: pointer;
    background-color: white;
    border-radius: 99px;
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#qr_scanner, video {
    width: 100% !important;
    height: 320px !important;
    background: none;
    object-fit: cover;
    border-radius: 10px !important;
}
#qr-shaded-region{
    border-radius: 10px !important;
}
.box2{
    width: 100% !important;
}
.col2{
    width: 1000px !important;
}
@media (max-width: 1001px) {
  .box2 {
    width: 800px !important;
  }
  .col2 {
    width: unset !important;
  }
}
@media (max-width: 830px) {
    .box2 {
    width: 100% !important;
  }
  .col2 {
    width: unset !important;
  }
}

.reUploadBtn{
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 6px 12px !important;
    width: 40% !important;
    min-width: 97px;
}
.before-result{
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.before-result{
    font-weight: var(--font-weight-regular);
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
    color: var(--color-disable);
}
.file-upload-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}