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

h1,
h1 strong {
    text-align: center;
    color: #000;
    font-size: 36px;
    line-height: 38px;
    margin: 16px 0;
    padding: 16px 0;
}

.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;
}

.popup-container-feedback {
    bottom: 38px !important;
}

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

::-webkit-scrollbar-thumb {
    background: black;
}

.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 {
    padding: 6px 16px !important;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

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

.right {
    width: 100%;
}

.result_bullets li {
    margin: 0% !important;
}

.result_div {
    padding: 20px;
    height: 100%;
    min-height: 320px;
    max-height: 320px;
    overflow: auto;
    word-break: break-word;
}

.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;
}

.optionBtn {
    gap: 10px;
}

.copy_icon,
.download_icon,
#btn_reset_result {
    cursor: pointer;
}

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

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

.textarea_div {
    width: 100%;
    position: relative;
}

.rightside_div .upload_n_word_count_div .upload_btn_div {
    display: flex;
    justify-content: end;
    align-items: center;
}
.optionBtn>span{
    display: flex;
    align-items: center;
    justify-content: end;
}
.leftside_div.w-100 .upload_n_word_count_div .word_div {
    text-align: start;
}

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

.textarea_div textarea {
    width: 100%;
    min-height: 315px;
    resize: none;
    border: none;
    color: #1e1f23;
    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;
}

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

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

.rightside_div {
    display: none;
    border-left: 1px solid #dee7ee;
}

#btn_reset_result {
    cursor: pointer;
}

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

.mode_padding {
    padding: 10px 12px;
    position: sticky;
    top: 20%;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #8f8f91;
    cursor: pointer;
    border: none;
}

.mode_padding.active_mode {
    border-bottom: 3px solid #000000;
    color: #1e1f23;
}

.top_modes {
    padding: 0 8px;
    border-bottom: 1px solid #e1e4ea;
}

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

input[type="radio"] {
    margin: 0 4px 0 12px;
    accent-color: #1e1f23;
    transition: all 0.3s ease-in-out;
}

input[type="radio"]:nth-child(1) {
    margin: 0 4px 0 2px;
}

.result_type_div {
    min-width: 202px;
}

.light_text {
    color: #8f8f91;
}

.upgrade_plan_button {
    padding: 5px 13px;
    background: #fff;
    border: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #1e1f23;
    margin: 12px auto;
}

/* Result TABS  */

.tab-wrap {
    transition: 0.1s ease;
    max-width: 100%;
    display: none;
    flex-wrap: wrap;
    position: relative;
    list-style: none;
    background-color: #fff;
    gap: 8px;
}

.tab__content.active_type {
    opacity: 1;
    /* transition: 0.5s opacity ease-in, 0.8s transform ease; */
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
}

.tab:first-of-type:not(:last-of-type)+label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.tab:last-of-type:not(:first-of-type)+label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.tab:checked+label {
    cursor: default;
}

.tab+label {
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #333;
    text-align: center;
    background-color: #272525;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    transition: 0.3s background-color ease, 0.3s box-shadow ease;
    box-sizing: border-box;
}

.tab__content {
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: -1;
    opacity: 0;
    left: 0;
    transform: translateY(-3px);
}

.top-mode-sm {
    display: none;
}

/* SLIDER */

.mobile_type_select {
    display: none;
}

.upload_n_word_count_div {
    height: 56px;
    padding: 8px !important;
}

.word_div {
    min-width: 170px;
}

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

    .btn-parafrase {
        padding: 8px !important;
    }

    .detect_btn {
        column-gap: 10px;
    }

    .w-50 {
        width: 100%;
    }

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

    .top_modes {
        gap: 8px;
        padding: 0 4px;
    }
}

@media (width < 630px) {
    .top-mode-sm {
        display: flex;
        margin-top: 8px;
    }

    .w-33 {
        width: 100%;
    }

    .btn-parafrase {
        padding: 8px 16px !important;
    }

    .detect_btn {
        order: 3;
        width: 100%;
        column-gap: 10px;
    }

    .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;
    }

    .mobile_type_select {
        display: flex;
        padding: 4px 12px;
    }

    .desktop_type_select {
        display: none;
    }

    .mode_padding {
        padding: 10px 2px;
    }

    .word_div,
    .upload_btn_div {
        height: 38px;
        min-width: unset;
    }

    .upload_n_word_count_div {
        height: unset;
    }
}

@media(width<=425px) {

    .popup-container-feedback,
    .conformation_container {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media(width<=375px) {
    .slider-container {
        min-width: 200px;
        margin: auto;
    }

    .top_modes {
        padding: 0 4px;
    }

    .login_modal-content {
        width: 280px;
    }

    .input-container input {
        width: unset;
    }

    .gmail_login_btn_login_page {
        width: unset;
    }

    .mode_padding {
        padding: 10px;
    }

    .popup-container-feedback,
    .conformation_container {
        left: 0;
        transform: unset;
    }
}
