.height-350 {
    padding-bottom: 65px !important
}

.mt-90 {
    margin-top: 90px !important;
}

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

.heading-1:before {
    content: "";
    display: block;
    border-top: 2px solid #f0f0f0;
    width: 500px;
    height: 2px;
    position: absolute;
    top: 50%;
    z-index: 0;
    left: -210px
}

.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: space-evenly;
    align-items: center;
    margin: 10px 0;
    z-index: 3
}

.folderbox label{
    padding: 11px;
    border-radius: 8px
}

.folderbox span.active {
    background: #eaeaea
}

.title-hover {
    flex-direction: column;
    gap: .5rem
}

.copy_btn::before {
    position: absolute;
    top: 40%;
    left: -50%;
    transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out
}

.copy_btn.active::before {
    top: 80%;
    content: "Copied"
}

.download_button::before {
    position: absolute;
    top: -10%;
    left: -75%;
    transition: opacity .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
}

.pointer {
    cursor: pointer
}

p {
    font-size: 18px;
    line-height: 2;
}

.display-none {
    display: none
}

#resultDiv {
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    align-items: center;
    gap: .5rem;
    padding: 20px;
    background: #fff;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .15);
    width: 1000px;
    flex-shrink: 0
}



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

.resultCount {
    color: #3f3f40;
    font-size: 22px;
    font-weight: 600
}

.downloadZip,
.startOver {
    border-radius: 8px;
    padding: 7px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    cursor: pointer
}

.exportBtns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .3rem
}

.downloadZip {
    background: #023c89;
    border: none
}

.startOver {
    background: #e55555;
    border: none
}

.d-none {
    display: none !important
}

.results {
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: 9;
    overflow: auto;
}

.results .result_inner {
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 110px;
    overflow: hidden;
    gap: .5rem;
    position: relative;
}

.results .result_inner .img_div {
    width: 100px;
    height: 100%;
    flex: 1;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: #fafafa;
    padding: 10px;
    border: none
}

.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: 5px 50px 5px 5px;
    border: none;
    resize: none
}

.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: 40px;
    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
}
.table-container::-webkit-scrollbar{
    height: 6px;
}
@keyframes spin {
    0% {
        transform: rotate(0)
    }

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

@media (max-width:1030px) {
    #resultDiv {
        width: 100%;
        padding: 10px
    }
}

@media (max-width:786px) {
    .col2{
        width: 100%;
        overflow: auto;
    }
    .height-350 {
        padding-bottom: 65px !important;
    }
    nav ul li {
        margin: 16px 0
    }

    .section2 .col2 .box2 {
        width: 100%
    }


    .results .result_inner .img_div,
    .results .result_inner .img_div_pdf {
        width: 75px
    }

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

    .downloadZip,
    .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;
}
.download_file_div{
    box-shadow: 0px 2px 10px 0px #0000001A;
    border-radius: 10px;
    padding: 10px 6px;
    background-color: #FFFFFF;
    justify-content: space-between;
    align-items: center;
    margin: 10px 1px;
}
.file_info{
    gap: 10px;
    align-items: center;
}
.file__name, .file__size span{
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    color: #3F3F40;
}
download-all-btn-word-js,
.download-btn-word-js,
.edit-btn-word-js{
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    cursor: pointer;
    background: #1C385C;
    border: none;
    padding: 10px;
}
.edit-btn-word-js{
    background-color: #EDEFF2;
    color: #1C385C;
}
.table-container {
    max-height: 400px;
    overflow: auto;
    padding-right: 3px;
}
.responsive-table {
    width: 100%;
    min-width: 800px;
    border-spacing: 0;
    text-align: center;
}


.table-container {
    margin-top: -13px;
    background: white;
    width: 100%;
    padding-top: 10px;
    display: none;
}

.table-fixed th, .table-fixed td {
    border: 1px solid #DDE1E7;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #1C385C;
    line-height: 16px;
}
.button_div{
    display: flex;
    gap: 8px;
}
.expand {
    background: none;
    border: none;
    cursor: pointer;
}
.w-full {
    width: 100%;
}
.whitespace-nowrap {
    white-space: nowrap;
}
.p-2 {
    padding: 8px;
}

.error-border {
    border: 1px solid red;
}

.text-red-500 {
    color: red !important;
}
.sections {
    display: flex;
    padding: 24px;
    flex-direction: column;
}
.section-1{
    width: 100%;
}
.section-2{
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto;
    max-height: 500px;
}
.section{
    background: #FAFAFA;
    border-radius: 8px;
    padding: 16px;
}
.section ul{
    gap: 6px;
}
.section-1 ul{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.section .title{
    font-weight: var(--font-weight-semi-bold);
    font-size: var(--font-size-medium);
    line-height: 24px;
    color: var(--color-heading);
    padding-bottom: 16px;
    text-align: left;
}
.result-row{
    display: flex;
    gap: 4px;
    margin-bottom: 12px;
    flex: 1;
}
.field{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: max-content;
    gap: 4px;
}
.field .value, table .value, .summary-row .value{
    font-size: 14px;
    font-weight: var(--font-weight-semi-bold);
    line-height: 20px;
    color: var(--color-heading);
    text-align: left;
}
table .value{
    text-align: left;
}
.field .label, table .label, .summary-row .label{
    font-size: 14px;
    font-weight: var(--font-weight-medium);
    line-height: 20px;
    color: var(--color-disable);
    text-align: left;
}

.summary-row{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
table {
    text-align: left;
}
table td, table th {
    border: 1px solid #ddd;
    padding: 10px 12px;
}
#previewedImage {
    border: none !important;
}
@media (max-width:496px) {
    .sections{
        flex-direction: column;
    }
    .file_info{
        display: flex;
    }
    .expand{
        width: 32px;
        height: 32px;
    }
    .button_div {
        flex-direction: column-reverse;
        align-items: center;
    }
    .edit-btn-word-js {
        width: 100%;
    }
    .download_file_div{
        gap: 20px;
    }
}
