#output-summary-content ul {
    padding: 0;
    /* pointer-events: none !important; */
}


#summary_length {
    cursor: pointer;
}

.p-e-n {
    pointer-events: none !important;
}

.bulletsLoader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bulletsLoader img {
    width: 120px;
}
#premium_result_container > img {
    width: 100%;
}

.p-40 {
    padding-top: 40px !important;
}

.version-2-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 310px;
    background: rgba(255, 255, 255, 0.8);

}
.version-2-loader img {
    width: 120px;
}
.output_options_main {
    visibility: hidden;
    justify-content: center;
    flex-direction: row;
}
#output-summary-content ul{
    list-style: disc !important;
    padding-left: 30px;
}
#output-summary-content ul .section-heading{
    list-style-type: none;
    padding-left: 0;
    font-weight: bold;
    margin-left: -20px;
}
#output-summary-content ul li{
    background: none !important;
    padding-left: 0 !important;
}
.output_options_main_desktop {
    justify-content: end;
}

.output_options {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 10px 0;
    justify-content: end;
}

.output_options label {
    font-size: var(--font-size-small);
    color: var(--color-gray);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 2px;
}
.tool-section {
    padding-top: 0 !important;
}
.output_options label:hover {
    color: var(--color-dark-gray);
}

.output_options label:hover img,
.output_options .active img {
    filter: var(--filter-black);
}

.output_options label img {
    width: 16px;
    height: 16px;
    filter: var(--filter-gray);
}

.output_options .active {
    color: var(--color-dark-gray);
}

.switch_response {
    position: absolute;
    top: 0%;
    left: 2%;
    padding: 5px 0 !important;
    background-color: white;
    width: calc(100% - 20px);
    z-index: 1;

}
.switch_response button {
    background: #f9f9f9;
    border: none;
    border-radius: 35px;
    padding: 8px 14px;
    color: #101010;
    cursor: pointer;
    font-size: 12px;
}
.switch_response button.active,
.switch_response button:hover {
        background: #e5e5e5;
    }
#premium_result_container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}

#premium_result_container .premium_box_container {
    display: flex;
    position: absolute;
    border-radius: 20px;
    flex-direction: column;
    background: var(--color-light-gray);
    border: 1px solid var(--color-light-silver);
    padding: 20px 15px;
    align-items: center;
}

#premium_result_container .premium_box_container > img {
    width: 25px;
}

.summorg-input-holder {
    width: 50%;

}
.summorg-input-holder #add-url{
    border-right: 1px solid var(--color-light-silver);

}
#url-input {
    margin: 16px auto !important;
    width: 100% !important;
    transition: all 0.3s ease-in-out;
    position: relative;
}

#url {
    width: 100%;
    max-width: 90%;
    border: 1px solid rgba(51, 51, 51, 1);
    border-radius: 8px;
    padding: 0px 8px;
    min-height: 35px;
    padding-right: 30px;
}

.loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

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

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

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

.blur {
    filter: blur(1px);
    pointer-events: none;
    opacity: 0.7;
}

.dragndrop {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 32%;
    left: 50%;
    transform: translateX(-50%);
    .dragndropSpacer {
        margin-bottom: 10px;
        span {
            color: #8d8f94;
            font-size: 14px;
            line-height: 20px;
        }
    }
    .dragndropTitle {
        span {
            color: #8d8f94;
            font-size: 16px;
            line-height: 24px;
        }
    }
}
.openCameraBtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 28%;
    left: 50%;
    transform: translateX(-50%);
}
.openCameraBtn button {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 200px !important;
    padding: 6px 24px !important;
    border-radius: 30px !important;
    border: 6px solid #f4f4f4 !important;
    background-color: white !important;
    font-size: 12px !important;
    /* line-height: 20px; */
    color: #8D8F94 !important;
    transition: all 0.5s ease !important;
    cursor: pointer !important;

}
.openCameraBtn button img{
    margin-right: 5px;
    filter: var(--filter-gray);
    transition: all 0.5s ease;
}
.openCameraBtn button:hover{
    color: black;
}

