/*--------------------------------------------------------------
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) {
    p.subscrption-block {
        margin-bottom: 0;
    }

    .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: 2rem !important;
        font-size: 20px !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;
    }
}

/* 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) {
    .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: 0 0 3px !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: #612f8e !important;
    font-family: 'Yrsa', serif;
    text-decoration: underline;
}

.article-title a:visited {
    color: #000;
    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.pedia .wp-editor-tools,
.profile-edit.pedia .mce-top-part,
.profile-edit.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.pedia-cover-photo .wp-editor-tools,
.profile-edit.pedia-cover-photo .mce-top-part,
.profile-edit.pedia-cover-photo .mce-statusbar,
.profile-edit.ai-bot .quicktags-toolbar {
    display: none !important;
}

.profile-edit.ai-bot .upload-bot-img,
.profile-edit.ai-bot .upload-bot-cover-img,
.profile-edit.pedia .upload-bot-img,
.profile-edit.pedia-photo .upload-bot-img,
.profile-edit.pedia-cover-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.ai-bot .upload-bot-cover-img,
.profile-edit.pedia .upload-bot-img,
.profile-edit.pedia-photo .upload-bot-img,
.profile-edit.pedia-cover-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.pedia .upload-bot-img #bot_img,
.profile-edit.pedia .upload-bot-img .old-img-pedia,
.profile-edit.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 .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,
.profile-edit.pedia-cover-photo .upload-bot-img #bot_img,
.profile-edit.pedia-cover-photo .upload-bot-img .old-img-pedia-cover-photo,
.profile-edit.pedia-cover-photo .upload-bot-img .temp-img {
    display: block;
    width: 100%;
    margin: 1rem auto;
    border-radius: 3px;
    box-shadow: -1px 2px 11px #eee;
    background: #e7e9ec;
}

.profile-edit.ai-bot .upload-bot-img .upload-demo-wrap,
.profile-edit.ai-bot .upload-bot-cover-img .upload-demo-wrap,
.profile-edit.pedia .upload-bot-img .upload-demo-wrap,
.profile-edit.pedia-photo .upload-bot-img .upload-demo-wrap,
.profile-edit.pedia-cover-photo .upload-bot-img .upload-demo-wrap {
    width: 400px;
    height: 250px;
    margin: 0 auto 7rem;
}

.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.pedia .upload-bot-img .upload-demo-wrap .cr-viewport,
.profile-edit.pedia-photo .upload-bot-img .upload-demo-wrap .cr-viewport,
.profile-edit.pedia-cover-photo .upload-bot-img .upload-demo-wrap .cr-viewport {
    width: 200px !important;
    height: 200px !important;
}

.profile-edit.ai-bot .upload-bot-cover-img input[type="file"],
.profile-edit.ai-bot .upload-bot-img input[type="file"],
.profile-edit.pedia .upload-bot-img input[type="file"],
.profile-edit.pedia-photo .upload-bot-img input[type="file"],
.profile-edit.pedia-cover-photo .upload-bot-img input[type="file"] {
    display: none;
}

.profile-edit.ai-bot .upload-bot-cover-img input.update-img .profile-edit.ai-bot .upload-bot-img input.update-img,
.profile-edit.pedia .upload-bot-img input.update-img,
.profile-edit.pedia-photo .upload-bot-img input.update-img,
.profile-edit.pedia-cover-photo .upload-bot-img input.update-img {
    width: 165px !important;
    right: 142px;
}

.profile-edit.ai-bot input[type="file"][name="field_46"],
.profile-edit.ai-bot input[type="file"][name="field_38"],
.profile-edit.pedia input[type="file"][name="field_41"],
.profile-edit.pedia-photo input[type="file"][name="field_43"],
.profile-edit.pedia-cover-photo input[type="file"][name="field_45"] {
    font-size: 15px;
    padding: 1.5rem;
    border: 1px solid #e7e9ec;
}

.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: 30px; */
    border-radius: 3px;
    cursor: pointer;
}

.profile-edit.ai-bot .upload-bot-cover-img a.upload-result,
.profile-edit.ai-bot .upload-bot-img a.upload-result,
.profile-edit.pedia .upload-bot-img a.upload-result,
.profile-edit.pedia-photo .upload-bot-img a.upload-result,
.profile-edit.pedia-cover-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;
}

.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.create-pedia-cover-photo-label {
    display: inline-block;
    width: 135px !important;
}

#buddypress #profile-edit-form span.or {
    border: none;
}

.profile-edit.ai-bot .upload-bot-cover-img .file-label,
.profile-edit.ai-bot .upload-bot-img .file-label,
.profile-edit.pedia .upload-bot-img .file-label,
.profile-edit.pedia-photo .upload-bot-img .file-label,
.profile-edit.pedia-cover-photo .upload-bot-img .file-label {
    width: 50% !important;
    padding: 10px 0;
}

