.essay-writer-tool {
    display: flex;
    background-color: #f8f8f8;
    padding: 10px 10px 40px;
    border-radius: 5px;
    gap: 10px;
}

.ep__tool__essay__length {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

.heading-text {
    max-width: 70%;
    margin: 0 auto;
}

.cursor-pointer {
    cursor: pointer !important;
}

.cloudflare_container {
    position: absolute;
    bottom: 60px;
    z-index: 99999;
    left: 0;

}

textarea {
    /* resize: none; */
    border: 1px solid #e2e2e2 !important;
    /* box-shadow: 0 5px 15px 0 #3acd9933 !important; */
    width: 102%;
    border-radius: 6px;
    padding: 8px 16px;
    margin-bottom: 20px;
    margin-top: 10px;
}

textarea:focus {
    resize: none;
    border: 1px solid #e2e2e2 !important;
}

label {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.rotate-180 {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

#checkSVG {
    width: 22.903;
    height: 19.395;
    fill: #0796b6;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 10px;
}



input,
.output-div {
    border-radius: 10px;
    border: 1px solid #e2e2e2;
}

.output-div:focus {
    outline: none;
}

.generate-btn {
    width: 70%;
    border-radius: 10px;
    color: #fff;
    background-color: #3acd99;
    border: unset;
    padding: 10px;
}

.output-div {
    background-color: #fff;
    flex: 1;
    padding: 15px;
    overflow: auto;
    height: 280px;
    border: 1px solid #3acd99;
    box-shadow: 0 5px 15px 0 #3acd9933;
    border-bottom: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.main-div-tool {
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 20px 10px;
    gap: 20px;
    position: relative;
    background: linear-gradient(to right,
            transparent 0%,
            transparent calc(40% - -11.19px),
            #e2e2e2 calc(40% - -12.2px),
            #e2e2e2 calc(40% + 1.8px),
            transparent calc(40% + 8.81px),
            transparent 100%);
}

.no-essay-topic {
    margin: 0 auto;
    align-items: center;
    display: flex;
    color: #707070;
}

.text-sec {
    background: 0 0;
}

.justify-content-space-between {
    justify-content: space-between;
}

.text-area-info span {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
}

.tool-span {
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    padding: 20px 1em;
    margin-bottom: 20px;
    background-color: #F4F8F9;
}

.custom-select {
    position: relative;
    /* width: 200px; */
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
}

.selected-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
}

.display-none {
    display: none !important;
}

.dropdown-content {
    display: flex;
    position: absolute;
    bottom: 105%;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
    background: #fff;
    z-index: 999;
    min-height: fit-content;
    overflow-y: auto;
    flex-wrap: wrap;
    height: fit-content;
}

.dropdown-item {
    padding: 10px;
    flex: 0 1 33%;
}

.flex-wrap-wrap {
    flex-wrap: wrap;
}

.dropdown-item:hover {
    background-color: #f4f4f4;
}

.selected {
    color: #0796b6;
    background-color: #f0f9fb;
}

.fa-check {
    margin-right: 5px;
    color: #0796b6;
}

.select-separator {
    border-left: 1px solid #e2e2e2;
    padding: 0px 10px;
}

.option_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.dropdown-item:hover {
    color: #0796b6;
    background: #f0f9fb;
}

.shadowBox {
    padding-bottom: 40px;
    overflow: visible;
}

.gap-1 {
    gap: 10px;
}

.gap-2 {
    gap: 20px;
}

.flex-direction-column {
    flex-direction: column;
}

.text-wrap-nowrap {
    text-wrap: nowrap;
}

.flex-direction-column {
    flex-direction: column;
}

.extra_feature {
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.mt-1 {
    margin-top: 10px;
}

.text-align-center {
    text-align: center;
}

.convert-btn {
    background: #3acd99;
    border-radius: 6px;
    border: none;
    color: white;
    padding: 8px 32px;
    margin-top: 20px;
}

.col-md-3 {
    font-size: 16px;
}

.essay-topic-result {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
}

.humanizerLoader {
    display: flex !important;
}

.loading-overlay {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    height: 100%;
    z-index: 1111;
}

.lds-dual-ring {
    top: 0;
}

.main-outputdiv {
    max-height: 310px;
    flex: 1;
    position: relative;
}

.skeleton-box {
    display: inline-block;
    height: 1em;
    position: relative;
    overflow: hidden;
    background-color: #f8f8f8;
    border-radius: 4px/6.7px;
}

.skeleton-box::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    background-image: -webkit-gradient(linear,
            left top,
            right top,
            color-stop(0, rgba(255, 255, 255, 0)),
            color-stop(20%, rgba(255, 255, 255, 0.2)),
            color-stop(60%, rgba(255, 255, 255, 0.5)),
            to(rgba(255, 255, 255, 0)));
    background-image: -o-linear-gradient(left,
            rgba(255, 255, 255, 0) 0,
            rgba(255, 255, 255, 0.2) 20%,
            rgba(255, 255, 255, 0.5) 60%,
            rgba(255, 255, 255, 0));
    background-image: linear-gradient(90deg,
            rgba(255, 255, 255, 0) 0,
            rgba(255, 255, 255, 0.2) 20%,
            rgba(255, 255, 255, 0.5) 60%,
            rgba(255, 255, 255, 0));
    content: "";
}

.output-footer {
    background-color: #fff;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #3acd99;
    border-top: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 50px;
    border-top: 1px solid #e2e2e2;
}

.box-icon {
    width: 30px;
    height: 30px;
    background-color: #efeeee;
    border-radius: 3px;
    color: #3c5057;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    border-radius: 6px;
}

.wordsCount {
    font-size: 14px;
    color: #9e9da1;
    gap: 5px;
    display: none;
}

.tool-box-icon {
    display: flex;
    gap: 12px;
    display: none;
}

.tool-box-icon {
    display: flex;
    gap: 12px;
    display: none;
}

.humanize-div {
    margin-top: 30px;
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .col-md-3 {
        width: 30%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .humanize-div {
        width: 100%;
        justify-content: center;
        margin-top: 10px;
    }

}

@media screen and (max-width: 768px) {
    .main-wrapper-tool {
        flex-direction: column;
        gap: 10px;
    }

    .essay-topic-result {
        min-height: 370px;
    }

    .col-md-3,
    .col-md-4,
    .custom-select {
        width: 100%;
        padding: 0;
    }

    .humanize-div {
        width: 100%;
        justify-content: center;
        margin-top: 10px;
    }

}

@media screen and (max-width: 550px) {


    label {
        text-align: start !important;
    }



    .loading-overlay {
        top: 0px;
    }


    .wordsCount {
        flex-wrap: wrap;
    }

    label {
        text-align: center;
        /* width: 100%; */
    }

    .option_wrapper {
        justify-content: center;
    }

    .gap-2 {
        gap: 10px;
    }

    .heading-text {
        max-width: 100%;
    }

    .essay-topic-result {
        margin-top: 20px;
    }

    .output-footer {
        flex-direction: column;
        gap: 10px;
    }

    .humanize-div {
        justify-content: left;
    }
}