/* .suggestion_paragraphs.active,
.suggestion_paragraphs:hover {
    text-decoration: underline !important;
    background-color: #f3f7fb !important;
    cursor: pointer !important;
} */
p > .suggestion_paragraphs{
    cursor: pointer;
}
p > .suggestion_paragraphs:hover{
    background-color: #FAF5FF;
}
#result__wrapper {
    position: relative;
}
.main_scroll_div{
    padding-bottom: 14px;
}
.upgrade-message{
    padding:8px 12px;
    background-color: #F8FAFC;
    border-bottom: 1px solid #E0E7FF;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}
.upgrade-message label{
    color:#A1A1AA;
}
.upgrade-message a{
    color:#FF7271;
    text-decoration: none;
}
#rephrase__suggestions {
    width: 0%;
    margin: auto !important;
    position: absolute;
    z-index: 9999;
    max-height: 300px;
    overflow-y: overlay;
    overflow-x: hidden;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    box-shadow: 0px 6px 6px 0px #363A673D;
    display: block;
    border: #E0E7FF solid 1px;
    border-radius: 12px;
    /* transition: 0.3s ease; */
}

.topheading {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #374151;
}
#suggestion__topbar {
    display: flex;
    justify-content: space-between;
    background: #F8FAFC;
    padding: 8px 12px;
    position: sticky !important;
    top: 0px;
    z-index: 1;
}
.d-none{
    display: none !important;
}
#suggestion__topbar button {
    border: 1px solid transparent;
    outline: none;
    background: transparent;
    transition: 0.3s ease;
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    padding: 5px 8px;
    color: #8c8c8c;
}

#suggestion__topbar button img {
    max-width: 16px;
}
.bold_words{
    color:#A855F7;
    font-weight:400;
}
#suggestion__topbar button.active {
    background: #3a99d9;
    color: #fff;
    /* border: 1px solid lightgray; */
}

#suggestion__topbar button.active img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(131deg) brightness(102%) contrast(101%);
}
#rephrase__suggestions p {
    padding: 0px !important;
}

#rephrase__suggestions div {
    position: relative;
}

#rephrase__suggestions div > span {
    position: absolute;
    right: 10px;
    top: 39%;
    transform: translateY(-40%);
    font-size: 16px;
    cursor: pointer;
    z-index:9999;
}
.sent__copy__btn[data-title]::after {
    content: attr(data-title);
    position: absolute;
    top: -30px;
    left: 40%;
    transform: translateX(-50%);
    background: #272D3D;
    color: #fff;
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    z-index:9999;
}

.sent__copy__btn:hover[data-title]::after {
    opacity: 1;
}
/* #rephrase__suggestions div > span::before {
    content: "copy";
    position: absolute;
    top: -21px;
    background-color: #fff;
    padding: 3px 5px;
    color: #000;
    border: 1px solid #000;
    font-size: 10px;
    left: -17px;
    display: none;
} */

#rephrase__suggestions div > span:hover::before {
    display: block;
}

#rephrase__suggestions div > span.active::before {
    content: "Copied";
    left: -25px;
}

#rephrase__suggestions .suggestion__para {
    padding: 8px 15px !important;
    padding-right: 42px !important;
    position: relative;
}

/* #rephrase__suggestions .suggestion__para::before {
    content: 'ðŸ“‹';
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s ease;
}
 */

#rephrase__suggestions .suggestion__para::before:hover {
    transform: scale(1.05);
}

.suggestion__para {
    border-top: 1px solid #e4e6e8;
    cursor: pointer;
    font-size: 14px !important;
    transition: 0.3s ease;
    line-height: 20px;
    font-weight: 400;
    color: #374151;
}

#rephrase__suggestions > div > span {
    display: none;
}

#rephrase__suggestions > div:hover > span {
    display: block;
}

.suggestion__para:hover {
    background: #f6f6f6;
}

.suggestion__para:hover{
    background: #f6f6f6;
    border-top: 1px solid #e4e6e8;
    padding: 8px;
}

article {
    background: #fff;
    width: 100%;
    position: relative;
    padding: 5px;
    box-sizing: border-box;
    overflow-x: hidden;
    border: 1px solid #e3e3e3;
}

article .line {
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, #f5f5f5 0%, #f8f8f8 101.26%);
    margin: 10px 0;
    overflow: hidden;
}

article .line-half {
    width: 50% !important;
}

article .shimmer {
    background-image: linear-gradient(to right, #f1f2f3 0%, #edeef1 20%, #e7e7e7 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    background-size: 800px 104px;
    margin-top: -5px;
    display: inline-block;
    position: relative;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    height: 18px;
    width: 100%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeholderShimmer;
    -webkit-animation-timing-function: linear;
}

.shimmer-half {
    width: 50%;
}

.suggestion__para b {
    color: #3a99d9 !important;
    font-weight: 400 !important;
}
.non-prem-user{
    width: 305px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    gap:7px;
    align-items: center;
    justify-content: center;
    text-align:center;
}
.title {
    color: #172554;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.detail {
    color: #A1A1AA;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.non-prem-user a {
    background-color: #C084FC;
    text-decoration: none;
    padding: 8px 12px;
    color: #fff;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
}