textarea {
    resize: none;
    border-color: #0d6efd !important;
}
.copyBtn .btn-close {
    padding: 8px 16px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #129A31;
}
@media(max-width: 767px) {
    .copyBtn .btn-close {
        padding: 8px 4px;
    }
}
.copyBtn .btn-close:hover {
    background: #ECF7EE;
}
.copyBtn .btn-close:active {
    background: #CCDCCF;
}
.copyBtn .btn-close:disabled {
    background: rgba(27, 27, 27, 0.1);
    color: #9D9D9D;
    cursor: default;
}
.copyBtn .info-msg {
    top: unset;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 120px !important;
    text-align: center;
}
.copyBtn:hover .info-msg {
    visibility: visible;
    opacity: 1;
}
#copiedTool.hidden,
#copiedTextTool.hidden {
    display: none !important;
}
#copiedTextTool.visible,
#copiedTool.visible {
    visibility: visible;
    opacity: 1;
}
.form-floating>.form-control, .form-floating>.form-control-plaintext {
    padding-top: 2.5rem;
}

.btn-primary {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 30px;
}

.loader {
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 1px;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    z-index: 99;
}

img {
    max-width: 100%;
}

.btn-group {
    max-height: 500px;
}

.ql-toolbar.ql-snow {
    display: flex;
    height: 46px !important;
    background: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding-left: 10px;
    border: 0;
    flex-direction: row;
    align-items: center;
    padding: 12px 12px 12px 12px;
    gap: 16px;
    border-bottom: 1px solid rgba(27, 27, 27, 0.07);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2), 0px 3px 9px rgba(0, 0, 0, 0.04);
}
@media(max-width: 767px) {
    .ql-toolbar.ql-snow {
        min-width: max-content;
    }
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    margin-top: 10px;
    padding: 8px;
    background: #FFFFFF;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2), 0px 3px 9px rgba(0, 0, 0, 0.04);
    border-radius: 12px;
}
.ql-snow .ql-picker-options .ql-picker-item {
    color: #1B1B1B !important;
    font-weight: 500;
    text-align: left;
    padding: 6px 8px;
    border-radius: 6px;
}
.ql-snow .ql-picker-options .ql-picker-item:hover {
    background: #F2F2F2;
}
.ql-snow .ql-picker.ql-header {
    width: 120px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before, .ql-snow .ql-picker.ql-header .ql-picker-item::before {
    content: 'Text style';
    font-family: "Inter";
    display: block;
    text-align: left;
    line-height: 25px;
    color: #1B1B1B;
}
.ql-snow.ql-toolbar button:hover .ql-stroke, .ql-snow .ql-toolbar button:hover .ql-stroke, .ql-snow.ql-toolbar button:focus .ql-stroke, .ql-snow .ql-toolbar button:focus .ql-stroke, .ql-snow.ql-toolbar button.ql-active .ql-stroke, .ql-snow .ql-toolbar button.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow.ql-toolbar button:hover .ql-stroke-miter, .ql-snow .ql-toolbar button:hover .ql-stroke-miter, .ql-snow.ql-toolbar button:focus .ql-stroke-miter, .ql-snow .ql-toolbar button:focus .ql-stroke-miter, .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
    stroke: #129A31;
}
.ql-toolbar.ql-snow .ql-picker-label {
    padding: 0;
}
.ql-toolbar.ql-snow .ql-formats {
    position: relative;
    margin-right: 0;
}
.ql-toolbar.ql-snow .ql-formats:not(:last-child)::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 20px;
    margin-left: 10px;
    background: #D9D9D9;
    vertical-align: middle;
}
.ql-snow.ql-toolbar button, .ql-snow .ql-toolbar button {
    padding: 2px 0;
    margin-right: 9px;
    width: 24px;
}
.ql-snow.ql-toolbar button:last-child, .ql-snow .ql-toolbar button:last-child {
    margin-right: 0;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    margin-top: -7px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    border: 1px solid transparent !important;
    padding: 0 !important;
}
.ql-container.ql-snow {
    max-height: calc(100% - 44px) !important;
    border-radius: 0;
}
@media(max-width: 520px) {
    .ql-formats:last-child {
        display: none;
    }
}
@media(max-width: 480px) {
    .ql-snow.ql-toolbar:after,
    .ql-snow .ql-toolbar:after,
    .ql-formats:nth-child(3),
    .ql-formats:nth-child(2)::before {
        display: none !important;
    }
}
@media(max-width: 361px) {
    .ql-toolbar.ql-snow {
        gap: 4px;
    }
    .ql-snow.ql-toolbar button, .ql-snow .ql-toolbar button {
        margin-right: 2px;
    }
    .ql-snow .ql-picker.ql-header {
        width: 110px;
    }
}
.border-danger {
    border-color: #D02F19 !important;
}
.danger {
    color: #D02F19 !important;
}
.highlight,
mark {
    color: #0a53bf;
    background: transparent;
    padding: 0;
    border-radius: 2px;
}
#AIFinish {
    overflow: auto;
}
#AIFinish p {
    margin-bottom: 15px;
}
.highlight {
    background-color: #ffff99;
    font-weight: bold;
}
.highlight-block {
    background-color: #fffbe6;
    border-left: 4px solid #f6cd46;
    padding-left: 10px !important;
    margin: 10px 0;
}
mark,
.diff-added {
    color: #0066FF;
}