.profile-edit.ai-bot a.delete-icon,
.profile-edit.pedia a.delete-icon,
.profile-edit.pedia-photo a.delete-icon,
.profile-edit.pedia-cover-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.pedia a.delete-icon::before,
.profile-edit.pedia-photo a.delete-icon::before,
.profile-edit.pedia-cover-photo a.delete-icon::before {
    display: none;
}

.profile-edit.ai-bot .field_type_image .field-visibility-settings-toggle,
.profile-edit.pedia .field_type_image .field-visibility-settings-toggle,
.profile-edit.pedia-photo .field_type_image .field-visibility-settings-toggle,
.profile-edit.pedia-cover-photo .field_type_image .field-visibility-settings-toggle {
    display: none;
}

.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.pedia .upload-bot-img input.after-delete-img,
.profile-edit.pedia-photo .upload-bot-img input.after-delete-img,
.profile-edit.pedia-cover-photo .upload-bot-img input.after-delete-img {
    left: 140px;
}

@media (max-width: 400px) {

    .profile-edit.ai-bot .upload-bot-cover-img input[type='file'],
    .profile-edit.ai-bot .upload-bot-img input[type='file'],
    .profile-edit.pedia .upload-bot-img input[type='file'],
    .profile-edit.pedia-photo .upload-bot-img input[type='file'],
    .profile-edit.pedia-cover-photo .upload-bot-img input[type='file'] {
        width: 54% !important;
        right: 0;
    }

    .profile-edit.ai-bot .upload-bot-cover-img .update-img,
    .profile-edit.ai-bot .upload-bot-img .update-img,
    .profile-edit.pedia .upload-bot-img .update-img,
    .profile-edit.pedia-photo .upload-bot-img .update-img,
    .profile-edit.pedia-cover-photo .upload-bot-img .update-img {
        bottom: 0;
        left: 0;
        top: 145px;
        right: 0;
    }

    .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.pedia .upload-bot-img input.after-delete-img,
    .profile-edit.pedia-photo .upload-bot-img input.after-delete-img,
    .profile-edit.pedia-cover-photo .upload-bot-img input.after-delete-img {
        top: 157px !important;
        left: 0;
    }

    .profile-edit.ai-bot a.delete-icon,
    .profile-edit.pedia a.delete-icon,
    .profile-edit.pedia-photo a.delete-icon,
    .profile-edit.pedia-cover-photo a.delete-icon {
        margin-top: 10px;
    }

    .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.pedia .upload-bot-img .upload-demo-wrap,
    .profile-edit.pedia .croppie-container .cr-boundary,
    .profile-edit.pedia-photo .upload-bot-img .upload-demo-wrap,
    .profile-edit.pedia-photo .croppie-container .cr-boundary,
    .profile-edit.pedia-cover-photo .upload-bot-img .upload-demo-wrap,
    .profile-edit.pedia-cover-photo .croppie-container .cr-boundary {
        width: 100% !important;
    }
}

@media (min-width: 401px) and (max-width: 429px) {

    .profile-edit.ai-bot .upload-bot-cover-img input.update-img,
    .profile-edit.ai-bot .upload-bot-img input.update-img,
    .profile-edit.pedia .upload-bot-img input.update-img,
    .profile-edit.pedia-photo .upload-bot-img input.update-img,
    .profile-edit.pedia-cover-photo .upload-bot-img input.update-img {
        bottom: 65px;
        right: 0;
    }

    .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.pedia .upload-bot-img input.after-delete-img,
    .profile-edit.pedia-photo .upload-bot-img input.after-delete-img,
    .profile-edit.pedia-cover-photo .upload-bot-img input.after-delete-img {
        bottom: 20px;
        left: 3px !important;
    }

    .profile-edit.ai-bot .upload-bot-cover-img .upload-demo-wrap,
    .profile-edit.ai-bot .upload-bot-img .upload-demo-wrap,
    .profile-edit.pedia .upload-bot-img .upload-demo-wrap,
    .profile-edit.pedia-photo .upload-bot-img .upload-demo-wrap,
    .profile-edit.pedia-cover-photo .upload-bot-img .upload-demo-wrap,
    .croppie-container .cr-boundary {
        width: 100% !important;
    }

    .profile-edit.ai-bot a.delete-icon,
    .profile-edit.pedia a.delete-icon,
    .profile-edit.pedia-photo a.delete-icon,
    .profile-edit.pedia-cover-photo a.delete-icon {
        margin-top: 10px !important;
    }
}

@media (max-width: 830px) and (min-width: 430px) {

    .profile-edit.ai-bot .upload-bot-cover-img .update-img,
    .profile-edit.ai-bot .upload-bot-img .update-img,
    .profile-edit.pedia .upload-bot-img .update-img,
    .profile-edit.pedia-photo .upload-bot-img .update-img,
    .profile-edit.pedia-cover-photo .upload-bot-img .update-img {
        bottom: 20px;
    }
}

