/*
Theme Name: ALter RNA
Theme URI: http://webhungers.com/
Author: Webhungers
Author URI: http://webhungers.com/
Description: A custom WordPress theme
Version: 1.0.1
License: GPLv2 or later
Text Domain: alter-rna
*/


.checkbox-conset input[type="checkbox"] {
    background-clip: padding-box;
    width: 17px;
    height: 17px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    margin-top:10px;
}
.checkbox-conset input[type="checkbox"]::before{
    content: "";
    position: absolute;
    left: 6px;
    top: 4px;
    width: 4px;
    height: 7px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 1;
}

.checkbox-conset input[type="checkbox"]:checked {
    background-color: #65c322;
    border-color: rgba(0, 0, 0, 0);
    accent-color: #65c322;
}

.consent-wrapper p {
    margin: 0;
}

.error {
    color: red;
    font-size: 14px;
}
.nsl-container-block{
    text-align: center !important;
}





.note-title, .note-content{
	border: none !important;
    box-shadow: unset !important;
    display: block !important;
    width: 100% !important;
}
.note-content{
    resize: none;
}
.note-card {
    background: #fff;
    border-radius: 10px;
    padding: 16px !important;
    box-shadow: 0 6px 20px rgba(0,0,0,.08) !important;
    width: 500px;
    max-width: 600px;
    margin-top:20px !important;
    display: flex;
    flex-direction: column;
}
@media (max-width: 600px) {
    .note-card {
        width: 100% !important; 
    }
}
.note-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px !important;
}
.icon-btn, .icon-btn:hover, .icon-btn:focus{
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    padding: 4px;
}
.save-note-btn {
    background: #fff;
    color: #65C322 !important;
    border: 1px solid #43a6df;
    padding: 8px 18px;
    border-radius: 6px;
    cursor: pointer;
}
.media-modal-close:active, .media-modal-close:hover {
    color: #fff !important;
}


.notes_head{
    margin-top:50px !important;
}
.notes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
@media (max-width: 768px) {
    .notes-grid {
        grid-template-columns: 1fr;
    }
}
.note-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.note-header h4 {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}
.note-actions {
    display: flex;
    gap: 6px;
}
.note-icon {
    cursor: pointer;
    font-size: 14px;
    opacity: .7;
}
.note-icon:hover {
    opacity: 1;
}
.note-meta {
    font-size: 12px;
    color: #777;
    margin: 4px 0 8px;
}
.note-content {
    font-size: 14px;
    color: #444;
    flex-grow: 1;
}

.note-tag {
    background: #f1f3f4;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;
}
.note-share {
    display: flex;
    align-items: center;
    gap: 6px;
}
.share-avatar {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #e8f0fe;
    color: #1a73e8;
    font-size: 13px;
    cursor: pointer;
}

/* Tooltip */
.emailTooltip {
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);

    background: #333;
    color: #fff;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 6px;
    white-space: nowrap;

    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease;
}

/* Arrow */
.emailTooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

/* Show on hover */
.share-avatar:hover .emailTooltip {
    opacity: 1;
    visibility: visible;
}



.wpforo-classic .wpf-topic-form-extra-wrap{
	display:block;
}

.wpforo-classic .wpf-notifications{
	display:block !important;
}

.notifications_wrap .wpf-alerts{
	display:none;
}
.notifications_wrap .wpf-notifications{
    position:relative !important;
    width:100% !important;
}

.wpft-activity .entry-title, .wpft-activity .wpforo-profile-back, .wpft-my-notes .entry-title, .wpft-my-notes .wpforo-profile-back, .wpft-shared-notes .entry-title, .wpft-shared-notes .wpforo-profile-back{
	display:none !important;
}

a.wpf-aq-button {
    float:right;
    background: #ffffff;
    color: #43a6df !important;
    border: 1px solid #0099cc;
    box-shadow: 0 0 3px #fff;
    line-height: 10px;
    padding: 6px 18px 7px 18px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:13px;
    border-radius: 20px;
    display: none;
}
a.wpf-aq-button:hover{
    background: #43a6df;
    color: #ffffff !important;
    border: 1px solid #0099cc;
    box-shadow: 0 0 10px #fff;
}
.wpft-forum a.wpf-aq-button, .my-questions-wrap a.wpf-aq-button{
    display: block !important;
}
.wpf-head-bar-right .wpf-button{
    display: none !important;
}

.wpforo-recent-topic-image img{
    height: 100% !important;
    width: 95% !important;
    border-radius: 30px;
    padding-top:10px !important;
}


/* =========================
   MEMBER DASHBOARD LAYOUT
   ========================= */

.member-dashboard {
    display: flex;
    gap: 30px;
    max-width: 1200px;
    margin: 40px 0px 40px 0px;
    padding: 0 20px;
}

/* LEFT SIDEBAR */
.md-sidebar {
    width: 250px;
    background: #f7f7f7;
    border-radius: 8px;
    padding: 20px;
}
.md-content{
    width: 900px;
}

/* MENU LIST */
.md-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.md-menu li {
    margin-bottom: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.md-menu li a {
    display: block;
    padding: 10px 14px;
    text-decoration: none;
    color: #FFFFFF;
    border-radius: 6px;
    font-weight: 500;
}

.md-menu li a:hover,
.md-menu li.active a {
    background: #0073aa;
    color: #fff;
}

/* =========================
   MOBILE RESPONSIVE
   ========================= */

@media (max-width: 900px) {
    .member-dashboard {
        flex-direction: column;
    }

    .md-sidebar, .md-content {
        width: 100%;
    }
    
}


.wpforo-profile-form {
    max-width: 760px;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0,0,0,.05);
}

.wpforo-profile-form h3 {
    margin: 30px 0 15px;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}

.form-group {
    margin-bottom: 18px;
}

.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px 12px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 14px;
}

textarea {
    min-height: 120px;
}

input[readonly] {
    background: #f5f5f5;
    cursor: not-allowed;
}

/* Grid layout */
.form-row {
    display: grid;
    gap: 20px;
}

