#my-taxonomy .jet-tabs__label-image {
    width: 150px !important;
}
input.jet-form-builder__field.time-field.custome-popup-time {
    text-align: center;
    font-size: 25px;
    padding: 0 165px;
}
#jet-popup-21433 .jet-popup__container {
    width: 500px !important;
}
#jet-popup-21483 .jet-popup__container {
    width: 500px !important;
}
.cat-blue {
    background: #2f469d;
    color: #fff;
}
.starts_rowsa {
    margin: -15px 0;
}
.siltsrs.custome-filds .jet-form-builder__label-text {
    text-align: center;
    font-size: 20px;
}
.custome-filds .jet-form-builder__label-text {
    text-align: left;
    font-size: 15px;
}
.custome-filds .jet-form-builder-col__start {
    text-align: center;
    width: 100% !important;
    display: block;
    max-width: inherit;
    padding: 15px 0 6px 0;
}
.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex {
    margin: 0;
}
.custome-filds .jet-form-builder-row {
    display: block;
    text-align: center;
    width: 100%;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard-statistics a::before {
    font-family: FontAwesome !important;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--agent-customers a::before {
    font-family: FontAwesome !important;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--agent-orders a::before {
    font-family: FontAwesome !important;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--commissions a::before {
    font-family: FontAwesome !important;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--agent-messages a::before {
    font-family: FontAwesome !important;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--agent-affiliate-links a::before {
    font-family: FontAwesome !important;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--agent-cart-sharing a::before {
    font-family: FontAwesome !important;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--agent-announcements a::before {
    font-family: FontAwesome !important;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--agent-payout a::before {
    font-family: FontAwesome !important;
}
.js .tmce-active .wp-editor-area {
    color: #000000 !important;
}
body.popup-open {
    overflow: hidden; /* Prevent scrolling when popup is open */
}
.custome-popup-formse label.jet-form-builder__field-label.for-checkbox span {
    flex-direction: column-reverse;
}
.wp-block-columns {
    margin-left: 0;
    margin-right: 0;
}
.custome-popup-formse .jet-form-builder__fields-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: .7em;
	justify-content:center;
}
.some-daters {
    padding: 37px 0 0;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0;
}
.colmun-dateds ul {
    display: flex;
    align-items: center;
	    gap: 20px;
	margin:0;
}
.colmun-dateds p.w-checkbox {
    margin: 0;
}
.butons-customes a.jet-listing-dynamic-link__link {
    background: #1a3270;
    color: #fff;
    padding: 8px 15px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
}
.colmun-dateds input[type=checkbox], input[type=radio] {
    display: inline-block;
    width: 18px;
    height: 18px;
    opacity: 1;
    padding: 0;
    border: 1px solid #000 !important;
}
.coustome-butots .jet-form-builder__fields-group.checkradio-wrap {
    flex-wrap: wrap;
    flex-direction: column;
}
.coustome-butots .jet-form-builder__fields-group.checkradio-wrap .jet-form-builder__field-label{
	    width: 100%;
    justify-content: space-between;
}
.coustome-butots .jet-form-builder__fields-group.checkradio-wrap .jet-form-builder__field-label span{
width: 100%;
    justify-content: space-between;
    flex-direction: row;
}
.colmun-title h2.jet-listing-dynamic-field__content {
    font-size: 22px;
    margin: 0;
}
.times-date span.jet-listing-dynamic-field__content {
    font-size: 20px;
}
.colmun-title p.jet-listing-dynamic-field__content {
    font-size: 20px;
	margin:0;
}
.group-invites-search.subnav-search.clearfix input#group_invites_search {
    font-size: 12px;
}
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dimmed background */
    z-index: 9998; /* Ensure it is behind the popup */
    display: none; /* Initially hidden */
}
ul#primary-menu {
    overflow: inherit;
}
#sharePopup {
    position: fixed;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    display: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.popup-content {
    text-align: center;
}

#sharePopup label {
    display: block;
    margin: 10px 0;
}

#submitShareForm {
    margin-top: 20px;
    padding: 10px 20px;
}
    
#shareForm {
    height: 500px;
    overflow-y: scroll;
}

.header-container {
    background: #2f469d;
    color: white;
    padding: 1px;
}

.header-container h2{
    color: white;
    text-align: center;
    margin: 10px 0;
}
.header-container p {
    margin: 0 0 1rem;
}
.share-container {
    display: flex;
    justify-content: center;
    gap: 23px;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px 20px;
}

.share-container .share-inner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.share-container .share-inner-container .user-data {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#sharePopup label {
    margin: 10px 0;
}

.share-container .share-inner-container .user-data label input[type="checkbox"] {
    display: block;
    margin: 0 auto 10px;
}

#affirmations_button {
    color: #ffffff;
}

div.affirmations_title {
    display: none;
}

div.affirmations_box {
    position: relative;
    margin: 1rem 0;
}

button.accordion {
    width: 100%;
    height: 69px;
    background-size: cover;
    text-align: left;
    font-size: 20px;
    border-radius: 15px;
    padding: 20px 20px 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.rec-task-table tr td {
    padding: 3px 0 !important;
}


.responcive-tabs {
    overflow-x: scroll;
}

#shareForm .button-div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 1rem 0;
}

#shareForm .button-div button {
    margin-top: 0;
}

#shareForm .lable-container {
    display: flex;
    justify-content: center;
    margin: 0.5rem auto 0.5rem;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.popup-open {
    /* background: rgb(92 87 87 / 33%); */
    overflow: hidden;
    z-index: 1;
}
.rec-popup{
    max-width: 450px;
    border: 2px solid #fff !important;
}
.rec-popup .note-popup-title-content h2#week-title {
    padding-right: 60px;
    font-size: 18px;
}
.note-popup-title-content button.close-btn {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.tax-esg-global-taxonomy .complate-gola-a .tracking-submit-button.jet-form-builder__submit {
/*     top: -13px !important; */
}

.single-goals .delete-btn .jet-listing-dynamic-link {
    flex-direction: row-reverse !important;
}
.eael-accordion-list h6.elementor-heading-title.elementor-size-default {
    font-size: 16px;
    margin-bottom: 20px;
}

.tax-esg-global-taxonomy .vision-board-title {
    display: none !important;
}

.tax-esg-global-taxonomy #badge-vision-board {
    display: none;
}

