.mobile_modes_list_title {
    display: none;
}

.modes__list{
    min-width: 266px !important;
    width: 100%;
}

/* .tool_options .modes__list {
    position: relative;
    max-width: 100% !important;
} */

#ai-humanize{
    font-size:16px !important;
}

.p-40 {
    padding-top: 40px !important;
}
.p-e-n {
    pointer-events: none !important;
}

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

/* .show-loader-for-output {
    top: 420px !important;
    height: 330px !important;
} */
.switch_response {
    position: absolute;
    top: 0%;
    left: 2%;
    padding: 5px 0 !important;
    background-color: white;
    width: calc(100% - 20px);
    z-index: 2;

    /* transform: translateX(-50%); */
    & button {
        background: #F9F9F9;
        border: none;
        border-radius: 35px;
        padding: 8px 14px;
        color: #101010;
        cursor: pointer;
        font-size: 12px;
    }

    & button.active,
    button:hover {
        background: #E5E5E5;
    }
}
.mob-modes-output{
    margin-bottom: 10px;
}

.synonyms {
    font-weight: 800
}

.mobile_modes_list {
    align-items: center;
}
div#ajaxloaderwrapper,
div#ajaxloaderwrapperOutput {
    z-index: 1;
}
@media screen and (min-width:993px) {
    .tool-section .textarea {
        max-width: 617px;
    }
}

@media (max-width: 992px) {
    .overlay:first-child {
        display: none !important;
    }
    .summorg-input-holder {
        width: 145px !important;
        min-width: auto !important;
    }
}
@media (max-width: 768px) {
    .mobile_modes_list_title {
        display: flex;
    }

    /* .tool_options .modes__list {
        border-radius: 5px;
        padding: 3px 5px;
        width: 99%;
        flex-direction: column;
        position: absolute;
        z-index: 2;
        top: 40px;
        display: none;
    } */

    /* .tool_options .modes__list .mode {
        width: 100%;
        border-radius: 5px;
    } */
}

@media (max-width: 430px) {
    /* .tool_options .modes__list {
        width: 97% !important;
    } */

    .gap-5px {
        justify-content: center;
    }
    .summorg-input-holder p {
        font-size: 14px !important;
    }
    .input_setting_bar {
        flex-direction: column;
    }

}
@media screen and (max-width:360px) {
        .summorg-input-holder p {
        font-size: 14px !important;
    }
}
@media screen and (max-width:320px) {
    .gradient-hover-effect {
        justify-content: center !important;
    }
}