.form-row.two-col {
    grid-template-columns: repeat(2, 1fr);
}

.align-center {
    align-items: center;
}

/* Avatar */
.avatar-preview {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #eee;
}

.avatar-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Button */
.wpforo-profile-form button {
    background: #fff;
    color: #65C322;
    padding: 12px 22px;
    border: 1px solid #43a6df;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
}

/*.wpforo-profile-form button:hover {*/
/*    background: #005f8d;*/
/*}*/

/* Mobile */
@media (max-width: 640px) {
    .form-row.two-col {
        grid-template-columns: 1fr;
    }

    .align-center {
        justify-items: center;
        text-align: center;
    }
}


/* Responsive */
@media (max-width: 600px) {
    .wpforo-profile-form {
        padding: 15px;
    }
}
.profile-avatar {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.avatar-preview {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #eaeaea;
    background: #f9f9f9;
}

.avatar-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Mobile center */
@media (max-width: 600px) {
    .profile-avatar {
        align-items: center;
        text-align: center;
    }
}

.profile-notice {
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 15px;
    font-size: 14px;
}

.profile-notice.error {
    background: #ffeaea;
    border-left: 4px solid #d63638;
    color: #7a1f1f;
}

.profile-notice.success {
    background: #e7f7ee;
    border-left: 4px solid #00a32a;
    color: #1d5c3b;
}

.my-questions-wrap {
    max-width: 900px;
}

.myq-title {
    font-size: 20px;
    margin-bottom: 20px;
    color: #053374;
}

.myq-title span {
    /*color: #777;*/
    font-weight: normal;
}

.myq-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.myq-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 16px 18px;
    border-radius: 8px;
    border: 1px solid #eee;
    transition: box-shadow .2s ease;
}

.myq-item:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
}

.myq-main {
    flex: 1;
}

.myq-topic-title {
    font-size: 16px;
    font-weight: 600;
    color: #0073aa;
    text-decoration: none;
}

.myq-topic-title:hover {
    text-decoration: underline;
    color: #0073aa !important;
}

.myq-meta {
    margin-top: 6px;
    font-size: 13px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    color: #6c757d;
    margin-bottom: 10px;
}

.myq-stats {
    margin-left: 20px;
}

.myq-badge {
    background: #f1f5f9;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    color: #65C322;
}

.myq-empty {
    padding: 30px;
    background: #f9f9f9;
    border-radius: 6px;
    color: #666;
}

.myq-meta .myq-author {
    font-weight: 500;
    color: #495057;
}


/* Mobile */
@media (max-width: 640px) {
    .myq-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .myq-stats {
        margin-left: 0;
    }
}

/* ===== EDIT NOTE MODAL FIX ===== */

#editNoteModal {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.45);
    z-index: 99999;
    display: none;
}

/* Center modal using transform (most reliable) */
#editNoteModal .share-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 420px;
    max-width: 92%;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,.25);
}

/* Header */
#editNoteModal h4 {
    margin: 0 0 14px;
    font-size: 16px;
    font-weight: 600;
}

/* Inputs */
#editNoteModal input,
#editNoteModal textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 12px;
    margin-bottom: 12px;
    font-size: 14px;
    outline: none;
}

#editNoteModal textarea {
    min-height: 120px;
    resize: vertical;
}

/* Buttons */
#editNoteModal .modal-actions {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

#editNoteModal #update_note {
    background: #fff;
    color: #65C322 !important;
    border: 1px solid #43a6df;
    padding: 8px 18px;
    border-radius: 6px;
    cursor: pointer;
}
#editNoteModal #update_note:hover{
    background: #43a6df;
    color: #ffffff !important;
    border: 1px solid #0099cc;
}

#editNoteModal #close_edit {
    background: #f1f3f4;
    border: none;
    padding: 8px 18px;
    border-radius: 6px;
    cursor: pointer;
    color: #000000;
}

.note-attachment-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

#edit_attachment_preview {
    font-size: 13px;
    color: #555;
}

#edit_attachment_preview a {
    color: #d63638;
    text-decoration: none;
    margin-left: 6px;
}


/* ===== SHARE NOTE MODAL ===== */

#shareModal {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.45);
    z-index: 99999;
    display: none;
}

/* Center modal */
#shareModal .share-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    background: #fff;
    width: 360px;
    max-width: 92%;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,.25);
}

/* Title */
#shareModal h4 {
    margin: 0 0 14px;
    font-size: 16px;
    font-weight: 600;
}

/* Select */
#shareModal select {
    width: 100%;
    box-sizing: border-box;
    padding: 9px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 16px;
    outline: none;
}

/* Buttons row */
#shareModal .modal-actions {
    display: flex;
    justify-content: end;
    gap: 10px;
}

/* Buttons */
#shareModal button {
    background: #fff;
    color: #65C322 !important;
    border: 1px solid #43a6df;
    padding: 8px 18px;
    border-radius: 6px;
    cursor: pointer;
}
#shareModal button:hover
{
    background: #43a6df;
    color: #ffffff !important;
    border: 1px solid #0099cc;
}

/* Primary */
#shareModal #confirm_share {
    background: #1a73e8;
    color: #fff;
}

.share-search {
    position: relative;
    margin-bottom: 15px;
}

#share_user_input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

#share_user_dropdown {
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    display: none;
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
}

.share-user-option {
    padding: 8px 10px;
    cursor: pointer;
}

.share-user-option:hover {
    background: #f1f3f4;
}

/* Selected users */
.shared-user-chip {
    display: inline-flex;
    align-items: center;
    background: #e8f0fe;
    padding: 6px 10px;
    border-radius: 20px;
    margin: 4px;
    font-size: 13px;
}

.remove-share-user {
    margin-left: 8px;
    cursor: pointer;
}


.md-content .wpf-bell{
    display:none;
}

.shared-note .note-attachment{
	padding:15px 0px;
}
.shared-note .note-content{
	padding:10px 0px;
}

