/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/

/*
* https://apteam.atlassian.net/browse/DEVBNP-54
*/

@media screen and (max-width: 1200px) {

    .site-title>a {
        content: '' !important;
        /* content: url("/z-a/i/bnp_logo_m.png") !important; */
        width: 60% !important;
    }
}

@media screen and (max-width: 992px) {
    body.home-page .bb-grid {
        margin-left: 0;
        margin-right: 0;
    }

    body #buddypress #header-cover-image.cover-large {
        height: 180px !important;
    }

    body #buddypress .users-header #header-cover-image {
        margin: -18px -30px 0;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {

    .home-search-block .facetwp-search-wrap {
        margin-left: 120px !important;
    }

}

@media screen and (min-width: 420px) and (max-width: 498px) {

    .main-text .search-on-scroll {
        top: -17px !important;
        margin-left: 15px !important;
    }

}

@media screen and (min-width: 420px) and (max-width: 460px) {

    .main-text .facetwp-search-wrap input {
        width: 340px !important;
    }
}

@media screen and (max-width: 318px) {

    .main-text .search-on-scroll {
        top: -17px !important;
        margin-left: 16px !important;
    }

    .main-text .facetwp-search-wrap input {
        width: 150px !important;
    }

}

/* Subscription letter */
.subscrption-block i {
    font-size: 25px;
    color: #612f8e !important;
}

.subscrption-block span.text {
    font-size: 23px;
    font-weight: bold;
    margin-left: 10px;
    font-family: 'Yrsa', serif;
}

@media only screen and (max-width: 480px) {
    .cp-claimed,
    button.cp-claim-btn {
        margin: 3px 0 0!important;
    }
    .follow-button {
        margin: 0 5px !important;
    }
    p.subscrption-block {
        margin-bottom: 0;
    }

    .hs-toast-msg p{
        font-size: 13px !important;
    }

    .hs-toast-msg{
        padding-right: 0 !important
    }

    .subscrption-block i {
        font-size: 18px;
    }

    .subscrption-block span.text {
        font-size: 20px;
        margin-left: 5px;
        letter-spacing: 0;
    }

    .members-header.entry-header .entry-title {
        margin-top: 1rem !important;
        font-size: 18px !important;
    }

    .members-header h1 .user_type {
        width: 15px !important;
        height: 15px !important;
        line-height: 15px !important;
        font-size: 7pt !important;
    }

    .members-header span.page_num {
        font-size: 15px !important;
        line-height: 1.6;
    }
}

/* Form */
.subscrption.container {
    margin-top: 4rem;
    margin-bottom: 10rem !important;
}

.gh-form-wrapper {
    margin: 3rem 0 8rem;
}

.gh-form-fields {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
}

.gh-form-column {
    margin-right: 1rem;
}

.gh-form-column.name-field {
    width: 29rem;
}

.gh-form-column.email-field {
    width: 35rem;
}

.gh-form-wrapper input {
    text-indent: 1rem;
    color: #322e3d;
    min-height: 55px;
    border: 0;
    border-radius: 0.25rem;
    box-shadow: 0 0 50px #cccccc9e;
    display: inline-block;
    vertical-align: bottom;
}

.gh-input {
    outline: none;
    width: 100%;
}

.gh-form-wrapper input:focus {
    box-shadow: 0 0 50px #cccccc9e;
}

.gh-submit {
    background: #612f8e !important;
    font-weight: bold;
    font-size: 17px;
    border-radius: 0.25rem;
    min-height: 56px;
    border: 0;
    padding: 1rem 4.5rem;
    box-shadow: 0 0 50px #cccccc9e;
    color: #fff;
    font-family: 'Yrsa', serif;
}

.gh-form-edit-link {
    display: none;
}

@media only screen and (max-width: 820px) {
    .single-message-thread-header dl.thread-participants+.actions{
        right: 20px !important;
    }

    .message-thread-header{
        padding-left: 20px !important;
    }

    .subscrption.container {
        margin-top: 2rem;
    }

    .gh-form-wrapper {
        margin: 2rem 0 4rem;
    }

    .gh-form-column {
        width: 85% !important;
        display: inline-block;
        margin: 10px;
    }

    .gh-form-fields {
        display: block !important;
    }

    .gh-form-column.name-field {
        margin-bottom: 0 !important;
    }

    .gh-form-column.submit-field {
        margin: 1.5rem 0;
    }

    .gh-submit {
        width: 50%;
        padding: 0;
    }

    .bb-user-content-wrap p.item-title {
        font-size: 14px !important;
        margin: 5px 0 8px !important;
    }
}

/* Image carousel */
.image-carousel {
    margin: 3rem 0;
}

.image-carousel h2 {
    text-align: center;
}

.image-carousel amp-img img {
    display: block;
    width: 250px !important;
    min-width: auto !important;
}

.image-carousel .i-amphtml-base-carousel-arrows {
    bottom: 1rem;
}

.image-carousel .i-amphtml-base-carousel-arrow-next-slot button:hover,
.image-carousel .i-amphtml-base-carousel-arrow-prev-slot button:hover {
    box-shadow: none !important;
}

.i-amphtml-base-carousel-arrow-background {
    background-color: #fff;
}

.i-amphtml-base-carousel-arrow-icon {
    width: 40px;
    height: 40px;
}

.i-amphtml-base-carousel-arrow {
    stroke: #000;
}

.i-amphtml-base-carousel-arrow-frosting {
    border: 1px solid #eee;
}

@media only screen and (min-width: 320px) and (max-width: 1078px) {
    .image-carousel amp-img img {
        width: 155px !important;
    }
}

/* Articles */
.article-wrapper {
    display: table;
    width: 100%;
    margin-top: 2.5rem;
    border: 1px solid #f1dbff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 20px rgb(29 58 83 / 8%);
    box-shadow: 0px 3px 20px rgb(29 58 83 / 8%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.article-wrapper:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.article-wrapper:hover,
.article-wrapper .btn-favorites-article:hover {
    -webkit-box-shadow: 0px 10px 30px rgb(29 58 83 / 15%);
    box-shadow: 0px 10px 30px rgb(29 58 83 / 15%);
}

.left-wrapper,
.right-wrapper {
    display: table-cell;
    vertical-align: top;
}

.left-wrapper {
    width: 40%;
    height: 325px;
}

.right-wrapper {
    position: relative;
    width: 60%;
    padding: 2rem 3rem;
}

.left-wrapper a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 15px;
}

.left-wrapper img {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
    border-radius: 10px;
}

.right-wrapper h3.article-title {
    margin: 3rem 0 2rem;
}

.article-title a {
    font-weight: 500;
    color: #612f8e;
    font-family: 'Yrsa', serif;
    font-size: 28px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.article-title a:hover {
    color: #48a9e9 !important;
    font-family: 'Yrsa', serif;
    text-decoration: underline;
}

.right-wrapper .synopsis p {
    margin-bottom: 2rem;
}

.article-wrapper .btn-favorites-article {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0rem 1rem;
    margin: 0;
    cursor: pointer;
    font-size: 3rem;
    background-color: #f1dbff;
    ;
    border-left: 1px solid #f1dbff;
    border-bottom: 1px solid #f1dbff;
    border-top-right-radius: 8px;
}

.button-read-more {
    float: right;
    padding: 0 1rem;
    letter-spacing: inherit;
    height: 4rem;
    line-height: 4rem;
    font-size: 11pt;
    border-radius: 4px;
    color: #612f8e;
    background-color: #f1dbff;
}

.button-read-more:hover {
    color: #612f8e !important;
}

@media screen and (min-width: 480px) and (max-width: 1200px) {
    .article-wrapper {
        display: flex;
        align-items: center;
    }

    .left-wrapper {
        height: auto;
    }
}

@media screen and (max-width: 480px) {
    .article-wrapper {
        display: block;
    }

    .left-wrapper,
    .right-wrapper {
        display: block;
        width: 100%;
    }

    .left-wrapper {
        height: auto;
    }

    .left-wrapper a {
        padding-left: 0;
    }

    .left-wrapper img {
        position: inherit;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .button-read-more {
        display: block;
        font-size: 12pt;
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .article-wrapper .btn-favorites-article {
        border: none;
        border-top-right-radius: 0;
    }
}

@media (min-width: 800px) {
    .buddypanel-open .buddypanel-menu .sub-menu.bb-open {
        padding-top: 0 !important;
    }
}

/* Name Generator */
.name-generator {
    margin: 15px 0;
    padding: 1rem 0;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    background-color: #e8e8e836;
}

.generate-form {
    width: 70%;
    margin: 5rem auto;
}

.generate-form .form-group {
    margin-bottom: 30px;
}

.generate-form label {
    font-weight: normal !important;
}

.generate-form label[for="Girl"] {
    vertical-align: sub;
    margin-left: 5px;
    color: rgb(184, 1, 78);
}

.generate-form label[for="Boy"] {
    vertical-align: sub;
    margin-left: 5px;
    color: rgb(51, 100, 197);
}

.btn-generate {
    color: #fff;
    font-weight: bold !important;
    padding: 1rem 4rem !important;
    background-color: #830683ba;
    letter-spacing: 1px;
}

.btn.btn-generate:hover {
    color: #fff !important;
    background-color: #83068396;
}

@media screen and (max-width: 820px) {
    .generate-form {
        width: 80%;
        margin: 2rem auto;
    }
}

.select2-results__option {
    text-transform: capitalize;
}

/* Mwai */
.bb-grid .mwai-chatbot-container {
    flex: unset;
}

.mwai-name .mwai-avatar {
    background: #fff !important;
}

.mwai-window .mwai-header {
    background: #f7f7f7 !important;
    border: 1px solid #e6e5e5;
}

body.single-famous_name .mwai-chat .mwai-content {
    margin: 0 !important;
}

.mwai-chat.mwai-window .mwai-content {
    max-width: inherit !important;
    border: 1px solid #e6e5e5;
    background: #f7f7f7;
}

.mwai-chat .mwai-content {
    max-width: 650px !important;
    margin: 0 auto 2rem !important;
}

.mwai-chat .mwai-input {
    display: none !important;
}

.mwai-chat .mwai-compliance {
    opacity: 1 !important;
    margin-top: 0 !important;
    text-align: center !important;
}

.blog-content .mwai-chat .mwai-compliance a,
.mwai-chat .mwai-compliance a {
    position: relative;
    float: right;
    padding: 9px 30px 8px 14px;
    border: 1px solid #375dff;
    font-size: 1.4rem;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none !important;
    background: #375dff;
}

.mwai-chat .mwai-compliance a:hover {
    background: #1e42dd;
}

.mwai-input textarea {
    flex: auto;
    color: #000;
    border: none;
    background: #e8e8e8;
}

.mwai-input textarea:focus {
    outline: none;
    background: #e8e8e8;
}

.mwai-chat span.mwai-text {
    margin-top: 5px;
    text-align: left;
}

.mwai-avatar.mwai-svg img {
    filter: brightness(1) invert(0) !important;
}

.popup-chatbot-container .mwai-chat {
    z-index: 2147483647 !important;
}

.mwai-reply.mwai-ai .mwai-name .mwai-avatar {
    background: none !important;
}

@media (max-width: 760px) {
    .mwai-chat .mwai-reply {
        flex-direction: inherit !important;
    }

    .mwai-text,
    .mwai-text p {
        padding-right: 0;
    }

    .bp-messages-content #send-reply {
        margin: 0 !important;
    }

    .messages-wrapper #subnav .subnav {
        min-height: 50px !important;
    }

    .fnp-pedia .carousel-title {
        font-size: 23px !important
    }

    .fnp-pedia .opa-subttl{
        margin-top: 10px !important;
    }
}

.bp-messages-content #send-reply {
    padding: 0 20px;
}

@media (min-width: 762px) and (max-width: 1024px) {
    .bp-messages-content #send-reply {
        margin: 0 !important;
    }

    p.bp-message-content_info_note {
        padding: 3px 0 !important;
        font-size: 12px !important;
    }
}

/*
* DEVBNP-192
*/
.create-bot-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 600px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.create-a-bot-btn {
    color: #FFFFFF;
}

/* Style the input fields */
.create-bot-popup input[type="text"],
.create-bot-popup textarea {
    width: calc(100% - 20px);
    padding: 10px;
    margin-bottom: 20px;
    border: none;
    border: 1px solid #ccc;
    font-size: 16px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.create-bot-popup .create-bot-submit-wrapper {
    background-color: #ffffff;
    text-align: center;
}

.create-bot-popup span.required-text {
    color: red !important;
    font-size: 14px;
}

/* Style the submit button */
.create-bot-popup input[type="submit"] {
    background-color: #4caf50;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

/* Style the form labels */
.create-bot-popup label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

/* Style the form heading */
.create-bot-popup h2 {
    margin-top: 0;
}

/* Style the close button */
.create-bot-popup .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.create-bot-popup .message {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    color: white;
    font-weight: bold;
    font-size: 19px;
    text-align: center;
    z-index: 9999;
}

.create-bot-popup .message.success {
    background-color: green;
    font-size: 19px;
}

.create-bot-popup .message.error {
    background-color: red;
    font-size: 19px;
}

.signup-link {
    text-align: center;
    margin: 2rem 0;
    font-size: 1.7rem;
}

.signup-link a {
    font-weight: bold;
    color: rgb(51, 100, 197);
    text-decoration: underline;
}

/* Register page */
.bp_register .entry-header span {
    font-size: 18px !important;
}

.register-section p.description,
p.register-privacy-info {
    font-size: 15px !important;
}

.bp-single-message-wrap>.bp-single-message-content>.bp-message-content-wrap a.name-highlighted {
    color: blue !important;
}

#loginform #wp-submit {
    font-size: 20px !important;
}

.profile-edit.ai-bot .wp-editor-tools,
.profile-edit.ai-bot .mce-top-part,
.profile-edit.ai-bot .mce-statusbar,
.profile-edit.public-pedia .wp-editor-tools,
.profile-edit.public-pedia .mce-top-part,
.profile-edit.public-pedia .mce-statusbar,
.profile-edit.pedia-photo .wp-editor-tools,
.profile-edit.pedia-photo .mce-top-part,
.profile-edit.pedia-photo .mce-statusbar,
.profile-edit.ai-bot .quicktags-toolbar {
    display: none !important;
}

.profile-edit.ai-bot .upload-bot-img,
.profile-edit.your-website .upload-mobile-logo,
.profile-edit.your-website .upload-desktop-logo,
.profile-edit.ai-bot .upload-bot-cover-img,
.profile-edit.public-pedia .upload-bot-img,
.profile-edit.pedia-photo .upload-bot-img {
    position: relative;
    padding: 1rem;
    border: 1px solid #e7e9ec;
    border-radius: 4px;
    background-color: #fff;
}

.profile-edit.ai-bot .upload-bot-img,
.profile-edit.your-website .upload-desktop-logo,
.profile-edit.your-website .upload-mobile-logo,
.profile-edit.ai-bot .upload-bot-cover-img,
.profile-edit.public-pedia .upload-bot-img,
.profile-edit.pedia-photo .upload-bot-img {
    text-align: center;
    padding: 1rem 2rem 2rem;
}

.profile-edit.ai-bot .upload-bot-img #bot_img,
.profile-edit.ai-bot .upload-bot-img .old-img,
.profile-edit.ai-bot .upload-bot-img .temp-img-pedia,
.profile-edit.public-pedia .upload-bot-img #bot_img,
.profile-edit.public-pedia .upload-bot-img .old-img-pedia,
.profile-edit.public-pedia .upload-bot-img .temp-img,
.profile-edit.pedia-photo .upload-bot-img #bot_img,
.profile-edit.pedia-photo .upload-bot-img .old-img-pedia-photo,
.profile-edit.pedia-photo .upload-bot-img .temp-img {
    display: block;
    width: 130px;
    height: 130px;
    margin: 1rem auto;
    border-radius: 50%;
    box-shadow: -1px 2px 11px #eee;
}
.profile-edit.ai-bot ul.button-tabs,
.profile-edit.public-pedia ul.button-tabs{
    margin-top: 15px !important;
}
.bp-profile-content .profile.edit p.screen-sub-heading{
    font-size: 16px;
    margin: 0;
    line-height: 1.3;
}
@media (max-width: 1050px){
    .profile-edit.ai-bot ul.button-tabs,
    .profile-edit.public-pedia ul.button-tabs{
        margin-top: 0 !important;
    }
    .bp-profile-content .profile.edit p.screen-sub-heading{
        margin: 10px 0 0 !important;
    }
}
@media (max-width: 450px){
    .bp-profile-content .profile.edit p.screen-sub-heading{
        margin: 10px 0 15px !important;
        font-size: 14px;
        text-align: center;
    }
}
.profile-edit.your-website .upload-desktop-logo #bot_img,
.profile-edit.your-website .upload-mobile-logo #bot_img{
    display: block;
    width: 220px;
    height: 50px;
    object-fit: cover;
    margin: 1rem auto;
    border-radius: 3px;
    background: #e7e9ec;
}
.profile-edit.your-website .upload-desktop-logo .old-desktop-logo,
.profile-edit.your-website .upload-mobile-logo .old-mobile-logo{
    display: block;
    width: 220px;
    height: 50px;
    object-fit: cover;
    margin: 1rem auto;
    border-radius: 3px;
}
.profile-edit.your-website .upload-desktop-logo .jcrop-stage,
.profile-edit.your-website .upload-mobile-logo .jcrop-stage{
    display: block;
    margin: 0 auto;
}
.profile-edit.your-website .upload-desktop-logo .temp-desktop-logo,
.profile-edit.your-website .upload-mobile-logo .temp-mobile-logo,
.profile-edit.ai-bot .upload-bot-cover-img #bot_cover_img,
.profile-edit.ai-bot .upload-bot-cover-img .old-cover-img,
.profile-edit.ai-bot .upload-bot-cover-img .temp-img{
    width: 100%;
    margin: 1rem auto;
    border-radius: 3px;
    box-shadow: -1px 2px 11px #eee;
    background: #e7e9ec;
}
.profile-edit.your-website .upload-desktop-logo .upload-demo-wrap,
.profile-edit.your-website .upload-mobile-logo .upload-demo-wrap,
.profile-edit.ai-bot .upload-bot-img .upload-demo-wrap,
.profile-edit.ai-bot .upload-bot-cover-img .upload-demo-wrap,
.profile-edit.public-pedia .upload-bot-img .upload-demo-wrap,
.profile-edit.pedia-photo .upload-bot-img .upload-demo-wrap{
    width: 400px;
    height: 250px;
    margin: 0 auto 7rem;
}
.profile-edit.your-website .upload-desktop-logo .upload-demo-wrap .cr-viewport,
.profile-edit.your-website .upload-mobile-logo .upload-demo-wrap .cr-viewport,
.profile-edit.ai-bot .upload-bot-cover-img .upload-demo-wrap .cr-viewport,
.profile-edit.ai-bot .upload-bot-img .upload-demo-wrap .cr-viewport,
.profile-edit.public-pedia .upload-bot-img .upload-demo-wrap .cr-viewport,
.profile-edit.pedia-photo .upload-bot-img .upload-demo-wrap .cr-viewport{
    width: 200px !important;
    height: 200px !important;
}
.profile-edit.your-website .upload-desktop-logo input[type="file"],
.profile-edit.your-website .upload-mobile-logo input[type="file"],
.profile-edit.ai-bot .upload-bot-cover-img input[type="file"],
.profile-edit.ai-bot .upload-bot-img input[type="file"],
.profile-edit.public-pedia .upload-bot-img input[type="file"],
.profile-edit.pedia-photo .upload-bot-img input[type="file"]{
    display: none;
}
.profile-edit.your-website .upload-desktop-logo input.update-img,
.profile-edit.your-website .upload-mobile-logo input.update-img,
.profile-edit.ai-bot .upload-bot-cover-img input.update-img .profile-edit.ai-bot .upload-bot-img input.update-img,
.profile-edit.public-pedia .upload-bot-img input.update-img,
.profile-edit.pedia-photo .upload-bot-img input.update-img{
    width: 165px !important;
    right: 142px;
}