.container.site-header-container.flex.default-header {
max-width: 100%;
}               
.bb-template-v2 .woocommerce-MyAccount-navigation {
    padding-right: 0px !important;
}
li.woocommerce-MyAccount-navigation-link a {
    padding: 20px !important;
}   
a.woocommerce-button.button.afwc-click-to-copy.single-product-affiliate-link {
    display: none!important;
}           
.single-product .woocommerce-variation-price {
        margin-bottom: 10px !important;
}
#content div.product form.cart .variations td.value {
    padding: 1rem !important;
}   
.product-type-variable-subscription .product_title.entry-title + .price {
    display: none !important;
}
.cart_totals .recurring-totals,
.cart_totals .recurring-total,
.shop_table .recurring-totals,
.shop_table .recurring-total{
    display: none !important;
}

.toggle-content {
    display: none;
}
.toggle-head:before {
    content: " ";
    position: absolute;
    right: 20px;
    top: 30px;
    color: #fff;
    border: solid 4px #fff;
    border-bottom: 0;
    border-right: 0;
    width: 15px;
    height: 15px;
    transform: rotate(135deg);
    transition: 1s all;
}
.toggle-head.active:before {
    transform: rotate(45deg);
    transition: 1s all;
}  
#buddypress .comment-reply-link.outline, #buddypress .generic-button a.outline, #buddypress .standard-form button:not(.search-form_reset).outline, #buddypress a.button.outline, #buddypress input[type=button].outline, #buddypress input[type=reset].outline, #buddypress input[type=submit].outline, #buddypress ul.button-nav li a.outline, a.bp-title-button.outline {
    border-width: 1px;
    background-color: #1a3270;
    color: var(--bb-secondary-button-text-regular);
    border: 1px solid var(--bb-secondary-button-border-regular);
}

.toggle-head-new:before {
    content: " ";
    position: absolute;
    right: 20px;
    top: 30px;
    color: #fff;
    border: solid 4px #fff;
    border-bottom: 0;
    border-right: 0;
    width: 15px;
    height: 15px;
    transform: rotate(135deg);
    transition: 1s all;
}
.toggle-head-new.active:before {
    transform: rotate(45deg);
    transition: 1s all;
}  
.jet-form-builder-row{
    /*padding:0;*/
}
/* .page-id-9832 .tracking-submit-button.jet-form-builder__submit{
    top:0;
} */
.delete-task-button {
    cursor: pointer;
}
.rec-task-table thead tr th:nth-child(2) {
	min-width: auto !important;
    text-align: center;
}
.tracking-submit-button.jet-form-builder__submit {
    position: absolute;
    font-size: 0;
    background: #fff !important;
    /* top: 7px; */
    z-index: 1;
    /* left: 0; */
    width: 30px;
    height: 30px;
    padding: 0;
    border: solid 6px #ccc;
}
.tracking-submit-button.jet-form-builder__submit{
    top: 17px;
    left: 10px;
    right: auto;
}

.jet-form-builder-message.jet-form-builder-message--success {
    display: none;
}

.markcompleted-box span {
     font-size: 0; 
/*     padding: 10px; */
}
.markcompleted-box {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    
}
.coustome-butots  label.jet-form-builder__field-label.for-checkbox span:before{
		content: '';
	position: absolute;
	top: 5px;
	right: 34px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
	z-index:99;
}
.coustome-butots .field-type-checkbox-field .jet-form-builder__field-label.for-checkbox :checked+span::before {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}
.coustome-butots  label.jet-form-builder__field-label.for-checkbox span:after
{
	content: '';
	cursor: pointer;
	text-indent: -9999px;
	width: 60px;
	height: 30px;
	background: grey;
	display: block;
	border-radius: 100px;
	position: relative;
}
.custome-popup-formse button.jet-form-builder__action-button.jet-form-builder__submit.submit-type-reload {
    background-color: #1A3270 !important;
}
.markcompleted-box span:before {
    content: "";
    position: absolute;
/*     left: 20px;
    top: 16px; */
	left: 20px;
    top: 15px;
    border: solid 4px green !important;
    background: transparent !important;
    border-bottom: none !important;
    border-right: none !important;
    padding: 6px 6px 6px 0px;
    z-index: 10;
    transform: rotate(225deg);
}
.elementor-element.elementor-element-efbe05b.jedv-enabled--yes.elementor-widget.elementor-widget-jet-listing-dynamic-field {
    position: absolute;
    right: 100px;
    left: auto;
    z-index: 1;
    color: #fff;
    width: auto;
    top: 15px;
}
button.accordion:after{font-size:16px; color: #fff !important;}
.elementor-element.elementor-element-efbe05b.jedv-enabled--yes.elementor-widget.elementor-widget-jet-listing-dynamic-field .jet-listing-dynamic-field__content {
    color: #fff !important;
    font-size: 16px !important;
}
span.eael-accordion-tab-title {
    padding-left: 40px;
}

.complate-dat .jet-listing-dynamic-field__content {
    min-height: 54px;
}       

.switcher-custom .jet-switcher__control-wrapper {
    justify-content: flex-end;
}               

/* #elementor-tab-content-3391 button.jet-form-builder__action-button.tracking-submit-button.jet-form-builder__submit.submit-type-reload {
    top: 50%;
    transform: translateY(-50%);
} */

/* .my_tasks_cust #golclass .markcompleted-box span::before {
    top: 10px !important;
} */
/* Theme custom css  End inline */

.affirmations_main_title {
    text-align: center;
}
.primary-menu .bp-menu.bp-logout-nav{
    display: none;
}

.bb-is-mobile.bp-nouveau .primary-menu .bp-menu.bp-logout-nav {
    display: block;
}

/* Mayank css  */
.home-afwc-dashboard .nav-tab-wrapper,
.home-afwc-dashboard #afwc_top_row_container,
.home-afwc-dashboard .afwc-referrals-section,
.home-afwc-dashboard .afwc-products-section,
.home-afwc-dashboard .afwc-payouts-section {
    display: none;
}

/* chceckbox css vivek  start*/
.custom_form_title .jet-listing-dynamic-field__content {
    padding-left: 30px;
}

/* .tracking-submit-button.jet-form-builder__submit {
    top: 15px;
    left: 10px;
    right: auto;
	transform: translate(0px, 4px);	
} */

/* .tracking-submit-button.jet-form-builder__submit {
    top: 10px;
    left: 10px;
    right: auto;
    transform: translate(0px, 0px);
} */

.my_tasks_cust_deshbord_page  .tracking-submit-button.jet-form-builder__submit {
    transform: translate(0px, 1px);
}

@media (max-width: 767px) { 
	.my_tasks_cust_deshbord_page  .tracking-submit-button.jet-form-builder__submit {
		transform: translate(0px, 3px);
	}
}

.jet-form-builder__field-wrap.checkboxes-wrap.checkradio-wrap {
    position: relative;
    transform: translate(0px, 2px);
    z-index: 2;
}
/* #golclass .markcompleted-box span::before {
    top: 2px !important;
} */

#golclass .markcompleted-box span::before {
    top: -2px !important;
}

