#cv_form_section h3 {
    margin-bottom: 0.5em;
}

#cv_form_section .iwt-icon img {
    max-width: 20px;
}

#cv_form_section .iwithtext .iwt-text {
    padding-left: 30px;
    color: #000713;
}

#cv_form_section .gform-body input {
    background: #F6F6F6;
    border: 1px solid #F6F6F6;
    box-shadow: none;
    min-height: 3.5em;
    border-radius: 20px;
}

#cv_form_section .gform-body textarea {
    background: #F6F6F6;
    border: 1px solid #F6F6F6;
    box-shadow: none;
    min-height: 3.5em;
    border-radius: 10px;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    overflow-y: auto;
}

#cv_form_section .gform_drop_area::before {
	color: #000 !important;
}

#gform_browse_button_2_7:hover,
#gform_submit_button_2:hover {
    color: #13402a;
    background: #FFF;
}

#gform_submit_button_2 {
    font-size: 18px;
    font-weight: normal !important;
    padding: 0.8em 2em !important;
    text-align: center;
    display: flex;
    background: #13402a;
    color: #FFF;
    transition: .3sease all;
    border: 2px solid #13402a;
    font-weight: 300;
}

#gform_browse_button_10_6 {
    font-size: 18px;
    font-weight: normal !important;
    padding: 0.8em 2em !important;
    text-align: center;
    background: #13402a;
    color: #FFF;
    transition: .3sease all;
    border: 2px solid #13402a;
    font-weight: 300;
	
}

#gform_ajax_spinner_10 {
	height: 50px !important;
	width: 50px !important;
}

.pharmx-team .team-member-image {
    border-radius: 8px;
}

.pharmx-team .team-meta h3 {
	font-family: Inter !important;
	font-size: 23px !important;
	line-height: 28px !important;
}

.pharmx-team .team-meta h5 {
	font-family: Inter !important;
	font-size: 18px !important;
	line-height: 28px !important;
	font-weight: normal !important;
}

.pharmx-team .team-meta .nectar-cta .line {
  display: none;
}

.pharmx-team .nectar-cta .link_text {
  position: relative;
  padding: 0px !important;
}

.pharmx-team .nectar-cta .link_text::before {
  	content: "Read bio";
	font-size: 16px;
    color: #13402A;
	display: inline-block;
}

.pharmx-team .nectar-cta .next-arrow polyline {
  	display: none;
}

.pharmx-team .nectar-cta svg {
	top: 2px !important;
    left: auto !important;
	width: 15px !important;
	background: url("/wp-content/themes/pharmx-child/assets/svg/pharmx-icon-next.svg") no-repeat center;
	margin-left: 10px;
	background-size: contain;
	animation: none !important;
    transform: rotate(315deg);
    transition: 0.3s ease all;
}

.pharmx-team .team-member:hover .nectar-cta svg {
    transform: rotate(360deg);
}

.bio-inner .team-desc,
.bio-inner .title {
	color: #000 !important;
}

.team-tabs .wpb_tabs_nav {
    border-bottom: 1px solid #BFB3FF !important;
}
.team-tabs .tab-item .active-tab {
    color: #5E2EE5 !important;
    background: #EDE9FC !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}
.team-tabs .tab-item a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.team-tabs .tab-item a::after {
    height: 2px !important;
}

.team-tabs .tabbed[data-style=minimal] .wpb_tabs_nav,
.team-tabs .wpb_wrapper.tabbed h3.vc_custom_heading {
    margin-bottom: 44px !important;
}

.team-tabs {
	background-color: #fff;
	border-radius: 36px;
	padding: 44px 56px;
}

.team-tabs .team-meta {
	display: flex;
	flex-direction: column;
}

.team-tabs .team-meta h3 {
	order: 0;
	font-weight: 600 !important;
	margin-bottom: 5px !important;
}

.team-tabs .team-meta h5 {
  	order: 1;
}

.team-tabs .team-meta p {
  	order: 2;
}
.team-tabs .nectar-cta.loaded {
    order: 3;
}

.team-tabs .divider {
    height: 0;
}

.team-tabs .mobile-tabs-dropdown {
  display: none;
}

div#cv_form_section .wpb_column.tl_br_30px > .vc_column-inner {
    box-shadow: 0px 3px 30px 0px rgba(132, 110, 255, 0.16);
}

.nectar-close-indicator.visible {
	display: block;
	opacity: 1 !important;
	position: fixed !important;
    top: 70px !important;
    right: 40px !important;
    left: auto !important;
    transform: none !important;
	z-index: 99999 !important;
	cursor: pointer;
/* 	pointer-events: auto !important; */
}
.nectar-close-indicator.visible:hover {
	transform: scale(1.2) !important; 
	transition: transform 0.2s ease-in-out;
}

.nectar-close-indicator.visible .inner-layer {
    transform: none !important;
}

.nectar-close-indicator.visible:hover i {
	color: #5E2EE5 !important; 
}

