#ptDiv {
    bottom: 0px;
    background: var(--color-light);
    right: 0px;
    width: 100%;
    text-align: left;
    padding: 5px;
    display: flex;
    justify-content: space-between;
}
.myflx {
    padding: 10px;
    background: var(--color-light);
    box-shadow: var(--box-shadow-tool);
    border-radius: 4px;
    border: 1px solid var(--color-light-shade);
    order: 2;
    width: 57%;
    position: relative;
    margin: 0 auto;
    margin-top: 3%;
    display: none;
}
#paraphrase-loader {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 500px;
    transform: translateY(50%);
    left: 0;
    right: 0;
    padding: 12px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3) !important;
    display: none;
    margin: auto;
    /* top: 35%; */
}

#paraphrase-loader .progress-bar {
    width: 0;
    height: 10px;
    float: left;
    background-color: #e5dd95 !important;
}

#alert-loader {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 500px;
    transform: translateY(50%);
    left: 0;
    right: 0;
    padding: 12px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    margin: auto;
    top: 35%;
}

#alert-loader .progress-bar {
    width: 0;
    height: 10px;
    float: left;
    background-color: #e5dd95;
}

.btn {
    border-radius: 4px;
    background: #3a9ff4;
    padding: 12px 20px;
    margin-top: 7px;
    cursor: pointer;
    border: none;
    color: var(--color-light);
    font-size: 18px;
}

@media screen and (max-width: 426px) {
    .scndAdd {
        display: none !important;
    }

    .inlinADs {
        display: block;
    }

    .inlinADs ins {
        margin-top: 10px;
    }
    .ep__tool__result__bottombar input {
        font-size: 12px !important;
        padding: 4px !important;
    }
    /* .ep__tool__result__topbar > p{
        display: none;

    } */
}

@media screen and (max-width: 2560px) and (min-width: 426px) {
    .inlinADs {
        display: inline-flex;
    }

    .scndAdd {
        margin-left: 30px !important;
    }
}

.closeBtn {
    border-radius: 4px;
    background: rgb(114, 28, 36) !important;
    margin-top: 7px;
    cursor: pointer;
    border: none;
    color: var(--color-light);
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.textarea_detail {
    font-size: 17px;
    font-family: arial;
    width: 100%;
    margin-top: 16px;
    padding: 8px;
    max-height: 100px !important;
}

.uplBtn {
    border: 0;
    background: none;
}

.uplBtn:hover {
    background: none;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

label {
    display: inline-block;
    margin-bottom: 8px;
}

.divText:empty:not(:focus):before {
    content: attr(data-text);
    font-size: 14px;
}

.flex-row {
    margin: 1em auto;
}

.flex-col h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

.flex-col #text,
.flex-col #result {
    height: 350px;
    overflow-y: scroll;
    border: 0;
    white-space: pre-wrap;
    outline: 0;
}

.form-group {
    margin-bottom: 1rem;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: var(--color-light);
    background-clip: padding-box;
    border: 1px solid var(--border-light-color);
    border-radius: 0.25rem;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}

.uplBtn {
    background: var(--color-light);
    color: var(--color-dark);
    display: inline-block;
    padding: 4px;
    cursor: pointer;
    margin-top: -8px !important;
    height: 28px;
    font-size: 14px;
    border: 1px solid black;
}

button#uplBtn {
    background: none;
    border: 0;
}

.btn-row-actions {
    margin: 5px auto;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-right: 2px;
    background: var(--color-light);
}

.placeholder-block {
    height: 23px;
    background: #efefef;
    margin: 5px 0;
}

.pw-100 {
    width: 100%;
    font-size: 14px;
    text-indent: 10px;
    line-height: 22px;
    color: #aaa;
}

.pw-50 {
    width: 50%;
}