/* .my_tasks_cust #golclass .markcompleted-box span::before {
    top: 2px !important;
} */
/* chceckbox css vivek end*/

.action-item-dynamic-cust {
    position: relative;
}

@media (max-width: 767px) {
    .bnt_cust_edit {
        position: absolute;
        left: auto;
        right: 15%;
        top: 13px;
        z-index: 1;
    }
    .bnt_cust_delete {
        position: absolute;
        left: auto;
        right: 0%;
        top: 10px;
    }

    span.eael-accordion-tab-title {
        padding-left: 30px;
    }
	button.accordion{
		background-position: 96% 0px;
	}

    #sharePopup{
        width: 70%;
    }
}

@media (max-width: 611px) {
    body.tax-esg-global-taxonomy .action-item-dynamic-cust .custom_form_title .jet-listing-dynamic-field__content, 
    .my_goals_page_listing_cust .custom_form_title .jet-listing-dynamic-field__content {
        padding-top: 25px;
        padding-left: 10px;
    }
	.ekit-wid-con .profile-header, body .profile-header {
    margin-bottom: 38px;
    position: relative;
    overflow: hidden;
    display: flex;
    max-width: 100%;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}
	#item-body .bb-profile-title {
    margin: 20px 0;
}
#buddypress a.button.outline {
    box-shadow: none;
    margin: 0 auto;
    float: none;
    background: #1a3270;
}
}
@media (max-width: 575px) {
    #sharePopup{
        width: 80%;
    }
    .share-container{
        flex-direction: column;
    }
	
	.my_goals_page_listing_cust .date_cust_list .jet-listing-dynamic-field__inline-wrap {
		padding: 0 5px !important;
        font-size: 12px;
	}
	.my_goals_page_listing_cust  .delete_cust_list_btn  .jet-listing-dynamic-link__link {
		padding: 8px 8px 0px 8px !important;
	}
	.my_goals_page_listing_cust .edit_cust_list_btn {
		right: 57px !important;
	}
	.my_goals_page_listing_cust_view_member_css .jet-listing-dynamic-field__inline-wrap {
		padding: 0px 7px 0px 7px !important;
	}
}

@media (max-width: 540px) {
    .custom_form_title .jet-listing-dynamic-field__content {
        padding-left: 10px;
    }
}

/* My Dashboard css  vivek*/
.home-courses .elementor-widget-container form .bb-grid {
    flex-wrap: wrap;
    margin-bottom: 0;
}
.home-courses .elementor-widget-container form .bb-grid #course-dir-list {
    width: 100%;
}
.home-courses .elementor-widget-container form .bb-grid li.bb-course-item-wrap {
    flex: 0 0 100% !important;
}

.home-courses .elementor-widget-container form .flex.align-items-center.bb-courses-header, .ld-secondary-header {
    display: none;
}

.home-courses .elementor-widget-container form {
    margin-bottom: 0;
}


/* aside.buddypanel.buddypanel .side-panel-inner .side-panel-menu-container ul#buddypanel-menu li#menu-item-11557 {
    pointer-events: none;
    opacity: 0.7;
} */


/* aside.buddypanel.buddypanel .side-panel-inner .side-panel-menu-container ul#buddypanel-menu li.free-restrict {
    position: relative;
    background-color: #f2f2f2; / Background color for the li /
    pointer-events: none; / Disable clicking on the li itself /
  }
  
  aside.buddypanel.buddypanel .side-panel-inner .side-panel-menu-container ul#buddypanel-menu li.free-restrict a {
    display: block;
    position: relative;
    pointer-events: auto; / Enable clicking on the link /
    z-index: 1; / Ensure link is clickable on top of the overlay /
  }
  
  aside.buddypanel.buddypanel .side-panel-inner .side-panel-menu-container ul#buddypanel-menu li.free-restrict::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); / Semi-transparent overlay /
    z-index: 0; / Behind the link /
  }
  
  aside.buddypanel.buddypanel .side-panel-inner .side-panel-menu-container ul#buddypanel-menu li.free-restrict::after {
    content: '\f023'; / Unicode for lock icon (adjust this based on your icon font) /
    font-family: FontAwesome; / Assuming you are using FontAwesome or similar icon font /
    font-size: 24px; / Adjust size as needed /
    color: #fff; / Icon color /
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10; / Ensure icon is on top of the overlay /
  } */

.client-section {
    text-align: center;
}

  img.client-image {
    border-radius: 50%;
  }

  .client-name {
    font-size: 25px;
    color: #2f469d;
    margin-top: 10px;
  }

  .gh-client-dashboard {
    color: #fff !important;
    background: #f24726;
    border-color: #f24726;
  }

/* home mail data show css vivek */
.daily-email-template table, .daily-email-template table tbody tr td  {
    border: none;
}

.daily-email-template table tbody tr td .text-content-wrap p {
    padding: 10px;
    font-weight: 400 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
    font-size: 18px !important;
}

.daily-email-template table tbody {
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
    margin: 20px auto;
}


