.heading {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #000;
    line-height: 38px;
}

.disabled_mode {
    opacity: 0.6;
    cursor: not-allowed;
}

.heading {
    margin: 16px 0;
    padding: 16px 0;
}

h4 {
    margin: 12px 0;
}

.img_w_div {
    min-width: 20px;
}

.form-group {
    border: 1px solid #1e1f23;
}

.top_heading {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}

.form-input {
    border: 1px solid #e1e4ea;
    background: #fff;
    width: 100%;
    padding: 10px 6px;
    margin-top: 10px;
}

.topic_field {
    height: 100px;
    resize: none;
}

.de-main-container-aiessay {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
}

.de-main-container-aiessayresult {
    width: 1360px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

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

.w-33 {
    width: 33%;
}

.width {
    width: 100%;
    align-items: center;
    gap: 10px;
}

.button_div {
    padding: 0px 10px;
}

.btn-parafrase {
    min-width: unset;
    padding: 8px 12px;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px !important;
}

.left {
    width: 40%;
    margin-top: 12px;
}

.right {
    width: 100%;
}

.result_div {
    padding: 8px 12px !important;
    height: 100%;
    min-height: 328px;
    max-height: 328px;
    overflow: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    outline: none;
}

.result_div:focus {
    outline: none;
}

.actions_copy_download {
    display: flex;
    align-items: center;
}

.actions_copy_download>img,
.actions_copy_download>span {
    padding: 8px;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.07px;
    text-align: right;
}

.actions_copy_download>img:hover {
    cursor: pointer;
    background: #f3f5f9;
}

.result_count {
    font-size: 14px;
    font-weight: 600;
    line-height: 19.07px;
    text-align: right;
}

.copy_icon,
.download_icon,
#btn_reset_result {
    margin: 8px 0px 4px 8px;
    cursor: pointer;
}

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

.border-t-l {
    border-top: 1px solid #dee7ee;
}

.textarea_div {
    width: 100%;
    height: 327px;
    position: relative;
}

.tool-div-main {
    height: 428px;
    display: flex;
    flex-direction: column;
}

.rightside_div .upload_n_word_count_div .upload_btn_div {
    display: flex;
    justify-content: end;
    align-items: center;
}

.leftside_div.w-100 .upload_n_word_count_div .word_div {
    text-align: end;
    min-width: 168px;
}

.rightside_div .upload_n_word_count_div {
    margin-top: -1px;
}

#textPara span {
    line-height: 24px !important;
}

.upload_n_word_count_div,
.rightside_div .upload_n_word_count_div {
    padding: 8px 6px !important;
    gap: 12px;
}

.textarea_div textarea {
    width: 100%;
    min-height: 327px;
    resize: none;
    border: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 20px;
    background: transparent;
}

.upload_btn {
    padding: 8px;
}

.textarea_div textarea:focus-visible {
    outline: none;
}

.summorg-input-holder {
    text-decoration: none;
    display: block;
    position: absolute;
    font-size: 16px;
    color: #a2a5ae;
    top: 0px;
    cursor: text;
    padding: 16px 17px 0 19px;
}

.summorg-input-holder span a {
    text-decoration: underline;
    font-weight: 500;
    cursor: pointer;
}

.select-container {
    align-items: center;
    display: none;
}

.custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: 140px;
}

.custom-select::after {
    content: "";
    border: 5px solid transparent;
    border-top-color: #ccc;
    margin-left: 10px;
}

.custom-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px 10px;
    background-color: #fff;
    cursor: pointer;
    font-size: 16px;
}

.custom-select-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    z-index: 10;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.custom-select-options span {
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
    border-bottom: 1px solid #eee !important;
    display: flex;
    align-items: center;
}

.select-container label {
    margin-right: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #2e4168;
}

.custom-select-options div span {
    margin-right: 32px;
}

.summorg-input-holder span a:hover {
    color: #5b5c5f;
}

.preimum_suggestion {
    height: 200px !important;
}

.rightside_div,
.leftside_div {
    transition: all 0.3s ease-in-out;
}

.rightside_div {
    display: none;
    border-left: 1px solid #e1e4ea;
    position: relative;
}

#btn_reset_result {
    cursor: pointer;
}

.loader {
    left: 45% !important;
    top: 42% !important;
}

.mode_padding {
    padding: 10px 12px;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    gap: 6px;
}

.mode_padding.active_mode {
    box-shadow: inset 0 -2px 0 0 #000000;
}

.top_modes {
    margin-left: 4px;
    gap: 8px;
    border-bottom: 1px solid #e1e4ea;
    min-height: 46px;
}

.upload_btn_div {
    text-align: left;
}



@media (width < 768px) {
    .w-100 {
        width: 100%;
    }

    .w-50 {
        width: 100%;
    }

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

@media (width < 630px) {
    .w-33 {
        width: 100%;
    }

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

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

    .left {
        width: 100%;
    }

    .captcha_main_aiessay {
        left: unset;
        bottom: unset;
        transform: translate(0%, 100%);
    }

    .loading_aiessay {
        left: 44%;
        bottom: -40%;
        top: unset;
    }

    .result_div {
        border-top: 1px solid #e1e4ea;
        margin-top: 6px;
    }
}

@media (width < 560px) {
    .select-container {
        display: flex !important;
        border-bottom: 1px solid #e1e4ea;
        padding: 5px 10px;
        justify-content: center;
    }

    .top_modes {
        display: none;
    }

    .popup-container-feedback,
    .conformation_container {
        left: -110px;
    }

    .optionBtn {
        order: 1;
    }

    .optionBtn>span {
        display: flex;
        align-items: center;
    }
}

@media (width < 560px) {
    .detect_btn {
        width: 100% !important;
    }
}