.profile-edit.your-website input[type="file"][name="field_50"],
.profile-edit.your-website input[type="file"][name="field_51"],
.profile-edit.ai-bot input[type="file"][name="field_46"],
.profile-edit.ai-bot input[type="file"][name="field_38"],
.profile-edit.public-pedia input[type="file"][name="field_41"],
.profile-edit.pedia-photo input[type="file"][name="field_43"]{
    font-size: 15px;
    padding: 1.5rem;
    border: 1px solid #e7e9ec;
}
.profile-edit.your-website .upload-desktop-logo .file-label,
.profile-edit.your-website .upload-mobile-logo .file-label,
.upload-bot-cover-img .file-label,
.upload-bot-img .file-label {
    padding: 5px 0;
    font-size: 15px !important;
    text-align: center;
    color: #fff !important;
    background-color: #9b60a2 !important;
    border-radius: 3px;
    cursor: pointer;
}
.profile-edit.your-website .upload-desktop-logo a.upload-result,
.profile-edit.your-website .upload-mobile-logo a.upload-result,
.profile-edit.ai-bot .upload-bot-cover-img a.upload-result,
.profile-edit.ai-bot .upload-bot-img a.upload-result,
.profile-edit.public-pedia .upload-bot-img a.upload-result,
.profile-edit.pedia-photo .upload-bot-img a.upload-result{
    display: inline-block;
    padding: 5px 30px;
    font-size: 15px !important;
    background-color: #9b60a2;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

/* #buddypress #profile-edit-form label.update-label { */
#buddypress #profile-edit-form label:not(.bp-screen-reader-text).update-label {
    display: inline-block;
    width: 135px !important;
}
.profile-edit.your-website .upload-desktop-logo .file-label.file-browse,
.profile-edit.your-website .upload-mobile-logo .file-label.file-browse,
.upload-bot-img .file-label.file-browse,
.upload-bot-cover-img label.upload-cover,
#buddypress #profile-edit-form label.file-browse,
#buddypress #profile-edit-form label.crop-file-label,
#buddypress #profile-edit-form label.crop-cover {
    color: #76006b !important;
    background-color: #9b60a23d !important;
}

.upload-bot-cover-img label.update-label.cancel-cover,
#buddypress #profile-edit-form label.update-label.cancel-label {
    background-color: #e5e5e5 !important;
    color: #434343 !important;
    margin: 0 1rem !important;
}

#buddypress #profile-edit-form label.create-cover,
#buddypress #profile-edit-form label.create-label,
#buddypress #profile-edit-form label.create-pedia-label,
#buddypress #profile-edit-form label.create-pedia-photo-label,
#buddypress #profile-edit-form label.generate-desktop-logo-label,
#buddypress #profile-edit-form label.generate-mobile-logo-label,
#buddypress #profile-edit-form label.create-pedia-cover-photo-label {
    display: inline-block;
    width: 135px !important;
}

#buddypress #profile-edit-form span.or {
    border: none;
}
.profile-edit.your-website .upload-desktop-logo .file-label,
.profile-edit.your-website .upload-mobile-logo .file-label,
.profile-edit.ai-bot .upload-bot-cover-img .file-label,
.profile-edit.ai-bot .upload-bot-img .file-label,
.profile-edit.public-pedia .upload-bot-img .file-label,
.profile-edit.pedia-photo .upload-bot-img .file-label{
    width: 50% !important;
    padding: 10px 0;
}

.profile-edit.ai-bot a.delete-icon,
.profile-edit.public-pedia a.delete-icon,
.profile-edit.pedia-photo a.delete-icon{
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    font-weight: normal;
    border: none;
    padding: 0 40px;
    background-color: #d9d9d9;
    margin: 0 10px;
}

.profile-edit.ai-bot a.delete-icon::before,
.profile-edit.public-pedia a.delete-icon::before,
.profile-edit.pedia-photo a.delete-icon::before{
    display: none;
}

.profile-edit.your-website .field_type_image .field-visibility-settings-toggle,
.profile-edit.ai-bot .field_type_image .field-visibility-settings-toggle,
.profile-edit.public-pedia .field_type_image .field-visibility-settings-toggle,
.profile-edit.pedia-photo .field_type_image .field-visibility-settings-toggle{
    display: none;
}
.profile-edit.your-website .upload-desktop-logo input.after-delete-img,
.profile-edit.your-website .upload-mobile-logo input.after-delete-img,
.profile-edit.ai-bot .upload-bot-cover-img input.after-delete-img,
.profile-edit.ai-bot .upload-bot-img input.after-delete-img,
.profile-edit.public-pedia .upload-bot-img input.after-delete-img,
.profile-edit.pedia-photo .upload-bot-img input.after-delete-img{
    left: 140px;
}
@media (max-width: 570px){
    .modal.generate-desktop-logo .modal-title, 
    .modal.generate-mobile-logo .modal-title{
        width: 90%;
        line-height: 1.5;
        margin: 0 !important;
    }
}
@media (max-width: 400px) {
    .profile-edit.your-website .upload-desktop-logo input[type='file'],
    .profile-edit.your-website .upload-mobile-logo input[type='file'],
    .profile-edit.ai-bot .upload-bot-cover-img input[type='file'],
    .profile-edit.ai-bot .upload-bot-img input[type='file'],
    .profile-edit.public-pedia .upload-bot-img input[type='file'],
    .profile-edit.pedia-photo .upload-bot-img input[type='file'] {
        width: 54% !important;
        right: 0;
    }
    .profile-edit.your-website .upload-desktop-logo .update-img,
    .profile-edit.your-website .upload-mobile-logo .update-img,
    .profile-edit.ai-bot .upload-bot-cover-img .update-img,
    .profile-edit.ai-bot .upload-bot-img .update-img,
    .profile-edit.public-pedia .upload-bot-img .update-img,
    .profile-edit.pedia-photo .upload-bot-img .update-img{
        bottom: 0;
        left: 0;
        top: 145px;
        right: 0;
    }
    .profile-edit.your-website .upload-desktop-logo input.after-delete-img,
    .profile-edit.your-website .upload-mobile-logo input.after-delete-img,
    .profile-edit.ai-bot .upload-bot-cover-img input.after-delete-img,
    .profile-edit.ai-bot .upload-bot-img input.after-delete-img,
    .profile-edit.public-pedia .upload-bot-img input.after-delete-img,
    .profile-edit.pedia-photo .upload-bot-img input.after-delete-img{
        top: 157px !important;
        left: 0;
    }
    .profile-edit.your-website a.delete-icon,
    .profile-edit.ai-bot a.delete-icon,
    .profile-edit.public-pedia a.delete-icon,
    .profile-edit.pedia-photo a.delete-icon{
        margin-top: 10px;
    }
    .profile-edit.your-website .upload-desktop-logo .upload-demo-wrap,
    .profile-edit.your-website .upload-mobile-logo .upload-demo-wrap,
    .profile-edit.ai-bot .upload-bot-cover-img .upload-demo-wrap,
    .profile-edit.ai-bot .upload-bot-cover-img .croppie-container .cr-boundary,
    .profile-edit.ai-bot .upload-bot-img .upload-demo-wrap,
    .profile-edit.ai-bot .croppie-container .cr-boundary,
    .profile-edit.public-pedia .upload-bot-img .upload-demo-wrap,
    .profile-edit.public-pedia .croppie-container .cr-boundary,
    .profile-edit.pedia-photo .upload-bot-img .upload-demo-wrap,
    .profile-edit.pedia-photo .croppie-container .cr-boundary {
        width: 100% !important;
    }
}

@media (min-width: 401px) and (max-width: 429px) {
    .profile-edit.your-website .upload-desktop-logo input.update-img,
    .profile-edit.your-website .upload-mobile-logo input.update-img,
    .profile-edit.ai-bot .upload-bot-cover-img input.update-img,
    .profile-edit.ai-bot .upload-bot-img input.update-img,
    .profile-edit.public-pedia .upload-bot-img input.update-img,
    .profile-edit.pedia-photo .upload-bot-img input.update-img{
        bottom: 65px;
        right: 0;
    }
    .profile-edit.your-website .upload-desktop-logo input.after-delete-img,
    .profile-edit.your-website .upload-mobile-logo input.after-delete-img,
    .profile-edit.ai-bot .upload-bot-cover-img input.after-delete-img,
    .profile-edit.ai-bot .upload-bot-img input.after-delete-img,
    .profile-edit.public-pedia .upload-bot-img input.after-delete-img,
    .profile-edit.pedia-photo .upload-bot-img input.after-delete-img{
        bottom: 20px;
        left: 3px !important;
    }
    .profile-edit.your-website .upload-desktop-logo .upload-demo-wrap,
    .profile-edit.your-website .upload-mobile-logo .upload-demo-wrap,
    .profile-edit.ai-bot .upload-bot-cover-img .upload-demo-wrap,
    .profile-edit.ai-bot .upload-bot-img .upload-demo-wrap,
    .profile-edit.public-pedia .upload-bot-img .upload-demo-wrap,
    .profile-edit.pedia-photo .upload-bot-img .upload-demo-wrap,
    .croppie-container .cr-boundary {
        width: 100% !important;
    }
    .profile-edit.your-website a.delete-icon,
    .profile-edit.ai-bot a.delete-icon,
    .profile-edit.public-pedia a.delete-icon,
    .profile-edit.pedia-photo a.delete-icon{
        margin-top: 10px !important;
    }
}

@media (max-width: 830px) and (min-width: 430px) {
    .profile-edit.your-website .upload-desktop-logo .update-img,
    .profile-edit.your-website .upload-mobile-logo .update-img,
    .profile-edit.ai-bot .upload-bot-cover-img .update-img,
    .profile-edit.ai-bot .upload-bot-img .update-img,
    .profile-edit.public-pedia .upload-bot-img .update-img,
    .profile-edit.pedia-photo .upload-bot-img .update-img {
        bottom: 20px;
    }
}
.hero-dash-section{
    background: linear-gradient(135deg, #0066CC 0%, #00A3E0 100%);
}
.widget.widget_bp_profile_completion_widget .pc_detailed_progress .single_section_wrap.completed .section_ico {
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
}
.widget.widget_bp_profile_completion_widget .pc_detailed_progress .single_section_wrap.completed .progress *{
    color: #fff;
}
.pc_progress_wrap .pc_progress_rate{
    stroke: #fff;
}
.pc_progress_graph path {
    stroke: rgba(255, 255, 255, 0.2);
}
.widget.widget_bp_profile_completion_widget .pc_detailed_progress .single_section_wrap.completed .section_ico .bb-icon-check{
    color: #fff;
}
.elementor-widget-wp-widget-bp_xprofile_profile_completion_widget,
.widget.widget_bp_profile_completion_widget{
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.elementor-widget-wp-widget-bp_xprofile_profile_completion_widget .elementor-widget-container{
    background: transparent !important;
}
div.profile_completion_wrap .progress_text_wrap{
    color: #fff;
}
.widget.widget_bp_profile_completion_widget .pc_detailed_progress .single_section_wrap .progress *{
    font-size: 11px;
}
.widget.widget_bp_profile_completion_widget .pc_detailed_progress .single_section_wrap .progress *,
.pc_detailed_progress_wrap .single_section_wrap .progress .completed_staus,
.pc_progress_wrap .progress_text_unit,
.pc_progress_wrap .progress_text_label{
    color: #ffffffbd;
}
.widget.widget_bp_profile_completion_widget .pc_detailed_progress .single_section_wrap.completed .section_name a,
.widget.widget_bp_profile_completion_widget .pc_detailed_progress .single_section_wrap .section_name a{
    color: #fff;
}
.user-dash .bb-dash__avatar {
    flex: 0 0 100px;
    margin-right: 24px;
}
.user-dash .bb-dash__prior{
    margin-top: 0 !important;
    line-height: 1 !important;
}
.user-dash .bb-dash__avatar img {
    max-width: 100px;
    width: 100px;
    padding: 3px 3px 3px 3px;
    border-radius: 50% 50% 50% 50%;
    box-shadow: 0px 0px 16px 15px rgba(0, 0, 0, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.user-dash .bb-dash__intro {
    width: 65%;
}

.user-dash .bb-dash__prior>span {
    font-size: 34px;
    color: #fff;
}

.user-dash .bb-dash__brief {
    color: #d1e7f8;
    font-size: 18px;
    line-height: 2.4em;
}

.widget.widget_bp_profile_completion_widget h5 {
    text-align: center;
    line-height: 1.2 !important;
    font-size: 18px !important;
    margin-bottom: 20px !important;
    margin-top: 15px !important;
    color: #fff !important;
}

.pc_detailed_progress_wrap .single_section_wrap .section_ico:before {
    display: none !important;
}

.pc_detailed_progress_wrap .single_section_wrap {
    padding: 5px 0 !important;
}


@media (max-width: 1180px) and (min-width: 800px) {

    .profile_completion_wrap .pc_progress_wrap {
        min-width: 100% !important;
    }

    .profile_completion_wrap .pc_detailed_progress_wrap {
        max-width: 100% !important;
        padding-right: 0 !important;
    }

    .pc_detailed_progress_wrap .single_section_wrap {
        margin-left: 15px !important;
    }
}

@media screen and (max-width: 767px) {
    .elementor-column {
        width: 100% !important;
    }
}

@media screen and (max-width: 450px) {
    .buddypress-wrap .profile.edit .button-nav li {
        margin: 0 10px;
    }

    #buddypress .profile.edit .button-nav {
        margin-top: 20px;
        text-align: center;
    }

    .buddypress-wrap .item-body .profile.edit .screen-heading {
        text-align: center;
        font-size: 18px !important;
    }

    #buddypress #profile-edit-form span.or {
        display: block;
        margin: 0 !important;
    }

    .modal.create-cover-img .modal-title,
    .modal.generate-desktop-logo .modal-title,
    .modal.generate-mobile-logo .modal-title{
        font-size: 14px !important;
    }

    .modal.generate-desktop-logo #close_generate_desktop_logo_btn i:before,
    .modal.generate-mobile-logo #close_generate_mobile_logo_btn i:before{
        font-size: 2.7rem !important;
        margin: 0.5rem 0 !important;
    }

    .bp-profile-wrapper .bp-profile-content {
        padding: 0 10px;
    }

    #buddypress .profile.edit .button-nav a {
        margin-top: 0;
        padding: 0;
        margin-right: 0;
        font-size: 13px;
    }
}

@media screen and (max-width: 600px) {
    .modal.generate-desktop-logo .modal-content,
    .modal.generate-mobile-logo .modal-content{
        margin: 12rem 1rem 0 !important;
    }
}

@media (max-width: 800px) and (min-width: 380px) {

    .bb-dash-grid__block.bb-dash-grid__sep:nth-child(1),
    .bb-dash-grid__block.bb-dash-grid__sep:nth-child(2),
    .bb-dash-grid__block.bb-dash-grid__sep:nth-child(3),
    .bb-dash-grid__block.bb-dash-grid__sep:nth-child(4) {
        border-bottom: 0 !important;
    }

    .profile_completion_wrap .pc_progress_wrap {
        display: block !important;
        flex: inherit !important;
        min-width: 100% !important;
    }

    .profile_completion_wrap .pc_detailed_progress_wrap {
        max-width: 100% !important;
        padding-right: 0 !important;
    }

    .pc_detailed_progress_wrap .single_section_wrap {
        margin-left: 15px !important;
    }
}

@media (max-width: 800px) and (min-width: 310px) {

    .bb-dash-grid__block.bb-dash-grid__sep:nth-child(1),
    .bb-dash-grid__block.bb-dash-grid__sep:nth-child(2),
    .bb-dash-grid__block.bb-dash-grid__sep:nth-child(3),
    .bb-dash-grid__block.bb-dash-grid__sep:nth-child(4) {
        border-bottom: 0 !important;
    }

    .user-dash-grid .bb-dash-grid__inner {
        height: auto;
    }

    .user-dash .bb-dash__prior>span {
        font-size: 20px !important;
    }

    .user-dash .bb-dash__brief {
        margin-top: 5px;
        font-size: 14px;
        line-height: 1.1;
    }

    .user-dash .bb-dash__prior{
        font-size: 16px !important;
    }
    
    .progress_text_wrap .progress_text_value{
        font-size: 35px !important;
    }

    .user-dash .bb-dash__avatar {
        flex: 0 0 80px;
        margin-right: 15px;
    }

    .user-dash .bb-dash__avatar img{
        width: 80px;
    }
}

@media (max-width: 420px) {
    .elementor-section-wrap .elementor-element {
        width: 100% !important;
    }
}