.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--afwc-dashboard a::before {
    content: "\ef5b";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\ee27" !important;
}
.user-profiles .user-connections span {
    text-align: center;
    display: block;
    width: 100%;
}
#buddypress a.button.outline {
    box-shadow: none;
    float: right;
    background: #1a3270;
}
.ekit-wid-con .profile-header, body .profile-header {
    margin-bottom: 38px;
    position: relative;
    overflow: hidden;
    display: flex;
    max-width: 100%;
    width: 100%;
}
.elementor-tab-title a {
    color: inherit !important;
}
.user-connections .item-avatar img {
    border-radius: 50%;
    margin: 0 10px;
}
div#rtmedia-uploader-form-activity-595 {
    display: none;
}
div#rtmedia-uploader-form-activity-596 {
    display: none;
}
div#rtmedia-uploader-form-activity-602 {
    display: none;
}
div#rtmedia-uploader-form-activity-603 {
    display: none;
}
div#rtmedia-uploader-form-activity-605 {
    display: none;
}
div#rtmedia-uploader-form-activity-604 {
    display: none;
}
div#rtmedia-uploader-form-activity-606 {
    display: none;
}
div#rtmedia-uploader-form-activity-607 {
    display: none;
}
div#rtmedia-uploader-form-activity-578 {
    display: none;
}
div#rtmedia-uploader-form-activity-511 {
    display: none;
}


.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a::before {
    font-family: "bb-icons" !important;
}

/* Savan Css */
.groups-header #cover-image-container #item-header-content .group-actions-absolute .groups-meta .group-subscription {
     color: #1a3270;
}
.groups-header #cover-image-container #item-header-content .group-actions-absolute .groups-meta .group-subscription:hover {
     color: #fff;
}
/* vision-board-player page vivek css start 24-07-2024 */
.vision-board-player-listing-text .jet-listing-dynamic-field__content {
    margin-bottom: 16px;
}
.vision-board-player-listing-text p {
    margin-bottom: 0;
}
/* all-activity page  Create a post css start vivek  24-07-2024*/
/* body.activity  #whats-new-form .whats-new-scroll-view .whats-new-form-header .bp-activity-huddle .activity-post-name-status #whats-new-status #bp-activity-privacy-point {
    background-color: var(--bb-primary-button-background-regular);
}

body.activity #whats-new-form .whats-new-scroll-view .whats-new-form-header .bp-activity-huddle .activity-post-name-status #whats-new-status #bp-activity-privacy-point .bb-icon-caret-down {
    opacity: 1;
}

body.activity #whats-new-form .whats-new-form-footer #activity-form-submit-wrapper #whats-new-submit {
    margin-bottom: 0;
}

body.activity #whats-new-form .whats-new-form-footer {
    padding: 10px 0;
    row-gap: 10px;
}

body.activity #whats-new-form .rtmedia-container.rtmedia-uploader-div.clearfix {
    margin: 0;
    padding: 10px 25px;
}

body.activity #whats-new-form .rtmedia-container.rtmedia-uploader-div.clearfix .rtmedia-uploader #rtmedia-uploader-form .rtm-tab-content-wrapper #rtm-file_upload-ui ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
body.activity #whats-new-form .rtmedia-container.rtmedia-uploader-div.clearfix .rtmedia-uploader #rtmedia-uploader-form .rtm-tab-content-wrapper #rtm-file_upload-ui ul li {
    max-width: 30% !important;
}
body.activity #whats-new-form .rtmedia-container.rtmedia-uploader-div.clearfix .rtmedia-uploader #rtmedia-uploader-form .rtm-tab-content-wrapper #rtm-file_upload-ui ul li .plupload_file_thumb canvas {
    width: 100%;
    height: 200px;
    object-fit: cover;
} */
div#rtm-file_upload-ui {
    display: flex;
    flex-direction: column-reverse;
    gap: 26px;
    margin-bottom: 25px;
}
.plupload_file_action {
    background: #eee;
    position: absolute;
    height: 18px;
    right: 1px;
    top: 0;
    width: 20px;
    z-index: 10;
}
#whats-new-form #bp-activity-privacy-point * {
    color: #000000;
}
/* #buddypress .activity-update-form form.activity-form.focus-in--empty .rtmedia-container.rtmedia-uploader-div {
    position: absolute;
    right: 0;
    top: 72px;
    z-index: 9;
} */
button#rtmedia-add-media-button-post-update {
    padding: 0px 1px;
    margin-bottom: 4px;
    background: #b8b9c0;
    border-color: #b8b9c0;
}

#buddypress #whats-new-form .rtmedia-uploader-div{
	 display: block !important ;
	    margin: 0 15px !important;
}
#whats-new-form #bp-activity-privacy-point .bb-icon-caret-down {
    font-size: 13px;
    color: #000000;
    opacity: 1;
    margin-left: 5px;
    margin-top: 3px;
}
/* #buddypress #whats-new-form .rtmedia-uploader-div {
    display: none !important;
} */
.rtmedia-container.rtmedia-uploader-div.clearfix {
    margin: 0 25px;
}
.plupload_action_icon.ui-icon.plupload_delete {
    background-position: -78px -125px;
}

/* my-visions-and-why page css vivek  24-07-2024*/
.col-accordion .eael-accordion-tab-title {
    padding-left: 0;
}

/* view-member page css vivek   24-07-2024 start*/
.view-member-accordian-col .eael-accordion-list .eael-accordion-tab-title {
    padding-left: 0;
}

.view-member-vision-board .elementor-widget-container {
    background-position: center right !important;
}

.client-section .client-name {
    margin: 15px 0;
}

.client-section img {
    max-width: 100px;
    height: 100px;
	object-fit: cover;
	margin: 0 auto;
}

@media (max-width: 767px) { 
	.col-accordion .eael-adv-accordion .eael-accordion-list .eael-accordion-header {
		background-position: 88% 0 !important;
	}

    body.activity #whats-new-form .rtmedia-container.rtmedia-uploader-div.clearfix .rtmedia-uploader #rtmedia-uploader-form .rtm-tab-content-wrapper #rtm-file_upload-ui ul li {
        max-width: 45% !important;
    }
}