.user-dash .bb-dash__avatar {
    flex: 0 0 100px;
    margin-right: 24px;
}

.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);
}

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

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

.user-dash .bb-dash__brief {
    color: #c8c8c8;
    font-size: 22px;
    line-height: 2.5em;
}

.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;
}

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

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

.dash-title p {
    font-size: 12pt;
    margin-bottom: 20px;
}

.user-dash-grid.default-bot,
.user-dash-grid.user-own-bot {
    margin-bottom: 4rem;
}

.bb-dash-grid__inner.is-sep {
    border-color: #cdadd180 !important;
}

.user-dash-grid.bb-dash-grid {
    border: none;
}

.user-dash-grid .bb-dash-grid__image.square img {
    max-width: 65px !important;
    width: 65px !important;
    height: 65px !important;
    border-radius: 10px !important;
}

.user-dash-grid .bb-dash-grid__title h2 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #122B46;
    margin-bottom: 0px;
    margin-top: 10px;
}

.user-dash-grid .bb-dash-grid__link:hover .bb-dash-grid__title h2 {
    color: #c2a5d9;
}

.user-dash-grid .bb-dash-grid__frame {
    padding: 0;
}

.user-dash-grid .bb-dash-grid__block {
    padding: 0;
}

.user-dash-grid .bb-dash-grid__link {
    padding: 5px;
}

.user-dash-grid.default-bot .bb-dash-grid__inner {
    background-color: #f8f8f8;
}

.user-dash-grid .bb-dash-grid__inner {
    border-radius: 8px;
    height: 150px;
    padding: 20px 10px;
    -webkit-transition: box-shadow linear .2s;
    transition: box-shadow linear .2s;
}

.bb-dash-grid__inner.is-sep {
    border: none;
}

.user-dash-grid .bb-dash-grid__block:hover {
    box-shadow: none;
    background: none;
}

.user-dash-grid .bb-dash-grid__inner:hover {
    box-shadow: 0 3px 34px 0 rgba(18, 43, 70, .12);
}

.bb-dash-grid__image .bb-icon-eye,
.bb-dash-grid__image .bb-icon-user-friends-plus,
.bb-dash-grid__image .bb-icon-user-info {
    font-size: 55px;
    border-radius: 10px;
    padding: 5px;
}

.user-dash-grid .bb-dash-grid__inner.no-1 {
    background-color: #ffca6b21;
}

.user-dash-grid .bb-dash-grid__inner.no-2 {
    background-color: #45cab321;
}

.user-dash-grid .bb-dash-grid__inner.no-3 {
    background-color: #6e4af921;
}

.user-dash-grid .bb-dash-grid__inner.no-4 {
    background-color: #9c27b021;
}

.bb-dash-grid__image .bb-icon-user-friends-plus {
    color: #ffffff;
    background-color: #6e4af9;
}

.bb-dash-grid__image .bb-icon-eye {
    color: #ffffff;
    background-color: #ffca6c;
}

.user-dash-grid .bb-dash-grid__link:hover {
    text-decoration: none !important;
}

.bb-dash-grid__image .bb-icon-user-info,
.bb-dash-grid__image .bb-icon-link {
    font-size: 55px;
    border-radius: 10px;
    padding: 5px;
    color: #9C27B0;
    background-color: #9c27b021;
}

.bb-dash-grid__image .bb-icon-link {
    color: #3364c5;
    background-color: #3364c51a;
}

.bb-dash-grid__image .bb-icon-user-info {
    color: #ffffff;
    background-color: #9C27B0;
}

.bb-dash-grid__image span.ai-icon {
    display: block;
    width: 65px;
    height: 65px;
    color: #ffffff;
    margin: 6px auto;
    font-size: 40px;
    border-radius: 10px;
    background-color: #44cab3;
    line-height: 65px;
}

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

    .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 {
        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;
    }

    .user-dash .bb-dash__brief {
        font-size: 21px;
        line-height: 1.2;
    }
}

@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-avatar .modal-title,
    .modal.create-pedia-avatar .modal-title,
    .modal.suggest-pedia-avatar .modal-title {
        font-size: 16px !important;
    }

    .modal.create-cover-img .modal-title,
    .modal.suggest-pedia-cover-img .modal-title {
        font-size: 14px !important;
    }

    .modal.create-avatar .btn-close i:before,
    .modal.create-cover-img #close_cover_photo_btn i:before,
    .modal.create-pedia-avatar #close_pedia_btn i:before,
    .modal.suggest-pedia-avatar #close_pedia_photo_btn i:before,
    .modal.suggest-pedia-cover-img #close_pedia_cover_photo_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.create-avatar .modal-content,
    .modal.create-pedia-avatar .modal-content,
    .modal.suggest-pedia-avatar .modal-content,
    .modal.create-cover-img .modal-content,
    .modal.suggest-pedia-cover-img .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;
    }
}

