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



.markcompleted-box .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%;}
}
/* 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;
    }
}