@media (max-width: 480px) {
    body.activity #whats-new-form .rtmedia-container.rtmedia-uploader-div.clearfix .rtmedia-uploader #rtmedia-uploader-form .rtm-tab-content-wrapper #rtm-file_upload-ui ul li {
        max-width: 100% !important;
    }
    body.activity #whats-new-form .rtmedia-container.rtmedia-uploader-div.clearfix .rtmedia-uploader #rtmedia-uploader-form .rtm-tab-content-wrapper #rtm-file_upload-ui ul li .plupload_file_thumb canvas {
        height: 250px;
        object-fit: cover;
        display: flex;
    }
}

/* vivek css 25-07-2024  */
.counter_custom_gm_container {
    position: relative;
	overflow: hidden;
}

.counter_custom_gm_container .counter_custom_gm .custom-text {
    font-weight: 700;
    margin: 0;
    line-height: 1;
	display: inline-block;
}

.counter_custom_gm_container .counter_custom_gm {
    position: absolute;
    top: auto;
    bottom: 15px;
    left: auto;
    right: 15%;
}

.counter_custom_gm_container .counter_custom_gm .custom-text span {
    margin: 0px 5px;
}


.global_achivement_box_content_cust .global_shortcode_box >.global_category_unlockimg {
    max-width: calc(25% - 19px);
}
/*  page listing css  vivek start*/

.custom-goal-archive span.eael-accordion-tab-title {
	max-width: 100%;
	width: 100%;
/* 	white-space: nowrap; */
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 10px;
}

.custom-goal-archive span.eael-accordion-tab-title {
    font-size: 16px !important;
    line-height: 1.3;
}

.custom-goal-archive span.eael-accordion-tab-title {
    font-size: 16px !important;
    line-height: 1.3;
}

.date-custom-css .jet-listing-dynamic-field__inline-wrap {
    width: max-content !important;
}

.date-custom-css .jet-listing-dynamic-field__content {
    padding-top: 0 !important;
}

.custom-goal-archive .eael-accordion-header i.fa-toggle {
    position: absolute;
    left: auto;
    right: 10px;
    top: 17px;
}

.my_goals_page_listing_cust .share-ico button.shareButton {
    background-color: transparent !important;
}

.my_tasks_cust .share-ico {
    top: auto !important;
    transform: translateY(-3px);
}

.my_goals_page_listing_cust_view_member_css .eael-accordion-header {
    padding: 15px 15px !important;
}

.my_goals_page_listing_cust_view_member_css .date_cust_list {
    bottom: auto !important;
}

.my_tasks_cust .complate-gola-a .e-con-inner {
    align-items: flex-start !important;
}

.my_tasks_cust .complate-gola-a .e-con-inner .bnt_cust_edit {
    align-self: flex-start !important;
    margin-top: -3px;
}

.my_tasks_cust .complate-gola-a .e-con-inner .bnt_cust_delete {
    align-self: flex-start;
    margin-top: -6px;
}

.my_goals_page_sub_listing_cust .bnt_cust_delete, .my_goals_page_sub_listing_cust .bnt_cust_edit {
    align-self: auto;
}
.my_goals_page_sub_listing_cust .share-ico {
    top: auto !important;
}

.my_goals_page_sub_listing_cust .bnt_cust_delete {
    align-self: flex-start !important;
    margin-top: -4px;
}

.my_goals_page_sub_listing_cust .bnt_cust_edit a.elementor-button.elementor-size-xs {
    padding-right: 3px;
}

.my_goals_page_sub_listing_cust  .bnt_cust_edit {
    align-self: self-start !important;
    margin-top: -1px;
}

.my_goals_page_listing_cust_view_member_css .eael-accordion-tab-title {
    line-height: 1.3 !important;
}