@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;
    }
}

.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: #fafafb !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;
}

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

.bb-user-content-wrap .item-audience-insights {
    color: #a3a5a9;
    font-size: 14px;
    margin: 10px 0 5px;
}

.bp-profile-content .profile hr,
.activity-wrap hr {
    margin-top: 25px;
    margin-bottom: 15px;
    border-top: 1px solid #eee;
}

.bb-user-content-wrap .item-audience-insights img {
    width: 13px;
    vertical-align: middle;
    margin: 0 0px 4px 0;
    height: auto;
}

.bb-user-content-wrap p.see-more-insights {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1;
}

.bb-user-content-wrap p.see-more-insights a {
    color: #007bff !important;
}

#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: 95%;
    background: #f5f5f6;
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    border-radius: 7px;
}

.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 span.username .user_type_pedia {
        width: 30px;
        height: 13px;
        line-height: 13px;
        font-size: 6pt;
        font-weight: normal;
    }

    .cur .username .user_type {
        width: 13px !important;
        height: 13px !important;
        line-height: 13px !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 10px 15px !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;
}

.member-header-actions a:visited {
    color: #375dff !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;
}

.scene-list-wrap .scene-title span.user_type,
.scene-list-wrap .scene-title span.user_type,
.character-list-wrap .chatbots-carousel .chatbot-slider .chatbot-name 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: 7pt;
    font-weight: 600;
    margin-left: 2px;
    color: #a44997;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background-color: #e5d7e8;
    text-align: center;
}

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

#fnp-details-page-container .chat-link .user_type {
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    color: #672992;
    background-color: #ffffff;
    margin-right: 5px;
    font-size: 8pt;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-weight: bolder;
    text-align: center;
}

#fnp-details-page-container .chat-link .user_type_pedia {
    display: inline-block;
    vertical-align: top;
    border-radius: 10px;
    color: #672992;
    background-color: #ffffff;
    font-size: 8pt;
    width: 32px;
    height: 15px;
    line-height: 15px;
    font-weight: bolder;
    text-align: center;
}

.bb-user-content-wrap .pedia {
    display: inline-block;
    vertical-align: top;
    font-size: 8pt;
    margin: 3px 0 5px;
    color: #8a3d85;
    border: 1px solid #8a3d85;
    border-radius: 3px;
    padding: 0 8px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    font-weight: 600;
}

.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;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-weight: 600;
    color: #a44997;
    border-radius: 50%;
    font-size: 7pt;
    background-color: #e5d7e8;
    text-align: center;
}

.notification-users a .user_type {
    width: 14px !important;
    height: 14px !important;
    line-height: 14px !important;
    font-size: 6pt !important;
    margin-left: 3px !important;
    margin-right: 2px;
}

.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 .sing-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.create-avatar,
.modal.create-pedia-avatar,
.modal.suggest-pedia-avatar,
.modal.modal.create-cover-img,
.modal.suggest-pedia-cover-img {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal.create-avatar textarea,
.modal.create-pedia-avatar textarea,
.modal.suggest-pedia-avatar textarea,
.modal.create-cover-img textarea,
.modal.suggest-pedia-cover-img textarea {
    resize: none;
}

.modal.create-avatar i.bb-icon-redo:before,
.modal.create-pedia-avatar i.bb-icon-redo:before,
.modal.suggest-pedia-avatar i.bb-icon-redo:before,
.modal.create-cover-img i.bb-icon-redo:before,
.modal.suggest-pedia-cover-img 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: 4rem;
    font-size: 28px;
    color: var(--bb-headings-color);
}

.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;
}