.myq-title.shared-notes-title{
	margin-bottom: 0px !important;
}
#shared-notes-list .myq-empty{
	margin-top:20px;
}
#wpforo .wpforo-topic-image img, .wpforo-inline-image img {
    height: 100% !important;
    width: 100% !important;
    border-radius: 30px;
}
#wpforo-wrap .wpforo-last-topics-list li:not(:first-child) .wpforo-last-topic-title {
    padding-top: 20px !important;
}
 #wpforo-wrap .artical-listwpls-mt .wpforo-last-topic-title {
    width: 100% !important;
    padding-left: 0px !important;
    background-color: #fff;
    padding: 20px 20px !important;
    border-radius: 15px;
    border: 1px solid #eee !important;
    margin-bottom: 10px !important;
}
.page-template-community-template .content-area, .page-template-ask-a-question-template .content-area{
    width: 90%;
    margin: 100px auto;
}

.bpbm-pm-button.bm-wpforo-btn.visitor-pm-btn {
    padding: 1px 5px 1px 5px !important;
    border-radius: 2px !important;
    background: #21759b !important;
    color: #fff !important;
}
.wpf-topic-forum-field{
  display: none;   
}
/*---------------------------------community css-------------------------------------------------------------*/
/*.bg-community-wp{*/
/*    background-color: #65c32212;*/
/*}*/
.elmnt-comunity-layout {
    margin-bottom: -15px;
}
@media screen and (min-width: 992px){
    .container-post-width{
        max-width: 1000px;
    }
}
.title-head-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.page-title-wrap{
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #053374;
}
.btn.btn-contact-tp {
    background: linear-gradient(95.52deg, #084191 18.03%, #65C322 101.23%);
    border: 0px;
    border-radius: 30px;
    font-family: "PP Neue Montreal Medium";
    font-size: 16px;
    color: #fff;
    line-height: normal;
    padding: 15.4px 15px;
    min-width: 170px;
}
/* .side-ask-btn a.wpf-aq-button {
    background: linear-gradient(95.52deg, #084191 18.03%, #65C322 101.23%);
    border: 0px !important;
    border-radius: 30px;
    font-family: "PP Neue Montreal Medium";
    font-size: 15px;
    padding: 10px 20px !important;
    color: #fff !important;
} */
.side-ask-btn a.wpf-aq-button {
    background: transparent;
    border-color: #65c322 !important;
    border-radius: 30px;
    font-size: 14px;
    padding: 10px 20px !important;
    color: #65c322 !important;
    font-weight: 400 !important;
    text-transform: uppercase;
}
.side-ask-btn a.wpf-aq-button:hover, .side-ask-btn a.wpf-aq-button:focus{
    background: transparent;
    border-color: #65c322 !important;
    color: #65c322 !important;
}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-category.top-filter-waphead {
    /*background: linear-gradient(95.52deg, #084191 18.03%, #65C322 101.23%);*/
    border-radius: 5px;
    border-bottom: 0px;
}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-category.top-filter-waphead .wpforo-cat-panel{
    padding: 15px 18px 15px 18px;
}
#wpforo #wpforo-wrap .search-field-tp-head.wpf-bar-right {
    flex: 0 0 auto;
    width: 300px;
    min-width: auto;
    justify-content: flex-start;
}
#wpforo #wpforo-wrap .search-field-tp-head .wpf-search-form{
    display: block;
    width: 100%;
}
#wpforo #wpforo-wrap .search-field-tp-head .wpf-search-form form{
    display: block !important;
}
#wpforo #wpforo-wrap .wpf-search input[type="text"].wpf-search-field.search-control-tps {
    background-color: #fff;
    width: 100% !important;
    margin-right: 0px !important;
    height: 39px;
    border-radius: 5px;
    padding-left: 15px !important;
    padding-right: 45px;
}
#wpforo #wpforo-wrap span.btn-search-click {
    position: absolute;
    top: 50%;
    right: 4px;
    z-index: 30;
    transform: translateY(-50%) !important;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #084191;
    border-radius: 5px;
}
#wpforo #wpforo-wrap .wpf-search .btn-search-click i {
    position: static;
    line-height: 30px;
    margin-bottom: 0px;
    padding: 0px;
    color: #fff;
    display: block;
}
.top-filter-waphead .select-flt--rws {
    order: 4;
}
.select-flt--rws .form-control.control-select-weblm {
    padding: 8px 15px !important;
    border-radius: 5px;
    border: 0px !important;
    box-shadow: none !important;
}
.elmnt-comunity-layout #wpforo #wpforo-wrap{
    background-color: transparent;
    padding: 0px;
}
#wpforo #wpforo-wrap .wpfl-3 .block-content-wps .block-list--card-wps{
    width: 100%;
}
.artical-listwpls-mt{
    padding: 0px;
}
#wpforo #wpforo-wrap .title-wlt--head{
    margin-bottom: 3px;
}
#wpforo #wpforo-wrap .title-wlt--head a {
    font-size: 18px;
    color: #1e304a;
}
#wpforo #wpforo-wrap .text-excerpt-content{
    margin-bottom: 20px;
}
#wpforo #wpforo-wrap .wts-txtcontent-pl {
    font-size: 14px;
    color: #606060;
    line-height: normal;
    margin-bottom: 0px;
}
.autor-pst-img {
    flex: 0 0 44px;
    max-width: 44px;
}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topic-title .autor-pst-img .avatar.avatar-40.photo {
    width: 43px;
    height: 43px;
    border: 1px solid #e4e4e4;
}
#wpforo #wpforo-wrap .wpfl-3 .date-mdfil-yut {
    padding-left: 10px;
}
#wpforo #wpforo-wrap .wpfl-3 .date-mdfil-yut .txt-by-auth-nm {
    padding-top: 0px;
}
#wpforo #wpforo-wrap .txt-by-auth-nm a{
    color: #1e304a !important;
    font-weight: 600 !important;
}
.ftr--postbottm .btn-pst-ytmd {
    display: inline-block !important;
    line-height: normal;
    color: #4f4f4f !important;
    font-weight: 500 !important;
}
.ftr--postbottm .wpf-tags-text tag a {
    color: #4f4f4f !important;
    font-weight: 500 !important;
    font-size: 13px !important;
}
.ftr--postbottm .wpforo-post.wpforo-tags.wpfcl-1 {
    margin-left: 0px !important;
    margin-right: 24px !important;
}
.comment-chatlnk span{
    color: #4f4f4f !important;
    font-weight: 500 !important;
    font-size: 13px !important;
}
.btn-pst-ytmd i {
    color: #6d6d6d !important;
}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topic-bottom .wpforo-tags .wpf-tags-text i {
    color: #6d6d6d !important;
}
.bottom-last-qstview-elemnt {
    flex: 1;
    max-width: 100%;
    text-align: center;
}
.btn.btn-view-qstn {
    background: linear-gradient(95.52deg, #084191 18.03%, #65C322 101.23%);
    border-color: hsla(0, 0%, 100%, .1019607843);
    border-radius: 30px;
    padding: 10px 19px !important;
    line-height: normal;
    font-size: 16px;
    color: #fff !important;
    text-transform: capitalize;
}
.last-view-all {
    padding-top: 10px !important;
}
.btn.btn-view-qstn:hover, .btn.btn-view-qstn:focus{
    background: linear-gradient(95.52deg, #084191 18.03%, #65C322 101.23%);
    border-color: hsla(0, 0%, 100%, .1019607843);
    color: #fff !important;
}
/*---------------------ask-question-----------------------*/
.hole-wgt--mtn {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 15px 10px;
}
.texteditor--question .wpf-form-wrapper.wpf-topic-create {
    background-color: transparent !important;
    padding: 0px !important;
}
#wpforo #wpforo-wrap.texteditor--question .wpf-field{
    padding: 8px 0px 8px 0px;
}
.texteditor--question .wpf-field .wpf-label-wrap .wpf-label.wpfcl-1 {
    font-size: 16px !important;
    font-weight: 400;
    margin-bottom: 6px !important;
}
.texteditor--question .wpf-field .wpf-field-wrap input[type="text"] {
    background: #fff !important;
    border-color: #ddd !important;
    border-radius: 30px !important;
    height: 55px !important;
    font-size: 16px !important;
    font-weight: 400;
    padding-left: 18px !important;
    color: #001620 !important;
    caret-color: #65c322 !important;
    box-shadow: 15px 20px 45px 0px #e9e9e940 !important;
}
.askquestn--body #wpforo #wpforo-wrap.texteditor--question .wpf-field .mce-tinymce.mce-container.mce-panel {
    border-width: 1px !important;
    border-color: #ddd;
    border-radius: 20px;
    overflow: hidden;
}
.texteditor--question .wpf-field .mce-top-part::before{
    box-shadow: none;
    border-bottom: 1px solid #ddd;
}
.askquestn--body #wpforo #wpforo-wrap.texteditor--question .wpf-field .mce-container-body.mce-flow-layout {
    margin: 0px !important;
    padding: 8px 10px;
}
.texteditor--question .wpf-topic-tags input[type="text"] {
    background: #fff !important;
    border-color: #ddd !important;
    border-radius: 30px !important;
    height: 55px !important;
    font-size: 16px !important;
    font-weight: 400;
    padding-left: 18px !important;
    color: #001620 !important;
    caret-color: #65c322 !important;
    box-shadow: 15px 20px 45px 0px #e9e9e940 !important;
}
.texteditor--question .wpf-topic-form-wrap .wpf-buttons-wrap input[type="submit"].wpf-button {
    background: linear-gradient(95.52deg, #084191 18.03%, #65C322 101.23%) !important;
    border: 0px !important;
    border-radius: 30px;
    padding: 10px 19px !important;
    line-height: normal;
    font-size: 16px !important;
    color: #fff !important;
    text-transform: capitalize;
}
/*#wpforo #wpforo-wrap.texteditor--question .wpf-extra-fields{*/
/*    display: none;*/
/*}*/
#wpforo #wpforo-wrap.texteditor--question .wpf-extra-fields .wpf-main-fields{
    padding-left: 0px;
    padding-right: 0px;
}
#wpforo #wpforo-wrap.texteditor--question .wpf-topic-form-wrap .wpf-topic-tags{
    margin: 15px 0px;
}
#wpforo #wpforo-wrap.texteditor--question .wpf-topic-form-wrap .wpf-topic-sbs{
    display: none;
    padding: 0 0px;
}
#wpforo #wpforo-wrap.texteditor--question form .wpf-buttons-wrap{
    margin-top: 0px;
}
#wpforo #wpforo-wrap.texteditor--question .wpf-topic-form-wrap .wpforo-revisions-wrap{
    margin-top: 30px;
    padding: 8px 0px;
    border-color: #e6e6e6;
}
#wpforo #wpforo-wrap.texteditor--question .wpforo_post_preview, #wpforo #wpforo-wrap.texteditor--question .wpforo_revisions_history{
    display: none;
}
/*----------------------activity profile-----------------------*/
.wpforo-profile.profile-elemnt-wpfm {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px !important;
}
#wpforo #wpforo-wrap .wpforo-profile.profile-elemnt-wpfm .wpforo-profile-menu {
    border-bottom-color: #e4e4e4;
    border-width: 1px;
}
#wpforo #wpforo-wrap .wpforo-profile.profile-elemnt-wpfm .wpforo-profile-menu .wpf-profile-menu {
    margin-bottom: -1px;
}
#wpforo #wpforo-wrap .wpforo-profile.profile-elemnt-wpfm .wpforo-profile-menu .wpf-profile-menu.wpforo-active {
    color: #053374;
    border-bottom-color: #053374;
}
#wpforo #wpforo-wrap .wpforo-profile.profile-elemnt-wpfm .wpf-activity-panel {
    box-shadow: none;
    border: 1px solid #053374;
}
#wpforo #wpforo-wrap .wpforo-profile.profile-elemnt-wpfm .wpf-member-template-link.wpf-ajax-link.wpf-active {
    background: linear-gradient(95.52deg, #084191 18.03%, #65C322 101.23%);
}
#wpforo #wpforo-wrap .wpforo-profile.profile-elemnt-wpfm .wpf-member-template-link.wpf-ajax-link.wpf-active a {
    color: #fff;
}
#wpforo #wpforo-wrap .wpforo-profile.profile-elemnt-wpfm .wpf-member-template-link.wpf-ajax-link a {
    color: #053374;
}
#wpforo #wpforo-wrap .wpforo-profile.profile-elemnt-wpfm .wpf-activity{
    border: 1px solid #053374a1 !important;
    border-radius: 5px;
    padding: 10px 10px !important;
}
#wpforo #wpforo-wrap .wpforo-profile.profile-elemnt-wpfm .wpf-activity-icon{
    width: 55px;
    padding: 5px 10px;
}
#wpforo #wpforo-wrap .wpforo-profile.profile-elemnt-wpfm .wpf-activity-icon .wpf-activity-tlabel{
    color: #053374;
}
#wpforo #wpforo-wrap .wpforo-profile.profile-elemnt-wpfm .wpf-activity-icon svg{
    width: 20px;
    height: 20px;
    fill: #053374;
}
#wpforo #wpforo-wrap .wpforo-profile.profile-elemnt-wpfm .wpf-activity-data{
    padding-left: 12px;
    border-left-color: #0533748a;
    border-width: 1px;
}
#wpforo #wpforo-wrap .profile-elemnt-wpfm .wpf-activity-panel-left span {
    color: #053374;
}