@media (max-width: 767px) {
	.custom-goal-archive .eael-accordion-header i.fa-toggle {
		margin-right: 0px !important;
	}
	.custom-goal-archive span.eael-accordion-tab-title {
		white-space: pre-wrap;
        padding-right: 30px !important;
		margin: 0px 0 10px !important;
	}
	
	.custom_form_title .jet-listing-dynamic-field__content{
		white-space: pre-wrap;
	}
	
	.my_tasks_cust .custom_form_title .jet-listing-dynamic-field__content {
		padding-left: 7px;
		margin: 0.5rem 0;
		white-space: pre-wrap;
	}
	
	.my_goals_page_listing_cust .date_cust_list {
		top: 20px !important;    
	}
	
	.my_goals_page_listing_cust .share-ico {
		top: 20px !important;
	}
	
	.my_goals_page_listing_cust .edit_cust_list_btn {
		top: 20px !important;
	}
	
	.my_goals_page_listing_cust .delete_cust_list_btn {
		top: 20px !important;
	}
	
	.my_goals_page_listing_cust .custom-goal-archive span.eael-accordion-tab-title {
		padding-top: 45px;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: -10px !important;
		display: block;
	}
	
	.my_goals_page_listing_cust  .delete_cust_list_btn  .jet-listing-dynamic-link__link {
		padding: 8px 8px 0px 8px !important;
	}
	.my_goals_page_listing_cust .edit_cust_list_btn {
		right: 55px !important;
	}
	.my_tasks_cust .share-ico .elementor-widget-container .shareButton {
		padding: 10px;
	}
	.my_goals_page_sub_listing_cust .share-ico {
		top: auto !important;
	}
	.my_goals_page_sub_listing_cust .custom_form_title .jet-listing-dynamic-field__content {
		padding-top: 30px;
		padding-left: 0;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	.my_goals_page_sub_listing_cust .date-custom-css .jet-listing-dynamic-field__content {
		padding-left: 0;
	}
	.my_tasks_cust .share-ico {
		transform: translateY(0);
		position: relative;
	}
	
	.my_goals_page_listing_cust_view_member_css .custom-goal-archive span.eael-accordion-tab-title {
		padding-top: 45px;
		padding-right: 0 !important;
		padding-bottom: 16px !important;
	}
	
	.my_goals_page_listing_cust_view_member_css .date_cust_list {
		bottom: auto !important;
		transform: translateY(10px);
	}
	
	.my_goals_page_sub_listing_cust .share-ico button.shareButton {
		padding: 0;
		font-size: 15px;
		line-height: 1.7;
	}
}



@media (min-width: 767px) { 
	.custom-goal-archive span.eael-accordion-tab-title{
		padding-left: 30px;
	}
	
}
/*  page listing css  vivek end*/



@media (max-width: 1200px) {
	.box-container .custom-text {
		font-size: 35px;
	}	
}

@media (max-width: 1024px) {
	.counter_custom_gm_container .counter_custom_gm {
		bottom: 10px;
	}
	
	.counter_custom_gm_container .counter_custom_gm .custom-text {
		font-size: 35px;
	}
	
		.global_achivement_box_content .global_category_lockimg,
		.global_achivement_box_content .global_category_unlockimg {
    max-width: 30%;
}
	
	
	.global_achivement_box_content_cust .global_shortcode_box >.global_category_lockimg,
	.global_achivement_box_content_cust .global_shortcode_box >.global_category_unlockimg{
		max-width: calc(33.33% - 17px);
	}
}
@media (max-width: 767px) {
	.counter_custom_gm_container .counter_custom_gm {
    	left: 18%;
    	right: auto;
	}
	.global_achivement_box_content .global_category_lockimg,
	.global_achivement_box_content .global_category_unlockimg {
    max-width: 45%;
}
	.counter_custom_gm_container .counter_custom_gm .custom-text {
		font-size: 26px;
	}
	.global_achivement_box_content_cust .global_shortcode_box >.global_category_lockimg,
	.global_achivement_box_content_cust .global_shortcode_box >.global_category_unlockimg {
		max-width: calc(50% - 13px);
	}
	
}
@media (max-width: 575px) {
	.global_achivement_box_content_cust .global_shortcode_box >.global_category_unlockimg {
		max-width: calc(50% - 13px);
		width: 100%;
	}
	.global_achivement_box_content_cust .global_shortcode_box >.global_category_unlockimg img {
		width: 100%;
		max-width: 245px;
	}
	.vosion-way-container  .e-con-inner .vision-way-col{
		--width: 75%;
	}
}

@media (max-width: 426px) {
	.global_achivement_box_content_cust .global_shortcode_box >.global_category_unlockimg {
		max-width: 100%;
        text-align: center;
	}
	.global_achivement_box_content_cust .global_shortcode_box >.global_category_unlockimg img {
		width: 100%;
		max-width: 290px;
	}
	.vosion-way-container .e-con-inner .vision-way-col {
        --width: 90% !important;
    }
}



ul.coach-custom-li {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    width: 100%;
    margin: 0;
}

ul.course-custom-li {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    width: 100%;
    margin: 0;
}

ul.coach-custom-li li.item-entry.custom-item-coach .item-avatar {
    max-width: 150px;
    margin: auto;
}

ul.coach-custom-li li.item-entry.custom-item-coach {
    max-width: calc(25% - 20px);
    flex-basis: 25%;
}

#followconfirmationPopup {
    display: none;
}

#unfollowconfirmationPopup {
    display: none;
}

.follow-unfollow-popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.follow-unfollow-popup .popup-content {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 5px;
    text-align: center;
}

.inside-popup {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

/* Dashboard  page css checkbox  start*/
.my_tasks_cust_deshbord_page  .tracking-submit-button.jet-form-builder__submit {
    background: #ffffff !important;
    z-index: 1 !important;
}
/* Dashboard  page css checkbox  end*/


/*activity page media button*/
/* #buddypress #whats-new-form:not(.focus-in) .rtmedia-uploader-div {
    display: block !important;
    position: absolute;
    margin-left: 0;
    bottom: 1px;
    left: 15px;
	padding:0;
	z-index: 1;
}
#buddypress #whats-new-form .rtmedia-uploader-div .rtmedia-plupload-notice {
    display: none;
}
#buddypress #whats-new-form.focus-in .rtmedia-uploader-div {
    position: absolute;
    height: auto;
    bottom: -3px;
    z-index: 1;
}
.activity-update-form #whats-new-form #whats-new-toolbar {
    padding-left: 170px !important;
} */
/*activity page media button*/

@media (max-width: 767px){
	.activity .buddypress-wrap .activity-comments {overflow-x: auto;}
	.mobile-logo-wrapper {
    flex: 0 0 200px;
}
}



.my_tasks_cust:not(.curters) .tracking-submit-button:before {
    content: "";
    position: absolute;
    left: 4px;
    top: -1px;
    border: solid 4px green !important;
    background: transparent !important;
    border-bottom: none !important;
    border-right: none !important;
    padding: 6px 6px 6px 0px;
    z-index: 10;
    transform: rotate(225deg);
}


.my_tasks_cust:not(.curters) .field-type-checkbox-field .jet-form-builder__field-label.for-checkbox>span::before{display:none;}
.my_tasks_cust:not(.curters) .tracking-submit-button.jet-form-builder__submit{z-index: 99 !important;}

.goal-checked-position:not(.goal-page-css) .tracking-submit-button:before {
    content: "";
    position: absolute;
    left: 4px;
    top: -1px;
    border: solid 4px green !important;
    background: transparent !important;
    border-bottom: none !important;
    border-right: none !important;
    padding: 6px 6px 6px 0px;
    z-index: 10;
    transform: rotate(225deg);
}


.goal-checked-position:not(.goal-page-css) .tracking-submit-button.jet-form-builder__submit{z-index: 99 !important;}
.goal-checked-position:not(.goal-page-css) .field-type-checkbox-field .jet-form-builder__field-label.for-checkbox>span::before{display:none}

@media only screen and (max-width: 768px) {
           .woocommerce-MyAccount-content
	{
		width:100% !important
	}
            }
.login-text-c span.elementor-login-separator{display: none}
.login-text-c a.elementor-register {
    font-size: 14px;
    margin-left: auto;
}
.login-text-c .elementor-remember-me label {
    font-size: 14px;
  
}
.page-id-22687 button.jet-form-builder__action-button.jet-form-builder__submit.submit-type-reload {
    background: #2f469d !important;
}






































.who-hold-me .view-contact {
    display: none;
}

.rec-popup {
    position: fixed;
    width: 100%;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    max-width: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

/* Styles for the close button */
.close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

body {
    position: relative; /* Set the body to relative positioning */
}

#loader {
    display: none; /* Initially hide the loader */
    position: absolute; /* Position the loader absolutely */
    top: 0;
    left: 0;
    width: 100%; /* Make the loader cover the entire width */
    height: 100%; /* Make the loader cover the entire height */
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent white background */
    z-index: 9999;
    display: flex; /* Use flexbox to center the loader */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}

#loader .loader-content {
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#note-form img {width: 50px;height: 50px;max-width: inherit;object-fit: contain;}

#note-form input[type="radio"]:checked + img {
    border: solid 1px #000;
   
    border-radius: 50%;
  
}