@media screen and (min-width: 782px) and (max-width: 980px) {
    body #buddypress .member-header-actions {
        flex: unset;
    }

    body #buddypress .member-header-actions+.bb_more_options {
        margin: 10px 0 5px 0;
    }
}

.profile-wrapper .profile-fields img,
.bp-widget.ai-bot table.profile-fields tr td.data img,
.bp-widget.pedia table.profile-fields tr td.data img {
    width: 135px;
}

/* BB message screen */
#send_message_form,
.bp-messages-content-wrapper {
    min-height: calc(100vh - 99px);
    height: calc(100vh - 99px);
    max-height: 100vh;
}

.bp-messages-content-wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.bp-messages-content-wrapper::-webkit-scrollbar {
    display: none;
}

body .bp-messages-user-threads {
    min-height: calc(100vh - 200px);
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

body.bb-is-mobile.messages .messages-wrapper {
    border: none !important;
}

body.bb-is-mobile.messages .bp-messages-threads-list .bp-messages-user-threads {
    min-height: calc(100vh - 175px) !important;
}

body.bb-is-mobile.messages #message-threads .message-thread-options {
    display: block !important;
}

.message-lists li.current a.bp-message-link {
    background: #dde3ec4a !important;
}

.bp-messages-content #bp-message-thread-list,
.bp-messages-nav-panel {
    border-color: #d6d9dd !important;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.bp-messages-content #bp-message-thread-list::-webkit-scrollbar,
.bp-messages-nav-panel::-webkit-scrollbar {
    display: none;
}

.bp-messages-content #bp-message-thread-list li {
    cursor: pointer;
    padding: 0 20px !important;
}

#bp-message-thread-list li.divider-date .bp-message-content-wrap {
    background: none !important;
}

#bp-message-thread-list li .bp-single-message-wrap {
    padding: 10px 0;
    border-radius: 5px;
}

.item-body-inner .message-thread-header header {
    margin: 0 !important;
}

#bp-message-thread-list li.divider-date .bp-single-message-wrap {
    background: none !important;
    padding: 0;
}

.bb-user-content-wrap .item-copy .copy-link {
    display: inline-block;
    border: 1px solid #e7e9ec;
    padding-left: 10px !important;
    padding: 5px;
    margin: 3px 0 10px;
    border-radius: 5px;
    color: #a3a5a9;
}

.bb-user-content-wrap .item-copy button.copy-button {
    padding: 5px 15px;
    margin-left: 5px;
    border-radius: 5px;
}
div#cover-image-container.dossier-item{
    margin-top: 0;
    border-radius: 10px;
    padding: 50px 30px 10px;
    margin-bottom: 30px;
}

.dossier-item #item-header-content{
    padding: 0 !important;
}

.dossier-item .member-title-wrap {
    margin: 0px 0 12px;
}

.bb-user-content-wrap .item-meta {
    margin: 3px 0 5px;
    padding-right: 30px
}

.bb-user-content-wrap .dossier-type{
    display: inline-block;
    vertical-align: top;
    font-size: 8pt;
    margin: 3px 0 5px;
    color: #04a1df;
    border: 1px solid #04a1df;
    border-radius: 3px;
    padding: 0 8px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    font-weight: 500;
}
.bp-profile-content .profile hr,
.activity-wrap hr {
    margin-top: 25px;
    margin-bottom: 15px;
    border-top: 1px solid #eee;
}


#bp-message-content .medium-editor-element:not(.emojionearea) {
    background-color: #f5f5f6;
    max-height: 350px !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.messages-wrapper {
    margin-bottom: 0;
}

.messages-wrapper #user_messages_search {
    padding-left: 30px;
}

.bp-messages-content-wrapper .bb-pusher-typing-indicator {
    margin: 0 -20px 0 !important;
    padding: 0 0 0 20px;
}

ul#bp-message-thread-list .bp-message-content-wrap {
    max-width: 100%;
    background: #dde3ec4a;
    display: inline-block;
    vertical-align: top;
    padding: 10px 15px;
    border-radius: 4px;
}

.bp-messages-content #bp-message-thread-list li .bp-avatar-wrap {
    margin-right: 10px !important;
}

@media (max-width: 1024px) {

    body.compose .messages-wrapper,
    .bp-compose-message #send_message_form,
    .bp-no-messages .bp-messages-user-threads,
    body.compose #bp-message-content .medium-editor-element:not(.emojionearea) {
        max-height: fit-content !important;
        min-height: auto;
        height: auto;
    }

    body.messages .site-content {
        min-height: 100vh;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .messages-wrapper #inbox-personal-li a {
        font-size: 20px;
    }

    .bp-compose-message #send_message_form #bp-message-content {
        margin: 18px 10px 0 !important;
    }

    #message-threads .message-thread-options {
        display: block !important;
    }

    .bp-messages-content-wrapper {
        min-height: calc(100vh - 130px);
        height: calc(100vh - 130px);
        padding: 0;
    }

    .messages-wrapper {
        border: none;
    }

    /* 
    .bp-messages-content-wrapper.focus-in--scroll {
        height: 80vh !important;
        max-height: 80vh !important;
    } */

    .bp-messages-threads-list .bp-messages-user-threads {
        height: auto !important;
        padding-bottom: 15px;
    }

    .bb-mobile-panel-inner ul li.bp-menu a i,
    .bb-mobile-panel-inner ul#menu-buddy-panel-logout li a i,
    body.my-messages.view .mwai-window {
        display: none;
    }

    .bp-messages-nav-panel #subnav {
        padding: 0;
    }

    .buddypress-wrap .bb-profile-grid .bp-messages-nav-panel .subnav-filters {
        padding: 0 0 5px;
    }

    .message-lists li a.bp-message-link {
        margin: 0 0 5px !important;
        padding: 10px 30px 10px 10px !important;
    }

    .bb-template-v2 #message-threads .message-thread-options {
        right: 10px !important;
    }

    #message-threads .bp-message-link .thread-avatar img.avatar {
        height: 40px !important;
        width: 40px !important;
    }

    #message-threads .bp-message-link .thread-avatar {
        margin-right: 0 !important;
    }

    #message-threads .bp-message-link .thread-to {
        opacity: 1;
    }

    .bp-compose-message #send_message_form{
        padding-top: 20px !important;
    }
    
    #send_message_form {
        padding: 10px 0 0 !important;
    }

    .cur span.username {
        font-size: 13px !important;
    }

    .cur .username .user_type {
        width: 42px !important;
        height: 14px !important;
        line-height: 14px !important;
        font-weight: normal !important;
    }

    .compose .bp-messages-recipient {
        padding: 0 30px 10px 10px;
        margin: 0 !important;
    }

    body .select2-container .select2-dropdown.bb-compose-input {
        margin: 5px 0 0 -10px;
    }

    .compose .bp-messages-form-header {
        top: 15px;
        right: 0px;
    }

    .bp-messages-content-wrapper .bb-pusher-typing-indicator {
        padding: 2px 20px !important;
        margin: 0 0 -10px !important;
    }

    body.single-item.groups .site-content {
        padding-left: 10px !important;
        padding-right: 10px !important;
        background-color: #fff !important;
    }

    .single .site-content-grid,
    .single-item .site-content-grid {
        display: block;
        margin: 0;
    }

    .bb-add-invites span {
        margin-right: 5px;
    }

    .bp-messages-content .single-message-thread-header {
        margin: 0 !important;
        min-height: 65px;
    }

    .bp-messages-content #bp-message-content {
        margin: 0 0px 10px !important;
    }

    .message-thread-header {
        padding-left: 20px;
    }

    .bp-messages-nav-panel {
        padding: 0 20px;
    }

    body.my-messages .bb-grid.site-content-grid .container {
        margin: 0 !important;
        width: 100% !important;
        padding: 0 !important;
    }

    .bp-messages-content #bp-message-thread-list {
        margin: 0 !important;
        padding: 0 0 5px !important;
    }

    .bp-messages-content #bp-message-thread-list li {
        padding: 2px 0px !important;
        margin: 0 !important
    }

    #bp-message-thread-list li .bp-single-message-wrap {
        padding: 10px 20px !important;
    }

    .bp-messages-content .single-message-thread-header .thread-avatar img {
        height: 45px;
        width: 45px;
    }

    #bp-message-content .medium-editor-element:not(.emojionearea),
    #bp-message-content .medium-editor-element:not(.emojionearea).medium-editor-placeholder:after {
        padding: 10px !important;
    }

    dl.thread-participants+.actions {
        right: 20px !important
    }

    .members-directory-wrapper {
        display: block !important;
    }

    .single.profile .site-content-grid {
        margin-left: -10px;
        margin-right: -10px;
    }

    .bp-messages-content #bp-message-content #whats-new-messages-attachments {
        margin-top: -1px !important;
    }

    .bb-pusher-typing-indicator-text-inner {
        font-size: 12px !important;
    }
}

#send_group_message_form li.select2-selection__choice {
    margin-top: 9px;
}

.bp-messages-content #bp-message-thread-list li:last-of-type {
    padding-bottom: 20px !important;
}

.bp-messages-content #bp-message-thread-list ul.message_action__list li:last-of-type {
    padding-bottom: 0 !important;
}

body .buddypress-wrap .bp-invites-search-form input[type=search],
body .buddypress-wrap form.bp-dir-search-form input[type=search],
body .buddypress-wrap form.bp-messages-search-form input[type=search] {
    padding-left: 3rem;
}

.bb-template-v2 .bp-messages-content-wrapper.focus-in--scroll .bb-pusher-typing-indicator,
.bb-template-v2 .scrolled--up.focus-in--scroll #send-reply {
    box-shadow: none;
}

.bp-messages-content #bp-message-thread-list {
    padding: 10px 20px 15px;
}

.bp-template-notice.success p {
    line-height: 1.7;
    letter-spacing: 0.1px;
}

.bp-template-notice.success ol {
    margin: 0 0 0 15px;
}

.bp-template-notice.success a {
    color: #337ab7;
}

body.buddypress.activation .activate-section-logo {
    text-align: center;
}

/*
#buddypress #profile-edit-form .upload-bot-img .update-label.cancel-label {
background-color: #d9d9d999 !important;
color: #454545 !important;
*/

.messages-screen #inbox-personal-li a#inbox {
    display: none;
}

#buddypress #profile-edit-form .wp-editor-container textarea {
    color: #333 !important;
    font-size: 15px !important;
}

#content article {
    margin-bottom: 0 !important;
}

.my-messages .content-area,
#content article .entry-footer {
    padding: 0 !important;
}


.thread-to .user-name {
    padding-right: 5px;
}

.participants-name a .user_type {
    margin-left: -1px !important;
}

.member-title-wrap h1.user-nicename {
    font-size: 2.1rem;
}

.member-header-actions .send-message {
    position: relative;
    padding-right: 10px !important;
}

#chatBtn .user_type,
#plChatBtn .user_type,
.mwai-chat .mwai-compliance a .user_type {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 6pt;
    font-weight: 600;
    color: #375dff;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    line-height: 13px;
    background-color: #ffffff;
    text-align: center;
}

.member-header-actions .send-message:hover {
    color: #fff !important;
}

.member-title-wrap .user_type {
    margin-left: 0 !important;
}
.following-section span.user_type,
.bb-mobile-panel-inner li a span.user_type,
.menu-item>.ab-submenu li a span.user_type,
.menu-item a span.user_type,
.member-name a .user_type,
.member-title-wrap .user_type {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #00a2df;
    border-radius: 3px;
    width: 55px;
    height: 20px;
    line-height: 20px;
    background-color: #e7f4ff;
    text-align: center;
    padding: 0;
    margin-left: 5px;
}

#buddypress .member-header-actions>.generic-button a.send-message {
    padding: 0 30px !important;
    height: 38px !important;
    line-height: 38px !important;
}

#buddypress .member-header-actions>.generic-button a.send-message.to-dossier{
    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 15px 0 15px !important;
    text-decoration: none;
    min-width: 165px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    height: 45px !important;
}
.member-header-actions>.generic-button a.send-message.to-dossier .chat-text {
    display: flex;
    position: absolute;
    align-items: center;
    gap: 1px;
    left: unset;
    transform: none;
    padding: 0;
    width: auto;
    z-index: unset;
    top: -4px;
}
body.logged-in button.follow-button.not_following i,
body.logged-in button.follow-button.following i,
body.logged-in .member-header-actions .generic-button a.send-message.to-dossier i{
    display: none !important;
}
body.logged-in .member-header-actions .generic-button a.send-message.to-dossier span.chat-text i{
    display: inline-block !important;
}
.member-header-actions>.generic-button a.send-message.to-dossier .sub-text {
    font-size: 11px;
    opacity: 0.9;
    line-height: 1;
    position: absolute;
    bottom: 8px;
    right: 0;
    left: 0;
}

.participants-name a .user_type,
.notification-users a .user_type,
.bp-user-link .user_type,
.thread-to .user_type {
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    color: #00a2df;
    border-radius: 3px;
    width: 50px;
    height: 18px;
    line-height: 18px;
    background-color: #e7f4ff;
    text-align: center;
    padding: 0;
    margin-left: 5px;
}

.notification-users a .user_type {
    width: 42px !important;
    height: 17px !important;
    line-height: 17px !important;
    font-size: 10px !important;
    margin-left: 3px !important;
}

.notification-avatar img {
    width: 36px;
    height: 36px;
    object-fit: cover;
}

/* Chatbot carousel */
.ai-chatbots {
    margin: 3rem 0;
}

.ai-chatbots .block-title {
    text-align: center;
    font-family: 'Yrsa', serif;
}

.ai-chatbots .block-title p {
    font-size: 20px;
}

.ai-chatbots .opa-link {
    margin-top: 1.5rem;
    text-align: center;
    font-size: 20px;
    font-family: 'Yrsa', serif;
    font-weight: bolder;
}

.ai-chatbots .opa-link a {
    color: #672891;
    font-size: 18px;
}

.ai-chatbots .opa-link a .user_type {
    display: inline-block;
    vertical-align: super;
    font-size: 8pt;
    font-weight: bolder;
    margin-right: 2px;
    color: #a44997;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background-color: #e5d7e8;
    text-align: center;
}

.chatbots-carousel .chatbot-slider {
    min-width: 280px;
    max-width: 340px;
    box-shadow: 0 0 4px -2px;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
    background: #4a206f;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.chatbots-carousel .chatbot-slider:hover {
    transform: translateY(-5px);
}

.chatbots-carousel .chatbot-slider:hover .chatbot-name h4 {
    text-decoration: underline;
}

.chatbots-carousel .chatbot-slider a {
    display: block;
}

.chatbots-carousel .chatbot-slider .chatbot-img {
    display: table-cell;
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-bottom: 20px;
    color: #484848;
    border-radius: 50%;
}

.chatbots-carousel .chatbot-slider .chatbot-img img {
    object-fit: cover;
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

.chatbots-carousel .chatbot-slider .chatbot-name {
    display: table-cell;
    vertical-align: middle;
    padding-left: 17px;
}

.chatbots-carousel .chatbot-slider .chatbot-name h4 {
    color: #ffffff;
    font-size: 23px;
    font-family: 'Yrsa', serif;
}

.chatbots-carousel .chatbot-slider .chatbot-name p {
    color: #bdbdbd;
    font-size: 13px;
    line-height: 1.3;
    font-family: 'Yrsa', serif;
    white-space: initial;
}

.chatbots-carousel .chatbot-slider a:hover {
    text-decoration: none;
}

#buddypress .standard-form input[type=search] {
    padding-left: 3.5rem;
}

body.buddypress #page #primary {
    max-width: none !important;
}

body .select2-container .select2-dropdown.bb-compose-input {
    max-width: none !important;
    margin: 0 !important;
}

#message-threads .bp-message-link .thread-to {
    opacity: 1;
    text-transform: unset;
}

/* Mobile menu */
.bb-mobile-panel-wrapper {
    width: 300px;
}

.bb-login-section .sign-in {
    color: #2b2a2a !important;
    background: #f2f4f5 !important;
    font-weight: 600;
    padding: 1px 22px;
    text-decoration: none !important;
}

.bb-login-section .sign-up,
.bb-login-section .sign-out {
    color: #ffffff !important;
    text-decoration: none !important;
}

.bb-mobile-panel-wrapper a.bb-close-panel {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0 !important;
    left: 0;
    right: 0;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    background: rgba(255, 255, 255, .9);
    z-index: 1;
}

a.bb-close-panel i {
    background: #fff;
    position: absolute;
    right: 14px;
    top: 21px;
    line-height: 1;
    font-size: 34px;
    color: #000;
    border-radius: 50px;
}

.bb-mobile-panel-wrapper .bb-mobile-panel-header {
    box-shadow: none;
    margin-bottom: 0 !important;
}

.bb-mobile-panel-inner .bb-primary-menu a {
    padding-left: 0 !important;
    color: #122b46 !important;
}

.bb-mobile-panel-header+hr,
.bb-mobile-panel-inner hr,
.bb-template-v2 ul.buddypanel-menu>li>a>i~span:not(.count) {
    margin-left: 0 !important;
    height: auto;
}

input[type="checkbox"][name="field_35_delete"],
input[type="checkbox"][name="field_46_delete"] {
    margin-bottom: 5px;
}

.bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu .current-menu-item>a {
    background: none;
    color: #8e569e;
}

ul#menu-buddy-panel-logout {
    display: none;
}

.bb-mobile-panel-header .user-wrap a {
    text-decoration: none !important;
}

@media screen and (max-width: 782px) {
    .bp_members.type-bp_members #item-header-content>.flex .bb-user-content-wrap .member-title-wrap {
        margin-bottom: 0;
    }
}

.header-aside a.button.signup:visited,
.header-aside .button.signup:hover,
.members-content .members-list>li .primary-action .generic-button .send-message:hover {
    color: var(--bb-secondary-button-text-hover) !important;
}

.bp-settings-container ul li#general-personal-li {
    display: none;
}

.modal.generate-desktop-logo,
.modal.generate-mobile-logo{
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal.generate-desktop-logo textarea,
.modal.generate-mobile-logo textarea {
    resize: none;
}

.modal.generate-desktop-logo i.bb-icon-redo:before,
.modal.generate-mobile-logo i.bb-icon-redo:before{
    vertical-align: middle;
}

#members-list.item-list.grid .list-wrap.primary-button.no-secondary-buttons {
    padding: 0 5px 25px !important;
    background-color: #f2f2f254;
}

.members-content {
    margin-bottom: 4rem;
}