@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 {
        flex: 1;
        align-items: end;
        margin-top: 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.create-avatar .modal-content,
.modal.create-pedia-avatar .modal-content,
.modal.suggest-pedia-avatar .modal-content,
.modal.create-cover-img .modal-content,
.modal.suggest-pedia-cover-img .modal-content {
    border-radius: 10px;
    background-color: #fefefe;
    border: 1px solid #a0a0a0;
    max-width: 600px;
    margin: 12rem auto 0;
}

.modal.create-avatar .modal-header,
.modal.create-cover-img .modal-header,
.modal.create-pedia-avatar .modal-header,
.modal.suggest-pedia-avatar .modal-header,
.modal.suggest-pedia-cover-img .modal-header {
    padding: 1.5rem;
    border-bottom: 1px solid #E7E9EC;
}

.modal.create-avatar .modal-title,
.modal.create-pedia-avatar .modal-title,
.modal.suggest-pedia-avatar .modal-title,
.modal.create-cover-img .modal-title,
.modal.suggest-pedia-cover-img .modal-title {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    color: #3a393a;
    margin: 1rem 0;
}

.modal.create-avatar .modal-footer,
.modal.create-pedia-avatar .modal-footer,
.modal.suggest-pedia-avatar .modal-footer,
.modal.create-cover-img .modal-footer,
.modal.suggest-pedia-cover-img .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.create-avatar .modal-footer .d-flex,
.modal.create-pedia-avatar .modal-footer .d-flex,
.modal.suggest-pedia-avatar .modal-footer .d-flex,
.modal.create-cover-img .modal-footer .d-flex,
.modal.suggest-pedia-cover-img .modal-footer .d-flex {
    display: flex;
}

.modal.create-avatar .modal-footer .px-1,
.modal.create-pedia-avatar .modal-footer .px-1,
.modal.suggest-pedia-avatar .modal-footer .px-1,
.modal.create-cover-img .modal-footer .px-1,
.modal.suggest-pedia-cover-img .modal-footer .px-1 {
    padding: 0 0.5rem;
}

.modal.create-avatar .modal-footer .d-flex-btn,
.modal.create-pedia-avatar .modal-footer .d-flex-btn,
.modal.suggest-pedia-avatar .modal-footer .d-flex-btn,
.modal.create-cover-img .modal-footer .d-flex-btn,
.modal.suggest-pedia-cover-img .modal-footer .d-flex-btn {
    display: block;
    width: 100%;
}

.modal.create-avatar .modal-footer .px-1,
.modal.create-pedia-avatar .modal-footer .px-1,
.modal.suggest-pedia-avatar .modal-footer .px-1,
.modal.create-cover-img .modal-footer .px-1,
.modal.suggest-pedia-cover-img .modal-footer .px-1 {
    float: left;
    padding: 0 0.5rem;
}

.modal.create-avatar .modal-footer .px-2,
.modal.create-pedia-avatar .modal-footer .px-2,
.modal.suggest-pedia-avatar .modal-footer .px-2,
.modal.create-cover-img .modal-footer .px-2,
.modal.suggest-pedia-cover-img .modal-footer .px-2 {
    float: right;
    padding: 0 0.5rem;
}

.modal.create-avatar .modal-footer button:hover,
.modal.create-pedia-avatar .modal-footer button:hover,
.modal.suggest-pedia-avatar .modal-footer button:hover,
.modal.create-cover-img .modal-footer button:hover,
.modal.suggest-pedia-cover-img .modal-footer button:hover {
    background-color: #1e42dd;
}

.modal.create-avatar .modal-footer .btn,
.modal.create-pedia-avatar .modal-footer .btn,
.modal.suggest-pedia-avatar .modal-footer .btn,
.modal.create-cover-img .modal-footer .btn,
.modal.suggest-pedia-cover-img .modal-footer .btn {
    background-color: #375dff;
    border: none;
    font-size: 15px;
    border-radius: 30px;
    padding: 0.5rem 1.7rem;
}

.modal.create-avatar .modal-footer .btn#cancel_btn,
.modal.create-cover-img .modal-footer .btn#cancel_cover_btn,
.modal.create-pedia-avatar .modal-footer .btn#cancel_pedia_btn,
.modal.suggest-pedia-avatar .modal-footer .btn#cancel_pedia_photo_btn,
.modal.suggest-pedia-cover-img .modal-footer .btn#cancel_pedia_cover_photo_btn {
    background-color: #d9d9d999 !important;
    color: #454545 !important;
}

.modal.create-avatar .modal-footer .btn#cancel_btn:hover,
.modal.create-cover-img .modal-footer .btn#cancel_cover_btn:hover,
.modal.create-pedia-avatar .modal-footer .btn#cancel_pedia_btn:hover,
.modal.suggest-pedia-avatar .modal-footer .btn#cancel_pedia_photo_btn:hover,
.modal.suggest-pedia-cover-img .modal-footer .btn#cancel_pedia_cover_photo_btn:hover {
    background-color: #dadada !important;
}

.modal.create-avatar .modal-body,
.modal.create-pedia-avatar .modal-body,
.modal.suggest-pedia-avatar .modal-body,
.modal.create-cover-img .modal-body,
.modal.suggest-pedia-cover-img .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.create-avatar .btn-close,
.modal.create-cover-img #close_cover_photo_btn,
.modal.create-pedia-avatar #close_pedia_btn,
.modal.suggest-pedia-avatar #close_pedia_photo_btn,
.modal.suggest-pedia-cover-img #close_pedia_cover_photo_btn {
    color: #aaa;
    float: right;
    padding: 0;
    font-weight: bold;
    background: none;
    border: none;
}

.modal.create-avatar .btn-close i:before,
.modal.create-cover-img #close_cover_photo_btn i:before,
.modal.create-pedia-avatar #close_pedia_btn i:before,
.modal.suggest-pedia-avatar #close_pedia_photo_btn i:before,
.modal.suggest-pedia-cover-img #close_pedia_cover_photo_btn i:before {
    font-size: 4rem;
}