#wpforo #wpforo-wrap .profile-elemnt-wpfm .wpf-activity-title a {
    color: #1e304a;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
}
#wpforo #wpforo-wrap .profile-elemnt-wpfm .wpf-activity-title p {
    color: #1e304a;
    font-size: 14px;
    line-height: normal;
}
#wpforo #wpforo-wrap .profile-elemnt-wpfm .wpf-activity-top .wpf-activity-date{
    color: #053374;
}

@media screen and (max-width: 767px) {
    #wpforo #wpforo-wrap .wpforo-profile.profile-elemnt-wpfm .wpf-activity{
        flex-wrap: wrap;
    }
    #wpforo #wpforo-wrap .wpforo-profile.profile-elemnt-wpfm .wpf-activity-icon{
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0px;
        order: 2;
    }
    #wpforo #wpforo-wrap .wpforo-profile.profile-elemnt-wpfm .wpf-activity-icon .wpf-activity-tlabel{
        display: inline-block;
    }
    #wpforo #wpforo-wrap .wpforo-profile.profile-elemnt-wpfm .wpf-activity-icon svg {
        width: 12px;
        height: 12px;
        fill: #053374;
        vertical-align: middle !important;
        margin: 0px !important;
    }
    #wpforo #wpforo-wrap .wpforo-profile.profile-elemnt-wpfm .wpf-activity-data {
        flex: 0 0 100%;
        max-width: 1000%;
        border: 0px;
        padding-left: 0px;
    }
    #wpforo #wpforo-wrap .wpforo-profile.profile-elemnt-wpfm .wpf-activity-data .wpf-activity-top{
        flex-wrap: wrap;
    }
    #wpforo #wpforo-wrap .wpforo-profile.profile-elemnt-wpfm .wpf-activity-data .wpf-activity-top .wpf-activity-title{
        flex: 0 0 100%;
        max-width: 100%;
    }
    #wpforo #wpforo-wrap .profile-elemnt-wpfm .wpf-activity-title a{
        font-size: 13px;
    }
    #wpforo #wpforo-wrap .profile-elemnt-wpfm .wpf-activity-top .wpf-activity-date{
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left;
    }
}
@media screen and (max-width: 449px) {
    #wpforo #wpforo-wrap .wpforo-profile.profile-elemnt-wpfm .wpf-activity-panel {
        flex-wrap: wrap;
    }
    #wpforo #wpforo-wrap .wpforo-profile.profile-elemnt-wpfm .wpf-activity-panel .wpf-activity-panel-left {
        flex: 0 0 100%;
        max-width: 1000%;
        justify-content: center;
    }
    #wpforo #wpforo-wrap .wpforo-profile.profile-elemnt-wpfm .wpf-activity-panel .wpf-activity-panel-right{
        flex: 0 0 100%;
        max-width: 1000%;
        margin-top: 8px;
        justify-content: center;
    }
}
/*--------------------recent main comunnity---------------------------*/
.post-6.status-publish {
    background-color: #fff;
    padding: 0px 20px;
    border-radius: 10px;
}
.wpf-head-title h1#wpforo-title {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #053374 !important;
    flex: 1;
    padding-bottom: 10px !important;
}
#wpforo #wpforo-wrap .wpf-button-outlined.wpf-subscribe-topic {
    border-color: #053374 !important;
    color: #fff !important;
    background-color: #053374 !important;
    padding: 3px 15px;
}
#wpforo #wpforo-wrap .wpforo-post-head .wpf-post-head-top {
    background-color: #fff !important;
    border: 1px solid #05337408 !important;
    border-radius: 10px;
    box-shadow: rgb(99 99 99 / 8%) 0px 2px 8px 0px;
}
#wpforo #wpforo-wrap .wpforo-post-head .wpf-post-head-top .wpf-post-stat .wpf-post-stat-box .wpf-tstat svg{
    fill: #053374 !important;
}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-left{
    width: 60px !important;
}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right {
    width: calc(100% - 60px) !important;
}
.wpforo-action-buttons-wrap i.wpforo-voteup, .wpforo-action-buttons-wrap i.wpforo-votedown{
    font-size: 21px !important;
}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-content {
    background: #fff;
    margin: 0;
}
#wpforo-wrap .wpforo-post-content p {
    font-size: 14px !important;
    color: #1e304a !important;
}
#wpforo #wpforo-wrap .wpf-post-starter {
    color: #053374;
}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-date {
    color: #053374;
    font-size: 12px;
}
#wpforo #wpforo-wrap .wpf-action i {
    color: #053374d1 !important;
}
#wpforo #wpforo-wrap .wpf-button, .wpf-button{
    border-color: #053374 !important;
    color: #fff !important;
    background-color: #053374 !important;
}
#wpforo #wpforo-wrap .wpf-tags a{
    background-color: #053374 !important;
}
#wpforo #wpforo-wrap .wpf-tags a:before {
    border-color: transparent #053374 transparent !important;
}
.wpforo-last-topic-bottom.ftr--postbottm{
    display: flex !important;
}
#wpforo #wpforo-wrap .wpf-activity-panel{
    border-radius: 5px !important;
}