.members-header.entry-header .entry-title {
    position: relative;
    display: inline-block;
    padding-right: 25px;
    margin-top: 3rem;
    font-size: 28px;
    color: var(--bb-headings-color);
    line-height: 1.4;
}

.members-content .members-list>li .primary-action .generic-button {
    text-align: center;
}

.members-content .members-list>li .primary-action .generic-button .send-message {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    min-height: 34px;
    padding: 6px 20px;
    -webkit-transition: none;
    transition: none;
    width: 100%;
    border-radius: 100px;
    color: #fff !important;
    background-color: #385dff !important;
}

.members-content .members-list>li .primary-action .generic-button>.send-message>i {
    font-style: normal;
    line-height: 1;
    pointer-events: none;
}

.members-content .members-list>li .primary-action .generic-button>.send-message>i:before {
    content: "\ee62";
    font-weight: 400;
    font-size: 15px;
    font-family: bb-icons;
    margin-right: 5px;
}

.members-content .members-list>li .primary-action .generic-button .send-message:hover {
    text-decoration: none;
    background-color: #1e42dd !important;
}

.members-content .bp-pagination {
    padding: 2rem 0 2rem;
}

.members-content .bp-pagination .bp-pagination-links {
    margin-right: 0;
}

.members-content .bp-list>li {
    border: none;
}

.buddypress-wrap .bp-pagination .pag-count {
    margin-bottom: 2rem;
}

#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item {
    margin: 0 !important;
}

.members-type-navs .component-navigation .more-button{
    line-height: inherit;
}

#header-messages-dropdown-elem .notification-list li{
    padding-left: 10px !important;
}
.bp-list li .item-avatar{
    margin-left: 3.5rem;
}

.bp-list li .rank-number {
    font-size: 14px;
    color: #ffac32;
    display: inline-block;
    align-items: center;
    font-weight: normal;
    width: 90px;
    position: absolute;
    padding: 5px 0px;
    text-align: center;
    background-color: #ffffff;
    left: -45px;
    font-weight: 500;
}

.flash-highlight {
    animation: flashHighlight 7s ease-in-out;
}
.bb-user-content-wrap p.see-more-insights a,
.bb-user-content-wrap .item-audience-insights a.sub-rank {
    text-decoration: underline;
    color: #007cff;
}

@keyframes flashHighlight {
    0% {
        border-color: rgba(255, 255, 255, 0.1);
        box-shadow: none;
    }
    20% {
        border-color: #e6d6e8;
        box-shadow: 0 0 13px #ff980029;
        transform: scale(1.02);
    }
    40% {
        border-color: rgba(255, 255, 255, 0.1);
        box-shadow: none;
        transform: scale(1);
    }
    60% {
        border-color: #ddaff7;
        box-shadow: 0 0 8px #b941ff45;
        transform: scale(1.01);
    }
    80% {
        border-color: rgba(255, 255, 255, 0.1);
        box-shadow: none;
        transform: scale(1);
    }
    100% {
        border-color: rgba(255, 255, 255, 0.1);
        box-shadow: none;
        transform: scale(1);
    }
}

#members-dir-list .bp-pagination.bottom{
    display: none;
}

#members-dir-list .loading{
    display: block;
    height: 90px;
    text-align: center;
    color: #a9a9a9;
    margin: auto;
    margin-top:3rem !important;
    font-size: 14px;
}

#members-dir-list .loading .spinner{
    display: block;
    margin: 0 auto;
    width: 2.5rem;
    height: 2.5rem;
    border: 2px solid #5a5a5e;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner;
    animation: .75s linear infinite spinner;
}

@keyframes spinner {
  to {
      transform: rotate(360deg);
  }
}
@media screen and (max-width: 800px) {
    #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item {
        flex: unset;
        width: calc(100% - 120px);
    }
    .bp-list li .rank-number{
        font-size: 11px;
        width: 60px;
        left: -33px;
    }
    .all-members.bp-list li .item-avatar{
        margin-left: 15px;
    }
    .bp-list li .item-avatar{
        margin-left: 0;
        margin-right: 15px;
    }
    #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap {
        flex: 1;
        align-items: end;
        margin-top: 1rem;
        padding-right: 20px;
        justify-content: right;
    }

    .member-buttons-wrap .edit-button{
        margin-top: 0 !important;
    }
}
@media screen and (max-width: 600px) {
    #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item {
        flex: unset;
        width: calc(100% - 15px);
    }
    #members-list.item-list:not(.grid) .list-wrap {
        padding-left: 20px;
        padding-right: 0px;
    }
    .all-members.bp-list li .item-avatar{
        margin-left: 9px;
    }
    .bp-list li .item-avatar{
        margin-left: 0;
        margin-right: 9px;
    }
    .members-list li .list-wrap .member-name a{
         font-size: 15px !important;
    }
    #members-list.item-list .list-subtitle{
        font-size: 13px !important;
    }
    .profile-edit.pedia-photo .field_type_checkbox_acceptance,
    .profile-edit.public-pedia .field_type_checkbox_acceptance{
        line-height: 1.4 !important;
        font-size: 14px !important;
    }
}
.profile-edit.pedia-photo .field_type_checkbox_acceptance input,
.profile-edit.public-pedia .field_type_checkbox_acceptance input{
    margin-top: -3px;
    margin-right: 7px;
}
.profile-edit.pedia-photo .field_type_checkbox_acceptance,
.profile-edit.public-pedia .field_type_checkbox_acceptance{
    font-size: 16px;
}
@media screen and (max-width: 480px) {
    ul#members-list .profession.list-wrap h4.list-title{
        font-size: 15px !important;
        padding: 5px 0 !important;
    }
    #members-list.profession-list.bp-list.grid li {
        margin-bottom: 10px;
    }
    .cta-banner p{
        font-size: 13px !important;
        line-height:1.4;
        margin-bottom: 15px !important;
    }
    #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item .item-block {
        height: auto;
        margin-bottom: 0;
    }
    #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .member-buttons-wrap .edit-button{
        margin-top: 0;
    }

    .members-type-navs ul li:not(:last-child){
        padding-right: 15px;
    }

    #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner {
        padding-right: 0;
        align-items: center;
    }

    #members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item {
        margin-bottom: 0;
    }

    .bb-mobile-header-wrapper {
        margin-left: 30px !important;
    }
}

.modal.generate-desktop-logo .modal-content,
.modal.generate-mobile-logo .modal-content{
    border-radius: 10px;
    background-color: #fefefe;
    border: 1px solid #a0a0a0;
    max-width: 600px;
    margin: 12rem auto 0;
}

.modal.generate-desktop-logo .modal-header,
.modal.generate-mobile-logo .modal-header {
    padding: 1.5rem;
    border-bottom: 1px solid #E7E9EC;
}

.modal.generate-desktop-logo .modal-title,
.modal.generate-mobile-logo .modal-title {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    color: #3a393a;
    margin: 1rem 0;
}

.modal.generate-desktop-logo .modal-footer,
.modal.generate-mobile-logo .modal-footer{
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 1.5rem;
    border-top: 1px solid #E7E9EC;
}

.modal.generate-desktop-logo .modal-footer .d-flex,
.modal.generate-mobile-logo .modal-footer .d-flex{
    display: flex;
}

.modal.generate-desktop-logo .modal-footer .px-1,
.modal.generate-mobile-logo .modal-footer .px-1{
    padding: 0 0.5rem;
}

.modal.generate-desktop-logo .modal-footer .d-flex-btn,
.modal.generate-mobile-logo .modal-footer .d-flex-btn{
    display: block;
    width: 100%;
}

.modal.generate-desktop-logo .modal-footer .px-1,
.modal.generate-mobile-logo .modal-footer .px-1{
    float: left;
    padding: 0 0.5rem;
}

.modal.generate-desktop-logo .modal-footer .px-2,
.modal.generate-mobile-logo .modal-footer .px-2 {
    float: right;
    padding: 0 0.5rem;
}

.modal.generate-desktop-logo .modal-footer button:hover,
.modal.generate-mobile-logo .modal-footer button:hover{
    background-color: #1e42dd;
}

.modal.generate-desktop-logo .modal-footer .btn,
.modal.generate-mobile-logo .modal-footer .btn{
    background-color: #375dff;
    border: none;
    font-size: 15px;
    border-radius: 30px;
    padding: 0.5rem 1.7rem;
}

.modal.generate-desktop-logo .modal-footer .btn#cancel_pedia_photo_btn,
.modal.generate-mobile-logo .modal-footer .btn#cancel_pedia_photo_btn{
    background-color: #d9d9d999 !important;
    color: #454545 !important;
}

.modal.generate-desktop-logo .modal-footer .btn#cancel_pedia_photo_btn:hover,
.modal.generate-mobile-logo .modal-footer .btn#cancel_pedia_photo_btn:hover {
    background-color: #dadada !important;
}

.modal.generate-desktop-logo .modal-body,
.modal.generate-mobile-logo .modal-body {
    padding: 16px;
    margin: 0;
}

.single-message-thread-header .share-modal-overlay .close-btn,
#bp-message-thread-list .message-metadata .share-modal-overlay .close-btn,
.modal.generate-desktop-logo #close_generate_desktop_logo_btn,
.modal.generate-mobile-logo #close_generate_mobile_logo_btn{
    color: #aaa;
    float: right;
    padding: 0;
    font-weight: bold;
    background: none;
    border: none;
}

.modal.generate-desktop-logo #close_generate_desktop_logo_btn i:before,
.modal.generate-mobile-logo #close_generate_mobile_logo_btn i:before{
    font-size: 4rem;
}

.modal.generate-desktop-logo #close_generate_desktop_logo_btn:hover,
.modal.generate-desktop-logo #close_generate_desktop_logo_btn:hover,
.modal.generate-mobile-logo #close_generate_mobile_logo_btn:focus,
.modal.generate-mobile-logo #close_generate_mobile_logo_btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal.generate-desktop-logo .spinner-border,
.modal.generate-mobile-logo .spinner-border{
    display: inline-block;
    width: 3rem;
    height: 3rem;
    vertical-align: -0.125em;
    border: 0.25em solid #d9d9d999;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}

.modal.generate-desktop-logo .modal-content p.error-msg,
.modal.generate-mobile-logo .modal-content p.error-msg{
    color: #aaa;
    font-size: 14px;
    margin-top: 10px;

}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

#buddypress .profile.edit>#profile-edit-form .editfield {
    margin: 30px 0;
}

.download-file-wrapper {
    padding: 1.5rem;
    border-radius: 6px;
    border: 1px solid #e7e9ec;
    margin: 1rem 0;
}

.download-file-wrapper .file-exist {
    display: inline-block;
    margin-right: 1rem;
    padding: 0.5rem 1.5rem 0.5rem 1rem;
    color: #767676;
    background-color: #f9f9f9;
    border: 1px dotted #cecece;
    margin-bottom: 0;
    font-size: 11pt;
    border-radius: 3px;
}

.download-file-wrapper .file-exist i {
    margin-right: 5px;
}

.download-file-wrapper .file-exist i:before {
    font-size: 1.5em;
}

.download-file-wrapper p {
    display: inline-block;
}

.download-file-wrapper p a {
    display: inline-block;
    margin-top: 10px;
    font-size: 11pt;
    color: #337ab7;
}
.profile-edit.your-website p.field-visibility-settings-notoggle,
.profile-edit.ai-bot p.field-visibility-settings-notoggle,
.profile-edit.public-pedia p.field-visibility-settings-notoggle,
.profile-edit.pedia-photo p.field-visibility-settings-notoggle{
    display: none;
}

.download-file-wrapper label {
    font-size: 11pt !important;
    margin: 10px 0 5px !important;
}

.download-file-wrapper input[type="checkbox"] {
    margin-right: 1px !important;
    margin-top: -3px
}

.bp-messages-content #bp-message-thread-list li.error .message_send_error {
    display: block;
    position: relative;
    margin: 15px 0 0;
    font-size: 13px;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    color: #939597;
    background-color: #f1f2f3;
}

.bp-messages-content #bp-message-thread-list li.error .message_send_error a {
    color: #939597 !important;
    opacity: 1;
}

.bb_more_options_list.custom {
    list-style: none;
    top: -25px !important;
    right: 48px !important;
}

#bp-message-thread-list li.divider-date .bb_more_options {
    display: none;
}

.bb_more_options_list.custom li.copy_user_msg a,
.bb_more_options_list.custom li.delete_user_msg a,
.bb_more_options_list.custom li.regenerate_ai_msg a,
.bb_more_options_list.custom li.edit_user_msg a {
    line-height: 1.2 !important;
    padding: 5px 0 !important;
}

.copy-notification {
    display: none;
    position: fixed;
    width: 145px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: auto;
    top: 85px;
    right: 0;
    left: 0;
    background-color: #61CE70;
    color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 8px rgb(134 134 134 / 10%);
    z-index: 1000;
    font-size: 10pt;
}

.bb_more_options_list.custom i {
    margin-right: 5px;
}

.bb_more_options_list.custom i:before {
    font-size: 18px;
}

.bp-single-message-wrap .bb_more_options .bb_more_options_action {
    padding: 0 !important;
}

.bp-single-message-wrap .bb_more_options .bb_more_options_action i {
    font-size: 19px !important;
}

.bp-single-message-wrap .bb_more_options .bb_more_options_action i:before {
    vertical-align: top;
}

/* babynamesgpt chatbot */
.chatbot-content {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    max-width: 650px;
    margin: 0 auto 2rem;
    background: #e6e5e54d;
    color: #000000;
    font-size: 16px;
    overflow: hidden;
    border: 1px solid #e6e5e5;
}

.chatbot-content .chatbot-conversation {
    overflow: auto;
}

.chatbot-content .chatbot-ai {
    display: flex;
    padding: 15px;
    position: relative;
    line-height: 1.5;
    background: #e6e5e5;
}

.chatbot-content .chatbot-name {
    color: #000000;
    margin-right: 5px;
}

.chatbot-content .chatbot-avatar {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
}

.chatbot-content .chatbot-avatar img {
    max-width: 100%;
    max-height: 100%;
}

.chatbot-content .chatbot-text {
    flex: auto;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    font-size: 16px;
    margin-top: 5px;
    text-align: left;
}

.chatbot-content .chatbot-form {
    padding: calc(20px / 1.5) 15px;
    font-size: smaller;
    color: #000000;
    text-align: center;
}

.chatbot-content .chatbot-form button {
    position: relative;
    float: right;
    padding: 9px 30px 8px 14px;
    border: 1px solid #e8e8e8;
    font-size: 1.4rem;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    background: #375dff;
}

.chatbot-content .chatbot-form button:hover {
    background: #1e42dd;
}

/* Sign-up toast message for Guest users */
.hs-toast-fixed-top {
    position: fixed;
    top: 85px;
    left: 0;
    right: 0;
    z-index: 1000;
}

.hs-toast-absolute-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.hs-toast-wrapper {
    margin: 0 auto;
    max-width: 44rem;
    padding-left: .75rem;
    padding-right: .75rem;
}

.hs-toast {
    margin: 0 auto;
    background: #122b46;
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    max-width: 41rem;
    position: relative;
    border-radius: 5px;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.hs-toast-inner {
    display: flex;
}

.hs-toast-msg {
    color: #ffffff;
    line-height: 1.4;
    flex: 1 1 0%;
    min-width: 0;
    padding-top: .2rem;
    padding-left: .5rem;
    padding-right: 2.2rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.hs-toast-msg p {
    letter-spacing: 0.1px;
    margin-bottom: 5px;
}

.hs-toast-icons {
    flex: none;
    line-height: 3rem;
    margin-right: 10px;
}

.hs-toast-icons i:before {
    color: #ffc71c;
}

.hs-toast-action {
    flex: none;
    color: #4d5c6dcc;
}

.hs-toast-action {
    cursor: pointer;
}

.hs-close {
    border: none;
    background: none;
    color: #a2a2a2;
    outline: none;
    padding: 0;
    opacity: 0.7;
}

.hs-close:hover{
    opacity: 1;
    background-color: transparent !important;
}

.hs-toast-msg a {
    color: #007cff;
    font-weight: 500;
}

.hs-toast-icons i {
    font-size: 1.8rem;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffeb3b2b;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: cpToastIconPulse 0.6s ease;
}

.hs-close i {
    font-size: 2.5rem;
}

.hs-toast+.hs-toast {
    margin-top: .5rem;
}

.hs-close:hover {
    color: #a2a2a2;
    background-color: #fff;
}

.message_send_sending,
.bp-messages-content #bp-message-thread-list li.error .message_send_error {
    display: block !important;
    position: relative !important;
    margin: 15px 0 0;
    font-size: 13px;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    color: #939597;
    background-color: #e5e5e5;
}

.bp-messages-content #bp-message-thread-list li.error .message_send_error a {
    color: #939597 !important;
    opacity: 1;
}

#bp-message-thread-list.no-ai-list .bb_more_options {
    display: none;
}

.profile-wrapper .profile-fields ul li::marker,
.bp-profile-content table.profile-fields ul li::marker{
    color: #0366ca;
}
.profile-wrapper .profile-fields ul li,
.bp-profile-content table.profile-fields ul li {
    margin-bottom: 20px;
    line-height: 1.5;
    padding-left: 5px;
    position: relative;
    font-size: 15px;
}

.cur .username .user_type {
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    color: #00a2df;
    border-radius: 3px;
    width: 45px;
    height: 16px;
    line-height: 16px;
    background-color: #e7f4ff;
    text-align: center;
    padding: 0;
    margin-left: 2px;
}

.cur{
    display: block;
    width: 100%;
    height: 35px;
    margin: 3px 0;
}
.cur span.cur-img {
    height: 46px;
    float: left;
    padding: 3px;
}

.cur span.username {
    display: table-cell;
    height: 45px;
    vertical-align: middle;
    font-size: 14px;
    color: #122b46;
    font-weight: 500;
}
.cur span.cur-img .avatar {
    width: 40px !important;
    height: 40px !important;
}

.compose-search-container {
    position: relative;
    width: 100%;
}

.compose-search-container span .fa-search:before {
    color: #672992ba;
}

.compose-search-container input[type="search"] {
    width: 100% !important;
    border: none !important;
    background: none !important;
    padding-left: 0 !important;
    padding-bottom: 10px !important;
}

.compose-search-container input[type="search"]:focus {
    box-shadow: none !important;
}