@media (min-width: 768px) {
    .pharmx-team .vc_col-sm-4 {
        width: 33.33333333%;
    }
}
@media (max-width: 768px) {
	.team-tabs {
		border-radius: 16px;
		padding: 50px 24px 24px 24px;
	}
	
    .team-tabs .tabbed[data-style=minimal] .wpb_tabs_nav,
    .team-tabs .wpb_wrapper.tabbed h3.vc_custom_heading {
        margin-top: 10px !important;
        margin-bottom: 24px !important;
    }
	
    .team-tabs .wpb_wrapper.tabbed h3.vc_custom_heading {
        text-align: center !important;
    }
	
	.nectar_team_member_overlay .team_member_details h2 {
		margin-bottom: 10px !important;
	}
	
	.pharmx-team .row_col_wrap_12_inner {
		display: flex !important;
		flex-wrap: nowrap !important;
		overflow-x: auto !important;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		gap: 16px;
		padding: 10px 0;
		scrollbar-width: none !important;
	}

	.pharmx-team .vc_col-sm-4 {
		flex: 0 0 100%;
		max-width: 100%;
		scroll-snap-align: start;
	}

	.pharmx-team .vc_col-sm-4 {
		float: none !important;
	}

	.pharmx-team .vc_col-sm-4 img {
		width: 100% !important;
	}
	
	.pharmx-team .row_col_wrap_12_inner::-webkit-scrollbar {
		display: none;
	}
	
	.team-tabs .fake-pagination {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
	}

	.team-tabs .fake-bullet {
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background: #868D9A;
		transition: background 0.3s;
	}

	.team-tabs .fake-bullet.active {
		width: 15px;
		height: 15px;
		background: transparent;
		border: 1px solid #707070;
	}
	
	
	.nectar-close-indicator.visible {
		display: none;
	}
	
	.fake-bullet {
		position: relative;
		z-index: 10;
	}

	
/* 	.team-tabs .wpb_tabs_nav {
		display: none !important;
	} */

	.team-tabs .mobile-tabs-dropdown {
		display: block;
		width: 100%;
		appearance: none; 
		-webkit-appearance: none;
		-moz-appearance: none;
		background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='9' viewBox='0 0 16 9' fill='none'><path d='M0.5 1.3805L8 8.5L15.5 1.3805L14.5592 0.5L8 6.72642L1.44081 0.5L0.5 1.3805Z' fill='%235E2EE5'/></svg>") no-repeat right 55px center;
		background-size: 16px 16px;
		margin-bottom: 30px;
		border-radius: 100px;
		background-color: #EDE9FC;
		color: #5E2EE5;
		text-align: center;
	}

	.team-tabs .mobile-tabs-dropdown:focus {
		border-color: #EDE9FC !important;
	}

	.team-tabs .mobile-tabs-dropdown option.active {
		background-color: #FFF !important;
		color: #5E2EE5 !important;
	}
}

@media only screen and (min-width: 1px) and (max-width: 999px) {
	.nectar_team_member_overlay .team_member_details .bio-inner .mobile-close:before,
	.nectar_team_member_overlay .team_member_details .bio-inner .mobile-close:after {
		background-color: #5E2EE5 !important;
	}
	.nectar_team_member_overlay .team_member_details .bio-inner .mobile-close {
		border-color: #5E2EE5 !important;
	}
    .nectar_team_member_overlay .team_member_details .bio-inner .mobile-close {
        margin-bottom: 20px !important;
    }
	.nectar_team_member_overlay .bottom_meta a {
		padding: 0px 30px 0px 0 !important;
	}
	
/* 	#cv_form_section h3, */
	#cv-head h3 {
		font-size: 46px !important;
	}
}
/* Hide button on desktop */
.tab-active-display {
  	display: none;
}

.nectar-close-indicator {
	
}

/* Mobile styles only */
@media (max-width: 768px) {
	.tab-active-display {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 6px;
		background-color: #EDE9FC;
		color: #5E2EE5;
		border: 1px solid #EDE9FC;
		padding: 12px 14px;
		width: 100%;
		text-align: center;
		cursor: pointer;
		font-size: 16px;
		position: relative;
		z-index: 100;
	}
	
	.tab-arrow-icon {
		width: 12px;
		height: 12px;
		margin-bottom: 0px !important;
	}

	.team-tabs .wpb_wrapper.tabbed.clearfix {
    	position: relative;
	}

	.team-tabs .wpb_tabs_nav {
		display: block !important;
		position: absolute !important;
		width: 100%;
		list-style: none;
		padding: 0;
		margin: 0;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease;
		background: #fff;
		position: relative;
		border-bottom: none !important;
		z-index: 99;
	}
	
	.team-tabs .wpb_wrapper.tabbed.clearfix .tab-active-display,
	.team-tabs .wpb_wrapper.tabbed.clearfix .wpb_tabs_nav {
		border-radius: 10px !important;
/* 		border-bottom: 2px solid #fff; */
	}
	
	.team-tabs .wpb_wrapper.tabbed.clearfix.open .wpb_tabs_nav {
		border: 2px solid #EDE9FC;
		border-bottom: 2px solid #EDE9FC !important;
	}

	.team-tabs .open .wpb_tabs_nav {
		max-height: 500px;
	}

	.team-tabs .wpb_tabs_nav li a {
		display: block;
		padding: 10px 14px;
		color: #5E2EE5 !important;
		text-decoration: none;
	}

	.team-tabs .wpb_tabs_nav li {
/* 		border-bottom: 2px solid #EDE9FC;
		border: 2px solid #EDE9FC; */
		justify-content: center;
		width: 100%;
	}

	.team-tabs .wpb_tabs_nav li.active-tab,
	.team-tabs .wpb_tabs_nav li.active-tab a {
		background: #EDE9FC !important;
		width: 100%;
	}
	
	.team-tabs .tabbed[data-style*=minimal]>ul li a:after {
		display: none !important;
	}
	
	#gform_browse_button_2_7 {
    	font-size: 14px;
	}

}