@media (max-width: 767px) {
    .initial-hide-on-mobile {
        display: none;
    }

    .flex-col #text,
    .flex-col #result {
        height: 220px;
    }

    div#btnSec {
        padding: 20px 0;
    }

    .advanced_checkbox {
        padding-top: 1em;
        flex-direction: column;
        display: flex;
        justify-content: space-between;
    }

    .options__inputs {
        width: 100% !important;
        height: 40px;
        margin-top: 10px;
        border: 1px solid #e8e9ea;
    }

    #notes {
        height: 200px !important;
    }

    #headerText {
        height: 60px !important;
    }
}

#notes {
    width: 100%;
    border: none;
    height: 200px;
}

.options__inputs {
    width: 170px;
    height: 40px;
    margin-top: 10px;
    border: 1px solid #e8e9ea;
}

.advanced_checkbox {
    padding-top: 1em;
    display: flex;
    justify-content: space-between;
}

.advanced_checkbox label {
    font-size: 14px;
}

#headerText {
    border: 1px solid #e5e5e5;
    /* box-shadow: 0px 3px 6px #e1e1e1; */
    padding: 10px;
}

.paper {
    display: flex;
    width: 100%;
    height: 544px;
    background-image: url(assets/pages/a4-line-page.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.margin {
    margin-left: 60px;
}

.header_page {
    display: flex;
    justify-content: center;
    font-size: 50px;
    height: 37px;
    line-height: 14px;
    padding-top: 34px;
    font-weight: 900;
}

.header_page span {
    margin: 0;
}

.body {
    height: 100%;
    word-wrap: break-word !important;
    line-height: 25px;
    margin-top: 24px;
    font-size: 43px;
    width: 93%;
}

.options__inputs {
    padding-left: 10px;
    border-radius: 5px;
}

#headerText:focus {
    outline: var(--border-default);
}

#main_notes_div:hover {
    border: var(--border-default) !important;
}
.grecaptcha-badge {
    display: none !important;
}
.darkmode div#result strong,
.darkmode div#result b {
    color: #eee8aa;
}

.container__sm {
    width: 100%;
    max-width: 920px;
    margin-left: auto;
}

.ep__tool__firstfold {
    background-color: var(--color-wrapper);
    padding-bottom: 20px;
}

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

.ep__tool__section label {
    cursor: pointer;
}

.ep__tool__topbar {
    border: 1px solid var(--border-color);
    padding: 20px;
    background: var(--color-light);
    margin-top: 20px;
}

.ep__tool__topbar > div:not(.sample-container) {
    display: flex;
    padding: 0px 10px;
}

.ep__tool__topbar h3 {
    font-size: 20px !important;
    margin: 0px !important;
}

.ep__tool__topbar2 * {
    font-size: 16px;
}

.ep__tool__topbar2 {
    display: flex;
    gap: 60px;
    padding: 0px !important;
    margin-bottom: 20px;
}

.ep__tool__topbar2 > div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.ep__tool__topbar2 > div > span {
    margin-bottom: 8px;
    margin-top: 10px;
    color: var(--label-color);
}

/*.ep__tool__topbar2 > div:nth-child(2) div {
    margin-top: 2px;
}*/

.ep__tool__topbar2 > div > div {
    display: flex;
    gap: 20px;
    background: var(--color-light);
}

.ep__tool__topbar2 > div:nth-child(1) > div label {
    display: flex;
    align-items: center;
}

.ep__tool__topbar2 > div:nth-child(1) > div label span {
    margin-top: 5px;
    color: #8c8c8c;
}

/* topbar 2 */
.ep__tool__topbar1 div {
    display: flex;
    align-items: center;
}

.ep__tool__topbar1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.ep__tool__topbar1 > div:nth-child(1) {
    width: 100%;
    flex: 5;
    gap: 10px;
}

.ep__tool__topbar1 input {
    border: 0px;
    font-size: 17px;
    width: 100%;
    border: var(--border-default);
    height: 40px;
    margin-top: 11px;
    padding-left: 10px;
}

.ep__tool__topbar1 {
    padding: 0px !important;
    /* border: 1px solid var(--border-color); */
}

.ep__tool__result {
    background-color: var(--color-light);
    position: relative;
}

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

.ep__tool__result__topbar {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 8px;
}