.compose-dossier-suggestion {
    position: absolute;
    max-width: none;
    width: 100%;
    max-height: 420px;
    background-color: #fff;
    overflow: auto;
    z-index: 1;
    border-radius: 8px;
    padding: 0 15px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .06), 0 6px 24px rgba(0, 0, 0, .12);
    overflow-y: scroll;
}

.compose-dossier-suggestion::-webkit-scrollbar {
    width: 8px;
}

.compose-dossier-suggestion::-webkit-scrollbar-track {
    background: #F8F9FA;
}

.compose-dossier-suggestion::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background: linear-gradient(135deg, #0066CC 0%, #00A3E0 100%);
}

.compose-dossier-suggestion::-webkit-scrollbar-thumb:hover {
    background: #888;
}

a.select-pedia:hover{
	text-decoration:none;
}

.select-pedia:hover .cur {
    border-radius: 8px;
    background-color: #fafafb;
}

.select-pedia:first-of-type .cur {
    margin-top: 10px;
}

.select-pedia:last-of-type {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 5px 10px;
    margin: 10px 0;
    color: #ffffff;
    font-weight: normal;
    font-size: 14px;
    background: #00a3e0;
    border-radius: 25px;
    border: 1px solid #00a3e0;
    transition: linear .2s;
}

.select-pedia:last-of-type:hover {
    color: #00a3e0 !important;
    background-color: transparent;
    border-color: #00a3e0;
    text-decoration: none !important;
}

.bp-messages-container.bp-compose-message .post-media.post-media-photo-support,
.bp-messages-container.bp-compose-message .post-media-document-support {
    display: none;
}

.members-header h1 .user_type {
    display: inline-block;
    vertical-align: super;
    font-size: 9pt;
    font-weight: normal;
    margin-left: 0px;
    color: #a44997;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    line-height: 19px;
    background-color: #e5d7e8;
    text-align: center;
}

.members-list li .member-name .user_type{
    font-weight: normal !important;
}

.members-header span.page_num {
    display: inline-block;
    vertical-align: bottom;
    color: #777777;
    font-size: 22px;
    font-weight: 500;
    margin-left: 7px;
}

.select2-selection__choice .user_type {
    display: none;
}

#buddypress .bp-single-message-content .bb_more_options,
.bb_more_options {
    float: right;
    /* padding-right: 10px; */
}

.users-header #item-header-avatar {
    width: 170px;
    height: 170px;
}

.users-header #item-header-avatar img {
    width: 100%;
    height: 100%;
}

.bp-avatar-wrap a img[alt="Aesop"],
.notification-avatar a img[alt="aesop"],
#regenerate_15729_459678 a img,
.thread-avatar img[alt="Aesop"],
.search-list .amp-img-search.aesop,
img[alt="Profile photo of Aesop"] {
    object-position: top !important;
}

.fnp-details-links .fnp-img {
    position: relative;
    overflow: hidden;
    height: 200px;
    width: 150px;
    margin-bottom: 10px;
    color: #484848;
    border-radius: 10px;
}

.fnp-details-links .fnp-img img {
    object-fit: cover;
    border-radius: 5px;
    width: 100%;
    height: 100%;
}
 #fnp-details-page-container .cta-link {
    display: block;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 25%, #49264e 50%, #c657f570 75%, #4facfe 100%);
    background-size: 400% 400%;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 1.75rem 2.5rem;
    border-radius: 10px;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    font-family: 'Yrsa', serif;
    margin: 3rem 0 2rem;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* box-shadow: 0 15px 35px rgba(102, 126, 234, 0.4), 0 5px 15px rgba(0, 0, 0, 0.1); */
    border: 2px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    animation: gradientShift 6s ease infinite;
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

#fnp-details-page-container .cta-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.5) 50%, transparent 70%);
    transform: translateX(-100%);
    transition: transform 0.8s ease;
}

#fnp-details-page-container .cta-link::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    border-radius: 50%;
}

#fnp-details-page-container .cta-link:hover {
    transform: translateY(2px) scale(1.02);
    box-shadow: 0 25px 50px rgba(102, 126, 234, 0.6), 0 10px 25px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
}

#fnp-details-page-container .cta-link:hover::before {
    transform: translateX(100%);
}

#fnp-details-page-container .cta-link:hover::after {
    width: 300px;
    height: 300px;
}

#fnp-details-page-container .cta-link:active {
    transform: translateY(-4px) scale(0.98);
}

#fnp-details-page-container .cta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

#fnp-details-page-container .cta-text {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

#fnp-details-page-container .arrow {
    font-size: 1.5rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

@media (max-width: 768px) {
    #fnp-details-page-container .cta-link {
        padding: 8px 5px 10px;
        font-size: 17px;
    }

    #fnp-details-page-container .cta-link strong {
        display: block;
    }

    #fnp-details-page-container .cta-link i {
        float: none;
    }
}

.fnp-pedia .carousel-title {
    color: #333;
    font-family: yrsa, serif;
    font-size: 30px;
}

.fnp-pedia-links h3.title {
    font-size: 25px;
    font-family: 'Yrsa', serif;
}

.fnp-pedia-carousel {
    margin-top: 0.5rem;
}
.fnp-pedia-carousel .i-amphtml-scrollable-carousel-container{
    padding-bottom: 15px;
}
.fnp-pedia-carousel .fnp-slider-card {
    width: 200px;
    background: white;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 7%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    border: 2px solid #eeeeeed1;
    border-top-color: #622f8e;
}

.fnp-slider-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.fnp-slider-card a.fnp-link,
.fnp-slider-card a.fnp-link:hover{
    text-decoration: none;
}


.fnp-slider-card .fnp-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.fnp-slider-card:hover .fnp-image {
    transform: scale(1.05);
}

.fnp-slider-card .view-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #7e4aa3;
    color: #ffffff;
    padding: 3px 8px;
    border-bottom-right-radius: 4px;
    font-size: 12px;
    font-weight: normal;
    display: flex;
    align-items: center;
    gap: 3px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.fnp-slider-card:hover .view-overlay {
    opacity: 1;
}

.fnp-slider-card .fnp-card-content {
    padding: 25px 13px 25px;
}

.fnp-slider-card .fnp-card-content .fnp-name {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 7px;
    line-height: 1.3;
}

.fnp-slider-card .fnp-card-content .fnp-description {
    color: #666;
    font-size: 14px;
    line-height: 1.4;
    word-wrap: break-word;
    white-space: normal;
}

.fnp-pedia .opa-subttl {
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
    font-family: yrsa, serif;
    font-size: 1.7rem;
    background-color: #672992d9;
    padding: 6px 13px 4px;
    border-radius: 2px;
}

.fnp-pedia-carousel .amp-carousel-button-next,
.fnp-pedia-carousel .amp-carousel-button-prev {
    background-color: #612f8e;
    box-shadow: 0 0 10px;
}

.bp-template-notice.success .bp-pedia-msg {
    flex: 1;
    padding: 15px;
    line-height: 1.7;
    letter-spacing: .1px;
    font-size: 14px;
}

#buddypress input[type=submit][id=profile-group-edit-submit][disabled] {
    background-color: #5872e8;
    color: #ffffff;
    cursor: not-allowed;
}

body #buddypress .member-header-actions>.generic-button>.send-message i:before {
    vertical-align: middle;
    margin-right: 3px !important;
}

@media screen and (max-width: 430px) {
    .member-title-wrap h1.user-nicename {
        font-size: 1.7rem !important;
        line-height: 1.3 !important;
    }

    #cover-image-container {
        padding: 30px 5px 0;
    }

    .member-header-actions .send-message {
        height: auto !important;
        line-height: 18px !important;
        vertical-align: middle !important;
        padding: 7px 10px 5px !important;
        font-size: 13px !important;
    }

    body #buddypress .member-header-actions>.generic-button {
        margin-left: 0;
        margin-right: 0;
    }

    body #buddypress .users-header #header-cover-image.width-default {
        margin: -30px -6px 0;
    }

    #message-reply-form-submit-wrapper {
        padding: 2px 10px 5px !important;
    }

    p.bp-message-content_info_note {
        padding: 5px 0 0 !important;
        font-size: 11px !important;
    }
}

.cur span.username span.highlight {
    background-color: #fae49c;
    padding: 0 3px 1px;
    border-radius: 3px;
}

@media screen and (max-width: 590px) {
    .cur span.username {
        font-size: 12px !important;
        line-height: 1.2;
        height: 35px;
    }

    .cur{
        height: 35px;
        margin: 0;
    }
    .cur span.cur-img {
        height: 50px;
        padding: 5px 3px;
    }
}

@media screen and (max-width: 340px) {
    .modal.generate-desktop-logo .modal-title,
    .modal.generate-mobile-logo .modal-title{
        font-size: 15px !important;
    }
}

.popup-chatbot-container .mwai-window .mwai-header .mwai-buttons .mwai-close-button:before,
.popup-chatbot-container .mwai-window .mwai-header .mwai-buttons .mwai-close-button:after {
    background-color: #6a6a6a !important;
}

.bb-template-v2 #buddypress .bb_more_options .bb_more_options_list.custom:after {
    display: unset !important;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 35px;
    margin: 0 auto;
    right: -4px;
    box-sizing: border-box;
    border: 8px solid #000;
    border-color: transparent #ffffff #ffffff transparent;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-shadow: 2px -3px 3px 0 rgba(0, 0, 0, 0.02);
    transition: all linear 0.2s;
    z-index: 101;
}

#bp-message-thread-list img.avatar {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin: 0;
}

.bp-single-message-content h1 img.emoji,
.bp-single-message-content h2 img.emoji,
.bp-single-message-content h3 img.emoji,
.bp-single-message-content ul li img.emoji,
.bp-single-message-content details img.emoji,
.bp-single-message-content p img.emoji {
    display: inline;
    margin: 1px 3px 2px;
    width: 18px !important;
    height: 18px !important;
}

.bp-single-message-content .bp-message-content-wrap img {
    display: block;
    max-width: 300px;
    height: auto;
    object-fit: cover;
    margin: 5px auto;
}

.bp-single-message-content blockquote {
    padding: 5px 12px 12px !important;
}

.bp-single-message-content blockquote p {
    font-size: 14px !important;
    line-height: 1.5;
}

.bp-single-message-content .bp-message-content-wrap blockquote:before {
    width: 20px !important;
    height: 20px !important;
    font-size: 12px !important;
    line-height: 20px !important;
    margin-bottom: 5px !important;
}

.bp-single-message-content h2 {
    margin-top: 10px !important;
    font-size: 17px !important;
}

ul.aboutme--questions {
    margin: 20px 0px 20px 16px;
}

.profile a.blue-link,
.profile a.blue-link:visited,
.profile a.blue-link:link {
    color: #0366cb !important;
}

p.aboutme-paragraph {
    margin-bottom: 10px;
}

table.profile-fields p a{
    color:#0366cb;
}

table.profile-fields h2,
.profile-wrapper .profile-fields h2,
h2.aboutme-title {
    font-size: 25px !important;
    line-height: 1.4;
}

@media screen and (min-width: 800px) {

    .bb-buddypanel .bb-footer,
    .bb-buddypanel .header-search-wrap,
    .bb-buddypanel .site-content {
        padding-left: 20 !important;
        padding-right: 20 !important;
    }

    .bb-buddypanel .site-header {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.messages .container {
        width: auto !important;
    }

    .bp-messages-content #bp-message-content {
        margin: 0 8px 10px !important;
    }
}

@media screen and (min-width: 1024px) {
    #message-reply-form-submit-wrapper {
        padding: 5px 10px 10px !important;
    }

    .bb-buddypanel .site-header {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .bp-messages-content #bp-message-content {
        margin: 0 0 15px !important;
    }
}

[data-bp-tooltip][data-bp-tooltip-pos=down-left]:after {
    margin-top: 0 !important;
}

.bp-message-content_foot_note {
    display: none;
}

p.bp-message-content_info_note {
    margin: 0 !important;
    padding: 7px 0 0;
    font-size: 13px;
    line-height: 1.1;
    color: #a3a5a9;
    font-weight: 400;
    letter-spacing: -.19px;
    text-align: left;
}

#message-reply-form-submit-wrapper {
    padding: 5px 10px 15px;
}

/* DEVOPA-378 BB Activity page */
body.my-activity .bp-navs.user-subnav,
body.my-activity .activity-update-form {
    display: none;
}

.activity-wrap {
    padding: 0 10px;
}

.character-list-wrap,
.scene-list-wrap,
.activity-wrap {
    color: #4d5c6d;
    font-size: 16px;
}

.activity-wrap h2 {
    font-size: 25px !important;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 20px !important;
}

.character-list-wrap h3,
.activity-wrap h3 {
    font-size: 18px !important;
    line-height: 1.5;
    font-weight: bold;
    margin: 20px 0 !important;
}

.activity-wrap h4 {
    font-size: 17px !important;
    font-weight: bold;
    line-height: 1.5;
    margin: 20px 0 !important;
}

.activity-wrap p {
    font-size: 15px !important;
    line-height: 1.5;
    margin: 10px 0 !important;
}

.activity-wrap a {
    color: #007bff;
    text-decoration: none;
}

.profile a.blue-link:hover,
.activity-wrap a:hover {
    color: #23527c !important;
    text-decoration: underline !important;
}

.profile-wrapper.activity #item-header-avatar{
	display: none;
}

.profile table.profile-fields tr td.data p.chat-prompt{
    background: #f4f9fd;
    padding: 25px;
    border-radius: 8px;
    margin: 30px 0;
    border-left: 2px solid #0366cb;
    font-weight: 500;
}

.profile-wrapper .profile-fields,
#buddypress .profile table.profile-fields tr td.data {
    font-size: 16px !important;
    line-height: 1.7;
}

body.xprofile nav.bb-single-main-nav ul li#activity-personal-li {
    display: none;
}

#members-list {
    display: none;
}

.character-list-wrap h3 {
    margin: 10px 0 0 !important;
}

.scene-list-wrap .scene-list,
.character-list-wrap .character-list {
    margin-bottom: 15px;
}

.character-list-wrap .chatbots-carousel .chatbot-slider {
    position: relative;
    height: 110px;
    padding: 20px 20px;
    margin-top: 20px;
    background: none;
    box-shadow: none;
    border: 1px solid #e7e8eb;
}

.character-list-wrap .chatbots-carousel .chatbot-slider .chatbot-name h4 {
    line-height: 1.2;
    margin-bottom: 10px;
    color: #4d5c6d;
    font-size: 16px;
    font-family: inherit;
    white-space: initial;
}

.character-list-wrap .chatbots-carousel .chatbot-slider .chatbot-name p {
    height: auto;
    color: #4d5c6d;
    font-size: 14px;
    padding: 0;
    margin-bottom: 0;
    font-family: inherit;
    line-height: 1.4;
}

.character-list-wrap .chatbots-carousel .chatbot-slider .chatbot-name {
    padding-left: 0;
}

@media screen and (max-width: 1180px) {
    body #buddypress #header-cover-image.cover-large {
        height: 210px;
    }

    body #buddypress .users-header #header-cover-image {
        margin: -18px -30px 0;
    }
}

@media screen and (max-width: 680px) {
    body #buddypress #header-cover-image.cover-large {
        height: 95px !important;
    }

    body #buddypress .users-header #header-cover-image {
        margin: -18px -6px 0;
    }

    .pedia-name-suggestion,
    .pedia-name-selection {
        width: 65%;
    }
}

#whats-new-formatting-toolbar .post-elements-buttons-item.show-toolbar {
    display: none !important;
}


@media screen and (max-width: 500px) {
    .bp-single-message-content .bp-message-content-wrap img {
        max-width: 100%;
    }
}


.bp-message-content-wrap:has(.edit-message-form) {
    width: 100%;
}

.bp-message-content-wrap .edit-message-form {
    margin-top: 5px;
}

.bp-message-content-wrap .edit-message-form textarea {
    width: 100%;
}

.bp-message-content-wrap .edit-message-form button {
    float: right;
    height: 30px;
    width: 30px;
    border: none;
    border-radius: 100px;
    padding: 0;
    margin: 8px 0 5px;
    margin-left: 10px;
    text-align: center;
    font-size: 22px;
    background-color: #375dff;
}

p.dossier-note {
    padding: 0 20px 30px;
    font-size: 14px;
    color: #708196;
    text-align: center;
    /* border-bottom: 1px solid #e2e8f07a; */
    margin: 0;
    min-height: 30rem;
}

.profile .group-separator-block {
    padding: 30px 30px 10px !important;
    margin-bottom: 20px !important;
}

.activity .bp-profile-wrapper {
    margin-bottom: 0 !important;
}

.ai-command-buttons-support {
    display: none;
}

.ai-command-buttons-support button {
    background: #dcdddf45 !important;
    color: #2d3748a8 !important;
    border-color: #e3e3e3 !important;
    font-size: 13px !important;
    min-height: 30px !important;
    line-height: 30px !important;
    padding: 0px 12px 0 !important;
    margin-top: 3px;
    transition: all 0.3s ease;
}
.ai-command-buttons-support button:hover {
    color: #2d3748;
    transform: scale(1);
    box-shadow: 0 0px 3px rgb(190 224 255);
}
@media screen and (max-width: 498px) {
    .ai-command-buttons-support button {
        font-size: 11px !important;
        min-height: 20px !important;
        line-height: 20px !important;
        padding: 0 10px !important;
    }
}

.bp-messages-content #bp-message-content #whats-new-messages-toolbar {
    padding-right: 0 !important;
}

/* Contact Form */
.contact-page {
    width: 1024px;
    padding: 5rem 0;
    position: relative;
    margin: 0 auto;
}

.contact-page .logos-section {
    text-align: center;
    margin-bottom: 7rem;
}

.contact-page .logos-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.contact-page .logo:hover {
    opacity: 1;
}

.contact-page .main-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.contact-page .title {
    display: block;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-align: center;
    font-family: inherit;
}

.contact-page .subtitle {
    padding: 0 23rem;
    font-size: 1.8rem;
    color: #333333;
    margin-bottom: 5rem;
    line-height: 1.6;
    display: block;
    text-align: center;
}

.contact-page .form-section{
    background-color: #f7f7f7;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.contact-page .gh-form-wrapper{
    margin: 0;
}

.contact-page form#gh-form-348 {
    width: 700px;
    margin: 0 auto;
    padding: 4rem 4.5rem 0;
}