.openCameraSpacer {
    margin-bottom: 10px;
    span {
        color: #8d8f94;
        font-size: 14px;
        line-height: 20px;
    }
}
@media (max-width: 1025px) {
    .summorg-input-holder {
        width: 70% !important;

    }
    .summorg-input-holder p{
        font-size: 12px !important;

    }
    .input_setting_bar {
        gap: 0 !important;
    }
}
@media screen and (max-width:1030px) and ( min-width:1024px ) {
    .output_options {
        gap: 10px;
    }
}
@media screen and (max-width:1024px) and (min-width:993px) {
    /* .tool_options:first-child {
        max-width: fit-content;
    } */
    .active_mode_container {
        max-width: fit-content !important; 
    }
    .tool_options {
        flex-direction: row;
    }
    .summary_range {
        flex: unset !important;
    } 
    .summary-length {
        max-width: fit-content;
    }
    .range__slider {
        min-width: 100px;
        width: 100px;
    }
}

.modes-show-mobile {
    display: none !important;
}

@media (max-width: 992px) {
    .tool-section .textarea {
        height: 340px;
    }
    .dragndrop {
        bottom: 40%;
    }
    .openCameraBtn{
        bottom: 30%;
        width: 100%;
    }

    .summorg-input-holder {
        width: 50% !important;
        top: 35% !important;
    }
    .modes-show {
        display: none !important;
    }

    .modes-show-mobile {
        display: block !important;
    }

    .output_options_main_desktop {
        display: none;
    }

    .output_options_main_desktop {
        position: absolute !important;
        bottom: 57%;
        z-index: 99;
    }

    .output_options_main {
        padding: 10px 0;
    }
    h2,
    h3,
    h4 {
        padding: 15px 0;
        text-align: left;
    }
    .number {
        padding: 6px 10px;
        font-size: 22px;
    }
    .container {
        padding: 20px;
    }
    .summary,
    .feature_lists {
        /* padding: 20px; */
        gap: 20px;
    }
    .container:not(.tool__container p),
    .container p:not(.tool__container p) {
        text-align: left;
    }
    #other_tools .title,
    #other_tools p {
        text-align: center !important;
    }
    .content .tool_info_container {
        padding: 5px !important;
    }
    .overlay:first-child {
        display: none !important;
    }
}

@media (max-width: 822px) {
    .bottom-40 {
        bottom: 40% !important;
    }
    .bulletsLoader {
        height: 100%;
    }
    .bottom-50 {
        bottom: 54% !important;
    }

    .output_options_main {
        position: absolute !important;
    }
}

@media (max-width: 546px) {
    .summorg-input-holder {
        width: 85% !important;
    }
}
@media (max-width: 450px) {
    .output_options {
        gap: 10px;
    }

    .output_options label {
        gap: 2px;
        padding: 0 !important;
    }
}
@media (max-width: 430px) {
    .switch_response {
        width: 95% !important;
    }
    .switch_response button {
        padding: 8px 7px !important;
    }
    .tool_options {
        gap: 1.2rem;
    }

    .input_setting_bar {
        gap: 0.5rem !important;
    }

    .show-bullets {
        padding: 10px !important;
    }

    .input_setting_bar {
        flex-direction: column;
    }
}

#submit-arrow {
    position: absolute;
    transform: translateY(0%);
    cursor: pointer;
    display: none;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    height: 100%;
    width: 25px;
    top: 10px;
    right: 15px;
    transition: right 0.3s ease;
}

#submit-arrow svg {
    transition: transform 0.3s ease, stroke 0.3s ease;
}

#submit-arrow:hover svg {
    transform: translateX(5px);
}

#submit-arrow:hover svg path {
    stroke: black;
}

.mobile_modes_list_title {
    display: none;
}

.captcha-for-version {
    bottom: -110px !important;
}

.image-preview {
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translate(-50%, -40%);
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 10px;
    max-width: 90%;
    cursor: pointer;
}
.img-div{
    width: 100%;
    display: flex;
    justify-content: end;
}
.summarize-cross-img{
    width: 34px;
    padding: 10px;
}
.image-preview .summarize-img {
    max-width: 100%;
    max-height: 230px;
    object-fit: contain;
}

.image-preview p {
    margin: 5px 0;
    font-size: 14px !important;
    color: #333;
    text-align: center;
}

#input_text.hidden {
    visibility: hidden;
}

.image-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-modal-content {
    position: relative;
    max-width: 650px;
    max-height: 800px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}
.image-modal-div{
    width: 100%;
    display: flex;
    justify-content: end;
}
.image-modal-div img{
    background: #fff;
    border-radius: 99px;
    cursor: pointer;
    padding: 5px;
}
#modalImage {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    transform: scale(1);
    transition: transform 0.2s ease;
}

@media screen and (max-width:320px) {
    .gradient-hover-effect {
        justify-content: center !important;
    }
}