#note-form {
    padding: 5%;
    text-align: center;
}

#weekly-note-form {
    padding: 5%;
    text-align: center;
}

#weekly-note-form #weekly-note {
    width: 100%;
}

#weekly-note-form button {
    width: 100%;
    margin: 20px 0px 0px 0px;
}


#note-form input[type="radio"] {
/*     position: absolute;
    opacity: 0;
    width: 100px;
    height: 100px; */
/* 	position:relative;
	width:100px;
	height:100px; */
	
	position: relative;
    width: 100px;
    height: 100px;
    appearance: none;
    -webkit-appearance: none;
    border: 4px solid transparent;
    border-radius: 50%;
}
#note-form input[type="radio"].rd-yes:checked{
	border: 4px solid #414bb1;
}
#note-form input[type="radio"].rd-no:checked{
	border: 4px solid #414bb1;
}
#note-form input[type="radio"].rd-yes:checked:before{
z-index:1;	
}
#note-form input[type="radio"].rd-yes:before{
	content: "";
    background: url(/wp-content/uploads/rec-images/Yes_prev_ui-1.png);
    background-size: cover;
        width: 115px;
    height: 105px;
    position: absolute;
        left: -12px;
    right: 10px;
    opacity: 1;
    top: -2px;

}
#note-form input[type="radio"].rd-yes:checked {
    border: 1px solid #414bb1 !important;
}
#note-form input[type="radio"].rd-no:checked {
    border: 1px solid #414bb1 !important;
}
#note-form input[type="radio"].rd-no {
   border: 1px solid #fff !important;
}
#note-form input[type="radio"].rd-yes {
   border: 1px solid #fff !important;
}
#note-form input[type="radio"].rd-no:before{
	content: "";
    background: url(/wp-content/uploads/rec-images/no_prev_ui-1.png);
    background-size: cover;
    width: 121px;
    height: 113px;
    position: absolute;
    left: -17px;
    right: 10px;
    opacity: 1;
    top: -5px;

}
#note-form input[type="radio"].rd-yes:checked:before{
/* 	left: -15px;
    right: 13px;
    opacity: 1;
    top: -5px; */
}
#note-form input[type="radio"].rd-no:checked:before{
/* 	    left: -15px;
    right: 13px;
    opacity: 1;
    top: -4px; */
}
#note-form img {
    width: 100px;
    height: 100px;
    max-width: inherit;
    object-fit: contain;
}

/*#note-form input[type="radio"]:hover {
    cursor: pointer;
}*/

div#rec-popup #note {
    width: 100%;
    margin-top: 20px;
}

td.yes-class small {
    display: block;
}

td.yes-class {
    text-align: center;
}

.yes-class {
    border: 4px solid #0ca789 !important;
    background: #0ca789;
    border-radius: 10px;
    padding: 5px;
    cursor: pointer;
}

.no-class {
    border: 4px solid #f24726 !important;
    background: #f24726;
    border-radius: 10px;
    padding: 5px;
    cursor: pointer;
}

.not-active.eligible {
    border: 5px solid #D9C7C7;
    border-radius: 10px;	
	margin: 0px 5.6px;
    padding: 5px 15px;
    cursor: not-allowed;
    background:#D9C7C7;
}

.active.eligible {
    border: 5px solid #D9C7C7;
    border-radius: 10px;
    padding: 5px 15px;
    cursor: pointer;
    background:#ffffff;
}

.edit-rec-task-title {
    display: none;
}

#rec-task-list .jet-listing-grid__item {
    display: none;
}

#popup-title, #week-note-title {
    background: #414bb1;
    color: white;
    margin-bottom: 0px;
    padding: 20px;
}

#title-popup #week-title {
    background: #e6e6e6;
    color: #000;
    margin-bottom: 0px;
    padding: 20px;
}

#title-popup button.close-btn {
    background: transparent;
    border: none;
    color: #000;
    font-size: 24px;
}

div#rec-popup #note {
    width: 100%;
}

#note-form button {
    width: 100%;
    margin: 20px 0px 0px 0px;
}

.rec-task-table thead {
    background: #414bb1;
}

.rec-task-table th {
    color: #ffffff;
}

.rec-task-table {
    border-collapse: separate;
/*    border-spacing: 0 0.5em;*/
    border: none;
}
.rec-task-table p{margin-bottom: 0; }

.current-day small {
    font-size: 10px;
    white-space: nowrap;
}
.rec-task-table tr td:first-child p { border-top-left-radius: 10px; }
.rec-task-table tr td:last-child { border-top-right-radius: 10px; }
.rec-task-table tr td:first-child p { border-bottom-left-radius: 10px; }
.rec-task-table tr td:last-child { border-bottom-right-radius: 10px; }

.rec-task-table tr td:nth-child(11),
.rec-task-table tr td:nth-child(3){text-align:center}

.rec-task-table tr td:nth-child(3) span {
    border-radius: 10px;
    text-align: center;
    padding:10px 16px;
    background: #D9C7C7;
}

.rec-task-table tr td:nth-child(11) span {
    border-radius: 10px;
    text-align: center;
    padding:10px 16px;
    background: #1a3270;
    color: #ffffff;
}

.rec-task-table tr td:nth-child(2) { padding-left: 0; }
.rec-task-table tr td:first-child { padding-right: 0; }
.rec-task-table tr td {border-bottom: 0;}

.rec-task-table tr td{font-size:15px}               