.contact-page form#gh-form-348 h2 {
    margin: 10px 0 20px;
    font-weight: bold;
    font-family: 'Yrsa', serif;
}

.contact-page form#gh-form-348 label {
    text-align: left;
    font-size: 16px;
}

.contact-page form#gh-form-348 .demo-submit {
    min-height: 45px;
    margin-top: 2rem;
    font-size: 1.6rem;
    border-radius: 6px;
    font-family: inherit;
    font-weight: 500;
}

.contact-page form#gh-form-348 .gh-form-column {
    margin: 0 0 10px;
}

.contact-page form#gh-form-348 .gh-form-column:nth-of-type(4) .gh-form-input-field{
    position: relative;
}

.contact-page form#gh-form-348 .gh-input {
    font-size: 14px;
    box-shadow: 0 0 50px #cccccc9e;
    border: 1px solid;
    border-radius: 6px;
    text-indent: 0;
}

.contact-page form#gh-form-348 select.gh-input {
    min-height: 55px;
}

.contact-page form#gh-form-348 .gh-form-column p {
    font-size: 16px;
    font-family: 'Yrsa', serif;
    margin-bottom: 0;
}

.contact-page .testimonial-section {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.contact-page .testimonial-card {
    background: #f7f7f7;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 30px;
    backdrop-filter: blur(10px);
    position: relative;
    max-width: 400px;
}

.contact-page .testimonial-card::before {
    content: '';
    position: absolute;
    top: 15px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.3)"><path d="M6 17h3l2-4V7H5v6h3zm8 0h3l2-4V7h-6v6h3z"/></svg>') no-repeat;
    background-size: contain;
}

.contact-page .profile-image {
    text-align: center;
    margin-bottom: 20px;
}

.contact-page .profile-pic {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.2);
    object-fit: cover;
}

.contact-page .testimonial-text p {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 15px;
    color: #122b46;
    line-height: 1.5;
    /* font-weight: 500; */
    margin-top: 25px;
}

.contact-page .author {
    color: #122b46c4;
    font-size: 15px;
}

.contact-page .security-section {
    padding: 3rem 0 1rem;
    text-align: center;
    border-top: 1px solid #ebebeb;
    margin: 3rem 4.5rem;
}

.contact-page .security-badges {
    display: flex;
    justify-content: center;
    gap: 5rem;
}

.contact-page .badge {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #969696;
    font-size: 1.1rem;
    font-weight: 500;
    text-align: left;
}

.contact-page .badge-icon {
    font-size: 2.5rem;
    color: #969696;
    width: 40px;
    height: 40px;
    border: 1px solid;
    text-align: center;
    border-radius: 100px;
}
.contact-page .gh-form-wrapper > .gh-success{
    color: #262627;
    font-size: 14px;
    background: none;
    padding: 0.5rem 2rem 1rem;
}

@media (max-width: 1024px) {
     .contact-page {
        width: 80%;
    }

    .contact-page .subtitle{
        padding: 0 5rem;
    }

    .contact-page .main-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .contact-page form#gh-form-348 {
        width: 100%;
        padding: 3rem 2rem;
    }

    .contact-page .logos-container {
        gap: 40px;
    }

    .contact-page .logo {
        height: 30px;
    }

    .members-content {
        margin-bottom: 8rem;
    }
}

@media (max-width: 768px) {
    .contact-page .main-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-page .title {
        font-size: 2.5rem;
    }

    .contact-page .subtitle{
        padding: 0;
    }

    .contact-page .logos-container {
        gap: 35px;
    }

    .contact-page .logo {
        height: 30px;
    }

    .contact-page form#gh-form-348 {
        width: 100%;
        padding: 3rem 0 0;
    }

    .contact-page form#gh-form-348 .demo-submit {
        margin-top: 20px;
    }

    .contact-page form#gh-form-348 .gh-form-column {
        margin: 0 0 20px;
    }

    .contact-page form#gh-form-348 h2 {
        margin: 10px;
    }

    body.page-id-13641304 .gh-form-wrapper>.gh-success {
        width: 100% !important;
        padding: 10px !important;
    }
}

@media (max-width: 645px) {
    .contact-page {
        width: 95%;
    }
    .contact-page .title {
        font-size: 2rem;
    }
    .contact-page .subtitle {
        font-size: 1.4rem;
        line-height: 1.5;
        margin-bottom: 3rem;
    }
    .contact-page .main-content{
        display: block;
    }
    .contact-page .testimonial-section{
        margin-top: 2rem;
    }
    .contact-page form#gh-form-348 label{
        font-size: 14px;
    }
    .contact-page form#gh-form-348 select.gh-input,
    .contact-page form#gh-form-348 .gh-input{
        min-height: 40px;
        text-indent: 0;
    }
    .contact-page form#gh-form-348 select.gh-input,
    .contact-page .gh-form-wrapper .gh-form-fields .gh-input::placeholder{
        font-size: 11px;
    }
    .contact-page form#gh-form-348 .demo-submit{
        font-size: 14px;
        min-height: 40px;
        margin-top: 10px;
    }
    .contact-page .security-section{
        margin: 1.5rem 2.5rem;
        padding-top: 2.3rem;
    }
    .contact-page .testimonial-card{
        width: 80%;
    }
    .contact-page .profile-pic{
        width: 100px;
        height: 100px;
    }
    .contact-page .testimonial-text p{
        font-size: 14px;
    }
    .contact-page .author {
        font-size: 13px;
    }
    .contact-page .logos-container {
        gap: 20px;
    }
    .contact-page .logos-section{
        margin-bottom: 5rem;
    }
}

body.page.page-id-13641304 .breadcrumb-panel,
body.page.page-id-13514251 .breadcrumb-panel {
    display: none;
}

a#deep_research .elementor-button-text .user_type {
    display: inline-block;
    vertical-align: super;
    font-size: 8pt;
    color: #ffffff;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    line-height: 17px;
    background-color: #a44997;
    text-align: center;
}

@media screen and (max-width: 767px) {
    a#deep_research .elementor-button-text .user_type {
        font-size: 6pt;
        width: 13px;
        height: 13px;
        line-height: 13px;
    }
}

body.page-id-13641304 .gh-form-wrapper {
    position: relative;
    margin: 7rem 0 8rem;
}

body.page-id-13641304 .gh-form-wrapper>.gh-success {
    position: absolute;
    width: 745px;
    margin: 0 auto;
    padding: 10px 20px;
    top: -10.3%;
    left: 0;
    right: 0;
}

@media screen and (min-width: 513px) and (max-width: 675px) {
    body.page-id-13641304 .gh-form-wrapper {
        margin-top: 8.5rem;
    }

    body.page-id-13641304 .gh-form-wrapper>.gh-success {
        top: -12% !important;
    }
}

@media screen and (max-width: 512px) {
    body.page-id-13641304 .gh-form-wrapper {
        margin-top: 8.3rem !important;
    }

    body.page-id-13641304 .gh-form-wrapper>.gh-success {
        top: -11% !important;
    }

    body.page-id-13641304 .gh-form-wrapper>.gh-success p {
        font-size: 11px;
    }

    .bp-profile-content .profile h3 {
        font-size: 19px;
        margin: 0 !important;
    }

    .bp-profile-content .profile .sm-block a {
        padding: 0 30px !important;
    }

    .bp-profile-content .profile .scene-list-wrap h3 {
        margin: 0 0 20px !important;
    }

    .activity-wrap {
        padding: 0;
    }

    .bp-profile-content .profile .group-separator-block {
        padding: 20px !important;
    }

    table.profile-fields h2, .profile-wrapper .profile-fields h2, h2.aboutme-title{
        font-size: 21px !important;
    }
    
    .profile-wrapper .profile-fields, #buddypress .profile table.profile-fields tr td.data {
        font-size: 15px !important;
        line-height: 1.6;
        padding-bottom: 0;
    }

    .profile-wrapper .profile-fields ul li, .bp-profile-content table.profile-fields ul li{
         font-size: 14px !important;
    }

    .profile table.profile-fields tr td.data p.chat-prompt{
        font-size: 14px !important;
        padding: 20px;
        margin: 20px 0;
    }

}

@media screen and (max-width: 540px) {
    .contact-page .logos-container {
        gap: 25px;
    }
}

#buddypress #header-cover-image.has-default {
    background-color: #a28cc9 !important;
}

#header-cover-image {
    position: relative;
}

#header-cover-image:hover .link-change-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 300px;
    background-color: rgba(0, 0, 0, .3);
}

.list-title.member-name .user_type {
    margin-left: 0 !important;
}

#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner .item .item-block {
    width: 100% !important;
}

#members-list.item-list .list-subtitle {
    margin: 0 !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    color: #4d5c6d;
}

#members-list.item-list:not(.grid) .list-wrap .list-wrap-inner {
    padding-right: 0 !important;
    padding-left: 5px;
}

#members-list.item-list .member-name a {
    font-size: 16px;
    line-height: 1.4 !important;
}

.typing-indicator .user_type,
.bb-pusher-typing-indicator-text-inner .user_type {
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    color: #00a2df;
    border-radius: 3px;
    width: 44px;
    height: 18px;
    line-height: 18px;
    background-color: #e7f4ff;
    text-align: center;
    padding: 0;
    margin-left: 5px;
}

.typing-indicator .user_type{
    opacity: 0.7;
}

.bb-pusher-typing-indicator-text {
    padding-top: 2px !important;
    font-size: 13px;
}

.bp-profile-content .profile .sm-block {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    padding: 0 0 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e7e9ec;
}

.bp-profile-content .profile .sm-block h3 {
    float: left;
    width: 60%;
    margin-bottom: 0 !important;
    line-height: 38px;
}

.bp-profile-content .profile .sm-block a {
    padding: 0 70px;
    height: 38px;
    line-height: 38px;
    background-color: #385dff;
    color: #fff;
    border: 1px solid #385dff;
    border-radius: 100px;
    min-height: 38px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    float: right;
    outline: 0;
    vertical-align: middle;
    font-size: 14px;
}

.bp-profile-content .profile .sm-block p {
    display: inline-block;
    width: 85%;
    margin: 10px 0 0 !important;
    color: #a3a5a9;
}

.field-visibility-settings legend {
    font-size: 14px !important;
    margin-bottom: 5px !important;
}

.field-visibility-settings label {
    font-size: 13px !important;
    min-height: 15px !important;
}

.field-visibility-settings .bs-styled-radio+label:before {
    width: 15px !important;
    height: 15px !important;
}

.field-visibility-settings-close.button {
    font-size: 13px !important;
    min-height: 30px !important;
    line-height: 30px !important;
    padding: 0 15px !important;
}

.bp-messages-content #bp-message-thread-list li .bp-message-content-wrap h1 {
    font-size: 18px;
    margin: 20px 0 20px !important;
}

.bp-messages-content #bp-message-thread-list li .bp-message-content-wrap h2 {
    font-size: 16px !important;
    margin: 20px 0 15px !important;
}

.bp-messages-content #bp-message-thread-list li .bp-message-content-wrap h3 {
    font-size: 15px !important;
    margin: 20px 0 10px !important;
}

.bp-messages-content #bp-message-thread-list li .bp-message-content-wrap h4 {
    font-size: 14px !important;
    margin: 20px 0 10px !important;
}

.bp-messages-content #bp-message-thread-list li .bp-message-content-wrap ul {
    margin-bottom: 0 !important;
}

.bp-messages-content #bp-message-thread-list li .bp-message-content-wrap ul li {
    cursor: default !important;
    padding: 0 !important;
    margin: 7px 0 !important;
}

.bp-messages-content #bp-message-thread-list li .bp-message-content-wrap a {
    color: #337ab7;
}

@media screen and (max-width: 600px) {
    .bp-messages-content #bp-message-thread-list li .bp-message-content-wrap h1 {
        font-size: 19px;
        margin: 15px 0 10px !important;
    }

    .bp-messages-content #bp-message-thread-list li .bp-message-content-wrap h2 {
        font-size: 17px !important;
        margin: 15px 0 10px !important;
    }

    .bp-messages-content #bp-message-thread-list li .bp-message-content-wrap h3 {
        font-size: 16px !important;
        margin: 15px 0 10px !important;
    }

    .bp-messages-content #bp-message-thread-list li .bp-message-content-wrap h4 {
        font-size: 15px !important;
        margin: 15px 0 10px !important;
    }
}

/* Scene Items */
.scene-list-wrap h3 {
    font-size: 18px;
    margin: 10px 0 20px !important;
}

.scene-list-wrap .scene-item.title-pedia .scene-card {
    height: auto;
}

.scene-list-wrap .scene-item {
    min-width: 300px;
    max-width: 400px;
}

.scene-list-wrap .scene-card {
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid #00000021;
    /* height: 190px; */
    background-color: transparent;
    padding: 25px 25px;
}

.scene-list-wrap .i-amphtml-scrollable-carousel-container {
    padding-bottom: 10px;
}

.scene-list-wrap .scene-card:hover {
    box-shadow: 0 4px 12px rgb(0 0 0 / 11%);
    border-color: #672891;
}

.scene-list-wrap .scene-card:hover p {
    color: #4d5c6d;
}

.scene-list-wrap .scene-card.selected {
    border-color: #672891;
}

.scene-list-wrap .scene-card.selected:hover {
    transform: translateY(0) !important;
    box-shadow: none !important;
}






.scene-list-wrap .scene-item a.ai-link:hover {
    text-decoration: none !important;
}

.scene-list-wrap .view-scene-button:hover {
    background-color: #a44997;
    transform: scale(1.05);
}

.scene-list-wrap .scene-title {
    height: 35px;
    text-align:center;
    line-height: 1.2;
    margin-bottom: 0 !important;
    color: #4d5c6d;
    font-size: 16px;
    font-family: inherit;
    white-space: initial;
}

.scene-list-wrap .scene-description{
    height: auto;
    color: #4d5c6d;
    font-size: 14px;
    padding: 0;
    margin-bottom: 0;
    font-family: inherit;
    white-space: initial;
    text-align: center;
    line-height: 1.4;
}
.bb-user-content-wrap p.item-title {
    font-weight: 500;
    margin: 15px 0;
    font-size: 15px;
    line-height: 1.3;
    color: #4d5c6d;
}

/* Profile menu dropdown */
ul.bb-my-account-menu li.menu-item a {
    padding-left: 30px !important;
    font-size: 14px;
}

ul.bb-my-account-menu li.menu-item.grp-head-menu a {
    color: #333333 !important;
    padding: 0px 14px !important;
    border-radius: 3px !important;
    font-size: 13px;
}

ul.bb-my-account-menu li.menu-item.grp-head-menu {
    margin: 20px 0 8px;
}

ul.bb-my-account-menu li:first-of-type {
    margin-top: 10px !important;
}

.menu-item-has-children a.user-link,
ul.sub-menu-inner a {
    text-decoration: none;
}

ul#header-my-account-menu li.grp-head-menu:hover>a {
    text-decoration: none;
    background-color: transparent !important;
}

.bb-mobile-panel-inner #menu-ana-mobile-menu li.grp-head-menu,
.bb-mobile-panel-inner #menu-cvl-mobile-menu li.grp-head-menu,
.bb-mobile-panel-inner #menu-wow-mobile-menu li.grp-head-menu,
.bb-mobile-panel-inner #menu-tbn-mobile-menu li.grp-head-menu,
.bb-mobile-panel-inner #menu-opa-mobile-menu li.grp-head-menu,
.bb-mobile-panel-inner #menu-opab-mobile-menu li.grp-head-menu,
.bb-mobile-panel-inner #menu-bnp-mobile-menu li.grp-head-menu {
    min-height: 35px;
    margin: 15px 0 5px;
}

.bb-mobile-panel-inner #menu-ana-mobile-menu li.grp-head-menu a,
.bb-mobile-panel-inner #menu-cvl-mobile-menu li.grp-head-menu a,
.bb-mobile-panel-inner #menu-wow-mobile-menu li.grp-head-menu a,
.bb-mobile-panel-inner #menu-tbn-mobile-menu li.grp-head-menu a,
.bb-mobile-panel-inner #menu-opa-mobile-menu li.grp-head-menu a,
.bb-mobile-panel-inner #menu-opab-mobile-menu li.grp-head-menu a,
.bb-mobile-panel-inner #menu-bnp-mobile-menu li.grp-head-menu a {
    padding: 0 !important;
    font-size: 14px !important;
}

.bb-mobile-panel-inner .buddypanel-menu li {
    min-height: 45px;
}

.bb-mobile-panel-inner #menu-ana-mobile-menu li a,
.bb-mobile-panel-inner #menu-cvl-mobile-menu li a,
.bb-mobile-panel-inner #menu-wow-mobile-menu li a,
.bb-mobile-panel-inner #menu-tbn-mobile-menu li a,
.bb-mobile-panel-inner #menu-opa-mobile-menu li a,
.bb-mobile-panel-inner #menu-opab-mobile-menu li a,
.bb-mobile-panel-inner #menu-bnp-mobile-menu li a {
    padding-left: 20px !important;
}

.character-list .scene-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(188 188 188 / 55%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    border-radius: 5px;
    border: 1px solid transparent;
}

.character-list .scene-overlay.active {
    opacity: 1;
}

.character-list .scene-card:hover .scene-overlay {
    opacity: 1;
}

.character-list .view-scene-button {
    padding: 5px 20px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: #a44997;
    color: #ffffff;
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(1 1 1 / 23%) 0px 3px 6px;
}

.character-list .scene-item a.ai-link:hover {
    text-decoration: none !important;
}

.character-list .view-scene-button:hover {
    background-color: #a44997;
    transform: scale(1.05);
}

/* Modal Overlay */
.popup-overlay-roleplay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.popup-modal-roleplay {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    width: 90%;
    min-width: 330px;
    max-width: 400px;
    padding: 20px 20px;
    z-index: 1000;
    text-align: center;
    border: 1px solid transparent;
}

.popup-modal-roleplay .popup-message {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #2d3748;
    text-align: left;
}
.popup-modal-roleplay .popup-message h5{
    margin: 15px 0 5px;
    display: inline-block;
}
.popup-modal-roleplay .popup-message p{
    margin: 0;
}

.popup-modal-roleplay .popup-message label{
    font-size: 13px;
    margin: 0;
    font-weight: normal;
}

.popup-modal-roleplay .popup-button-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.popup-modal-roleplay .popup-button {
    width: 80px;
    text-align: center;
    border: none;
    border-radius: 100px;
    padding: 5px 0;
    font-size: 14px;
    cursor: pointer;
}