.result__actionbar {
    display: flex;
    align-items: center !important;
}

.result__actionbar > * {
    border-left: 1px solid var(--border-color) !important;
    padding: 0px 10px !important;
    font-size: 16px;
}

.ep__tool__result__topbar button {
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px !important;
    cursor: pointer;
}

.ep__tool__result__topbar button:hover {
    box-shadow: unset !important;
}

.ep__tool__type {
    flex-wrap: wrap;
}

.premium__mode,
.ep__tool__type label div {
    position: absolute;
    margin-bottom: 0px;
    max-width: 140px;
    background: var(--color-dark);
    color: var(--color-light) !important;
    font-size: 12px;
    padding: 8px;
    z-index: 1000;
    text-align: center;
    display: none;
    margin-top: -85px;
    margin-left: -20px;
    line-height: 130%;
}

.essay__types__wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    min-width: 140px;
}

.essay__types__wrapper > div:nth-child(1) {
    border: 1px solid var(--border-light-color);
    padding: 4px 4px 4px 8px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    /* background-color: var(--color-f3f3f3); */
}

.essay__types__wrapper > div > img {
    transform: rotate(0deg);
    transition: all 300ms;
}

.essay__type__active.active img {
    transform: rotate(180deg);
}

.essay__types {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: -138px;
    max-height: 136px;
    overflow-y: auto;
    border: var(--border-default);
    background-color: var(--color-light);
    width: 100%;
    z-index: 10000;
}

.essay__types button {
    border: none;
    outline: none;
    text-align: left;
    padding: 5px 8px;
    background-color: transparent;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 1px solid var(--border-color);
}

.essay__types button:hover {
    background: var(--color-f3f3f3) !important;
}

.premium__mode {
    margin-top: -81px !important;
    color: var(--color-light) !important;
}

.ep__essay__length__free label.disabled-premium div {
    display: block !important;
}

.bypass__wrapper.disabled-premium .premium__mode {
    display: block;
}

.bypass__wrapper .premium__mode {
    color: var(--color-light) !important;
}

.premium__mode a,
.ep__tool__type label div a {
    font-size: 12px;
    color: #ffd02c;
}

.result__actionbar > p {
    color: #8c8c8c;
}

.result__actionbar > p span {
    color: var(--color-dark);
}

.result__actionbar img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.result__actionbar button.remove__content  img {
    width: 17px !important;
    height: 17px !important;
    object-fit: contain;
    transform: scaleX(-1);
}


.result__actionbar button {
    position: relative !important;
    font-size: 12px !important;
    min-height: 26px !important;
    display: flex;
    align-items: center;
    gap:5px;
    color: var(--color-darkgray);
}

.result__actionbar button:hover::before {
    display: block;
}

.result__actionbar button::before {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-light);
    border: var(--border-default);
    box-shadow: var(--box-shadow);
    padding: 3px 5px;
    display: none;
}

.result__actionbar > p {
    min-height: 26px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-left: none !important;
}

.result__actionbar .copy__content::before {
    content: "Copy";
}

.result__actionbar .copy__content.copied::before {
    content: "Copied";
}

.result__actionbar .download__content::before {
    content: "Download";
}
.result__actionbar .remove__content::before {
    content: "Reset";
}

.ep__tool__result {
    border: 1px solid var(--border-color);
    padding: 10px 0px;
    margin-top: 10px;
}

#result {
    height: 400px;
    overflow-y: auto;
    width: 100%;
    border: none;
    font-size: 17px;
    padding: 10px;
    font-family: sans-serif;
}

#result::-webkit-scrollbar {
    background-color: transparent;
    width: 10px;
    cursor: pointer;
    border: 1px solid #c4c4c4;
    cursor: pointer !important;
}

#result::-webkit-scrollbar-thumb {
    background: gray !important;
    cursor: pointer !important;
}

#result b {
    font-weight: 400 !important;
}

/*
|======================================================*
|       checkbox and radio button
|======================================================*
*/

