.mobile_modes_list_title {
    display: none;
}
.output__container,
.input__box__container {
    width: 50% !important;
}
.new-tool-rephrase {
    height: 12px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 8px;
}
.tool-rephrase-des {
    color: #8d8f94;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    max-width: 150px;
}
.copy-tooltip {
    min-width: max-content !important;
}
.humanize-text-gradient {
    font-size: 11px !important;
    background: linear-gradient(
        120.99deg,
        #09e7b1 4.58%,
        #75a1ff 29.11%,
        #6f2ff8 63.23%,
        #f9835a 93.15%,
        #f7d64d 119.48%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: normal !important;
}
.captcha-for-output-modes {
    bottom: -110px !important;
}
.show-loader-for-output {
    top: 420px !important;
    height: 330px !important;
}
.synonyms {
    font-weight: var(--font-weight-normal) !important;
    color: #147bcf;
}
/* .synonyms-orange{
    color: #cf5214 !important;
} */
#input_text:empty:before {
    content: attr(data-placeholder);
    color: #8d8f94;
    pointer-events: none;
    font-weight: 400;
    font-size: 16px;
}
#output-summary-content {
    height: 365px;
}
#paraphrase-progress {
    width: 99%;
    height: 5px;
    background: #eee;
    & div {
        height: 99%;
        width: 0%;
        border-radius: 0px;
        background: #a1c5e2;
        transition: width 0.3s;
    }
}

.paraphrasingToolContainer .mob-modes-output {
    margin-bottom: 10px;
}
.v-hidden {
    visibility: hidden;
}
article {
    background: #fff;
    width: 100%;
    position: relative;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
}

article .line {
    width: 100%;
    height: 10px;
    background: linear-gradient(
        90deg,
        #e1e0e0 0,
        #adadad 25%,
        #e1e0e0 50%,
        #adadad 75%,
        #e1e0e0 100%
    );
    background-size: 200% 100%;
    margin: 10px 0;
    overflow: hidden;
    animation: 2.5s infinite line-shimmer;
}

article .line-half {
    width: 50% !important;
}

article .shimmer {
    display: inline-block;
    color: grey;
    background: -webkit-gradient(
            linear,
            100% 0,
            0 0,
            from(#acacac),
            color-stop(0.5, #fff),
            to(#acacac)
        )
        #acacac;
    background-position: -50rem top;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-name: shimmer;
    -webkit-animation-duration: 2.2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-background-size: 50rem 100%;
}

@keyframes line-shimmer {
    0% {
        background-position: -120% 0;
    }

    100% {
        background-position: 140% 0;
    }
}

@-webkit-keyframes shimmer {
    0% {
        background-position: -50rem top;
    }

    100%,
    70% {
        background-position: 12.5rem top;
    }
}

.shimmer-half {
    width: 50%;
}

.synonyms-list {
    position: absolute;
    z-index: 2;
    background: #ffffff;
    border-radius: 8px;
    min-width: 130px;
    width: max-content;
    min-height: 50px;
    max-height: 150px;
    overflow-y: auto;
    flex-direction: column;
    display: flex;
    color: #333333;
    line-height: 20px;
    box-shadow: 0 4px 40px 2px rgba(0, 0, 0, 0.1);
    margin-top: 0;
}

.synonyms-list .item {
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
}
.dropdown-tool {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 10px;
}
.dropdown-toggle-tool {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    background: 0 0;
    padding: 8px 16px;
    background: #fff;
    border-radius: 56px;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.selected_lang_tool {
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3f4666;
}
.dropdown-menu-tool {
    display: none;
    position: absolute;
    bottom: 45px;
    left: 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: #596db033;
    min-width: 150px;
    max-height: 222px;
    overflow: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    z-index: 1000;
}
.search-box-tool {
    width: 100%;
    padding: 8px 12px;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #8c949b;
}
.dropdown-item-tool {
    padding: 6px 12px;
    cursor: pointer;
    transition: background .2s;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #0f1840;
}
.output-btns {
    display: flex;
    column-gap: 2px;
}
.synonyms-list .item:hover {
    background-color: #e4f2fd;
    color: #000;
}

.synonyms-list .item:last-child {
    border-bottom: none;
}
@media (max-width: 1060px) {
    .tool-rephrase-des {
        max-width: 135px;
        display: ruby;
    }
}
@media screen and (max-width:1034px) and (min-width: 992px) {
    .result_option {
        padding: 5px;
    }
    .output__Options .gap-10 {
        gap: 5px;
    }

}
@media (max-width: 992px) {
    .output__container,
    .input__box__container {
        width: 100% !important;
    }
    .modes-div .active_mode_container {
        padding: 0 !important;
    }

    .active_mode_container .active_mode {
        background: var(--color-light-gray);
    }
    .tool_options .modes__list{
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1) !important;
        width: 100% !important;
        margin-top: 5px !important;
    }

    .tool_options .modes__list span{
        justify-content: left !important;
    }
     .normal_mode {
        font-size: 16px !important;
     }
     .modes-div {
        max-width: 100% !important;
    }
    .overlay:first-child {
        display: none !important;
    }
    .summorg-input-holder {
        width: 145px !important;
        min-width: auto !important;
    }
}
@media (max-width: 600px) {
    .tool-rephrase-des {
        display: none;
    }
     .tool_options .modes__list span{
        font-size: 14px !important;
     }
         .active_mode_text {
        font-size: 14px !important;
    }
}
@media (max-width: 768px) {
    #input_text:empty:before {
        font-size: 14px !important;
    }
}
@media (max-width: 425px) {
    .white-gradient-btn {
        font-size: 12px !important;
    }
    .output__Options {
        flex-direction: column;
        gap: 10px;
    }
}
@media (max-width: 360px) {
    .summorg-input-holder p {
        font-size: 14px !important; 
    }
}
@media screen and (max-width:320px) {
    .gradient-hover-effect {
        justify-content: center !important;
    }
} 