.profile-wrapper{
    background:#ffffff;
    border-radius: 15px;
}
.profile-wrapper .profile-cover {
    position: relative;
    width: 100%;
    height: 200px;
    border-radius: 15px 15px 0px 0px;
    margin-bottom: 0;
    background-size: cover;
    background-position: center;
}
.wpft-activity .hentry{
    padding:0;
    background-color: unset !important;
}
.profile-info{
    display:flex;
    align-items:center;
    padding: 20px !important;
    position:relative;
}
.profile-info .avatar{
    width:90px;
    height:90px;
    border:4px solid #fff !important;
    margin-top:-100px !important;
    margin-left: 30px !important;
}

.profile-info .wpf-profile-online{
    position: absolute;
    left: 110px;
    top: 38px;
    border: 2px solid #fff !important;
    line-height: 10px;
    border-radius: 100%;
}
.profile-details{
    margin-left:20px !important;
}
.profile-details h2{
    display:flex;
}
.profile-details h2 .wpf-author-nicename{
    margin-left:20px !important;
    background: #f1f5f9;
    padding: 3px 10px!important;
    border-radius:30px;
}
.profile-details .wpfp-reputation{
    display:flex;
}
.profile-info .profile-details-wrap{
    display:flex;
    justify-content:space-between;
    width:100%;
}
.profile-info .profile-actions{
    margin-top: 30px !important;
}
.profile-stats {
    margin-top: 6px;
    padding: 10px 12px !important;
    border: 1px solid #f5f5f5 !important;
    border-width: 1px 0 1px 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.wpforo-follow-user{
    display: inline-block;
    margin-right: 15px;
    opacity: 1;
    cursor: pointer;
    font-size: 14px;
    line-height: 22px !important;
    padding: 2px 15px 2px 15px !important;
    border: 1px solid #666 !important;
    color: #666;
    border-radius: 20px;
}
.wpforo-follow-user svg{
    width: 18px;
    height: 18px;
    fill: #666;
    vertical-align: text-bottom;
    margin-right: 3px;
}
.wpf-edit-cover, .wpforo-user-tools{
    display: none;
}
.profile-activity{
    background: #ffff;
    border-radius: 15px;
    margin-top: 30px !important;
}







.wpf-action-link, .wpforo-post-head{
    display: none !important;
}
.wpforo-topic-footer, .wpf-topic-sbs, .wpforo-revisions-wrap {
    display:none;
}

.wpforo-last-topic-title{
    position:relative;
}

.wpforo-last-topic-title .topic-full-link{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
}

/* keep buttons clickable */
.wpforo-last-topic-title a,
.wpforo-last-topic-title button,
.wpforo-last-topic-title .wpforo-topic-actions{
    position:relative;
    z-index:2;
}



.search-field-tp-head{
	flex: 0 0 auto;
    width: 300px;
    min-width: auto;
    justify-content: flex-start;
}
.wpf-search-form{
	display: initial;
    padding-right: 3px;
}
.btn-search-click{
	position: absolute;
    top: 50%;
    right: 4px;
    z-index: 30;
    transform: translateY(-50%) !important;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #084191;
    border-radius: 5px;
    border: none;
}
.wpf-search .btn-search-click i {
    position: static;
    line-height: 30px;
    margin-bottom: 0px;
    padding: 0px;
    color: #fff ;
    display: block;
}
.wpforo-cat-panel{
   display:none !important;	
}
.elmnt-comunity-layout .title-head-top{
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #053374;
}
.elmnt-comunity-layout a.wpf-aq-button{
    background: transparent;
    border-color: #65c322 !important;
    border-radius: 30px;
    font-size: 14px;
    padding: 10px 20px !important;
    color: #65c322 !important;
    font-weight: 400 !important;
    text-transform: uppercase;
}


.wpft-post .wpf-post-starter
{
	display:none !important;
}
.wpft-post .wpf-pa-online, .wpft-post .wpf-author-nicename, .wpft-post .wpforo-post-author-data, .wpft-post .wpforo-post-author-stat{
	display:none !important;
}

@media (max-width: 575px){
    .btn-search-click{
        top: 80%;
    }
    .wpft-forum .wpf-aq-button{
        float:left !important;
        margin-bottom: 20px !important;
    }
    #wpforo #wpforo-wrap .wpforo-post .wpforo-attached-file{
        display: block !important;
    }
    .contact-button-top{
        margin: 0 0 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .flx-user-top{
        width: 70%;
        display: flex;
        justify-content: end;
    }
    .banner-toparea{
        background-size: cover !important;
        background-position: top center !important;
    }
    .prjct-txt-btn{
        margin-bottom:10px;
    }
    .btn.btn-contact-tp {
        min-width: 130px !important;
        padding: 12.4px 15px !important;
    }
    .submit-form-web p{
    	margin-bottom: 0px !important;
    }
    .wpcf7-list-item{
        margin: 0px !important;
    }
}
.development-content-layout, .invest-bg-rw, .about-work-wp{
    background-size: cover !important;
}
.row > .space-work-with:nth-child(2) .mult-bxs--wlp::before {
    display: none;
}

.btn-range-board.btn-low-txt {
    background-color: rgba(73, 213, 156, 0.15); 
    border: 1px solid #49d59c;
    color: #2e9e73;
}
.card-board-wp.completed-card-wp {
    border-color: #067c4b;
}

.card-board-wp.completed-card-wp .board-card-header {
    background-color: rgba(6, 124, 75, 0.15);
    border-color: #067c4b;
}
.card-board-wp.completed-card-wp .board-card-header .title-board-head {
    color: #067c4b;
}

.card-board-wp.blocked-progress-wp {
    border-color: #df2f4a;
}

.card-board-wp.blocked-progress-wp .board-card-header {
    background-color: rgba(223, 47, 74, 0.15); /* light version */
    border-color: #df2f4a;
}
.card-board-wp.blocked-progress-wp .board-card-header .title-board-head {
    color: #df2f4a;
}

.card-board-wp.in-progress-wp {
    border-color: #9cd326;
}

.card-board-wp.in-progress-wp .board-card-header {
    background-color: rgba(156, 211, 38, 0.15); /* light version of #9cd326 */
    border-color: #9cd326;
}
.card-board-wp.in-progress-wp .board-card-header .title-board-head {
    color: #9cd326;
}

.card-board-wp.paused-progress-wp {
    border-color: #4eccc6;
}
.card-board-wp.paused-progress-wp .board-card-header {
    background-color: rgba(78, 204, 198, 0.15); /* light version of #4eccc6 */
    border-color: #4eccc6;
}
.card-board-wp.paused-progress-wp .board-card-header .title-board-head {
    color: #4eccc6;
}


.project-tabs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 5px;
    -webkit-overflow-scrolling: touch;
}