.modal.create-avatar .btn-close:hover,
.modal.create-avatar .btn-close:focus,
.modal.create-cover-img #close_cover_photo_btn:hover,
.modal.create-cover-img #close_cover_photo_btn:focus,
.modal.create-pedia-avatar #close_pedia_btn:hover,
.modal.create-pedia-avatar #close_pedia_btn:focus,
.modal.suggest-pedia-avatar #close_pedia_photo_btn:hover,
.modal.suggest-pedia-avatar #close_pedia_photo_btn:focus,
.modal.suggest-pedia-cover-img #close_pedia_cover_photo_btn:hover,
.modal.suggest-pedia-cover-img #close_pedia_cover_photo_btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal.create-avatar .spinner-border,
.modal.create-cover-img .spinner-border,
.modal.create-pedia-avatar .spinner-border,
.modal.suggest-pedia-avatar .spinner-border,
.modal.suggest-pedia-cover-img .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.create-avatar .modal-content p.error-msg,
.modal.create-cover-img .modal-content p.error-msg,
.modal.create-pedia-avatar .modal-content p.error-msg,
.modal.suggest-pedia-avatar .modal-content p.error-msg,
.modal.suggest-pedia-cover-img .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.ai-bot p.field-visibility-settings-notoggle,
.profile-edit.pedia p.field-visibility-settings-notoggle,
.profile-edit.pedia-photo p.field-visibility-settings-notoggle,
.profile-edit.pedia-cover-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;
    border-radius: .25rem;
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .2);
    border-left: 5px solid #ffc600;
    background: #ffffff;
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    max-width: 41rem;
    position: relative;
    border-radius: 5px;
}

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

.hs-toast-msg {
    color: #4d5c6dcc;
    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 {
    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;
}

.hs-toast-msg a {
    color: #337ab7;
    font-weight: 500;
}

.hs-toast-icons i {
    font-size: 2rem;
}

.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: #f1f2f3;
}

.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;
}

.bp-profile-content table.profile-fields ul li {
    padding-left: 5px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.notification-content a:visited,
.bp-messages-content .thread-participants .participants-name a:visited {
    color: #122b46 !important;
}

.cur .username .user_type {
    display: inline-block;
    vertical-align: top;
    font-size: 6pt;
    font-weight: 600;
    color: #a44997;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    line-height: 14px;
    background-color: #e5d7e8;
    text-align: center;
}

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

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

.cur span.username .user_type_pedia {
    margin-left: 1px;
}

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

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

.compose-pedia-suggestion::-webkit-scrollbar-track {
    background: #eee;
}

.compose-pedia-suggestion::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background: #b4b4b4;
}

.compose-pedia-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: #672992;
    border-radius: 25px;
    transition: linear .2s;
}

.select-pedia:last-of-type:hover {
    color: #fff !important;
    background-color: #9443cb;
    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: 600;
    margin-left: 0px;
    color: #a44997;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #e5d7e8;
    text-align: center;
}

.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 .chat-link {
    display: block;
    padding: 8px 20px;
    font-size: 18px;
    border-radius: 3px;
    color: #fafafa !important;
    text-decoration: none !important;
    background: #7b3ca7;
    margin: 20px auto;
    text-align: center;
    border: 1px solid #672992;
    font-family: 'Yrsa', serif;
    letter-spacing: 0.3px;
    box-shadow: rgb(0 0 0 / 56%) 0px -30px 30px -28px inset;
}

#fnp-details-page-container .chat-link i {
    float: right;
}

#fnp-details-page-container .chat-link:hover {
    background-color: #672992;
    text-decoration: underline !important;
}

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

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

    #fnp-details-page-container .chat-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 .fnp-slider-card {
    width: 200px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.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-pedia-carousel .fnp-img-container {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.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: 10px;
    right: 10px;
    background-color: #7e4aa3;
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

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

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

.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: 50px;
    }

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

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

    .modal.create-avatar .modal-title,
    .modal.create-cover-img .modal-title,
    .modal.create-pedia-avatar .modal-title,
    .modal.suggest-pedia-avatar .modal-title,
    .modal.suggest-pedia-cover-img .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;
}

.bp-single-message-content h2 img.emoji,
.bp-single-message-content ul li img.emoji,
.bp-single-message-content details img.emoji,
.bp-single-message-content p img.emoji {
    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: #007bff !important;
}

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

table.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 a.blue-link:visited,
.activity-wrap a:visited {
    color: #23527c !important;
}

#buddypress .profile table.profile-fields tr td.data {
    font-size: 15px !important;
    line-height: 1.5;
}

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;
    padding: 5px;
    margin-top: 20px;
    background: none;
    box-shadow: none;
}

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

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

