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

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

/* Image carousel */
.image-carousel{
    margin-top: 3rem;
}
.image-carousel h2{
    text-align: center;
}
.image-carousel amp-img img{
    display: block;
    width: 280px !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:#d7d7d7 !important;
}
.mwai-input textarea{
    flex: auto;
    color: #000;
    border: none;
    background: #e8e8e8;
}
.mwai-input textarea:focus{
    outline: none;
    background: #e8e8e8;
}
.mwai-chat span.mwai-text{
    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;
}
/*
* 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 {
     display: none !important;
 }

 .profile-edit.ai-bot .upload-bot-img{
    position: relative;
    padding: 1rem;
    border: 1px solid #e7e9ec;
    border-radius: 4px;
    background-color: #fff;
}
.profile-edit.ai-bot .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{
    display: block;
    width: 130px;
    height: 130px;
    margin: 1rem auto;
    border-radius: 50%;
    box-shadow: -1px 2px 11px #eee;
}

.profile-edit.ai-bot .upload-bot-img .upload-demo-wrap {
    width: 400px;
    height: 250px;
    margin: 0 auto 7rem;
}
.profile-edit.ai-bot .upload-bot-img .upload-demo-wrap .cr-viewport{
    width: 200px !important;
    height: 200px !important;
}
.profile-edit.ai-bot .upload-bot-img input[type="file"]{
    display: none;
}
.profile-edit.ai-bot .upload-bot-img input.update-img{
    width: 165px !important;
    right: 142px;
}
.profile-edit.ai-bot input[type="file"][name="field_38"] {
    padding: 1.5rem;
    border: 1px solid #e7e9ec;
}
.upload-bot-img .file-label{
    padding: 5px 0;
    font-size: 15px !important;
    text-align: center;
    color: #fff !important;
    background-color: #9b60a2!important;
    border-radius: 3px;
    cursor: pointer;
}
.profile-edit.ai-bot .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:not(.bp-screen-reader-text).update-label{
    display: inline-block;
    width: 165px !important;
}
.profile-edit.ai-bot .upload-bot-img .file-label{
    width: 50% !important;
    padding: 10px 0;
}
.profile-edit.ai-bot 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{
    display: none;
}
.profile-edit.ai-bot .field_type_image .field-visibility-settings-toggle{
    display: none;
}
.profile-edit.ai-bot .upload-bot-img input.after-delete-img{
    left: 140px;
}
@media (max-width: 400px) {
 
    .profile-edit.ai-bot .upload-bot-img input[type='file']{
        width: 54% !important;
        right: 0;
    }
    .profile-edit.ai-bot .upload-bot-img .update-img{
        bottom: 0;
        left: 0;
        top: 145px;
        right: 0;
    }
    .profile-edit.ai-bot .upload-bot-img input.after-delete-img{
        top: 157px !important;
        left: 0;
    }
    .profile-edit.ai-bot a.delete-icon{
        margin-top: 10px;
    }
    .profile-edit.ai-bot .upload-bot-img .upload-demo-wrap,
    .profile-edit.ai-bot .croppie-container .cr-boundary{
        width: 100% !important;
    }
}
@media (min-width: 401px) and (max-width: 429px){
    .profile-edit.ai-bot .upload-bot-img input.update-img{
        bottom: 65px;
        right: 0;
    }
    .profile-edit.ai-bot .upload-bot-img input.after-delete-img{
        bottom: 20px;
        left: 3px !important;
    }
    .profile-edit.ai-bot .upload-bot-img .upload-demo-wrap,
    .croppie-container .cr-boundary{
        width:100% !important;
    }
    .profile-edit.ai-bot a.delete-icon{
        margin-top: 10px !important;
    }
}
@media (max-width: 830px) and (min-width: 430px){
    .profile-edit.ai-bot .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;
    }
    .member-header-actions>.generic-button.social-button{
        margin-left: 5px !important;
    }
}
@media screen and (max-width: 767px) {
    .elementor-column {
        width: 100% !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;
    }
}
.member-header-actions>.generic-button.social-button{
    background-color: #fff;
}
.member-header-actions>.generic-button.social-button .share-link {
    width: 38px;
    min-height: 38px !important;
    line-height: 38px !important;
    height: 38px !important;
    padding: 0 !important;
    background-color: #fff !important;
    border-color: #e4e4e4 !important;
}
.member-header-actions>.generic-button.social-button>* i{
    margin-top: 3px;
}
.member-header-actions>.generic-button.social-button>* i:before,
.member-header-actions>.generic-button a.copy-button i:before{
    font-size: 30px !important;
}
.member-header-actions>.generic-button.social-button a#share-fb i{
    color: #3b5998;
}
.member-header-actions>.generic-button.social-button a#share-twt i{
    color: #00b8ff;
}
.member-header-actions>.generic-button.social-button a#share-li i{
    color: #0e7698;
}
.member-header-actions>.generic-button.social-button a:hover{
    opacity: 0.8;
}
.member-header-actions>.generic-button.social-button .share-link i:before,
.member-header-actions>.generic-button a.copy-button i:before{
    font-weight: 300;
    margin-right: 0 !important;
}
#buddypress .member-header-actions>.generic-button.item-copy a.copy-button {
    width: 38px;
    min-height: 38px;
    line-height: 38px;
    height: 38px;
    padding: 0;
    border-color: #e4e4e4;
    background-color: #fff;
}
.member-header-actions>.generic-button a.copy-button i{
    border-radius: 50%;
    color: #969696;
    margin-top: 3px;
}
.member-header-actions .item-copy{
    margin-right: -1px !important;
    margin-left: 5px !important;
} 
.member-header-actions .item-copy .tooltip {
    position: relative;
    display: inline-block;
}
.member-header-actions .item-copy .tooltip .tooltiptext.copied{
    display: none
}
.member-header-actions .item-copy .tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #122b46;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 90%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s !important;
}
.member-header-actions .item-copy .tooltip:hover .tooltiptext {
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    visibility: visible;
    opacity: 1;
}
@media screen and (max-width: 782px) {
    body #buddypress .member-header-actions .generic-button:first-of-type:not(.item-copy){
        width: 100%;
    }
    body #buddypress .member-header-actions .generic-button:last-of-type{
        margin-left: 2px;
    }
}
@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{
    width: 135px;
}
/* BB message screen */
body.bb-is-mobile.messages .site-content, 
.messages-wrapper,
.bp-messages-content-wrapper,
.bp-messages-content-wrapper .bb-pusher-typing-indicator{
    background: #f1f1f1 !important;
}
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: 400px !important;
}
body.bb-is-mobile.messages  #message-threads .message-thread-options{
    display: block !important;
}
.message-lists li.current a.bp-message-link{
    background: #ffffff !important;
}
.bp-messages-content #bp-message-thread-list,
.bp-messages-nav-panel{
    border-color: #dbdbdb !important;
}
.bp-messages-content #bp-message-thread-list li{
    padding: 5px 20px !important;
}
#bp-message-thread-list li .bp-single-message-wrap{
    background:#fbfbfc;
    padding: 10px 20px 10px 10px;
    border-radius: 5px;
}
#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;
}
#bp-message-content .medium-editor-element:not(.emojionearea) {
    max-height: 350px !important;
}
.messages-wrapper{
    margin-bottom: 0;
    border-radius: 0;
    border: none;
}
.messages-wrapper #user_messages_search{
    padding-left: 30px;
}
@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{
        padding-left: 0 !important;
        padding-right: 0 !important;
        background: #f1f1f1 !important;
    }
    .bp-compose-message #send_message_form #bp-message-content{
        margin-top: 18px !important;
    }
    #message-threads .message-thread-options{
        display: block !important;
    }
    .bp-messages-content-wrapper{
        min-height: auto !important;
        height: auto !important;
        padding: 0 10px;
    }
    .bp-messages-content-wrapper.focus-in--scroll{
        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,
    body.my-messages.view .mwai-window{
        display: none;
    }
    .bp-messages-nav-panel #subnav{
        padding:0 15px;
    }
    .buddypress-wrap .bb-profile-grid .bp-messages-nav-panel .subnav-filters{
        padding:0 15px 15px;
    }
    #message-threads .bp-message-link .thread-to{
        opacity: 1;
    }
} 
.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;
}