.project-tabs::-webkit-scrollbar {
    display: none;
}

.tab-btn {
    border: 2px solid #053374;
    padding: 6px 18px;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    color: #053374;
    white-space: nowrap;
    flex: 0 0 auto;
}

.tab-btn.active {
    background: #053374;
    color: #fff;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}
.bottom-txt-alert-over{
    padding-top: 50px;
}
.txt-readiness-wp{
    font-size: 14px;
    font-weight: 400;
    color: #1e304a;
    margin-bottom: 0px;
}

.title-h3--head-elm a{
	color: #1e304a;
}

.banner-toparea{
    background-size: cover !important;
    background-position: top center !important;
}

.contact-button-top, .user-prfile-wml a{
	display: flex;
	justify-content: end;
	align-items:anchor-center;
}
.btn-list-intst:hover, .other-txt-info a:hover {
    color: #ffffff;
}
.privacy-banner-content, .governance-wap-content{
    background-size: cover !important;
}
.wpforo-post-content .wpforo-attached-file{
	border: unset !important;
	padding: 0px !important;
}
.wpforo-post-content .wpforo-attached-file img{
	border-radius: 30px;
}
.wpcf7-spinner{
    display: none;
}
.flt-img-prs img{
	border-radius:55px;
}
.title-wp-head-pl a, .nm-post-elmnt a{
	color: #1e304a !important;	
}

.btn-planned-txt {
    color: #cdcdcd;
    border: 1px solid #cdcdcd;
    background-color: rgba(205, 205, 205, 0.12);
}

.btn-completed-txt {
    color: #299267;
    border: 1px solid #299267;
    background-color: rgba(41, 146, 103, 0.12);
}

.btn-inprogress-txt {
    color: #9cd326;
    border: 1px solid #9cd326;
    background-color: rgba(156, 211, 38, 0.12);
}

.btn-blocked-txt {
    color: #e44e65;
    border: 1px solid #e44e65;
    background-color: rgba(228, 78, 101, 0.12);
}

.btn-paused-txt {
    color: #68d4ce;
    border: 1px solid #68d4ce;
    background-color: rgba(104, 212, 206, 0.12);
}

.txt-risk-wpp{
	font-size: 14px;
    font-weight: 400;
    color: #1e304a;
    margin-bottom: 0px;
}
.readiness-txt--pr{
	margin-top: 20px;
}
.title-with-wp a{
    color: #ffffff;
}
.wpf-activity-bottom .wpf-activity-forum{
	display:none;
}

@media screen and (min-width: 1400px) {
    .col-listside-grid
    {
        width: 88% !important;
    }
}
@media screen and (min-width: 1200px) {
    .col-listside-grid {
        width: 85% !important;
    }
}
.wpft-activity .wpf-activity {
    position: relative;
}

.wpft-activity .activity-link-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.wpft-activity .wpf-activity a:not(.activity-link-overlay) {
    position: relative;
    z-index: 2;
}
.wpft-activity .wpfp-box.wpfp-reputation{
	display:none;
}

/* Make parent container relative */
.input-search-footer {
    position: relative;
}
/* Move error message outside */
.input-search-footer .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    bottom: -22px; /* push below the rounded box */
    font-size: 14px;
    color: #ff4d4f;
    margin: 0;
}
/* Prevent layout break inside input */
.input-search-footer .wpcf7-form-control-wrap {
    position: static;
}
#post-19{
    margin: 60px 0px;
}