.character-list-wrap .chatbots-carousel .chatbot-slider .chatbot-img {
    width: 80px;
    height: 80px;
}

/* .character-list-wrap .chatbots-carousel .chatbot-slider .chatbot-img img {
    max-width: unset;
    width: auto;
} */
.character-list-wrap .chatbots-carousel .chatbot-slider .chatbot-name {
    padding-left: 5px;
}

@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;
}

.pedia-name-suggestion,
.pedia-name-selection {
    width: 50%;
    max-height: 400px;
    overflow-y: scroll;
    position: absolute;
    background-color: #fff;
    overflow: auto;
    z-index: 1;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
}

.pedia-name-suggestion::-webkit-scrollbar,
.pedia-name-selection::-webkit-scrollbar {
    width: 5px;
}

.pedia-name-suggestion::-webkit-scrollbar-track,
.pedia-name-selection::-webkit-scrollbar-track {
    background: #eee;
}

.pedia-name-suggestion::-webkit-scrollbar-thumb,
.pedia-name-selection::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background: #b4b4b4;
}

.pedia-name-suggestion::-webkit-scrollbar-thumb:hover,
.pedia-name-selection::-webkit-scrollbar-thumb:hover {
    background: #888;
}

.pedia-name-suggestion::-webkit-scrollbar-thumb,
.pedia-name-selection::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background: #b4b4b4;
}

.pedia-name-suggestion .name-list,
.pedia-name-selection .name-list {
    width: 100%;
    display: table;
    padding: 2px 10px;
}

.pedia-suggestion .name-list amp-img,
.pedia-suggestion .search-name {
    display: table-cell !important;
    float: none;
}

.pedia-name-suggestion .search-name,
.pedia-name-selection .search-name {
    display: inline-block;
    font-size: 11pt;
    font-weight: 500;
    line-height: 35px;
    height: 35px;
}

.name-list amp-img {
    pointer-events: none;
    max-height: 35px !important;
    margin-right: 10px !important;
    vertical-align: middle;
}

.name-list img {
    object-fit: cover;
    border-radius: 50%;
    height: 45px;
    width: 45px;
}

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

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

    .bp-single-message-content .bp-message-content-wrap img {
        max-width: 100%;
    }
}

body.messages #blogherads-branding-container {
    display: none;
}

.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.pedia-note {
    padding: 0 5px;
    font-size: 14px;
    color: #777777;
    text-align: center;
}

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

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

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

.ai-command-buttons-support button {
    background: transparent !important;
    color: #757575 !important;
    border-color: #c6c7ca70 !important;
    font-size: 13px !important;
    min-height: 30px !important;
    line-height: 30px !important;
    padding: 0px 10px 0 !important;
    margin-top: 3px;
}

@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;
    }

}

@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;
    }
}

.gh-success a:visited {
    color: #337ab7 !important;
}

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: 0 20px !important;
    }

}

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

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

#item-header a.link-change-cover-image.pedia-cover-image {
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

#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);
}

@media screen and (max-width: 680px) {
    #item-header a.link-change-cover-image.pedia-cover-image {
        bottom: 30%;
    }
}

.user_type_pedia {
    display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 15px;
    line-height: 15px;
    font-weight: 600;
    color: #a44997;
    border-radius: 10px;
    font-size: 7pt;
    background-color: #e5d7e8;
    text-align: center;
}

.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;
}

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

.notification-users a .user_type_pedia {
    width: 28px !important;
    height: 14px !important;
    line-height: 14px !important;
    font-size: 6pt !important;
    margin-left: 4px !important;
    color: #a44997;
}

.typing-indicator .user_type_pedia,
.bb-pusher-typing-indicator-text-inner .user_type_pedia {
    width: 26px;
    height: 13px;
    line-height: 13px;
    border-radius: 5px;
    font-size: 6pt;
    margin-left: 3px;
}

.typing-indicator .user_type,
.bb-pusher-typing-indicator-text-inner .user_type {
    display: inline-block;
    vertical-align: top;
    width: 13px;
    height: 13px;
    line-height: 13px;
    border-radius: 50%;
    font-size: 6pt;
    margin-left: 3px;
    color: #a44997;
    background-color: #e5d7e8;
    text-align: center;
}

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

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

.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;
}

.bp-profile-content .profile .sm-block a:visited {
    color: #fff !important;
}

.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: 26px;
    margin: 20px 0 20px !important;
}

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

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

.bp-messages-content #bp-message-thread-list li .bp-message-content-wrap h4 {
    font-size: 17px !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 {
    width: 250px;
}

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

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