input[type="radio"] {
    --s: 1em; /* control the size */
    --c: var(--color-dark); /* the active color */

    height: var(--s);
    aspect-ratio: 1;
    border: calc(var(--s) / 8) solid #939393;
    padding: calc(var(--s) / 8);
    background: radial-gradient(farthest-side, var(--c) 94%, #0000) 50%/0 0 no-repeat content-box;
    border-radius: 50%;
    outline-offset: calc(var(--s) / 10);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-size: inherit;
    transition: 0.3s;
}
input[type="radio"]:checked {
    border-color: var(--c);
    background-size: 100% 100%;
}

input[type="radio"]:checked + span {
    color: var(--color-dark) !important;
}

input[type="radio"]:disabled {
    background: linear-gradient(#939393 0 0) 50%/100% 20% no-repeat content-box;
    opacity: 0.5;
    cursor: not-allowed;
}

@media print {
    input[type="radio"] {
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto;
        background: none;
    }
}

.ep__tool__topbar > div:not(.sample-container) > div label {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    cursor: pointer;
}

.mcui-checkbox {
    display: flex;
    align-items: center;
    user-select: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="checkbox"] {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    /* clip: rect(1px, 1px, 1px, 1px); */
}

input[type="checkbox"] + div {
    border: 2px solid var(--border-color);
    height: 16px;
    width: 16px;
    box-sizing: border-box;
    border-radius: 2px;
    position: relative;
    background: var(--color-light);
}

input[type="checkbox"] ~ div:last-child {
    padding-left: 0.5em;
}

.mcui-checkbox div {
    color: #8c8c8c !important;
}

input[type="checkbox"]:checked + div {
    border-color: var(--color-dark);
    background: var(--color-dark);
    color: var(--color-dark) !important;
}
.mcui-checkbox div:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
}

input[type="checkbox"]:indeterminate + div::after {
    content: "";
    height: 4px;
    width: 60%;
    left: 20%;
    top: calc(50% - 2px);
    position: absolute;
    background: gray;
    border-radius: 1px;
}

.mcui-check {
    height: 100%;
    width: 100%;
    transform: scale(1);
    color: red;
    opacity: 0;
}

@media only screen and (max-width: 768px) {
    .ep__tool__topbar1 {
        flex-direction: column;
        gap: 10px;
    }
    .ep__tool__topbar2 {
        flex-direction: column;
        gap: 5px;
    }

    .result__actionbar {
        flex-wrap: wrap;
        gap: 10px;
    }
}

#btnShadowRoot {
    margin: auto;
    min-height: 50px;
}

.ep__tool__result__topbar,
.ep__tool__result__bottombar {
    padding-left: 10px;
    padding-right: 10px;
}

.ep__tool__result__bottombar {
    border-top: 1px solid var(--border-color);
    padding-top: 10px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.ep__tool__result__bottombar input {
    background: none;
    outline: none;
    border: var(--border-default);
    padding: 5px;
    font-size: 14px;
    cursor: pointer;
}

#result{
    display:grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

#result > div{
    margin-bottom: 30px;
}
.border-bottom-1{
    border-bottom: 1px solid var(--border-color);
}

#result li{
    display: flex;
    justify-content: space-between;
    padding-right: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#result > div span{
    font-size: 20px;
    display:flex;
    width: 100%;
    color: gray !important;
}

.title__copy__button{
    cursor: pointer;
    position: relative;
    text-align: right;
    display: flex;
}

/* .title__copy__button::before{
	content: 'Copy';
	position: absolute;
	top: 10px;
} */

#result div  div ol{
    display:flex;
    flex-direction: column;
    gap: 12px;
}

#result > div > div p{
    font-size: 16px;
    line-height: 150% !important;
}

.flex-col #result ol {
    padding: 0 10px;
}


#result .title__copy__button.active::before{
    content: 'Copied';
    position: absolute;
    font-size: 12px;
    background: #333;
    color: var(--color-light);
    padding: 8px 5px;
    left: -15px;
    top: 20px;
}



#result .title__copy__button:hover::before{
    display:flex;
    opacity: 1;
}