.rec-task-table td.yes-class small {
    display: inline;
    position: absolute;
}

.rec-task-table td {vertical-align: middle;}
td.yes-class span, td.no-class span{display: inline !important}

.no-class, .yes-class {  
    width: 40px; 
    height: 40px; 
    color: #ffffff;
    font-weight: bold;
    position: relative;
    padding:5px !important;
    display:block;
	margin: 0 auto;
}   

.week-status {  
    position: relative;
    cursor: pointer;
}   

.week-status small:empty, .no-class small:empty, .yes-class small:empty {
    display: none;
}


.week-status:hover small, .no-class:hover small, .yes-class:hover small{
    opacity:1;
    transition:0.5s all;
	z-index: 1;
	width:max-content;
}
button#reset-week {
    margin-top: -10px;
    margin-left: 15px;
}



.agents_buddyboss_table_contanier.recommandation-recevied table tr {
    border-bottom: solid 1px #d6d9dd;
    border-collapse: collapse;
}

.agents_buddyboss_table_contanier.recommandation-recevied table td {
    border-bottom: none;
}
.agents_buddyboss_table_contanier .table_container table {
    border: none;
    margin-bottom: 0;
    border-collapse: collapse;
}
form.jet-form-builder.layout-column.submit-type-reload .jet-form-builder__field.checkradio-field {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    padding: 15px;
    left: 14px;
    top: -12px;
}
.week-status small, .no-class small, .yes-class small {
    position: absolute;
    left: 0;
    bottom: -47px;
    opacity: 0;
    background: #000;
    padding: 5px 15px;
    color: #fff;
    border-radius: 10px;
    font-size: 15px;
	z-index:-2;
    transition:0.5s all;
}
.week-status small:before, .no-class small:before, .yes-class small:before{
    content:"";
    position:absolute;
    width: 0; 
    top:-5px;
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
}

th.today {
    background: #1a3270;
}


.rec-task-table tr td:first-child p {
    padding: 7px 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
span.three-dot {
    position: absolute;
    bottom: -5px;
    left: 0;
    color: #fff;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.rec-task-table tr td {
    font-size: 15px;
    text-align: center;
	padding: 3px 0 !important;
}
.rec-task-table td.td-box {
  
    text-align: center;
}

.rec-task-table thead tr th:nth-child(2) {
        min-width: 250px;
    text-align: center;
}
.rec-task-table tr td:nth-child(2) p {
    padding: 7px 15px;
    background: #e6e6e6 !important;
    border-radius: 0 10px 10px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

td.td-box,th.th-box {
    padding: 10px !important;
}

.edit-rec-step-button {
    background:transparent;
    padding: 11px 11px !important;
    line-height: 1;
}

th.th-box {
    text-align: center;
}

#week-picker {
	margin-bottom: 10px;
}

#reset-week {
	margin-top: 0;
}

.rec-task-table .week-days {
    text-align: center;
    min-width: 50px;
}

/* vivek css  24-07-2024 start*/
/* .edit-rec-step-button:hover .icon-pencil {
    color: #ffff !important;
} */
.edit-rec-step-button .icon-pencil {
    color: #ffff !important;
}
/* vivek css  24-07-2024 end*/

@media (max-width: 600px) {
	#note-form input[type="radio"] {
		position: relative;
		width: 47px;
		height: 46px;
		appearance: none;
		-webkit-appearance: none;
		border: 4px solid transparent;
		border-radius: 50%;
	}
	#note-form input[type="radio"].rd-yes:before {
		content: "";
		background: url(/wp-content/uploads/rec-images/Yes_prev_ui-1.png);
		background-size: cover;
		width: 46px;
		height: 44px;
		position: absolute;
		left: -12px;
		right: 10px;
		opacity: 1;
		top: -2px;
		
	}
	#note-form input[type="radio"].rd-no:before {
		content: "";
		background: url(/wp-content/uploads/rec-images/no_prev_ui-1.png);
		background-size: cover;
		width: 57px;
		height: 44px;
		position: absolute;
		left: -17px;
		right: 10px;
		opacity: 1;
		top: -5px;
	
	}
	
}

#edit-rec-popup {
    position: fixed;
    width: 100%;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    max-width: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

#edit-rec-form {
    padding: 5%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.edit-rec-title {
    background: #414bb1;
    color: white;
    margin-bottom: 0px;
    padding: 20px;
}

.edit-rec-close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
/*.popup-content {
    position: relative;
}*/
.agents_buddyboss_table_contanier .table_container table thead tr th, .agents_buddyboss_table_contanier .table_container table tbody tr td{width: auto !important;}

.tracking-submit-button.jet-form-builder__submit{ 
	background:transparent !important;  
	z-index: 2 !important;
}

.jet-form-builder__submit.submit-type-reload{
	  background-color: #fff !important;
}

.jet-form-builder__field-wrap.checkboxes-wrap.checkradio-wrap {
    z-index: 99!important;
}

.goal-page-css .tracking-submit-button.jet-form-builder__submit{ 
	background:#ffffff !important;  
	z-index: 1 !important;
}
.curters .tracking-submit-button.jet-form-builder__submit{ 
	background:#ffffff !important;  
	z-index: 1 !important;
}
.markcompleted-box span:after {
    content: "";
    position: absolute;
/*     width: 100%;
    height: 20px; */
    background: #fff;
    top: 18px;
    left: 15px;
}
.complate-gola-a .markcompleted-box span:after{top:1px;}
@media (max-width: 640px){
	#afwc_kpis_container .afwc_kpis_inner_container .afwc_kpi{min-width: inherit; width:48%;}
}

.elementor-element.elementor-widget__width-initial.jedv-enabled--yes.elementor-widget.elementor-widget-jet-form-builder-form button.jet-form-builder__action-button.tracking-submit-button.jet-form-builder__submit.submit-type-reload {
    top: 0 !important;
    margin: 0;
    left: 10px;
}


/* css add vivek  */

.hide-data .rec-task-table tbody tr td.coach-hide, .hide-data .rec-task-table thead tr th.coach-hide {
    display: none;
}

@media only screen and (max-width: 767px) {
    .responsive-tabs {
        overflow-x: scroll;
    }
}