.community-top-bar, .title-head-top{
	padding: 0px 20px;
}

#bm-teams-btn, #bm-schedule-btn{
    background: unset !important;
}
#bm-teams-btn svg, #bm-schedule-btn svg{
    color: rgba(var(--main-bm-color), 1);
}
.ms-login-btn{
    box-shadow: inset 0 0 0 1px #747775;
    color: #1f1f1f !important;
    border-radius: 4px;
    padding: 8px 40px;
}

.teams-enhanced {
    max-width: 280px;
}
.teams-title {
    font-size: 13px;
    margin-bottom: 8px;
    font-family: "Parkinsans", sans-serif !important; 
}
.teams-card {
    background: #f3f4f6;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    align-items: center;
    /*gap: 10px;*/
}
.teams-icon {
    width: 28px;
    height: 28px;
}
.teams-btn {
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 500;
    font-family: "Parkinsans", sans-serif !important;
}
.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-messages-listing .bm-message .bm-message-content .teams-card .teams-btn{
	color: #0073aa !important;
	text-decoration: none !important;
}
.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-messages-listing .bm-message .bm-message-content .teams-card .teams-btn {
    color: #0073aa !important;
	text-decoration: none !important;
}
.md-sidebar {
    background: linear-gradient(
        180deg,
        #214F8F 0%,
        #2A5F96 15%,
        #2F6FA0 30%,
        #2D8A9C 50%,
        #2EA888 70%,
        #35C172 85%,
        #44D86C 100%
    );
}
.md-menu li:last-child {
   border-bottom: none;
}