.popup-modal-roleplay .popup-ok-button {
    background-color: #0066cc;
    color: #fff;
    margin-right: 5px;
}

.popup-modal-roleplay .popup-button:hover {
    opacity: 0.8;
}

.popup-modal-roleplay .popup-cancel-button {
    background-color: #dee1e3 !important;
    color: #454545 !important;
}

/* Follow Button */
button.follow-button,
a.follow-btn {
    vertical-align: top;
    padding: 0 25px !important;
    text-align: center;
    background: transparent !important;
    color: #0167cc !important;
    height: 38px;
    line-height: 38px;
    border-radius: 30px;
    cursor: pointer;
    position: relative;
    margin: 5px 0 5px 5px;
    border: 1px solid #0366cb !important;
}
button.follow-button.follow-dossier.following{
    min-width: 140px !important;
}
button.follow-button.follow-dossier,
a.follow-btn.follow-dossier {
    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    height: 45px !important;
    line-height: 1 !important;
}
button.follow-button.follow-dossier .follow-text,
.follow-btn.follow-dossier .follow-text {
    display: flex;
    align-items: center;
    top: 8px;
    position: absolute;
    line-height: 1;
}
button.follow-button.follow-dossier .sub-text,
.follow-btn.follow-dossier .sub-text {
    font-size: 11px;
    opacity: 0.9;
    line-height: 1;
    position: absolute;
    bottom: 7px;
}
button.follow-button.not_following{
    padding: 0 20px !important;
}
.bb_more_options_list button.follow-button {
    padding: 10px 14px !important;
}

.follow-btn .follow-text {
    line-height: 38px;
}

.follow-btn:hover {
    text-decoration: none !important;
    background: #0366cb !important;
    color: #fff !important;
}

button.follow-button.followed,
button.follow-button.following {
    background-color: #ffffff !important;
    color: #0167cc !important;
    border-color: #0167cc !important;
}

button.follow-button.followed:hover,
button.follow-button.following:hover {
    background: #e0e0e0;
}

@media screen and (max-width: 446px) {
    button.follow-button.follow-dossier, a.follow-btn.follow-dossier,
    #buddypress .member-header-actions>.generic-button a.send-message.to-dossier {
        margin-right: 5px !important;
        margin-left: 5px !important;
    }
}
.rank-indicator {
    display: inline-block;
    align-items: center;
    background: rgb(242 242 242 / 62%);
    border-radius: 3px;
    padding: 1px 5px 2px;
    font-size: 9pt;
    font-weight: normal;
    border: 1px solid #e1dccc00;
    margin: 0 0 0 10px !important;
}

.rank-indicator:hover {
    color: #ffac32 !important;
    text-decoration: underline;
}

.rank-indicator .rank-number {
    color: #ffac32 !important;
}

.rank-indicator .total-pedias {
    color: #aeaebf;
    margin-left: 3px;
}

.rank-arrow { 
    margin-left:2px; 
    margin-right:5px; 
    font-weight:600; 
    font-size:10px;
}

.rank-arrow.up{ 
    color:#00c853; 
}

.rank-arrow.down { 
    color:#d50000; 
}

.rank-arrow { 
    animation:flashSlide .8s ease forwards; 
}

@keyframes flashSlide {
    0%   { opacity:0; transform:translateX(0);   }
    20%  { opacity:1; }
    80%  { opacity:1; }
    100% { opacity:0; transform:translateX(7px);}
}

.follow-tooltip {
    position: absolute;
    bottom: calc(100% + 5px);
    left: 10%;
    transform: translateX(-25%);
    background: #122b46;
    color: #fff;
    padding: 6px 8px;
    border: 1px solid #122b46;
    border-radius: 6px;
    font-size: 13px;
    font-weight: normal;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgb(205 192 192 / 7%);
    z-index: 9999;
    pointer-events: none;
    line-height: 1.4;
}

.follow-tooltip:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #122b46 transparent transparent transparent;
}

button.follow-button.not_following:hover .follow-tooltip:not(.bb_more_options_list .follow-tooltip),
.follow-btn:hover .follow-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-25%) translateY(-5px);
}

.confetti-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9999;
}

.confetti {
    position: absolute;
    width: 10px;
    height: 10px;
    opacity: 0.7;
}

.character-pedia-header {
    position: relative;
}

@media screen and (max-width: 460px) {
    .follow-tooltip {
        left: 0%;
        white-space: normal;
        transform: translateX(0%) translateY(-5px) !important;
    }

    .follow-tooltip:after {
        left: 50%;
    }
}

/* Following Section */
.bb-single-main-nav li a.more-button,
#remix-personal-li,
#following-personal-li {
    display: none !important;
}

.ai-card-list.section,
.following-list.section {
    margin-bottom: 60px;
}

.ai-card-list .section-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.following-list .section-description,
.ai-card-list .section-description {
    color: #B8B8C7;
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 1.5;
}


@media screen and (max-width: 980px){
    body #buddypress .member-header-actions>.generic-button .follow-button{
        margin: 0 10px;
    }
}
@media only screen and (max-width: 576px) {

    .following-list .following-title,
    .ai-card-list .section-title {
        font-size: 18px;
    }

    .following-list .section-description,
    .ai-card-list .section-description {
        font-size: 14px;
    }

    .ai-card-list .ai-card {
        padding: 2rem !important;
    }

    .ai-card-list .ai-card-icon {
        width: 50px !important;
        height: 50px !important;
    }

    .ai-card-list .ai-card h3 {
        font-size: 14px !important;
        margin-bottom: 0 !important;
    }

    .top-wrapper .secondary-tab{
        font-size: 14px !important;
    }
    
}

/* Share button BBM */
.share-btn {
    float: left;
    display: flex;
    align-items: center;
    color: #757575;
    padding-left: 6px;
    padding-right: 12px;
    border-radius: 100px;
    font-size: 11px;
    cursor: pointer;
    height: 20px;
    line-height: 20px;
    transition: background 0.2s;
    text-indent: 2px;
    border: 1px solid #74747482;
    margin-right: 5px;
}
.remix-btn {
    float: left;
    display: flex;
    align-items: center;
    color: #757575;
    padding-left: 6px;
    padding-right: 12px;
    border-radius: 100px;
    font-size: 11px;
    cursor: pointer;
    height: 20px;
    line-height: 20px;
    transition: background 0.2s;
    text-indent: 2px;
    border: 1px solid #74747482;
    margin-right: 5px;
}
.message_action__anchor{
    vertical-align: top;
}
.bp-single-message-content .bb_more_options_action i,
.message_action__anchor i{
    font-size: 18px !important;
    padding-left: 8px;
    padding-right: 9px;
    cursor: pointer;
    height: 20px;
    line-height: 21px;
    border-radius: 100px;
    border: 1px solid #74747482;
    color: #757575 !important;
}
.bb-template-v2 .bp-messages-content .single-message-thread-header .message_actions.open .message_action__anchor:before,
.bb-template-v2 .bp-messages-content .single-message-thread-header .message_action__anchor:hover:before{
	background-color: transparent;
}
.share-btn i:hover,
.bp-single-message-content .bb_more_options_action i:hover,
.message_action__anchor i:hover{
    color: #1a365d !important;
}
.message_action__anchor i:before{
    height: 20px;
}

.remix-btn i,
.share-btn i{
    font-size: 15px !important;
}
.remix-btn:hover,
.share-btn:hover {
    text-decoration: none;
    background: #f5f5f6;
}
.remix-btn:disabled,
.share-btn:disabled {
    background: #666;
    cursor: not-allowed;
}

.share-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.share-modal-overlay .modal {
    background: #fefefe;
    border-radius: 10px;
    padding: 30px;
    width: 550px;
    margin: 5rem auto 0;
    position: relative;
    animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.share-modal-overlay .modal-header {
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    text-align: right;
}

.share-modal-overlay .modal-title {
    font-size: 20px !important;
    color: #3a393a;
    margin: 0 !important;
}

.single-message-thread-header .share-modal-overlay .close-btn:hover {
    background: none !important;
    color: #aaa !important;
}

.single-message-thread-header .share-modal-overlay .close-btn,
#bp-message-thread-list .message-metadata .share-modal-overlay .close-btn {
    font-size: 3.5rem;
    font-weight: normal;
    margin-right: 5px;
    margin-bottom: 5px;
}

.share-modal-overlay .modal-tabs {
	display: flex;
	gap: 12px;
	margin-bottom: 35px;
}

.share-modal-overlay .modal-tab {
	flex: none;
    margin: 0 auto;
    padding: 20px 50px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #f0f3f6;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    position: relative;
}

/* .share-modal-overlay .modal-tab.active {
	border-color: #2563eb;
	background: #f1f8ff;
} */

.share-modal-overlay .share-tab-icon {
    font-size: 30px;
    margin-bottom: 5px;
    display: block;
}

.share-modal-overlay .share-tab-title {
    font-weight: 600;
    color: #1a1a1a;
    font-size: 15px;
}

.share-modal-overlay .share-tab-desc {
    font-size: 13px;
    color: #666;
    margin-top: 7px;
}

.share-modal-overlay .new-badge {
    background: #10b981;
    color: white;
    font-size: 10px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 4px;
    position: absolute;
    top: -6px;
    right: -6px;
}

.share-modal-overlay .tab-content:not(.active) {
	display: none;
}

.share-modal-overlay .tab-share .tab-desc,
.share-modal-overlay .tab-remix .tab-desc {
	color: #888;
	margin-bottom: 18px;
	font-size: 1.1em;
}

.share-modal-overlay .character-info {
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    background: linear-gradient(135deg, rgb(52 152 219 / 12%) 0%, rgb(116 46 145 / 11%) 100%);
    border-left: 2px solid #9b51e0;
}

.share-modal-overlay .character-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.share-modal-overlay .character-avatar {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgb(95 95 95 / 30%);
}

.share-modal-overlay .character-avatar img{
     object-fit: cover;
    border-radius: 50%;
    height: 60px !important;
    width: 60px !important;
    max-width: inherit;
    margin: 0;
}

.share-modal-overlay .character-details h3 {
    font-size: 15px;
    color: #1a1a1a;
    margin-bottom: 5px !important;
}

.share-modal-overlay .character-details p {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 0;
    line-height: 1.3;
}

.share-modal-overlay .remix-box label {
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 10px;
}

.share-modal-overlay .remix-form input[type="text"] {
	width: 100%;
	padding: 23px 15px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	font-size: 15px;
	transition: all 0.2s ease;
	background: rgb(232 232 232 / 30%);
}

.share-modal-overlay .remix-actions {
	margin-top: 5rem;
}
button#cp-claim-cancel,
.share-modal-overlay .remix-cancel {
	background: #ededed !important;
	color: #2f2d2d !important;
	border-color: #e5e7eb !important;
	padding: 10px 45px !important;
}

.share-modal-overlay .remix-create {
	background: #2551e7;
	color: #fff;
	float: right;
	padding: 10px 20px !important;
	border-radius: 100px;
	font-size: 15px;
	text-decoration: none;
}
.share-modal-overlay .remix-create:hover{
    color: #fff !important;
    opacity: 0.9;
}
.share-modal-overlay .remix-hint{
    font-size: 12px;
    color: #6b7280;
    margin-top: 10px;
}

.share-modal-overlay .modal-content {
    margin-bottom: 10px;
}

.share-modal-overlay .loading {
    text-align: center;
    color: #8e8c8c;
    padding: 13px 0;
    font-size: 14px;
}

.share-modal-overlay .spinner {
    border: 2px solid #404040;
    border-top: 2px solid #2563eb;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    animation: spin 1s linear infinite;
    display: inline-block;
    vertical-align: text-bottom;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.error-message {
    color: #ef4444;
    background: #451a1a54;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 1.3;
}

.share-modal-overlay .link-container {
    display: none;
    position: relative;
    gap: 8px;
    margin-bottom: 16px;
}

.share-modal-overlay .link-container .link-input {
    flex: 1;
    padding: 12px 16px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    font-size: 14px;
    background: #f0f3f6;
}
.single-message-thread-header .share-modal-overlay .copy-btn,
#bp-message-thread-list .message-metadata .share-modal-overlay .copy-btn {
    padding: 12px 20px;
    background: #2563eb;
    color: white;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    border: 1px solid transparent;
    width: 124px;
}

.single-message-thread-header .share-modal-overlay .copy-btn.copied,
#bp-message-thread-list .message-metadata .share-modal-overlay .copy-btn.copied {
    background: #e5e4e4;
    color: #000000;
}

.single-message-thread-header .share-modal-overlay .copy-icon,
#bp-message-thread-list .message-metadata .share-modal-overlay .copy-icon {
    width: 15px;
    height: 15px;
}

.bp-messages-content .thread-participants .participants-name{
    word-break:normal !important;
}

@media screen and (max-width: 550px) {
    .share-modal-overlay .modal {
        width: 95%;
        margin: 2rem auto 0;
        padding: 15px;
    }
    .share-modal-overlay.remix-modal .modal {
        margin: 5rem auto 0;
    }
    .share-modal-overlay.remix-modal .modal-title {
        font-size: 18px !important;
    }
    .share-modal-overlay .character-info{
        padding: 10px;
        margin-bottom: 20px;
    }
    .share-modal-overlay.remix-modal .character-info{
        margin-bottom: 30px;
    }
    .share-modal-overlay .modal-tabs{
         margin-bottom: 20px;
    }
    .share-modal-overlay.remix-modal .modal-header{
        padding: 10px !important;
        margin-bottom: 0;
    }
    .share-modal-overlay .character-details h3{
        font-size: 14px;
    }
    .single-message-thread-header .share-modal-overlay .close-btn, 
    #bp-message-thread-list .message-metadata .share-modal-overlay .close-btn {
        font-size:3rem !important;
    }
    .share-modal-overlay .link-container .link-input {
        text-align: left;
        padding-left: 10px;
        padding-right: 0;
        font-size: 12px;
        white-space: nowrap;
        /* Prevent text wrapping */
        overflow: hidden;
        /* Hide overflowing content */
        text-overflow: ellipsis;
        display: block;
        width: 100%;
    }

    .share-modal-overlay .remix-cancel{
        padding: 10px 30px !important;
    }
    .share-modal-overlay .remix-cancel,
    .share-modal-overlay .remix-create{
         padding: 11px 20px !important;
         font-size: 13px !important;
    }
    
    .share-modal-overlay .modal-header {
        margin-bottom: 1rem;
    }

    .share-modal-overlay .remix-box label{
        font-size: 14px !important;
    }
    
    .share-modal-overlay .remix-form input[type="text"]{
         font-size: 13px !important;
         padding: 15px;
    }

    .share-modal-overlay .remix-hint{
        margin-top: 5px;
    }
    
    .share-modal-overlay .share-tab-desc{
         font-size: 12px !important;
    }
    
    .share-modal-overlay .share-tab-title{
        font-size: 14px !important;
    }
    
    .share-modal-overlay .modal-title {
        font-size: 18px !important;
    }
    
    .share-modal-overlay .modal-title i{
        font-size: 22px !important;
    }
    
    .share-modal-overlay.remix-modal .modal-subtitle{
        font-size: 13px !important;
    }
    
    .share-modal-overlay .link-container {
        gap: 0;
        width: 100%;
    }

    .single-message-thread-header .share-modal-overlay .copy-btn,
    #bp-message-thread-list .message-metadata .share-modal-overlay .copy-btn {
        padding: 2px 7px;
        font-size: 13px !important;
        width: 95px;
        margin-left: 8px;
    }

    .bp-messages-content .thread-participants {
        font-size: 14px;
        padding-right: 7rem;
    }

    .bp-single-message-content .bp-user-link {
        font-size: 13px;
    }

    .bp-messages-content #bp-message-thread-list .message-metadata time,
    .bp-messages-content .thread-participants .thread-date {
        font-size: 11px;
    }

    #buddypress .bp-single-message-content .bb_more_options,
    .bb_more_options {
        margin: 7px 0;
    }

    .bp-messages-content #bp-message-thread-list .message-metadata time {
        padding: 3px 0 0;
    }

    .message-thread-header .bp-back-to-thread-list,
    .bp-messages-content .single-message-thread-header .thread-avatar {
        margin-right: 8px;
    }

    .top-wrapper nav.secondary-nav{
        gap: 25px !important;
    }
    .scene-list-wrap .scene-title,
    .character-list-wrap .chatbots-carousel .chatbot-slider .chatbot-name h4{
        font-size: 15px;
    }
    .character-list-wrap .chatbots-carousel .chatbot-slider .chatbot-name p,
    .scene-list-wrap .scene-description{
        font-size: 13px;
    }
    .scene-list-wrap .scene-card{
        padding: 25px 10px !important;
    }
}


.share-chat-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.share-chat-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    width: 90%;
    z-index: 10000;
}

.share-chat-modal-header {
    padding: 20px 24px 0;
    border-bottom: none;
}

.share-chat-modal-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    text-align: center;
}

.share-chat-modal-body {
    padding: 16px 24px 24px;
}

.share-chat-modal-message {
    color: #374151;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    margin: 0;
}

.share-chat-modal-footer {
    padding: 0 24px 24px;
    display: flex;
    justify-content: center;
}

.share-chat-modal-btn {
    background-color: #3b82f6;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
    min-width: 80px;
}

.share-chat-modal-btn:hover {
    background-color: #2563eb;
}

.share-chat-modal-btn:focus {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

/* Error styling for error codes */
.share-chat-modal.error .share-chat-modal-header {
    border-bottom: 1px solid #fecaca;
}

.share-chat-modal.error .share-chat-modal-title {
    color: #dc2626;
}

.share-chat-modal.error .share-chat-modal-message {
    color: #7f1d1d;
}

.member-buttons-wrap .edit-button{
    justify-content: center;
    margin-top: 15px;
}

.member-buttons-wrap .edit-button a.edit-pedia{
    font-size: 14px;
    padding: 8px 25px;
}

.member-buttons-wrap .edit-button a.edit-pedia:hover{
    opacity: 0.8;
    text-decoration: none;
}
.member-buttons-wrap .edit-button a.edit-pedia i{
    margin-right: 5px;
}
#members-list.item-list.grid .list-wrap.primary-button.no-secondary-buttons.profession{
    padding: 0 !important;
    min-height: auto;
}
#members-list.item-list .list-wrap.profession{
    padding: 0 20px !important;
}
ul#members-list .profession.list-wrap h4.list-title{
    font-size: 17px;
    line-height: inherit;
    margin: 0 !important;
    padding: 10px 0;
}
ul#members-list a:hover{
    text-decoration: none ;
}