.upload-bot-img .crop-file-label{
    background-color: #28a83c !important;
    color: white !important;
}
.upload-bot-img .update-label.cancel-label{
    background-color: #d9d9d9 !important;
    color: #000 !important;
    margin: 0 1rem !important;
}

.messages-screen #inbox-personal-li a#inbox{
    display: none;
}
#buddypress #profile-edit-form .wp-editor-container textarea{
    font-size: 15px !important;
}

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

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

.member-title-wrap .user-nicename{
    position: relative;
}

.member-title-wrap .user_type{
    position: absolute;
    top: -7px;
    font-size: 10pt;
    margin-left: 7px;
    font-weight: 600;
    color: #a44997;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #ebe7ec;
    text-align: center;
}

/* 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;
}
.chatbots-carousel .chatbot-slider{
    min-width: 300px;
    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;
    overflow: hidden;
    margin-bottom: 20px;
    color: #484848;
    box-shadow: rgb(100 100 111 / 67%) 0px 7px 29px 0px;
    border-radius: 50%;
}
.chatbots-carousel .chatbot-slider .chatbot-img img{
    object-fit: cover;
    border-radius: 50%;
    height: 100px;
    width: 100px;
}
.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: 16px;
    font-family: 'Yrsa', serif;
}
.chatbots-carousel .chatbot-slider a:hover{
    text-decoration: none;
}