#bm-teams-btn, #bm-schedule-btn{
	font-size: 18px !important;
	height: 42px;
	width: 50px;
	padding: 0px !important;
}
#bm-teams-btn svg {
    transform: scale(1.5);
}
.myq-title .wpf-aq-button{
	color: #65C322 !important;
}
.edit-note img,  .delete-note img{
	height:20px;
	width:20px;
}
.save-note-btn:hover, .wpforo-profile-form button:hover{
	background: #43a6df;
	color: #ffffff !important;
	border: 1px solid #0099cc;
	box-shadow: 0 0 10px #fff;
}
.bp-messages-wrap {
    border-radius:10px !important;
    border: none;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .05);
    background: #fff;
}
.thread .bm-info h4, .thread .bm-last-message-content, .thread .time, .bm-message-content-text p, .bm-message-info .bm-time, .bm-user, .bm-replied-message-text, .bm-editor-content, .bm-conversation-start span, .bm-sticky-date, .bm-reaction-count{
   font-family: "Parkinsans", sans-serif !important; 
}
.teams-meta ul li span{
    font-family: "Parkinsans", sans-serif !important;
}
.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background) *
{
    color: #212529 !important;
}
.bm-info .last-message, .bm-info h4:nth-child(2){
    color: #212529 !important;
}
.bm-user, .bm-info h4:first-child{
    color: #0073aa !important;
}
.bpbm-search form input, .bpbm-dropdown-item-label{
    font-family: "Parkinsans", sans-serif !important;
}
.chat-header .back, .thread-actions .bpbm-maximize, .thread-actions .expandingButtons{
    display:none !important;
}
[role="tooltip"][id^="_r_"] {
    display: none !important;
}

.custom-notifications {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.notif-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 16px 18px;
    border-radius: 8px;
    border: 1px solid #eee;
    transition: box-shadow .2s ease;
}
.notif-item:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
}

.notif-content a {
    color: #0073aa;
    text-decoration: none;
    font-size: 16px;
}
.notif-content a:hover{
    text-decoration: underline;
}

.notif-meta {
    font-size: 13px;
    color: #777;
    margin-top: 5px;
}

.notif-text {
    margin-top: 8px;
    color: #444;
}

.notif-badge {
    background: #f1f5f9;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    color: #65C322;
}

.custom-notifications .wpf-no-notification{
	padding: 30px;
	background: #f9f9f9;
	border-radius: 6px;
	color: #666;
}
.custom-notifications #clear-all-notifications{
	background: #fff;
	color: #65C322 !important;
	border: 1px solid #43a6df;
	padding: 8px 18px;
	border-radius: 6px;
	cursor: pointer;
	width: 112px;
}
.custom-notifications #clear-all-notifications:hover {
    background: #43a6df;
    color: #ffffff !important;
    border: 1px solid #0099cc;
    box-shadow: 0 0 10px #fff;
}

.bp-messages-wrap ul:not(.bp-better-messages-restrict-send-message) {
    padding: 0px !important;
}

.user-dropdown-wrapper {
    position: relative;
}

.user-dropdown-menu {
    position: absolute;
    top: 45px;
    right: 0;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    display: none;
    min-width: 115px;
    z-index: 999;
}
.user-dropdown-menu::before {
    content: "";
    position: absolute;
    top: -15px;
    right: 5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.user-dropdown-menu a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
}
.user-dropdown-menu a:first-child{
	border-bottom: 1px solid #eee;
}

.text-nameuser{
  cursor:pointer;  
}
.wpforo-last-topic-bottom .wpforo-last-topic-replies{
	display:none !important;
}

.wpforo-profile-menu, .wpf-activity-bottom .wpf-activity-flabel{
	display:none !important;
}

.wpforo-action-buttons-wrap > span:first-child,
.wpforo-action-buttons-wrap > span:last-child {
    display: none !important;
}

.notif-menu-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}
.notif-badge-count {
    background: #ff3b30;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    border-radius: 50px;
    padding: 2px 6px;
    margin-left: auto;
    min-width: 18px;
    text-align: center;
}
@media screen and (max-width: 480px) {
    #wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topic-title .wpforo-topic-author {
         display: flex !important;
    }
    .member-dashboard .md-sidebar{
    	display:none;
    }
}
.wpforo-last-topic-title .title-wlt--head, .wpforo-last-topic-title .wpforo-topic-excerpt, .wpforo-last-topic-title .wpforo-topic-image, .wpforo-last-topic-bottom{
	padding-left:60px !important;
}
#wpforo #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-author{
    align-items:center !important;
}

.user-role{
    font-size: 15px !important;
    font-family: "Courier New", Courier, monospace;
    padding-top: 4px !important;
    line-height: 20px;
    color: #65c322 !important;
    font-weight: 600 !important;
}
.wpforo-post-author-name .user-role{
    display: block !important;
}
.wpforo-comment-top .user-role{
	padding-right:10px !important;
}

.wpf-topic-form-wrap .wpf-main-fields{
	display:none;
}
.wpf-profile-body .wpforo-user-actions{
	display: none !important;
}
.wpft-post .community-top-bar{
    display:none;
}

.member-dashboard-wrap h2{
	color: #fff;
    padding-bottom:10px;
}
.member-dashboard-wrap .dashboard-item{
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
}
.member-dashboard-wrap .dashboard-item a{
   color: #fff;
}
.wpft-activity .wpf-search-form{
	display:none;
}