.scene-list-wrap .scene-card:hover {
    transform: translateY(-2px);
    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-thumbnail {
    position: relative;
    height: 133px;
    overflow: hidden;
    text-align: center;
    background-color: #000000;
}

.scene-list-wrap .scene-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.scene-list-wrap .scene-image.default {
    width: 54%;
}

.scene-list-wrap .scene-card:hover .scene-image {
    transform: scale(1.05);
}

.scene-list-wrap .scene-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

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

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

.scene-list-wrap .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;
}

.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 {
    border-top: 1px solid #f2eef4;
    padding: 0.75rem;
    margin: 0;
    line-height: 1.3;
    font-size: 14px;
    white-space: normal;
    color: #000000;
    text-align: center;
}

.bb-user-content-wrap p.item-title {
    font-weight: 500;
    margin: 8px 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:first-of-type,
.bb-mobile-panel-inner #menu-cvl-mobile-menu li:first-of-type,
.bb-mobile-panel-inner #menu-wow-mobile-menu li:first-of-type,
.bb-mobile-panel-inner #menu-tbn-mobile-menu li:first-of-type,
.bb-mobile-panel-inner #menu-opa-mobile-menu li:first-of-type,
.bb-mobile-panel-inner #menu-opab-mobile-menu li:first-of-type,
.bb-mobile-panel-inner #menu-bnp-mobile-menu li:first-of-type {
    margin-top: 0 !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%;
    max-width: 381px;
    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: #333;
    text-align: left;
}

.popup-modal-roleplay .popup-message p{
    margin-top: 15px;
}

.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: #375dff;
    color: #fff;
    margin-right: 5px;
}

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

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

/* Follow Button */
button.follow-button,
a.follow-btn {
    vertical-align: top;
    width: 160px !important;
    text-align: center;
    background: transparent !important;
    color: #375dff !important;
    height: 38px;
    line-height: 38px;
    border-radius: 30px;
    padding: 0 !important;
    cursor: pointer;
    position: relative;
    margin: 5px 0 5px 5px;
    border: 1px solid #375dff !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: #1e42dd;
}

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

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

.rank-indicator {
    display: inline-flex;
    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: 3px 0 2px;
}

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

.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(-50%);
    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 rgba(0, 0, 0, 0.2);
    z-index: 9999;
    pointer-events: none;
    line-height: 1.4;
}

.follow-tooltip:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 67%;
    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(-50%) 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;
    }

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

/* 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;
}

.following-list .following-section {
    border-radius: 20px;
    padding: 30px;
    border: 1px solid #e7e9ec;
}

.following-list .following-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.following-list .following-title {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
}

.following-list .following-count {
    color: #333333;
    font-size: 13px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    background-color: #eaeaea;
}

.following-list .following-avatars {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.following-list .following-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: transform 0.3s ease;
}

.following-list .following-avatar:hover {
    transform: scale(1.1);
    box-shadow: 0 20px 40px rgb(0 0 0 / 0%), 0 0 20px rgba(145, 70, 255, 0.3);
}

.following-list .following-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

@media screen and (max-width: 980px){
    body #buddypress .member-header-actions>.generic-button .follow-button{
        margin: 0;
        margin-left: 5px; 
    }
}
@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;
    }

    .following-list .following-avatar {
        width: 50px !important;
        height: 50px !important;
    }

    .following-list .following-count {
        width: 25px !important;
        height: 25px !important;
        font-size: 11px !important;
        line-height: 25px;
        margin-top: 10px;
    }
}

/* 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;
}
.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;
}
.bp-single-message-content .bb_more_options_action i:hover,
.message_action__anchor i:hover{
    color: #c2a5d9 !important;
}
.message_action__anchor i:before{
    height: 20px;
}

.share-btn i{
    font-size: 15px !important;
}

.share-btn:hover {
    text-decoration: none;
    background: #f5f5f6;
}

.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: 12rem 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: 2.5rem;
}

.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-content {
    margin-bottom: 32px;
}

.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;
    margin-bottom: 32px;
    position: relative;
}

.share-modal-overlay .link-container .link-input {
    background: #efefeff2;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 0 20px;
    color: #8a8a8a;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    width: 100%;
}

.single-message-thread-header .share-modal-overlay .copy-btn,
#bp-message-thread-list .message-metadata .share-modal-overlay .copy-btn {
    font-size: 13px;
    border-radius: 30px;
    padding: 10px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 3px;
    border: 1px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 5px;
    box-shadow: rgb(191 195 214) -7px 0px 15px 3px;
}

.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;
}

@media screen and (max-width: 550px) {
    .share-modal-overlay .modal {
        width: 95%;
        margin: 12rem auto 0;
        padding: 15px;
    }

    .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;
    }

    .share-modal-overlay .modal-header {
        margin-bottom: 1rem;
    }

    .share-modal-overlay .modal-title {
        font-size: 18px !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: 5px 10px;
    }

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

    .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 {
        display: block;
        padding: 3px 0 0;
    }

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


.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: flex;
    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: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;
}