#members-dir-list .top-breadcrumb{
    display: none;
    align-items: center;
    border-radius: 6px;
    padding: 8px 16px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    background: #f8f8f8;
}
#members-dir-list .top-breadcrumb a{
    color: #a44997;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: color 0.2s ease, text-decoration 0.2s ease;
}
#members-dir-list .top-breadcrumb a.show-citizenship{
    margin-left: 20px;
}
#members-dir-list .top-breadcrumb a:hover{
    text-decoration: underline;
}
#members-dir-list .top-breadcrumb .top-breadcrumb-separator {
    margin: 0 8px;
    font-size: 14px;
    color: #888;
}
#members-dir-list .top-breadcrumb .current-top-page {
    color: #2d3748;
    font-weight: 500;
    font-size: 14px;
}
.cta-banner p {
    margin: 0;
    font-size: 15px;
    opacity: 0.9;
    text-align: left;
    margin-bottom: 2.5rem;
    color: #2d3748;
}
.cp-claimed {
    text-align: center;
}
.cp-claimed button{
    background: rgb(76 175 80 / 11%) !important;
    color: #4CAF50 !important;
    border: 1px solid rgb(149 165 166 / 0%) !important;
    cursor: not-allowed;
    pointer-events: none;
    font-size: 13px !important;
    padding: 5px 7px ! important;
    border-radius: 3px !important;
}
button.cp-claim-sent{
    border: 1px solid;
    cursor: not-allowed;
    pointer-events: none;
    font-size: 12px !important;
    padding: 4px 7px ! important;
    border-radius: 3px !important;
    display: block !important;
    margin: 0 auto;
}
button.cp-claim-sent,
.cp-claimed.send-request button{
	background-color: rgb(185 65 255 / 11%) !important;
    color: #c561ff !important;
    border-color: #bcbcce00 !important;
}
.cp-claimed.other-claimed button{
	background-color: #00bcd41c !important;
    color: #00BCD4 !important;
    border-color: #bcbcce00 !important;
}
ul.message_action__list li.notification_preferences{
/* .bp-messages-unarchived-nav ul.subnav li#compose-personal-li{ */
    display: none;
}
#buddypress .profile.edit>#profile-edit-form .editfield.field_56 legend,
#buddypress .profile.edit>#profile-edit-form .editfield.field_52 legend{
    display: none;
}
.contribute-links{
    display: table !important;
    width: 100% !important;
}
body.logged-in .contribute-links span.dot{
    width: 35px;
}
body.logged-in .contribute-dropdown{
    width: 44%;
}
.contribute-links span.dot{
    display: table-cell !important;
    position: relative !important;
    vertical-align: top;
    text-align: center;
    color: #bcbccd;
}
a.cp-claim-login-btn{
    display: table-cell !important;
    width: 40% !important;
    padding: 0 0 0 3px !important;
    border: none !important;
    border-radius: 0 !important;
    background: none !important;
    color: #b491e4 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    text-align: center;
    margin-top: 3px;
    text-decoration: none !important;
    vertical-align: middle;
}

a.cp-claim-login-btn:hover{
    text-decoration: underline !important;
}

.claim-badge-container {
    display: inline-block;
    vertical-align: middle;
}
.status-badge {
    display: inline-block;
    vertical-align: top;
    margin: 3px 0px 5px 5px;
    padding: 0 6px;
    border-radius: 100px;
    font-size: 11px;
    position: relative;
    transition: all 0.2s ease;
    height: 20px;
    line-height: 19px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.status-badge.official {
    background: #54289e;
    color: #f0f0f5;
}

.status-badge.unofficial {
    background-color: rgb(68 73 90 / 61%) !important;
    color: #ffffff !important;
    padding: 0 9px;
    font-weight: normal;
}

.status-badge:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.claim-info-icon {
    display: none;
    line-height: 1;
    color: #FFC107;
    font-size: 15px;
    cursor: pointer;
    margin: 4px 0px 0px 0px;
}

.status-badge .tooltip {
    position: absolute;
    background: #1E2132;
    color: #ffffff;
    padding: 8px 8px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.4;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgb(205 192 192 / 7%);
    min-width: 335px;
    bottom: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    font-weight: normal;
}

.status-badge .tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-top-color: #1E2132;
}

.status-badge:hover .tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-5px);
}

.claim-mobile-tooltip {
    position: fixed;
    top: 40px;
    left: 20px;
    right: 20px;
    background: #122b46;
    color: #fff;
    padding: 20px 40px 20px 20px;
    letter-spacing: 0.1px;
    font-size: 13px;
    line-height: 1.4;
    transform: translateY(100px);
    display: none;
    transition: all 0.3s ease;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.claim-mobile-tooltip.show {
    display: block;;
    transform: translateY(0);
    z-index: 999;
}

.claim-mobile-tooltip .close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    color: #a2a2a2;
    font-size: 22px;
    cursor: pointer;
    opacity: 0.5 !important;
    font-weight: normal;
}

.description {
    color: #9ca3af;
    font-size: 14px;
    margin-bottom: 8px;
}

.details {
    color: #6b7280;
    font-size: 12px;
    line-height: 1.5;
}

@media (max-width: 992px) {
    .claim-info-icon {
        display: inline-block;
        vertical-align: middle;
    }
    
    .status-badge:hover .tooltip {
        opacity: 0;
        visibility: hidden;
    }
    
    .bp-messages-container.bp-no-messages #send_message_form .bp-messages-recipient.no-searchable{
        border: none !important;
    }

    .progress_text_wrap .progress_text_value{
        font-size: 16px;
    }
    .user-dash .bb-dash__prior>span {
        font-size: 23px;
    }
    p.dossier-note{
        min-height: auto;
    }
}

.bp-messages-container.bp-no-messages #send_message_form #bp-message-content{
    margin-top: 30px !important;
    opacity: 0.4;
}
.bp-messages-container.bp-no-messages .bp-messages-content,
body.compose .bp-messages-content{
    background: none !important;
}
.bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback{
    border-radius: 0 !important;
}
.no-message-content .no-messages-links a,
#buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .generic-button>a {
    background: transparent !important;
    color:#b491e5 !important;
}
button.cp-remix-btn,
a.remix-button {
    vertical-align: top;
    padding: 0 30px 0 25px !important;
    text-align: center;
    height: 38px;
    line-height: 38px !important;
    border-radius: 30px;
    cursor: pointer;
    position: relative;
    margin: 5px 0 5px;
    border: 1px solid #375dff !important;
    background-color: transparent !important;
    color: #375dff !important;
    transition: all 0.3s ease !important;
}
button.cp-remix-btn::after,
a.remix-button::after{
    position: absolute;
    content:'New';
    font-size: 10px;
    border-radius: 30px;
    line-height: 15px;
    height: 16px;
    text-align: center;
    width: 35px;
    top: -10px;
    right: 10px;
    color: #fff;
    background-color: #375dff;
}
button.cp-remix-btn:hover,
a.remix-button:hover{
    text-decoration: none;
}
button.cp-remix-btn i,
a.remix-button i{
    display: inline !important;
    line-height: 34px !important;
    font-size: 17px;
    margin-right: 4px;
}
.member-header-actions .generic-button{
    margin-left: 0 !important;
}
.member-header-actions #send-private-message{
    margin-right: 0 !important;
}
@media screen and (max-width: 980px) {
    body #buddypress .member-header-actions>.generic-button {
        margin-right: 0 !important;
    }
    .member-header-actions #send-private-message{
        margin-right: 0 !important;
    }
}
@media screen and (max-width: 470px) {
    a.follow-btn{
        /* margin-right: 0 !important; */
        margin-left: 10px !important;
    }
    .contribute-links{
        margin-top: 10px;
    }
    a.remix-button {
        margin-bottom: 20px !important;
        margin-top: 15px;
    }
    .top-list .top-people-list a{
        padding: 7px 5px !important;
        font-size: 13px !important;
    }
    .top-list .top-people-list a span.count{
        padding: 1px 3px !important;
        font-size: 10px !important;
    }
}
@media screen and (max-width: 453px) {
     button.cp-remix-btn{
        margin-bottom: 15px !important;
        margin-top: 15px;
     }
    button.follow-button{
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
    .share-modal-overlay .remix-actions{
        margin-top:2.5rem !important;
    }
}
.share-modal-overlay.remix-modal .modal-header {
    padding: 5px 30px 20px;
    text-align: center;
    position: relative;
    display: block;
    margin-bottom: 1rem;
}
.share-modal-overlay.remix-modal .modal-title{
    font-size: 22px;
    font-weight: 700;
    color: #313131;
    margin-bottom: 5px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.share-modal-overlay.remix-modal .modal-title i{
    font-size: 28px;
    color: #313131;
}
.share-modal-overlay.remix-modal .modal-subtitle {
    color: #5e5e5e;
    font-size: 15px;
    line-height: 1.4;
    margin: 0 auto;
}
.top-wrapper nav.secondary-nav {
    display: none;
    gap: 30px;
    margin-bottom: 25px !important;
    border-bottom: 1px solid #e7e9ec !important;
    padding-bottom: 5px;
}
.top-wrapper .secondary-tab {
    background: none;
    border: none;
    padding: 5px 5px 5px;
    font-size: 16px;
    font-weight: 500;
    color: #4d5c6d;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    text-align: left;
}
.top-wrapper .secondary-tab:hover {
    color: #ccc;
    text-decoration: none;
}
.top-wrapper .secondary-tab.active {
    color: #122b46;
}
.top-wrapper .secondary-tab.active::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    height: 2px;
    background: #007cff;
}
.top-list .top-people-list{
    display: none;
}
.top-list .category-cards {
    display: none;
    gap: 0;
    justify-content: stretch;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e7e9ec;
}
.top-list .top-people-list .category-card {
    flex: 1;
}
.top-list .top-character-list .category-card,
.top-list .top-title-list .category-card {
    flex: 0 0 25%;
}
.top-list .category-card {
    background: transparent;
    border: none;
    padding: 10px 32px;
    font-size: 16px;
    color: #4d5c6d;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    align-items: center;
    border-right: 1px solid #e7e9ec;
}
.top-list .category-card:last-child {
    border-right: none;
}
.top-list .category-card:hover {
    color: #c2a5d9;
    text-decoration: none;
}
.top-list .category-card.active {
    background: #f0f1f3 !important;
    color: #122b46;
}
.top-list .category-card .count {
    background: transparent;
    color: #87919c;
    font-size: 10px;
    font-weight: 500;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 6px;
    min-width: 23px;
    box-shadow: none;
    padding: 3px 5px;
}
.top-list .category-card.active .count {
    color: #122b46;
    border-color: rgb(0 0 0 / 32%);
}
.top-list .top-character-list,
.top-list .top-title-list{
    display: none;
}
.top-list .top-people-list a:hover span.tab{
    color: #c2a5d9 !important;
    text-decoration: none;
}
.top-list .top-people-list a.active:hover span.tab{
    color: #4d5c6d !important;
}
.top-list .citizenship-list {
    display: none;
    border-right: none;
}
.top-list .top-people-list a:hover{
    text-decoration: none;
    box-shadow: 6px 4px 30px rgb(197 197 197 / 62%);
}
.top-list .top-people-list a.active:hover{
    box-shadow: none;
    text-decoration: none;
}
.top-list .top-people-list a span.count{
    border: 1px solid rgb(77 92 109 / 33%);
    border-radius: 6px;
    min-width: 23px;
    display: inline-block;
    vertical-align: top;
    padding: 2px 5px;
    margin-left: 3px;
    background-color: transparent;
    color: #122b46;
    box-shadow: none;
}
.top-list ul.citizenship-list li:nth-of-type(2) .list-wrap ,
.top-list ul.profession-list li:nth-of-type(2) .list-wrap {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.top-list .people-list-tab{
    display:none;
}
.top-list .people-list-tab.is-active{
    display:block !important;
}
.top-list .people-list-tab:not(.is-active) { 
    display:none !important;
}
button.bb-menu-toggle{
    padding: 0 10px;
    background: none;
    border: none;
    padding-right: 27px;
    font-size: 14px;
    align-items: center;
    display: flex;
    color: #545454;
}
button.bb-menu-toggle:focus{
    box-shadow: none;
}
.bb-mobile-panel-inner button.bb-menu-toggle span,
button.bb-menu-toggle span{
    font-weight: 600;
}
.bb-mobile-panel-inner button.bb-menu-toggle{
    padding: 12px 0 12px 15px;
    width: 100%;
    height: 50px;
    cursor: pointer;
    padding-left: 0 !important;
    color: #122b46 !important;
    line-height: 24px;
    font-size: 16px !important;
    font-weight: 400;
    -webkit-font-smoothing: unset;
    -moz-osx-font-smoothing: unset;
}

/* Optional styling */
.slug-status { margin-left: .5rem; font-size: 1rem; }
.is-taken + .slug-status { color: #e11d48; }     /* red-ish */
.is-available + .slug-status { color: #16a34a; } /* green-ish */
.is-checking { opacity: .85; }
ul.members-nav li a span.count{
    margin-bottom: 10px !important;
}
.header-search-wrap .search-field-top:focus{
    box-shadow: none !important;
}
.header-search-wrap .search-field-top{
	background-position: right 10px center;
	padding: 10px 35px 10px 15px;
}
.bb-template-v2 .header-search-wrap .search-field-top {
    font-size: 15px !important;
    background: unset;
}
.bb-template-v2 .header-search-wrap .search-form .search-icon {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    color: #0499dd;
    cursor: unset;
}
.header-search-wrap .search-field-top::placeholder{
	color: #dedee3ad;
	font-size: 14px;
}
[data-balloon]:after,
[data-bp-tooltip]:after {
	color: #dedee3;
	background: #1e1e2a !important;
}
[data-balloon][data-balloon-pos='down']:before {
	display:none;
}
.search-box {
	width: max-content;
	border: 1px solid #019cdf;
	border-radius: 30px;
	padding: 10px 20px 10px 40px;
	font-size: 14px;
	transition: all 0.3s ease;
	outline: none;
	margin-right: 7px;
	min-width: 110px;
	background: linear-gradient(135deg, #0066CC 0%, #00A3E0 100%);
	color: #ffffff;
}
.search-box:hover {
    color: #ffffff;
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 102, 204, 0.3);
}
.search-icon {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	color: rgb(255 255 255);
	cursor: pointer;
	transition: all 0.3s ease;
}
.menu-item a span.user_type{
	margin-right: 0 !important;
	margin-left: 0 !important;
}
#navbar-collapse .sub-menu ul li{
	border: 1px solid transparent;
	border-radius: 7px;
}
.bb-mobile-header-wrapper .search-box {
	height: auto;
	padding: 7px 20px 7px 40px;
	margin-right: 15px;
	min-width: 130px;
	max-width: 134px;
}
@media screen and (max-width: 767px){
   .bb-mobile-header-wrapper .search-box{
		margin-right: 1.5rem !important;
		margin-left: 0 !important;
	}
}
.bb-mobile-header-wrapper .search-box.logged-in{
	margin-right: 1.5rem !important;
}
body:not(.logged-in) .bb-mobile-header-wrapper .search-box {
	padding: 7px 0 7px 10px;
}
@media screen and (max-width: 550px) {
    
    .bb-mobile-header-wrapper .search-box{
        margin-right: 10px !important;
    }
    .header-search-wrap .search-field-top{
        background-image: none !important;
    }
    .header-search-wrap .search-form .search-icon{
       display: none !important;
    }
    body:not(.logged-in) .bb-mobile-header-wrapper .search-box{
		margin-right: 0 !important;
	}
}
/* Contribute Dropdown Styles */
.contribute-dropdown {
    position: relative;
    display: table-cell !important;
    width: 38%;
    vertical-align: top;
    text-align: center;
}
.contribute-dropdown .contribute:focus{
    box-shadow:none !important;
}
.contribute-dropdown .contribute {
    color: #b392e4 !important;
    text-decoration: none;
    cursor: pointer;
    padding: 8px 0px !important;
    display: inline-flex !important;
    align-items: center;
    gap: 3px;
    font-size: 14px !important;
    transition: color 0.2s ease !important;
    user-select: none;
    font-weight: normal !important;
    letter-spacing: 0.2px;
    background: none !important;
    border: none !important;
    -webkit-font-smoothing: auto !important;
    font-weight: normal !important;
}
.contribute-dropdown .dot{
    color: #b392e4;
    display: inline !important;
}
.contribute-dropdown .dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 4px;
    background: white;
    min-width: 180px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
}
.contribute-dropdown.active .dropdown-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.contribute-dropdown .dropdown-item {
    display: block !important;
    padding: 14px 15px !important;
    color: #b696e4 !important;
    text-decoration: none;
    font-size: 14px;
    text-align: left;
    transition: all 0.2s ease !important;
    border-bottom: 1px solid #e5dbf6ab;
    font-weight: normal !important;
}
.contribute-dropdown .dropdown-item i {
    display: inline !important;
    color: #b696e4;
    font-size: 14px !important;
}
.contribute-dropdown .dropdown-item:hover{
    text-decoration:none;
    background-color: #e5d8e840;
    color: #8a3e84 !important;
}
.contribute-dropdown .dropdown-item:hover i{
    color: #8a3e84 !important;
}
.contribute-dropdown .dropdown-item:first-child {
    border-radius: 6px 6px 0 0;
}
.contribute-dropdown .dropdown-item:last-child {
    border-bottom: none;
    border-radius: 0 0 6px 6px;
}
.contribute-dropdown .dropdown-content {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: none;
}
.contribute-dropdown.dropdown-hover .dropdown-content {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 0;
    background: white;
    min-width: 160px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    pointer-events: none;
}
.contribute-dropdown.dropdown-hover:hover .dropdown-content,
.contribute-dropdown.dropdown-hover .dropdown-content:hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}
.contribute-dropdown.dropdown-hover:hover .arrow-icon {
    transform: rotate(180deg);
}
.contribute-dropdown.dropdown-hover .dropdown-content::before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    height: 4px;
    background: transparent;
}
.message-hm-helper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.message-hm-helper .message-text {
  flex: 1;
  text-align: left;
}