.diff-unchanged {
    background-color: transparent;
}
#submitQuill {
    padding: 8px 16px;
    background: #129A31;
    border-radius: 8px;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #F9F9F9;
    white-space: nowrap;
}
#submitQuill.m-auto {
    margin-left: auto;
    margin-right: auto;
}
#submitQuill:hover {
    background: #00AB27;
}
#submitQuill:active {
    background: #089027;
}
#submitQuill:disabled {
    background: rgba(27, 27, 27, 0.1);
    color: #9D9D9D;
    cursor: default;
}
#submitQuill.active-geenration:disabled {
    position: relative;
    background-color: #129A31 !important;
    color: #129A31 !important;
}
#submitQuill.active-geenration:disabled::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url('../img/loader.svg');
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
    left: 50%;
    margin-left: -12px;
    animation: rotate 1s linear infinite;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#outputWordCount,
#quillWordCount {
    font-size: 14px;
    line-height: 22px;
    color: #9D9D9D;
    position: relative;
}
.ql-editor {
    padding: 0;
    font-family: Inter, serif;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
    padding: 16px 12px 16px;
    background: #FFFFFF;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2), 0px 3px 9px rgba(0, 0, 0, 0.04);
    border: 0;
    font-size: 15px;
}
#quillOutput {
    padding: 16px 12px 16px;
    text-align: left;
    background: rgba(27, 27, 27, 0.05);
    border-radius: 0;
    font-size: 15px;
    line-height: 1.42;
    color: #1B1B1B;
}
@media(max-width: 767px) {
    #quillOutput {
        font-size: 16px;
    }
}
.editor ul,
#quillOutput ul {
    padding-left: 1.5em;
}
.editor ol,
#quillOutput ol {
    padding-left: 3em;
}
.editor ul li:not(.ql-direction-rtl),
#quillOutput ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em;
}
.editor li:not(.ql-direction-rtl)::before,
#quillOutput li:not(.ql-direction-rtl)::before {
    margin-left: -1.5em;
    margin-right: 0.3em;
    text-align: right;
}
.editor ul > li::before,
#quillOutput ul > li::before {
    content: '\2022';
}
.editor li::before,
#quillOutput li::before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em;
}
#quillOutput pre {
    background-color: #23241f;
    color: #f8f8f2;
    overflow: visible;
}
#quillOutput pre {
    white-space: pre-wrap;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 10px;
}
#quillOutput pre {
    border-radius: 3px;
}
#quillOutput code {
    font-size: 85%;
    padding: 2px 4px;
}
#quillOutput code {
    background-color: #f0f0f0;
    border-radius: 3px;
}
.copyBtn {
    position: relative;
}
@media(max-width: 767px) {
    .copyBtn {
        width: 50%;
    }
    .copyBtn button {
        width: 100%;
    }
}
.form-floating>label {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    font-style: italic;
}
@media(max-width: 767px) {
    #quillForm > .btn-group {
        flex-direction: column;
        max-height: unset;
    }
    #quillForm > .btn-group .w-50 {
        width: 100% !important;
        padding-right: 0 !important;
    }
}
.w-50 {
    width: 50% !important;
}
.form-floating {
    position: relative;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.w-100 {
    width: 100% !important;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.justify-content-center {
    justify-content: center !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.mb-1 {
    margin-bottom: .25rem !important;
}
.me-1 {
    margin-right: .25rem !important;
}
.nav-link {
    display: block;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
label {
    display: inline-block;
}
.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
[hidden] {
    display: none !important;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    border: 1px solid rgb(222, 226, 230);
    border-radius: 6px;
    background-color: #fff;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 0.5rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 0px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}
.output-header {
    background: rgba(27, 27, 27, 0.05);
    text-align: left;
    height: 46px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #1B1B1B;
    padding: 12px;
    border-bottom: 1px solid rgba(27, 27, 27, 0.05);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.output-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: rgba(27, 27, 27, 0.05);
    padding: 12px;
    border-top: 1px solid rgba(27, 27, 27, 0.05);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
@media screen and (max-width: 767px) {
    .output-footer {
        flex-direction: column;
    }
}
.output-footer .btns {
    gap: 12px;
}
.user-icon-wrapper img {
    display: block;
    width: 36px;
    height: 36px;
    margin-top: 1px;
    margin-left: 1px;
    background: #e8b75b;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
[dir="rtl"] .user-icon-wrapper img {
    margin-left: unset;
    margin-right: 1px;
}
.user-icon-wrapper {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.32);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.14), 0px 3px 9px rgba(0, 0, 0, 0.04);
    border-radius: 50%;
    --percentage: 100;
}
.user-icon-wrapper::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient(
        #129A31 calc(var(--percentage) * 1%),
        rgba(255, 255, 255, 0.3) 0
    );
    z-index: 0;
    transition: all 0.3s linear;
}
.custom-header .user-icon-wrapper::before {
    background: none;
}
.alert {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #FFFFFF;
    background-image: url('../img/alert-user.svg');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.limit-msg {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #1B1B1B;
    text-align: left;
}
.info-messages {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    height: 32px;
    display: flex;
    justify-content: center;
}
.info-msg {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    background: #1B1B1B;
    border-color: #1B1B1B;
    border-radius: 0.375rem;
    padding: 12px;
    min-width: 163px;
    visibility: hidden;
    opacity: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #F9F9F9;
    transition: all 0.3s ease;
}
.info-msg.active {
    visibility: visible;
    opacity: 1;
}
.info-msg::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #343a40;
}
@media(max-width: 767px) {
    .mb-title {
        font-weight: 700;
        font-size: 19px;
        line-height: 23px;
        text-align: center;
        color: #1B1B1B;
        margin-bottom: 24px;
    }
}
.m-header .b-brand {
    max-width: 72px;
    margin-left: -9px;
}
.dash-mob-header {
    background: #F9F9F9;
    padding-left: 22px;
}
.dash-header .pcm-logo {
    margin-left: 0;
}
.dash-header .pcm-logo img {
    max-width: 72px;
}
.dash-mob-header .dash-head-link, .dash-mob-header a {
    text-decoration: none;
    color: #343a40;
    background: rgba(108, 117, 125, 0.05);
}
.dash-sidebar.open {
    left: 0;
}
@media (min-width: 1024px) {
    .dash-sidebar.light-sidebar.transprent-bg {
        background: #F9F9F9;
    }
}
.pagination {
    justify-content: center;
    flex-wrap: wrap;
}
.page-link {
    color: #151512;
}
.text-block {
    flex-direction: column;
}
.text-block .text-muted {
    font-size: 14px;
    font-weight: bold;
}
.text-block a {
    font-size: 16px;
    font-weight: 400;
}
.text-block .btns {
    width: 100%;
    gap: 10px;
    justify-content: flex-end;
}
.text-block .btns a {
    font-family: inherit;
    margin: 0 !important;
    background: linear-gradient(141.55deg, rgba(81, 69, 157, 0) 3.46%, rgba(255, 58, 110, 0.6) 99.86%), #51459d;
    color: #fff;
    box-shadow: 0 5px 7px -1px rgba(81, 69, 157, 0.3);
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    border: 0;
}

.cookies-banner {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    background-color: #ffffff;
    padding: 12px 20px;
    -webkit-transition: bottom 0.3s linear;
    -o-transition: bottom 0.3s linear;
    transition: bottom 0.3s linear;
    z-index: 100;
}
.cookies-banner.show {
    bottom: 0;
}
.cookies-banner.show + #back-to-top {
    bottom: 78px;
}
@media (max-width: 767px) {
    .cookies-banner.show + #back-to-top {
        bottom: 156px;
    }
}
.cookies-banner.hidden {
    display: none;
}
@media (max-width: 767px) {
    .cookies-banner {
        padding: 12px 24px;
    }
}
.cookies-banner .grid-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
}
@media (max-width: 767px) {
    .cookies-banner .grid-container {

    }
}
.cookies-banner p {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}
.cookies-banner p a {
    color: #FFD954;
}
@media (max-width: 767px) {
    .cookies-banner p a {
        display: block;
        margin-top: 6px;
    }
}
.cookies-banner p a:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}
.cookies-banner .btn {
    cursor: pointer;
    outline: none;
    border-radius: 5px;
    border: 0;
    padding: 6px 12px;
    background: #1B1B1B;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
    /* identical to box height, or 157% */

    color: #FFFFFF;

}
.cookies-banner .btn:hover {
    background: #06AE4D;
}
.cf-turnstile iframe {
    width: 100% !important;
}
.editor a,
#quillOutput a,
.ql-snow a {
    color: #06AE4D !important;
    text-decoration: underline;
}
.feedback {
    position: fixed;
    right: 14px;
    bottom: 16px;
    transition: all 0.3s ease;
}
@media(max-width: 991px) {
    .feedback {
        z-index: 1;
    }
}
@media(max-width: 767px) {
    .feedback {
        display: none;
    }
}
.feedback button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    background-image: url('../img/mail.svg');
    background-size: 24px 24px;
    background-position: center center;
    background-repeat: no-repeat;
}
.feedback button:hover {
    background-color: #D9D8D6;
}
.cookies-banner.show + .feedback {
    bottom: 74px;
}
.feedback.dropdown .dropdown-menu {
    top: unset !important;
    bottom: 62px;
    min-width: max-content;
    padding: 9px 12px;
    background: #FFFFFF;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2), 0px 3px 9px rgba(0, 0, 0, 0.04);
    border-radius: 12px;
}
.feedback.dropdown .dropdown-menu a {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #1B1B1B;
}
.animated-letter {
    display: inline-block;
    animation: glowIn 0.26s cubic-bezier(.4,2,.2,.8);
}
@keyframes glowIn {
    0%   { opacity:0; color: #00BFAE; text-shadow: 0 0 15px #80FFD9; transform: scale(1.1);}
    100% { opacity:1; color: inherit; text-shadow: none; transform: scale(1);}
}
.animated-space {
    display: inline-block;
    white-space: pre;
}
