body{
    background-image: linear-gradient(102deg, #f7f3fb 0%, #f3f9fc 100%);
}
.rotate-180 {
    transform: rotate(180deg);
}
.references a{
    color:#C084FC;
    word-break: break-all;
    overflow-wrap: break-word;
}
#spinLoader{
    z-index: 9999;
}
/* #editor{
    height: 700px;
} */
#toolbar-container{
    border-bottom: 1px solid #E4E7F1;
}
.ql-container.ql-snow{
    border: none;
    padding: 16px 32px 64px 32px;
}
@media screen and (max-width: 480px) {
    .ql-container.ql-snow {
        border: none;
        padding: 16px 5px 64px 5px;
    }
}
.ql-snow .ql-picker-label{
    padding-left: 5px;
}
.ql-snow .ql-picker.ql-header{
    width: 100%;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label{
    border: solid 1px #fff;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    color: #363A67;
    z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options{
    margin-top:9px;
}
.ql-toolbar.ql-snow{
    border: none;
}
#captcha{
    bottom:50% !important;
    left:50% !important;
}
@media screen and (max-width: 768px) {
    #captcha{
        left:5% !important;
    }
}
/* #spin{
    top: 42%;
} */
#spin img{
    top:50% !important;
}
.editor_setting{
    height: 100vh;
    background-color: #fff;
    border-radius: 10px;
}
#editor{
    font-size:18px;
    line-height: 26px;
    font-weight: 400;
    color: #53567D;
}
[aria-hidden="true"] * {
    pointer-events: none;
}
p > .suggestion_paragraphs{
    cursor: pointer;
}
p > .suggestion_paragraphs:hover{
    background-color: #FAF5FF;
}
.rephrase__btn{
    position: absolute; /* Position button absolutely */
    /* background: linear-gradient(90deg, #F472B6 0%, #C084FC 100%); */
    background-color: #172554;
    padding: 8px 12px;
    color: white;
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    z-index: 1;
}