@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: "Poppins", sans-serif;
}
body::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
 background-color: #F5F5F5;
}
body::-webkit-scrollbar {
 width: 3px;
 background-color: #F5F5F5;
}
 body::-webkit-scrollbar-thumb {
 background-color: #666;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin: 0;
	padding: 0
}
a, button {
	text-decoration: none;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
img {
	max-width: 100%
}
/* CSS Document */

.crm-dashboard-main-wraper {
	background: #f8fcff;
	font-family: Poppins, serif;
	height: 100vh;
	overflow: auto;
	overflow-x: hidden;
}
.dashboard-header-wraper {
	background: #fff;
	border-bottom: 1px solid #ebebeb;
	padding: 6px;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 11;
}
.dashboard-logo img {
	padding: 8px;
	width: 110px;
}
.header-nav-wraper {
}
.header-nav-wraper ul {
	list-style: none;
	margin: 3px 0 0;
	padding: 0;
	text-align: right;
}
.header-nav-wraper ul li {
	display: inline-block;
	margin-left: 10px;
}
.add-dropdown-wrp button {
	background: #0c84eb !important;
	border: none;
	border-radius: 8px;
	box-shadow: 0 5px 10px 0 #d6d6d6;
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	height: 35px;
	width: 86px;
	outline: none !important;
}
.add-dropdown-wrp button img {
	margin-right: 5px;
	width: 18px;
}
.add-dropdown-wrp button:hover {
	background: #026cc7 !important;
	box-shadow: none;
}
.dropdown-toggle::after {
	display: none;
}
.modules-dropdown-wrp button {
	background: #e7f4ff !important;
	border: none;
	border-radius: 8px;
	color: #363636 !important;
	font-size: 14px;
	font-weight: 500;
	height: 35px;
	box-shadow: none !important;
	outline: none !important;
	padding-left: 10px;
	padding-right: 10px;
}
.modules-dropdown-wrp button img {
	margin-right: 5px;
	width: 18px;
}
.notification-header {
	margin-right: 5px;
	position: relative;
	text-align: center;
}
.notification-header a {
	background: none;
	border: none;
	box-shadow: none;
	outline: none;
	padding: 0;
	text-decoration: none;
}
.notification-header a span {
	background: #ff2929;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	height: 16px;
	padding-top: .5px;
	position: absolute;
	right: -5px;
	top: 0;
	width: 16px;
}
.profile-dropdown button {
	background: #e7f4ff !important;
	border: none;
	border-radius: 8px;
	color: #000 !important;
	font-size: 14px;
	font-weight: 500;
	height: 35px;
	padding-right: 20px;
	padding-left: 10px;
	padding-right: 30px;
	position: relative
}
.profile-dropdown button:before {
	content: "";
	position: absolute;
	background: url(../images/icon-collpsed.svg) no-repeat top;
	width: 10px;
	height: 10px;
	background-size: contain;
	top: 13px;
	right: 11px;
}
.profile-dropdown button img {
	border-radius: 50%;
	height: 25px;
	margin-right: 5px;
	position: relative;
	top: -1px;
	width: 25px;
}
.side-bar-wraper {
	background: #fff;
	border-right: 1px solid #ebebeb;
	height: 92.5%;
	left: 0;
	padding-top: 26px;
	position: fixed;
	top: 53px;
	transition: width .3s ease-in-out;
	width: 15.3%;
	overflow: auto;
}
.side-bar-wraper ul {
}
.side-bar-wraper ul li a {
	background: none;
	display: block;
	border: none;
	color: #5d5d5d;
	display: block;
	font-size: 14px;
	outline: none;
	padding: 14px 20px;
	text-decoration: none;
}
.side-bar-wraper .selected {
	background: #e7f4ff !important;
}
.side-bar-wraper ul li a img {
	width: 20px;
	margin-right: 6px;
}
.side-bar-wraper .accordion-body {
	padding: 0 20px;
}
.side-bar-wraper .accordin-dropdown-wrap {
	background: #f4faff;
	border-radius: 6px;
	margin: 5px 0;
	padding: 10px 15px;
}
.side-bar-wraper ul {
	list-style: none;
}
.side-bar-wraper .accordion button {
	background: none;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #5d5d5d;
	font-size: 14px;
	margin: 0;
	outline: none !important;
	padding: 14px 20px;
}
.side-bar-wraper .accordion button:hover {
	color: #0C84EB;
}
.side-bar-wraper ul li a:hover {
	color: #0C84EB;
}
.side-bar-wraper ul li img {
	width: 20px;
	margin-right: 10px;
}
.accordin-dropdown-wrap ul li a {
	background: none;
	border: none !important;
	color: #363636;
	margin: 0 !important;
	padding: 8px 5px !important;
}
.accordin-dropdown-wrap ul li a:hover {
	color: #0C84EB !important;
}
.side-bar-wraper .accordion-item {
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
}
.side-bar-wraper .accordion-button:after {
	background-size: contain !important;
	background: url(../images/icon-collpse.svg) no-repeat top;
	position: absolute;
	right: 15px;
	top: 20px;
	width: 15px !important;
}
.side-bar-wraper .accordion-button:not(.collapsed):after {
	background: url(../images/icon-collpsed-blue.svg) no-repeat top;
	background-size: contain !important;
	top: 8px;
	width: 14px !important;
}
.side-bar-wraper .accordion-button:not(.collapsed) {
	color: #363636;
	font-weight: 500;
}
.inner-dashboard-wraper {
	overflow-x: hidden;
	padding: 20px 0 25px 25px;
}
.no-right-padding {
	padding-right: 0;
}
.no-left-padding {
	padding-left: 0;
}
.right-main-bar-wrap {
	background: #fff;
	border-left: 1px solid #ebebeb;
	height: 93%;
	overflow: auto;
	padding: 20px 20px 0;
	position: fixed;
	right: 12px;
	top: 80px;
	width: 19.3%;
	z-index: 1;
}
.profile-card-sales-wraper .profie-card-wraper {
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 3px 20px #e7e7e7;
	padding: 15px;
	position: relative;
}
.content-dashboard-wraper {
	padding-left: 15%;
	padding-top: 60px;
	transition: padding-left .3s ease-in-out;
}
.profie-card-wraper h2 {
	color: #363636;
	font-size: 16px;
 margin-bottom: .5rem;
}
.profie-card-wraper h2 a {
	background: #0c84eb;
	border-radius: 50%;
	box-shadow: 0 5px 10px 0 #e7e7e7;
	display: inline-block;
	height: 35px;
	padding-top: 7px;
	position: absolute;
	right: 12px;
	text-align: center;
	top: 12px;
	width: 35px;
}
.profie-card-wraper:hover a, .profie-card-wraper:hover a img {
	transition: .3s ease-in;
	-moz-transition: .3s ease-in;
	-webkit-transition: .3s ease-in;
	-ms-transition: .3s ease-in;
	-o-transition: .3s ease-in;
}
.profie-card-wraper:hover a img {
	rotate: 45deg;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
.profie-card-wraper:hover a {
	background: #83b5e0;
	box-shadow: none;
}
.profile-info-image-wrap {
}
.profile-info-image-wrap {
	align-items: center;
	display: flex;
	gap: 2;
	padding: 6px 0;
}
.profile-info-image-wrap .profile-image {
	border: 2px solid #0c84eb;
	border-radius: 50%;
	height: 55px;
	width: 55px;
}
.profile-info-image-wrap .profile-image img {
	position: relative;
	top: -1px;
	width: 100%;
}
.profile-text-info {
	display: flex;
	flex-direction: column;
	padding-left: 8px;
}
.profile-text-info h5 {
	color: #363636;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
.profile-text-info span {
	color: #5d5d5d;
	font-size: 14px;
}
.projected-sale-wraper {
	background: #fff;
	padding: 15px 15px 13px 15px;
	box-shadow: 0px 3px 20px #e7e7e7;
	border-radius: 6px;
}
.projected-sale-wraper h5 {
	font-size: 16px;
	color: #363636;
	margin: 0;
	padding: 0;
	font-weight: 500;
}
.projected-sale-wraper span {
	display: block;
	font-size: 14px;
	color: #5d5d5d;
	margin-bottom: 20px;
}
.progress-bar-sale-wrap {
	position: relative;
	width: 95%;
}
.progress-container {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	position: relative;
}
.progress-bar {
	width: 60%; /* Adjust this to control progress */
	height: 10px;
	background-color: #44aa00;
	position: absolute;
	z-index: 1;
	border-radius: 30px;
}
.progress-track {
	width: 100%;
	height: 10px;
	background-color: #efeffd;
	position: absolute;
}
.milestone {
	width: 20px;
	height: 20px;
	background-color: green;
	border-radius: 50%;
	position: relative;
	z-index: 2;
}
.milestone.reached {
	background-color: #44aa00;
	box-shadow: 0px 0px 10px -3px #434040;
}
.milestone.unreached {
	background-color: #c0c0c0;
}
.milestone-container {
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: relative;
	margin-top: -10px;
}
.sales-labels {
	display: flex;
	justify-content: space-between;
	width: 100%;
	font-size: 14px;
	color: #5d5d5d;
	margin-top: 5px;
	padding-left: 5px;
}
.sales-labels span {
	margin-bottom: 0 !important;
}
.sales-labels strong {
	color: #000000;
	font-weight: 600;
}
.progress-bar-sale-wrap .flag {
	right: -22px;
	top: -34px;
	width: 30px;
	position: absolute;
}
.progress-bar-sale-wrap .flag img {
	width: 100%;
}
.profile-card-sales-wraper .col-md-4 {
	padding-right: 5px;
}
.sales-box-main-wrap {
	margin: 20px 0;
}
.sales-box-main-wrap ul {
	list-style: none;
	margin: 0 -8px;
	padding: 0;
}
.sales-box-main-wrap ul li {
	padding: 0 8px;
}
.sales-box-main-wrap ul li .sales-boxes-list {
	background: #fff;
	border-radius: 10px;
	border-bottom: 4px solid #fff;
}
.sales-box-main-wrap ul li:hover .sales-boxes-list {
	background: #E7F4FF;
	border-bottom: 4px solid #0C84EB;
}
.sales-boxes-list h5 {
	font-size: 16px;
	font-weight: 500;
	color: #363636;
	padding: 15px 15px 5px 15px;
	position: relative;
	margin: 0;
}
.sales-boxes-list h5 a {
	position: absolute;
	right: 20px;
	top: 16px;
}
.sales-boxes-list .amount-price {
	display: block;
	font-size: 30px;
	color: #0C84EB;
	padding: 3px 15px 5px 15px;
	font-weight: 600;
}
.month-graph-wrap {
	padding: 15px;
	border-top: 1px solid #EEEEEE;
}
.sales-box-main-wrap ul li:hover .sales-boxes-list .month-graph-wrap {
	border-top: 1px solid #ddd;
}
.month-graph-wrap {
	font-size: 12px;
	color: #5D5D5D;
}
.month-graph-wrap span {
	background: #E9F5E0;
	padding: 4px 5px;
	color: #44AA00;
	border-radius: 4px;
	margin-right: 8px;
}
.sales-box-main-wrap ul li:hover .sales-boxes-list .month-graph-wrap {
	color: #000;
}
.sales-box-main-wrap ul li:hover .sales-boxes-list .month-graph-wrap span {
	background: #fff;
}
.sales-box-main-wrap ul li:nth-child(2) .month-graph-wrap span {
	background: #FFE6E5;
	color: #FF3029;
}
.sales-box-main-wrap ul li:nth-child(4) .month-graph-wrap span {
	background: #FFE6E5;
	color: #FF3029;
}
@media (max-width:1450px) and (min-width:1170px) {
.month-graph-wrap span {
	display: table;
}
}
.month-sale-graph-wrap {
	background: #fff;
	padding: 15px;
	box-shadow: 0px 3px 20px #e7e7e7;
	border-radius: 6px;
	position: relative;
}
.month-sale-graph-wrap h2 {
	font-size: 16px;
	color: #363636;
	margin: 0;
	padding: 0;
	margin-top: 4px;
	margin-bottom: 11px;
}
.weeks-dropdown-wrap {
	text-align: right;
}
.weeks-dropdown-wrap button {
	background: #E7F4FF !important;
	border: none;
	font-size: 13px;
	font-weight: 500;
	color: #363636 !important;
	border-radius: 8px;
	border-radius: 50px;
	padding: 6px 15px;
	padding-right: 29px !important;
}
.weeks-dropdown-wrap .dropdown-toggle::after {
	background: url(../../../../assests/icon-collpsed.svg) no-repeat top;
	position: relative;
	content: "";
	width: 10px;
	height: 10px;
	background-size: contain;
	right: -2px;
	top: 6px;
	border: none;
}
.graph-chart-wrap {
	margin-top: 5px;
}
.weeks-dropdown-wrap .dropdown-menu.show {
	display: block;
	right: 0 !important;
	transform: none !important;
	top: 40px !important;
	left: auto !important;
	border: none;
	padding: 8px;
	box-shadow: 0px 5px 25px 0 #ccc;
	border-radius: 6px !important;
	min-width: 7rem
}
.dropdown-item {
	font-size: 14px;
	padding: 6px 2px;
	border-bottom: 1px solid #EBEBEB;
	background: none !important;
	color: #000 !important;
}
.active-dropdown {
	color: #026CC7 !important;
}
.weeks-dropdown-wrap .dropdown-toggle:before {
	content: "";
	position: absolute;
	background: url(../images/icon-collpsed.svg) no-repeat top;
	width: 10px;
	height: 10px;
	background-size: contain;
	top: 12px;
	right: 11px;
}
.dropdown-item {
	background: none !important;
	border-bottom: 1px solid #ebebeb;
	color: #000 !important;
	font-size: 14px;
	padding: 4px 2px 4px 2px;
}
.active-dropdown {
	color: #026cc7 !important;
}
.lost-sale-graph-wrap {
	background: #fff;
	padding: 15px;
	box-shadow: 0px 3px 20px #e7e7e7;
	border-radius: 6px;
	position: relative;
}
.lost-sale-graph-wrap h2 {
	font-size: 16px;
	color: #363636;
	margin: 0;
	padding: 0;
	margin-top: 4px;
	margin-bottom: 24px;
}
.small-font {
	font-size: 14px;
	color: #363636;
}
.bold-font {
	font-size: 14px;
	font-weight: 600;
	color: #363636;
}
.sale-by-person-wraper {
	background: #fff;
	padding: 15px;
	box-shadow: 0px 3px 20px #e7e7e7;
	border-radius: 6px;
	position: relative;
	margin-top: 20px;
}
.sale-by-person-wraper h2 {
	font-size: 16px;
	color: #363636;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.quick-links-wraper {
	border: 1px solid #EBEBEB;
	padding: 15px;
	border-radius: 10px;
}
.quick-links-wraper h2 {
	font-size: 16px;
	color: #363636;
	margin-bottom: 20px;
}
.quick-links-wraper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.quick-links-wraper ul li {
	position: relative;
	padding: 0;
	margin: 0;
}
.quick-links-wraper ul li::before {
	content: "";
	position: absolute;
	bottom: -10px;
	width: 60%;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 1px;
	background: #C7DDFF;
}
.quick-links-wraper ul li::after {
	content: "";
	position: absolute;
	right: -1px;
	width: 1px;
	height: 60px;
	background: #C7DDFF;
	top: 10px;
}
.quick-links-wraper ul li:nth-child(2)::after {
	display: none;
}
.quick-links-wraper ul li:nth-child(3) {
	padding-top: 25px;
}
.quick-links-wraper ul li:nth-child(3)::before {
	display: none;
}
.quick-links-wraper ul li:nth-child(3)::after {
	top: 25px;
}
.quick-links-wraper ul li:nth-child(4) {
	padding-top: 25px;
}
.quick-links-wraper ul li:nth-child(4)::before {
	display: none;
}
.quick-links-wraper ul li:nth-child(4)::after {
	display: none;
}
.quick-links-wraper ul li a {
	color: #363636;
	font-size: 13px;
	display: block;
	text-align: center;
	text-decoration: none;
}
.quick-link-icon {
	width: 50px;
	margin: 0 auto;
	margin-bottom: 5px;
}
.quick-link-icon img {
	width: 100%;
}
.message-rightbar-wrap {
	margin: 15px 0;
}
.heading-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2;
	flex-wrap: wrap;
}
.heading-btn h2 {
	font-size: 16px;
	color: #363636;
	margin-bottom: 20px;
}
.heading-btn h2 span {
	font-size: 14px;
	color: #0C84EB;
}
.heading-btn a {
	background: #0C84EB;
	padding: 4px 10px;
	color: #fff;
	font-size: 12px;
	border-radius: 6px;
	text-decoration: none;
	position: relative;
	top: -9px;
	right: 15px;
}
.list-listing-message-wrap {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list-listing-message-wrap li {
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid #EBEBEB;
	display: flex;
	flex-direction: column;
}
.list-listing-message-wrap li:nth-last-child(1) {
	border: none;
}
.listing-message-wrap a {
	display: flex;
	align-items: center;
	gap: 2;
	text-decoration: none;
}
.listing-message-wrap .listing-message-image {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
}
.listing-message-wrap .listing-message-image img {
	width: 100%;
}
.listing-message-text {
	display: flex;
	flex-direction: column;
	padding-left: 8px;
}
.listing-message-text strong {
	color: #000;
	font-weight: 500;
	font-size: 14px;
}
.listing-message-text span {
	color: #5D5D5D;
	font-weight: 400;
	font-size: 13px;
}
.message-rightbar-wrap button {
	background: none !important;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	padding: 0 !important;
}
.message-rightbar-wrap .accordion-body {
	padding: 0;
}
.message-rightbar-wrap button:after {
	background: url(../images/icon-collpsed-blue.svg) no-repeat top !important;
	width: 28px !important;
	height: 25px !important;
	border: 1px solid #e9e9e9;
	border-radius: 6px;
	background-size: 12px !important;
	background-position: 6px 7px !important;
	top: 0;
	position: relative;
	right: -1px;
}
.message-rightbar-wrap .accordion, .message-rightbar-wrap .accordion-item {
	border: none;
}
.message-rightbar-wrap .accordion-button {
	color: #363636 !important;
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 500;
}
.message-rightbar-wrap .accordion-button span {
	color: #0c84eb;
	font-size: 14px;
	margin-left: 5px;
}
 .right-main-bar-wrap::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
 background-color: #F5F5F5;
}
.right-main-bar-wrap::-webkit-scrollbar {
 width: 3px;
 background-color: #F5F5F5;
}
.right-main-bar-wrap::-webkit-scrollbar-thumb {
 background-color: #666;
}
.add-dropdown-wrp .dropdown-menu.show {
	border: none;
	border-radius: 6px !important;
	box-shadow: 0 5px 25px 0 #ddd;
	display: block;
	left: auto !important;
	padding: 10px 20px;
	right: 0 !important;
	top: 52px !important;
	transform: none !important;
	width: 400px;
}
.modules-dropdown-wrp .dropdown-menu.show {
	border: none;
	border-radius: 6px !important;
	box-shadow: 0 5px 25px 0 #ddd;
	display: block;
	left: auto !important;
	padding: 20px 20px 10px;
	right: 0 !important;
	top: 52px !important;
	transform: none !important;
	width: 330px;
}
.profile-dropdown .dropdown-menu.show {
	border: none;
	border-radius: 6px !important;
	box-shadow: 0 5px 25px 0 #ddd;
	display: block;
	left: auto !important;
	padding: 0;
	right: 20px !important;
	top: 52px !important;
	transform: none !important;
	width: 300px;
}
.according-add-wrp button {
	box-shadow: none !important;
	color: #12182d !important;
	font-size: 15px;
	font-weight: 500 !important;
	height: auto;
	padding: 10px 0;
	width: 100%;
	background: none !important
}
.according-add-wrp button:after {
	background: url(../images/icon-collpsed-blue.svg) no-repeat top !important;
	width: 28px !important;
	height: 25px !important;
	border: 1px solid #e9e9e9;
	border-radius: 6px;
	background-size: 12px !important;
	background-position: 6px 7px !important;
	top: 0;
	position: relative;
	right: -1px;
}
.according-add-wrp button:hover {
	background: none !important;
}
.add-dropdown-wrp .accordion-item {
	border: none !important;
}
.add-dropdown-wrp .accordion-body {
	padding: 0;
}
.btn-add-new-wrap .row {
	margin: 0 -5px;
}
.btn-add-new-wrap .row .col-md-6 {
	margin: 0;
	padding: 0 5px;
}
.btn-add-new-wrap .row .col-md-6 a {
	border: 1px solid #ebebeb;
	border-radius: 6px;
	color: #363636;
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 10px 15px;
	text-align: left;
	text-decoration: none;
}
.btn-add-new-wrap .row .col-md-6 a:hover {
	font-weight: 500;
	border: 1px solid #0c84eb
}
.btn-add-new-wrap .row .col-md-6 a img {
	margin-right: 10px;
	width: 17px;
}
.module-dropdown h2 {
	color: #12182d;
	font-size: 16px;
}
.product-list-wrap {
	border-bottom: 2px solid #ebebeb;
	padding: 15px 0;
}
.product-list-wrap span {
	color: #94abff;
	font-size: 18px;
	font-weight: 700;
}
.product-list-wrap p {
	color: #424242;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	padding: 0;
}
.product-list-wrap a {
	display: block;
	text-decoration: none;
}
.product-list-wrap:last-child span {
	color: #946bce;
}
.profile-image-text-wrap {
	border-bottom: 1px solid #ebebeb;
	padding: 18px;
}
.drdpdown-profile-image img {
	height: 45px;
	width: 45px;
}
.profile-drop-text {
	line-height: 19px;
	margin-left: -15px;
	margin-top: 3px;
}
.profile-drop-text strong {
	color: #363636;
	display: block;
	font-size: 16px;
	font-weight: 500;
}
.profile-drop-text span {
	color: #737373;
	font-size: 14px;
}
.theme-option-wrap {
	border-bottom: 1px solid #ebebeb;
	padding: 15px 18px;
}
.theme-option-wrap span {
	font-size: 14px;
	font-weight: 500;
}
.radio-btn {
	float: right;
	margin-top: -20px;
}
.link-dropdown {
	padding: 15px 18px;
}
.link-dropdown a {
	color: #363636;
	display: block;
	font-size: 14px;
	font-weight: 500;
	padding: 7px 0;
	text-decoration: none;
}
.link-dropdown a:hover {
	color: #0C84EB;
}
.link-dropdown a img {
	margin-right: 8px;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease;
	z-index: 111;
}
.overlay.active {
	opacity: 1;
	visibility: visible;
}
.drawer {
	position: fixed;
	top: 0;
	right: -56%;
	width: 53%;
	height: 100%;
	background: #fff;
	box-shadow: -2px 0 10px rgba(0,0,0,0.3);
	transition: right 0.3s ease;
	z-index: 1111;
}
.drawer.active {
	right: 0;
}
.close-btn {
	position: absolute;
	top: 10px;
	left: 10px;
	background: transparent;
	border: none;
	font-size: 24px;
	cursor: pointer;
}
#drawernofication .nofy-header {
	border-bottom: 1px solid #ebebeb;
	padding: 18px 20px;
}
#drawernofication .nofy-header h2 {
	color: #363636;
	font-size: 20px;
	font-weight: 600;
}
#drawernofication #closeDrawerBtn {
	background: #0c84eb url(../images/close-modal.svg) no-repeat top;
	background-position: 7px 6px;
	background-size: 11px;
	background-size: 22px;
	border-radius: 30px 0 0 30px;
	box-shadow: none;
	color: #fff;
	height: 35px;
	left: -35px;
	opacity: 1;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 12px;
	width: 35px;
	z-index: 111;
}
#drawernofication #closeDrawerBtn:hover {
	background: #48d3ff url(../images/close-modal.svg) no-repeat top;
	background-position: 7px 6px;
	background-size: 22px;
}
.convas-body {
	overflow-y: auto;
	padding: 20px 20px 69px 10px;
	height: 100%;
}
.notification-list-wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.lastest-notification {
	background: #f0f8fe;
	border: 1px solid #0c84eb !important;
}
.notification-list-wrap ul li {
	border: 1px solid #e5e5e5;
	border-radius: 7px;
	cursor: pointer;
	margin-bottom: 12px;
	padding: 6px 10px;
}
.notification-list-wrap ul li .notify-list-wrap {
	align-items: center;
	display: flex;
	gap: 2;
	padding: 6px 0;
}
.notify-list-wrap .notify-list-icon {
	border-radius: 50%;
	height: 45px;
	width: 45px;
}
.notify-list-wrap .notify-list-text {
	display: flex;
	flex-direction: column;
	padding-left: 8px;
}
.notify-list-wrap .notify-list-text strong {
	font-size: 15px;
	font-weight: 500;
}
.notify-list-wrap .notify-list-text span {
	color: #363636;
	font-size: 14px;
	font-weight: 300;
}
.lastest-notification span {
	color: #0c84eb !important;
}
.notification-list-wrap ul li:hover {
	background: #f0f8fe;
	border: 1px solid #0c84eb !important;
}
.notification-list-wrap ul li:hover strong {
	font-weight: 600;
}
.lead-page-dashboard-wrap {
	padding: 20px 25px 35px 35px;
}
.lead-page-dashboard-wrap .lead-heading-btn {
	align-items: center;
	display: flex;
	gap: 2;
	padding: 5px 0;
}
.lead-heading-btn h2 {
	color: #363636;
	font-size: 20px;
	margin-right: 5px;
}
.lead-create-wrap a {
	background: #0c84eb;
	border: none;
	border-radius: 6px;
	font-size: 13px;
	margin-left: 5px;
	padding: 6px 10px;
	position: relative;
	top: -2px;
	color: #fff;
}
.lead-create-wrap a img {
	position: relative;
	top: -.5px;
	width: 16px;
}
.modal-popup-wraper .modal-header {
	padding: 0;
	border: none;
}
.modal-popup-wraper .modal-body {
	padding: 0;
}
.modal-create-form-wrap .top-form-wrap {
	background: #f4faff;
	padding: 10px 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.modal-popup-wraper .modal-dialog {
	max-width: 582px;
	margin-top: 5%;
	font-family: poppins;
}
.business-growth-wrap {
	display: flex;
	align-items: center;
	gap: 2;
	padding: 6px 0;
}
.business-growth-icon {
	max-width: 55px;
	height: 55px;
	border-radius: 50%;
	margin-right: 10px;
}
.business-form-wraper label {
	font-size: 14px;
	color: #363636;
	font-weight: 500;
}
.business-form-wraper .form-control {
	background: none;
	border: none;
	border-bottom: 1px solid #e0e6eb;
	box-shadow: none;
	outline: none;
	border-radius: 0;
	font-size: 14px;
	height: 45px;
	padding: 0;
	width: 280px !important;
	margin-top: -8px;
	color: #363636;
}
.modal-create-form-wrap {
	margin-top: -16px;
	border-radius: 10px;/* overflow: hidden; */
}
.modal-popup-wraper .btn-close {
	position: absolute;
	top: 19px;
	right: 24px;
	z-index: 11;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	font-size: 10px;
	opacity: 1;
	color: #a1a1a1 !important;
	box-shadow: none;
	outline: none;
	background: url(../images/cross-circle-modal.svg) no-repeat top;
	background-size: contain;
}
.business-form-wraper .form-control::placeholder {
 color: #808080;
}
.business-form-wraper .form-control:focus {
	border-bottom: 1px solid #0c84eb !important;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
}
.form-select-wraper {
	margin-left: -15px;
	position: relative;
	padding-top: 10px;
}
.form-select-wraper label {
	color: #808080;
	font-size: 14px;
}
.form-select-wraper .form-select {
	padding: 0;
	box-shadow: none;
	color: #363636;
	width: 110px;
	border: none;
	box-shadow: none;
	font-size: 15px;
	background-color: #f4faff;
	margin-left: 25px;
	background: url(../images/icon-collpsed.svg) no-repeat top;
	background-position: 85px 7px;
}
.form-select-wraper::before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	background: url(../images/cirlcle-select.svg) no-repeat top;
	background-size: contain;
	left: 0;
	bottom: 2.5px;
}
.bottom-create-form-wrap {
	padding: 15px 25px;
}
.lead-owner-wrap {
	position: relative;
	margin-bottom: 15px;
}
.lead-owner-wrap::before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	background: url(../images/lead-owner.svg) no-repeat top;
	background-size: contain;
	left: 0;
	bottom: 3px;
}
.lead-owner-wrap label {
	color: #808080;
	font-size: 14px;
	margin-bottom: 5px;
}
.lead-owner-wrap .form-select {
	padding: 0;
	box-shadow: none;
	color: #363636;
	width: 110px;
	border: none;
	box-shadow: none;
	font-size: 15px;
	background-color: #f4faff;
	margin-left: 25px;
	background: url(../images/icon-collpsed.svg) no-repeat top;
	background-position: 65px 7px;
}
.bottom-form-input-wrap {
	margin-bottom: 15px;
}
.bottom-form-input-wrap label {
	font-size: 14px;
	color: rgba(54, 54, 54, 0.7);
}
.bottom-form-input-wrap label img {
	margin-right: 5px;
}
.bottom-form-input-wrap .form-control {
	background: none;
	border: none !important;
	border-bottom: 1px solid #e0e6eb !important;
	box-shadow: none;
	outline: none;
	border-radius: 0;
	font-size: 14px;
	height: 30px;
	padding: 0;
	width: 100%;
	color: #363636;
}
.extra-input-field-h-38 .form-control {
	height: 38px;
}
 .bottom-form-input-wrap .form-control::placeholder {
 color: #808080;
}
.bottom-form-input-wrap .form-control:focus {
	border-bottom: 1px solid #0c84eb !important;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
}
.btn-create-popup {
	display: flex;
	align-items: center;
	gap: 2;
	padding: 6px 0;
	justify-content: space-between;
}
.moreinfo-btn {
	display: flex;
	flex-direction: column;
}
.moreinfo-btn button {
	background: none !important;
	color: #363636 !important;
	font-size: 14px;
	padding-left: 0;
	font-weight: 500;
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
	padding-left: 0 !important;
}
.moreinfo-btn button img {
	margin-left: 3px;
}
.moreinfo-btn button:hover {
	color: #0c84eb !important;
}
.save-btn button {
	background: #0c84eb;
	padding: 8px 30px;
	color: #fff;
	border: none;
	outline: none;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
}
.save-btn button:hover {
	background: #026cc7 !important;
	box-shadow: none;
}
.moreinfo-btn .btn-check:checked + .btn, .moreinfo-btn .btn.active, .moreinfo-btn .btn.show, .moreinfo-btn .btn:first-child:active, :not(.btn-check) + .btn:active {
	color: #0c84eb !important;
}
#toggleSidePanelBtn {
	padding: 10px 20px;
	font-size: 16px;
	cursor: pointer;
}
/* Background dim layer */
#sidePanelBackdrop {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease;
	z-index: 900;
}
#sidePanelBackdrop.panel-visible {
	opacity: 1;
	visibility: visible;
}
/* Side Panel Container */
#customRightPanel {
	position: fixed;
	top: 0;
	right: -60%;
	width: 60%;
	height: 100%;
	background-color: #ffffff;
	box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
	transition: right 0.3s ease;
	z-index: 1000;
}
#customRightPanel.panel-open {
	right: 0;
}
/* Close icon inside panel */
#closeSidePanelBtn {
	position: absolute;
	top: 10px;
	left: 10px;
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
}
.more-info-header-wrp {
	background: #f4faff;
	padding: 10px 15px 15px 15px;
	position: relative;
}
.more-info-header-wrp .business-growth-wrap {
	padding: 0;
	width: 480px;
}
.more-info-header-wrp .business-growth-icon {
	border-radius: 50%;
	height: 55px;
	margin-right: 10px;
	max-width: 55px;
}
.more-info-header-wrp .business-form-wraper .form-control {
	width: 350px !important;
	color: #363636;
	font-size: 16px;
	font-weight: 500;
}
.more-info-header-wrp .business-form-wraper .form-control:focus {
	border: none !important;
	border-bottom: 1px solid #0c84eb !important;
}
 .more-info-header-wrp .business-form-wraper .form-control::placeholder {
 color: #000;
}
.more-info-header-wrp .form-select-wraper {
	padding-top: 0;
	margin-left: -40px
}
.more-info-header-wrp .lead-owner-wrap {
	margin: 0;
	margin-left: -75px;
}
.more-info-header-wrp .lead-owner-wrap label {
	margin: 0;
}
.more-info-header-wrp .lead-owner-wrap .form-select {
	background-position: 90px 7px;
}
.more-info-drawer #closeSidePanelBtn {
	background: url(../images/cross-circle-modal.svg) no-repeat top;
	background-size: contain;
	border-radius: 50%;
	box-shadow: none;
	color: #a1a1a1 !important;
	font-size: 10px;
	height: 15px;
	opacity: 1;
	outline: none;
	position: absolute;
	right: 24px;
	top: 37%;
	width: 25px;
	z-index: 11;
	height: 25px;
	border: none;
	left: auto !important;
}
.drawer-bottom-body {
	height: 89%;
	overflow: auto;
	padding-bottom: 30px;
	overflow-x: hidden;
}
.more-info-contaner-wrap {
	padding: 0px;
}
.left-form-wraper .row {
	margin: 0;
}
.left-form-wraper .col-md-6 {
	padding: 0;
	margin: 0;
}
.left-form-wraper .col-md-12 {
	padding: 0;
	margin: 0;
}
.left-form-wraper .col-md-4 {
	padding: 0;
	margin: 0;
}
.left-form-wraper .form-group {
	margin-bottom: 25px;
}
.left-form-wraper .form-group label {
	font-size: 14px;
	color: #808080;
}
.left-form-wraper .form-group .form-control {
	background: none;
	border: none !important;
	border-bottom: 1px solid #E0E6EB !important;
	box-shadow: none;
	outline: none;
	border-radius: 0;
	font-size: 14px;
	height: 40px;
	padding: 0;
	width: 350px;
	margin-top: -8px;
	color: #808080;
	font-weight: 500;
	font-size: 16px;
	width: 100%;
}
.left-form-wraper .form-group .form-control::placeholder {
 color: #363636;
}
.left-form-wraper .more-info-edit-fields {
	margin-bottom: 25px;
	margin-right: 5px;
}
.more-info-label-dropdown {
	display: flex;
	align-items: center;
	gap: 2;
	justify-content: space-between;
}
.left-form-wraper .more-info-edit-fields h2 {
	font-size: 14px;
	color: #808080;
	font-weight: normal;
}
.dropdown-add-wrap .dropdown {
	text-align: right;
	box-shadow: none !important;
}
.dropdown-add-wrap .dropdown button {
	background: none !important;
	padding: 0;
	margin: 0;
	border: none;
	width: 27px;
	box-shadow: none !important;
}
.dropdown-add-wrap .dropdown button img {
	position: relative;
	top: -2px;
}
.phone-dropdown .dropdown-menu.show {
	border: none;
	width: 300px;
	box-shadow: 0px 7px 30px 0 #e8e8e8;
	padding: 12px;
	border-radius: 8px;
}
.phone-dropdown .phone-dropdown-add-wrap span {
	font-size: 14px;
	color: #363636;
	font-weight: 500;
	display: block;
	margin-bottom: 8px;
}
.phone-dropdown .phone-dropdown-add-wrap .form-control {
	border: 1px solid #e0e6eb;
	height: 35px;
	border-radius: 6px;
	margin-bottom: 8px;
	box-shadow: none;
	outline: none;
	font-size: 12px;
}
.phone-dropdown .phone-dropdown-add-wrap .form-control:focus {
	border: 1px solid #0c84eb;
}
.phone-dropdown .phone-dropdown-add-wrap button {
	width: 100%;
	font-size: 15px;
	color: #0c84eb;
	font-weight: 600;
	text-align: right;
}
.list-info-phone-wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list-info-phone-wrap ul li {
	display: inline-block;
	padding: 0;
}
.more-form-content {
	margin-right: 8px;
	background: #e7f4ff;
	padding: 8px;
	color: #363636;
	border-radius: 6px;
	font-size: 14px;
	display: inline-block;
}
.list-info-phone-wrap ul li .flag-image {
	width: 23px;
	margin-top: -2px;
}
.list-info-phone-wrap ul li button {
	background: none;
	border: none;
	outline: none;
	padding: 0 10px;
	width: auto;
	padding-right: 0;
}
.list-info-phone-wrap ul li button img {
	margin-top: -3px;
}
.more-info-edit-fields .form-select {
	font-size: 12px;
	color: #363636;
	box-shadow: none;
	outline: none;
	border: 1px solid #e0e6eb;
	height: 35px;
	margin-bottom: 8px;
}
.more-info-edit-fields .form-select:focus {
	border: 1px solid #0c84eb;
}
.form-select-city {
	width: 95%;
}
.additional-info-wrap {
	margin-bottom: 25px;
}
.additional-info-wrap label {
	color: #808080;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 0.5rem;
}
.additional-info-wrap textarea {
	border-bottom: 1px solid #e0e6eb;
	border-radius: 8px;
	box-shadow: none !important;
	color: #363636;
	font-size: 14px;
	padding: 10px;
	line-height: 25px;
	height: 93px;
}
.More-info-drawer-wrap .offcanvas-body {
	padding: 0;
	overflow-x: hidden;
}
.left-form-wraper {
	padding: 14px 20px;
}
.dropdown-activite-wrap button {
	width: 100%;
	text-align: left;
	height: 46px;
	border: 1px solid #e0e6eb !important;
	background: #fff !important;
	color: #363636 !important;
	font-weight: normal;
}
.dropdown-activite-wrap button img {
	width: 25px;
	float: right;
	position: relative;
	margin: 0 !important
}
.dropdown-activite-wrap .dropdown-toggle::after {
	display: none;
}
.dropdown-activite-wrap .dropdown-menu {
	position: relative !important;
	top: 0 !important;
	width: 100%;
	bottom: auto !important;
	margin: 0;
	padding: 0;
	width: 100%;
	transform: translate3d(0px, 15px, 0px) !important;
	border: none;
}
.dropdown-activite-wrap .dropdown-activite-wrap .dropdown-menu {
	border: none;
}
.dropdown-activite-wrap .accordion-item {
	margin-bottom: 15px;
	border: none !important;
	position: relative;
}
.dropdown-activite-wrap .accordion-body {
	padding: 15px 0 0 0 !important;
}
.accordion-body-nested .accordion-button::after {
	background: url(../images/icon-collpsed.svg) no-repeat top;
	width: 28px !important;
	height: 25px !important;
	border: 1px solid #e9e9e9;
	border-radius: 6px;
	background-size: 12px !important;
	background-position: 6px 7px !important;
	background-color: #fff;
	position: relative;
	right: -9px;
}
.data-accordin-meeting {
	border: 1px solid #0c84eb;
	padding: 15px 15px 5px 15px;
	border-radius: 6px;
}
.search-meeting-wrap {
	position: relative;
}
.search-meeting-wrap span {
	position: absolute;
	top: 7px;
	left: 11px;
}
.search-meeting-wrap .form-control {
	border: 1px solid #e7e7e8;
	box-shadow: none;
	outline: none;
	font-size: 14px;
	height: 40px;
	box-shadow: none;
	outline: none;
	padding-left: 35px;
}
.drawer-save-btn {
	text-align: right;
	margin-bottom: 10px;
}
.drawer-save-btn button {
	background: #0c84eb;
	padding: 8px 30px;
	color: #fff;
	border: none;
	outline: none;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
}
.drawer-save-btn button:hover {
	background: #026cc7 !important;
	box-shadow: none;
}
.btn-add-wrap {
	position: absolute;
	top: 0;
	right: 50px;
	z-index: 11;
}
.btn-add-wrap button {
	background: none;
}
.btn-add-wrap button img {
	width: 25px !important;
}
.right-more-info-wrap {
	background: #fbfbfc;
	margin-bottom: 30px;
}
.right-more-info-wrap-collapse {
	border-radius: 0px 0px 0px 10px;
	background: #fbfbfc;
	width: 110px;
	position: absolute;
	top: -15px;
	right: -20px;
	height: 50px;
}
.expand-arrow-image {
	transform: scaleX(-1);
}
.right-more-info-wrap .form-group {
	padding: 7px 15px;
	border-bottom: 1px solid #e7e7e8;
}
.right-more-info-wrap .form-group label {
	font-size: 14px;
	color: #808080;
}
.right-more-info-wrap .form-group .form-control {
	background: none;
	border: none !important;
	box-shadow: none;
	outline: none;
	border-radius: 0;
	font-size: 14px;
	height: 40px;
	padding: 0;
	width: 350px;
	margin-top: -8px;
	color: #808080;
	font-weight: 500;
	font-size: 16px;
	width: 100%;
}
.right-more-info-wrap .form-group .form-control::placeholder {
 color: #363636;
}
.right-editable-lead-wrap {
	padding: 7px 15px;
	border-bottom: 1px solid #e7e7e8;
}
.right-editable-lead-drop {
	display: flex;
	align-items: center;
	gap: 2;
	justify-content: space-between;
	margin-bottom: 0.5rem;
}
.right-editable-lead-drop label {
	font-size: 14px;
	color: #808080;
	font-weight: normal;
}
.right-editable-lead-drop button {
	background: none !important;
	outline: none !important;
	box-shadow: none !important;
	border: none !important;
	padding: 0 !important;
}
.right-editable-lead-drop button::after {
	display: none;
}
.right-editable-lead-wrap .dropdown-menu {
	border: none;
	width: 300px;
	box-shadow: 0px 7px 30px 0 #e8e8e8;
	padding: 12px;
	border-radius: 8px;
}
.add-lead-source-wrap h2 {
	font-size: 14px;
	color: #363636;
	font-weight: 500;
	display: block;
	margin-bottom: 8px;
}
.form-dropdown .form-control {
	border: 1px solid #e7e7e8;
	box-shadow: none;
	outline: none;
	font-size: 14px;
}
.list-checkbox-wrap {
	margin: 0;
	padding: 0;
	list-style: none;
	max-height: 210px;
	overflow: auto;
	margin-top: 5px;
}
.list-checkbox-wrap::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
 border-radius: 10px;
 background-color: #f5f5f5;
}
.list-checkbox-wrap::-webkit-scrollbar {
 width: 0;
 background-color: #f5f5f5;
}
.list-checkbox-wrap::-webkit-scrollbar-thumb {
 background-color: #666;
}
.list-checkbox-wrap li {
	padding: 3px 0;
}
.list-checkbox-wrap .form-check {
	padding: 0;
}
.list-checkbox-wrap .form-check label {
	font-size: 14px;
	color: #363636;
	position: relative;
	top: 1px;
}
.list-checkbox-wrap .form-check .form-check-input {
	float: right;
	border: none;
	width: 1.3em;
	height: 1.3em;
	box-shadow: none;
	border: none;
	border-radius: 6px;
	background-color: #d8ecfd;
}
.form-check-input:checked {
	background-color: #0c84eb !important;
}
.add-btn-wrap {
	text-align: right;
	padding-top: 15px;
}
.add-btn-wrap button {
	background: none;
	border: none;
	font-size: 14px;
	font-weight: 600;
	color: #0c84eb;
}
.lead-list-wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.lead-list-wrap ul li {
	margin-right: 8px;
	background: #e7f4ff;
	padding: 8px;
	color: #363636;
	border-radius: 6px;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 10px;
}
.lead-list-info button {
	background: none;
	border: none;
	outline: none;
	top: -1px;
	position: relative;
	padding: 0 10px;
	width: auto;
	padding-right: 5px;
}
.lead-list-info .dropdown button img {
	top: 0 !important;
}
.list-checkbox-tags li:nth-child(1) label {
	background: #e4f9f3;
	color: #20c997 !important;
	padding: 6px 15px;
	border-radius: 6px;
}
.list-checkbox-tags li:nth-child(2) label {
	background: #e3f4f6;
	color: #17a2b8 !important;
	padding: 6px 15px;
	border-radius: 6px;
}
.list-checkbox-tags li:nth-child(3) label {
	background: #e0ebf6;
	color: #0056b3 !important;
	padding: 6px 15px;
	border-radius: 6px;
}
.list-checkbox-tags li:nth-child(4) label {
	background: #f8e5e7;
	color: #c82333 !important;
	padding: 6px 15px;
	border-radius: 6px;
}
.list-checkbox-tags li:nth-child(5) label {
	background: #e2f9fd;
	color: #0dcaf0 !important;
	padding: 6px 15px;
	border-radius: 6px;
}
.list-checkbox-tags li:nth-child(6) label {
	background: #fbf6df;
	color: #e3bf00 !important;
	padding: 6px 15px;
	border-radius: 6px;
}
.tag-lead-list-wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tag-lead-list-wrap ul li {
	margin-right: 8px;
	padding: 8px 0;
	color: #363636;
	border-radius: 6px;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 10px;
}
.tag-lead-list-wrap ul li span {
	background: #20c997;
	padding: 6px 20px;
	border-radius: 6px;
	color: #fff;
}
.custom-fied-btn button {
	background: none;
	border: none;
	outline: none;
	font-size: 14px;
	color: #0c84eb;
	margin-top: 15px;
	font-weight: 500;
	font-size: 16px;
}
.collapse-btn-wrap button {
	background: none;
	border: none;
	outline: none;
	margin-left: -20px;
	box-shadow: none;
	margin-top: 15px;
}
.form-control:focus {
	border: 1px solid #0c84eb;
}
.search-checkbox-wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.search-checkbox-wrap ul li {
	border: 1px solid #E7E7E8;
	margin: 10px 0;
	padding: 10px;
	border-radius: 6px;
	cursor: pointer;
}
.search-checkbox-wrap ul li {
	border: 1px solid #e7e7e8;
	margin: 10px 0;
	padding: 10px;
	border-radius: 6px;
}
.search-checkbox-wrap ul li:hover {
	background: #f5f5f5;
}
.search-checkbox-wrap ul li .checkbox-form {
	display: flex;
	align-items: normal;
	gap: 2;
	justify-content: space-between;
	margin: 0;
}
.check-title-info-box .heading-title {
	font-size: 14px;
	color: #0c84eb;
	font-weight: 500;
}
.check-title-info-box .heading-title img {
	width: 12px;
}
.check-title-info-box .info-meeting span {
	font-size: 14px;
	color: #363636;
	margin-right: 10px;
}
.check-title-info-box .info-meeting span i {
	margin-right: 3px;
}
.edit-del-dropdown button {
	text-align: center;
	padding: 0 !important;
	height: auto !important;
	background: none !important;
}
.edit-del-dropdown button img {
	width: 4px !important;
	float: none;
	position: relative;
	margin: 0 !important;
	right: 6px;
}
.check-title-info-box {
	display: flex;
}
.checkbox-check {
	margin-right: 10px;
}
.checkbox-check .form-check-input {
	box-shadow: none !important;
}
.edit-del-dropdown .dropdown-menu {
	position: absolute !important;
	right: 0 !important;
	transform: none !important;
	top: 25px !important;
	left: auto !important;
	border: none;
	padding: 8px;
	box-shadow: 0px 5px 25px 0 #ccc;
	border-radius: 6px !important;
	min-width: 7rem;
}
.status-task-wrp {
	display: flex;
	font-size: 14px;
	margin: 15px 0;
}
.status-task-wrp strong {
	background: #e7f6fb;
	padding: 4px 12px;
	color: #11a8d2;
	margin: 0 5px;
	border: 1px solid #11a8d2;
	border-radius: 6px;
	font-weight: 500;
}
.task-priorty {
	margin-left: 5px;
}
.task-priorty strong {
	background: #f09b01 !important;
	border: 1px solid #f09b01;
	color: #fff;
}
.more-info-contaner-wrap .phone-dropdown {
	padding: 0 !important;
}
.dropdown-activite-wrap-according .activity-main-ocllapse {
	background: #fff !important;
	border: 1px solid #e0e6eb !important;
	color: #363636 !important;
	font-weight: 400;
	height: 46px;
	text-align: left;
	width: 100%;
	box-shadow: none !important;
	border-radius: 8px !important
}
.dropdown-activite-wrap-according .activity-main-ocllapse img {
	width: 25px;
	position: absolute;
	right: 10px;
}
.activity-main-ocllapse:after {
	display: none !important;
}
.accordion-body-nested button {
	background: #f4faff !important;
	border-radius: 6px !important;
	box-shadow: none !important;
	border: none !important;
	font-size: 14px;
	font-weight: 500;
	outline: none;
}
.accordion-body-nested button img {
	margin-right: 5px !important;
	width: 20px;
}
.accordion-body-nested .dropdown-menu.show {
	border: none !important;
	border-radius: 6px !important;
	box-shadow: 0 5px 25px 0 #ccc !important;
	left: auto !important;
	min-width: 7rem !important;
	padding: 8px !important;
	position: absolute !important;
	right: 0 !important;
	top: 25px !important;
	transform: none !important;
	width: 100px;
}
.accordion-body-nested .dropdown-menu a {
	background: none !important;
	border-bottom: 1px solid #ebebeb;
	color: #000 !important;
	font-size: 14px;
	padding: 6px 2px;
	display: block;
}
.accordion-body-nested .dropdown-menu a:last-child {
	border: none !important;
	padding-bottom: 0;
}
.unique-drawer-container {
	position: fixed;
	top: 0;
	right: -58%;
	width: 54%;
	height: 100%;
	background-color: #fff;
	box-shadow: -3px 0 10px rgba(0, 0, 0, 0.25);
	transition: right 0.3s ease;
	z-index: 1050;
}
.unique-drawer-container.open-drawer {
	right: 0;
}
.unique-drawer-close-btn {
	background: none;
	border: none;
	font-size: 24px;
	float: right;
	cursor: pointer;
}
.unique-drawer-title {
	margin-top: 40px;
	font-size: 20px;
}
.unique-drawer-text {
	margin-top: 15px;
	font-size: 14px;
}
.unique-drawer-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
	z-index: 1040;
}
.unique-drawer-overlay.show-overlay {
	display: block;
}
#btn-close-unique-drawer {
	background: #0c84eb url(../images/close-modal.svg) no-repeat top;
	background-position: 7px 6px;
	background-size: 11px;
	background-size: 22px;
	border-radius: 30px 0 0 30px;
	box-shadow: none !important;
	color: #fff;
	height: 36px;
	left: -36px;
	opacity: 1 !important;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 13px;
	width: 36px;
	z-index: 111;
}
.tab-add-meeting-call-task-wrap ul {
	border-color: #ebebeb;
	margin: 0;
	padding: 18px;
}
.tab-add-meeting-call-task-wrap .nav-tabs li button {
	border: 1px solid #a2a2a2;
	border-radius: 0;
	color: #a2a2a2;
	font-size: 14px;
	padding: 12px 20px;
	height: 45px;
}
.tab-add-meeting-call-task-wrap .nav-tabs li button img {
	margin-right: 8px;
	position: relative;
	top: -1px;
	width: 22px;
}
.tab-add-meeting-call-task-wrap .nav-tabs .nav-item.show .nav-link, .tab-add-meeting-call-task-wrap .nav-tabs .nav-link.active {
	background: #0c84eb;
	border: 1px solid #0c84eb;
	color: #fff;
}
.tab-add-meeting-call-task-wrap .nav-tabs li:nth-child(3) button {
	border-radius: 0 8px 8px 0;
}
.tab-add-meeting-call-task-wrap .nav-tabs li:first-child button {
	border-radius: 8px 0 0 8px;
}
.tab-add-meeting-call-task-wrap .nav-tabs .nav-link.active img {
	filter: brightness(0) invert(1);
}
.tab-add-meeting-call-task-wrap .tab-content {
	padding: 25px;
}
.tab-add-meeting-call-task-wrap .nav-tabs li:nth-child(3) button img {
	margin-right: 8px;
	position: relative;
	top: -1px;
	width: 18px;
}
.tab-meeting-content .form-group {
	margin-bottom: 18px;
}
.tab-meeting-content .form-group label {
	font-size: 14px;
	color: #000;
	display: block;
	margin-bottom: 5px;
}
.tab-meeting-content .form-group .form-control {
	height: 45px;
	border-radius: 8px;
	border: 1px solid #e5e5e5;
	box-shadow: none;
	outline: none;
	font-size: 14px;
	color: #9c9c9c;
}
.tab-meeting-content .form-control:focus {
	border: 1px solid #0c84eb !important;
}
.date-field-wraper label {
	font-size: 14px;
	color: #000;
	display: block;
	margin-bottom: 5px;
}
.date-time-group .col-md-6:nth-child(1) {
	padding-right: 0;
}
.date-filed-wrap {
	position: relative;
	margin-bottom: 18px;
}
.date-filed-wrap img {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 19px;
}
.date-filed-wrap .form-control {
	height: 45px;
	border-radius: 8px;
	border: 1px solid #e5e5e5;
	box-shadow: none;
	outline: none;
	font-size: 14px;
	padding-right: 40px;
	color: #9c9c9c;
}
.time-filed-wrap {
	position: relative;
	margin-bottom: 18px;
}
.time-filed-wrap img {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 19px;
}
.time-filed-wrap .form-control {
	height: 45px;
	border-radius: 8px;
	border: 1px solid #e5e5e5;
	box-shadow: none;
	outline: none;
	font-size: 14px;
	padding-right: 40px;
	color: #9c9c9c;
}
.checkbox-wrap {
	margin-top: 38px;
	color: #363636;
	font-size: 14px;
	position: relative;
}
.checkbox-wrap #custom-checkbox {
	background-color: #dcefff;
	width: 20px;
	height: 20px;
	border: none;
	box-shadow: none;
	margin-top: 0.5px;
	margin-right: 10px;
}
.checkbox-wrap button {
	background: none;
	border: none;
	outline: none;
	box-shadow: none;
	padding: 0;
	position: absolute;
	right: 26%;
	top: 0;
}
.add-particpant-wrap {
	margin-bottom: 18px;
}
.add-particpant-wrap button {
	background: #e7f4ff;
	padding: 12px 15px;
	border-radius: 8px;
	color: #0c84eb;
	border: none;
	outline: none;
	font-size: 14px;
}
.add-particpant-wrap button img {
	margin-right: 5px;
}
.add-particpant-wrap button:hover {
	background: #0c84eb;
	color: #fff;
}
.add-particpant-wrap button:hover img {
	filter: brightness(0) invert(1);
}
.Accordion-panel-wrap .accordion-item button {
	border: 1px solid #e5e5e5;
	box-shadow: none;
	outline: none;
	color: #363636;
	font-size: 15px;
	font-weight: 600;
	border-radius: 8px !important;
	background: #fff;
	padding: 12px;
}
.Accordion-panel-wrap .accordion-item button:hover {
	border: 1px solid #0c84eb;
}
.Accordion-panel-wrap .accordion .accordion-button::after {
	background: url(../images/icon-collpsed.svg) no-repeat top;
	width: 28px !important;
	height: 25px !important;
	border: 1px solid #e9e9e9;
	border-radius: 6px;
	background-size: 12px !important;
	background-position: 6px 7px !important;
	top: -3px;
}
.Accordion-panel-wrap .accordion-body {
	padding: 20px 0 0 0;
}
.information-Host-dropdown {
	margin-bottom: 15px;
}
.information-Host-dropdown span {
	font-size: 14px;
	color: #000;
	display: block;
	margin-bottom: 5px;
}
.information-Host-dropdown button {
	width: 100%;
	height: 45px;
	background-color: #fff !important;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
}
.information-Host-dropdown button:hover {
	border: 1px solid #0c84eb;
}
.information-Host-dropdown .dropdown-toggle::after {
	background: url(../../../../assests/arrow-more-info.svg) no-repeat top;
	width: 28px !important;
	height: 28px !important;
	border-radius: 6px;
	background-size: 12px !important;
	background-position: 6px 7px !important;
	position: absolute;
	right: 10px;
	top: 12px;
	border: none;
}
.information-Host-dropdown .dropdown-menu {
	border: none;
	width: 100%;
	box-shadow: 0px 7px 30px 0 #e8e8e8;
	padding: 12px;
	border-radius: 8px;
}
.dropdown-seach-wrap {
	position: relative;
}
.dropdown-seach-wrap span {
	position: absolute;
	top: 12px;
	left: 12px;
}
.dropdown-seach-wrap .form-control {
	height: 45px;
	border-radius: 8px;
	border: 1px solid #e5e5e5;
	box-shadow: none;
	outline: none;
	font-size: 14px;
	padding-right: 40px;
	color: #9c9c9c;
	padding-left: 35px;
	color: #808080;
}
.dropdown-checkbox-list {
	overflow: auto;
	padding: 0;
	max-height: 215px;
	margin-top: 10px;
}
.dropdown-checkbox-list .checkbox-form {
	display: flex;
	justify-content: space-between;
}
.dropdown-checkbox-list .checkbox-form .check-box strong {
	display: block;
	font-weight: 500;
	font-size: 14px;
	color: #363636;
}
.dropdown-checkbox-list .checkbox-form .check-box span {
	font-size: 14px;
	font-weight: 400;
	color: #737373;
}
.dropdown-checkbox-list .checkbox-check .form-check-input {
	border: none;
	width: 1.3em;
	height: 1.3em;
	box-shadow: none;
	border: none;
	border-radius: 6px;
	background-color: #d8ecfd;
}
.btn-add {
	padding-top: 15px;
	text-align: right;
	padding-right: 15px;
	border-top: 1px solid #f6f6f6;
}
.btn-add button {
	background: none !important;
	padding: 0 !important;
	width: auto !important;
	color: #0c84eb !important;
	height: auto !important;
	border: none !important;
	font-weight: 600;
}
.single-text {
	color: #363636;
	font-size: 14px;
}
.single-form .form-check-input {
	top: 0 !important;
	margin: 0;
}
.information-related-dropdown button {
	width: 100%;
	height: 45px;
	background-color: #fff !important;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
}
.information-related-dropdown .dropdown-toggle::after {
	background: url(../../../../assests/arrow-more-info.svg) no-repeat top;
	width: 28px !important;
	height: 28px !important;
	border-radius: 6px;
	background-size: 12px !important;
	background-position: 6px 7px !important;
	position: absolute;
	right: 10px;
	top: 12px;
	border: none;
}
.information-related-dropdown .dropdown-menu {
	border: none;
	width: 100%;
	box-shadow: 0px 7px 30px 0 #e8e8e8;
	padding: 0;
	border-radius: 8px;
}
.information-related-dropdown .host-dropdown span {
	display: block;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	font-weight: 500;
	font-size: 15px;
	color: #363636;
}
.information-related-dropdown .dropdown-checkbox-list {
	padding: 5px 15px 0px 15px;
}
.information-related-dropdown .btn-add {
	padding-bottom: 10px;
}
.information-related-dropdown span {
	font-size: 14px;
	color: #000;
	display: block;
	margin-bottom: 5px;
}
.host-dropdown span {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 10px;
}
.dropdown-checkbox-lead .form-check-input {
	top: 0 !important;
	margin: 0 !important;
}
.dropdown-checkbox-lead .checkbox-form {
	margin-bottom: 0 !important;
}
.textarea-group {
	margin-top: 15px;
	margin-bottom: 15px;
}
.textarea-group label {
	font-size: 14px;
	color: #000;
	display: block;
	margin-bottom: 5px;
}
.textarea-group .form-control {
	border-radius: 8px;
	border: 1px solid #e5e5e5;
	box-shadow: none;
	outline: none;
	font-size: 14px;
	color: #9c9c9c;
	padding-top: 10px;
}
.btn-drawer-meeting {
	text-align: right;
	margin-top: 10px;
}
.btn-drawer-meeting button:nth-child(1) {
	border: 1px solid #0c84eb;
	padding: 6px 20px;
	font-weight: 400 !important;
	color: #0c84eb;
	margin-right: 10px;
	background: none;
	border-radius: 6px;
	font-size: 14px;
}
.btn-drawer-meeting button:nth-child(2) {
	background: #0c84eb;
	border: 1px solid #0c84eb;
	padding: 6px 25px;
	font-weight: 400 !important;
	color: #fff;
	margin-right: 5px;
	border-radius: 6px;
	font-size: 14px;
}
.btn-drawer-meeting button:hover {
	background: #026cc7;
	border: 1px solid #026cc7;
	color: #fff;
}
.add-btn-call-wrap {
	text-align: center;
	margin-bottom: 20px;
}
.add-btn-call-wrap button {
	border: 1px solid #e5e5e5;
	height: 40px;
	color: #9c9c9c;
	font-size: 14px;
	background: none;
	border-radius: 8px;
	padding: 0 20px;
	margin: 0 5px;
	width: 210px;
}
.add-btn-call-wrap button img {
	width: 18px;
	margin-right: 5px;
	margin-top: -2px;
}
.active-tab-wrap {
	background: #e7f4ff !important;
	color: #0c84eb !important;
	border: 1px solid #e7f4ff !important;
}
.add-btn-call-wrap button:hover {
	background: #0c84eb !important;
	color: #fff !important;
}
.add-btn-call-wrap button:hover img {
	filter: brightness(0) invert(1);
}
.field-listing-call-wrap .form-group label {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	color: #363636;
}
.purpose-call-wrap {
	font-size: 16px;
	color: #0c84eb;
	font-weight: 500;
	margin-bottom: 15px;
}
.add-task-field .form-control {
	height: 40px;
	border-radius: 8px;
	border: 1px solid #e5e5e5;
	box-shadow: none;
	outline: none;
	font-size: 14px;
	color: #9c9c9c;
}
.task-owner-wraper {
	margin-top: 15px;
	position: relative;
}
.task-owner-wraper label {
	font-size: 14px;
	color: #808080;
	display: block;
	margin-bottom: 5px;
}
.task-owner-wraper:before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	background: url(../images/task-owner.svg) no-repeat top;
	background-size: contain;
	left: 0;
	bottom: 3px;
}
.task-owner-wraper .form-select {
	padding: 0;
	box-shadow: none;
	color: #363636;
	width: 110px;
	border: none;
	box-shadow: none;
	font-size: 14px;
	background-color: #f4faff;
	margin-left: 25px;
	background: url(../images/icon-collpsed.svg) no-repeat top;
	background-position: 80px 7px;
}
.add_task-listing-dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.add_task-listing-dropdown ul li .text-dropdown-list {
	padding: 10px 0 0px 0;
	display: flex;
	justify-content: space-between;
	align-items: anchor-center;
}
.label-dropdown {
	font-size: 14px;
	color: #363636;
}
.task-due-date-dropdown button {
	background: none !important;
	border: none !important;
	padding: 0;
	margin: 0;
}
.task-due-date-dropdown button::after {
	display: none;
}
.task-due-date-dropdown .dropdown-menu {
	border: none;
	width: 100%;
	box-shadow: 0px 7px 30px 0 #e8e8e8;
	padding: 0;
	border-radius: 8px;
	min-width: 300px !important;
	right: 0 !important;
	left: auto !important;
}
.due-date-calendar h5 {
	font-size: 14px;
	color: #363636;
	display: block;
	margin-bottom: 0;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.duedate-clendar {
	height: 200px;
}
.due-date-calendar .btn-add {
	padding-bottom: 15px;
}
.priority-dropdown-list button {
	background: none !important;
	border: none !important;
	padding: 0;
	margin: 0;
}
.priority-dropdown-list button::after {
	display: none;
}
.priority-dropdown-list .dropdown-menu {
	border: none;
	width: 100%;
	box-shadow: 0px 7px 30px 0 #e8e8e8;
	padding: 0;
	border-radius: 8px;
	min-width: 300px !important;
	right: 0 !important;
	left: auto !important;
}
.priority-dropdown-list {
	padding: 5px 0 0 0;
	display: flex;
	justify-content: space-between;
	align-items: anchor-center;
}
.priority-dropdown h2 {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.priority-dropdown .list-checkbox-wrap {
	padding: 0 15px 15px 15px;
}
.priority-dropdown li:nth-child(1) label {
	border: 1px solid #ff0000;
	color: #fff !important;
	background: #ff0000;
}
.priority-dropdown li:nth-child(2) label {
	border: 1px solid #f09b01;
	color: #fff !important;
	background: #f09b01;
}
.priority-dropdown li:nth-child(3) label {
	border: 1px solid #007bff;
	color: #fff !important;
	background: #007bff;
}
.priority-dropdown .form-check-input {
	margin-top: 10px;
}
.priority-dropdown .add-btn-wrap {
	padding-top: 15px;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #f6f6f6;
}
.add_task-listing-dropdown {
	margin-bottom: 10px;
}
.form-select option {
	font-size: 14px;
	padding-left: 15px !important;
}
.attach-file-wrap {
	margin-top: 10px;
}
.attach-file-wrap label {
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
	color: #363636;
}
.upload-file-wrap {
	padding: 18px;
	border: 1px solid #dce2ff;
	background: #f4f6ff;
	height: 60px;
	font-size: 14px;
	text-align: center;
}
.upload-file-wrap img {
	width: 18px;
	margin-top: -2px;
}
.status-dropdown-list button {
	background: none !important;
	border: none !important;
	padding: 0;
	margin: 0;
}
.status-dropdown-list button::after {
	display: none;
}
.status-dropdown-list .dropdown-menu {
	border: none;
	width: 100%;
	box-shadow: 0px 7px 30px 0 #e8e8e8;
	padding: 0;
	border-radius: 8px;
	min-width: 300px !important;
	right: 0 !important;
	left: auto !important;
}
.status-dropdown-list {
	padding: 3px 0;
	display: flex;
	justify-content: space-between;
	align-items: anchor-center;
}
.status-dropdown h2 {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.status-dropdown .list-checkbox-wrap {
	padding: 0 15px 15px 15px;
}
.status-dropdown li:nth-child(1) label {
	border: 1px solid #8a8a8a;
	color: #8a8a8a;
	background: #f3f3f3;
}
.status-dropdown li:nth-child(2) label {
	border: 1px solid #2098d1;
	color: #2098d1;
	background: #e9f5fa;
}
.status-dropdown li:nth-child(3) label {
	border: 1px solid #e8910d;
	color: #e8910d !important;
	background: #fdf4e7;
}
.status-dropdown li:nth-child(4) label {
	border: 1px solid #00c5c2;
	color: #00c5c2 !important;
	background: #e5f9f9;
}
.status-dropdown li:nth-child(5) label {
	border: 1px solid #2dbf64;
	color: #2dbf64 !important;
	background: #eaf9ef;
}
.status-dropdown .form-check-input {
	margin-top: 10px;
}
.status-dropdown .add-btn-wrap {
	padding-top: 15px;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #f6f6f6;
}
.add-checklist-wrap {
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
	align-items: anchor-center;
}
.add-checklist-wrap .label-checklist {
	font-size: 14px;
	color: #363636;
}
.add-checklist-wrap button {
	background: none !important;
	border: none !important;
	padding: 0;
	margin: 0;
}
.add-task-btn {
	margin-top: 15px;
	text-align: right;
}
.add-task-btn button {
	background: #0c84eb;
	padding: 8px 20px;
	color: #fff;
	font-size: 14px;
	border-radius: 8px;
	border: none;
	outline: none;
}
.add-task-btn button:hover {
	background: #026cc7;
}
.task-more-info-filter {
	background: #f8f8f8;
	border-radius: 0px 0px 0px 15px;
}

.meeting-call-tab-wrap .offcanvas-body {
	overflow-x: hidden;
}
.arrow-btn button {
	background: none;
	border: none;
	outline: none;
	margin-left: -19px;
	box-shadow: none;
	margin-top: 23px;
}
.task-more-info-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}
.task-more-info-filter ul li {
	border-bottom: 1px solid #e1e1e1;
	padding: 12px 15px;
}
.category-filter-wrap label {
	font-size: 14px;
	color: #363636;
	display: block;
	margin-bottom: 8px;
}
.category-filter-wrap .btn-category-wrp button:nth-child(1) {
	background: #e7f4ff;
	color: #0c84eb;
	font-size: 14px;
	width: 135px;
	height: 40px;
	border: none;
	outline: none;
	border-radius: 8px;
	font-weight: 600;
	margin-right: 5px;
}
.category-filter-wrap .btn-category-wrp button:nth-child(2) {
	background: #fff;
	border: 1px solid #e2e2e3 !important;
	color: #9c9c9c;
	font-size: 14px;
	width: 135px;
	height: 40px;
	border: none;
	outline: none;
	border-radius: 8px;
	font-weight: 600;
}
.Contact-add-wraper {
	display: flex;
	justify-content: space-between;
}
.contact-add-text label {
	display: block;
	font-size: 14px;
	color: #363636;
	display: block;
}
.contact-add-text span {
	font-size: 14px;
	color: #989898;
}
.add-contact-dropdown button {
	background: none !important;
	border: none !important;
	padding: 0;
	margin: 0;
	height: auto;
}
.Contact-add-wraper .dropdown-toggle::after {
	display: none;
}
.Contact-add-wraper .dropdown-menu {
	border: none;
	width: 100%;
	box-shadow: 0px 7px 30px 0 #e8e8e8;
	padding: 12px;
	border-radius: 8px;
	min-width: 295px !important;
}
.task-more-info-filter .btn-add {
	padding-right: 0;
}
.right-add-task-more-info-wrap-collapse {
	border-radius: 0px 0px 0px 10px;
	background: #fbfbfc;
	width: 110px;
	position: absolute;
	top: 0;
	right: -16px;
	height: 50px;
}
.Accordion-panel-wrap .accordion-item {
	border: none;
}
#myTabContent {
	height: 700px;
	overflow: auto !important;
	padding-bottom: 100px;
}
.backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease;
	z-index: 998;
}
.backdrop.visible {
	opacity: 1;
	visibility: visible;
}
/* Side drawer panel */
.side-drawer {
	position: fixed;
	top: 0;
	right: -5%;
	width: 54%;
	height: 100vh;
	background-color: #fff;
	transform: translateX(100%);
	transition: transform 0.3s ease;
	z-index: 999;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}
.side-drawer.active {
	transform: translateX(0);
}
/* Header inside drawer */
.drawer-topbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.drawer-topbar h2 {
	margin: 0;
}
.drawer-close {
	background: none;
	border: none;
	font-size: 1.6rem;
	cursor: pointer;
	line-height: 1;
}
.particpant-drawer-wraper {
	position: relative;
	z-index: 111111
}
.drawer-header-wrp {
	border-bottom: 1px solid #ebebeb;
	color: #363636;
	font-size: 20px;
	font-weight: 600;
	padding: 20px;
}
.participant-main-wrap {
	padding: 25px 25px 10px 25px;
	overflow: auto;
	height: 75%;
}
.participant-list-wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #EBEBEB;
	padding: 5px;
	border-radius: 8px;
}
.participant-list-wrap ul li {
	display: inline-block;
	margin: 0 3px;
	width: 30%;
}
.participant-list-wrap ul li button {
	width: 100%;
	color: #5D5D5D;
	font-size: 14px;
	background: none;
	border: none;
	outline: none;
	height: 34px;
	border-radius: 6px;
}
.participant-list-wrap ul li button:hover {
	color: #0C84EB !important;
}
.participant-list-wrap ul li:nth-child(1) {
	margin-left: 0;
}
.participant-list-wrap ul li:nth-last-child(1) {
	margin-right: 0;
}
.active-filter-participant {
	background: #E7F4FF !important;
	color: #0C84EB !important;
}
.search-participant-wrap {
	position: relative;
}
.search-participant-wrap span {
	position: absolute;
	top: 9px;
	width: 15px;
	left: 11px;
}
.search-participant-wrap .form-control {
	height: 45px;
	border: 1px solid #EBEBEB;
	border-radius: 8px;
	box-shadow: none;
	padding-left: 40px;
}
.participant-main-wrap .form-group {
	margin-top: 15px;
}
.participant-main-wrap .form-group label {
	margin-bottom: 5px;
}
.participant-main-wrap .form-group .form-control {
	height: 45px;
	border: 1px solid #EBEBEB;
	border-radius: 8px;
	box-shadow: none;
}
.participants-listing-wrap {
	padding: 15px 0;
}
.participants-listing-wrap h5 {
	font-size: 18px;
	color: #363636;
	margin-bottom: 25px;
}
.participants-listing-wrap ul {
	list-style: none;
	border: 1px solid #EBEBEB;
	border-radius: 8px;
	padding: 20px;
	margin: 0 0 20px 0;
}
.participants-listing-wrap ul li .checkbox-form {
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 15px;
}
.participants-listing-wrap ul li:nth-last-child(1) .checkbox-form {
	border: none !important;
	margin: 0;
	padding: 0;
}
.participants-listing-wrap ul li .checkbox-form #default-checkbox {
	width: 23px;
	height: 23px;
	box-shadow: none;
	border: none;
	outline: none;
	border-radius: 4px;
	background-color: #DCEFFF;
}
.participants-listing-wrap ul li .checkbox-form .check-box {
	display: flex;
}
.checkbox-text-wrap {
	padding-left: 15px;
	line-height: 19px;
}
.checkbox-text-wrap strong {
	font-size: 15px !important;
}
.checkbox-text-wrap span {
	color: #5D5D5D !important;
}
.form-check-input:checked {
	background-size: 16px;
}
.checkbox-form .check-box strong {
	color: #363636;
	display: block;
	font-size: 14px;
	font-weight: 500;
}
.checkbox-form .check-box span {
	color: #737373;
	font-size: 14px;
	font-weight: 400;
}
.checkbox-form {
	margin-bottom: 15px;
	position: relative;
}
.meeting-dropdown-wrap button img {
	float: right;
}
.meeting-dropdown-wrap .dropdown-menu.show {
	width: 100% !important;
}
.task-main-tab-wraper .meeting-dropdown-wrap button {
	background: none !important;
	border: none !important;
	margin: 0;
	padding: 0;
}
.task-main-tab-wraper .meeting-dropdown-wrap .dropdown-menu.show {
	width: 300px !important;
	padding: 0 !important
}
.status-dropdown .dropdown-menu.show {
	width: 300px !important;
	padding: 0 !important
}
.contact-host-dropdown {
	padding: 15px;
}
.custom-drawer-overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease;
	z-index: 9998;
}
.custom-drawer-overlay.open {
	opacity: 1;
	visibility: visible;
}
/* Drawer */
.custom-drawer-container {
	position: fixed;
	top: 0;
	right: -5%;
	height: 100%;
	width: 0;
	transition: width 0.3s ease;
	background-color: #fff;
	box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
	z-index: 9999;
}
.custom-drawer-container.open {
	width: 52%!important;
	right: 0%;
}
.custom-drawer-content {
	padding: 20px;
}
.drawer-close {
	background: #0c84eb url(../images/close-modal.svg) no-repeat top;
	background-position: 7px 6px;
	background-size: 11px;
	background-size: 22px;
	border-radius: 30px 0 0 30px;
	box-shadow: none !important;
	color: #fff;
	height: 36px;
	left: -36px;
	opacity: 1 !important;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 13px;
	width: 36px;
	z-index: 111;
}
.custom-drawer-close {
	background: #0c84eb url(../images/close-modal.svg) no-repeat top;
	background-position: 7px 6px;
	background-size: 11px;
	background-size: 22px;
	border-radius: 30px 0 0 30px;
	box-shadow: none !important;
	color: #fff;
	height: 36px;
	left: -36px;
	opacity: 1 !important;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 13px;
	width: 36px;
	z-index: 111;
	border: none;
	outline: none;
}
.meeting-header-wrap {
	position: relative;
	border-bottom: 1px solid #ebebeb;
	padding: 20px !important;
	width: 100%;
	align-items: center;
	display: flex;
}
.meeting-header-wrap h3 {
	color: #363636;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
.meeting-heading-btn-wrap {
	display: flex;
	border-bottom: 1px solid #EBEBEB;
	justify-content: space-between;
	padding: 0 0 20px 0;
}
.meeting-heading-btn-wrap h5 {
	font-size: 22px;
	font-weight: 600;
	color: #363636;
	width: 50%;
	line-height: 30px;
	margin: 0;
}
.meeting-heading-btn-wrap button {
	background: #0C84EB;
	border-radius: 6px;
	color: #fff;
	font-weight: 500;
	border: none;
	height: 38px;
	padding: 0 20px;
	font-size: 14px;
	margin-top: 15px;
}
.meeting-heading-btn-wrap button:hover {
	background: #026CC7;
}
.listing-meeting-fileds {
}
.listing-meeting-fileds ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.listing-meeting-fileds ul li {
	padding: 15px 0;
	border-bottom: 1px solid #EBEBEB;
}
.listing-meeting-fileds ul li strong {
	font-size: 14px;
	color: #363636;
	font-weight: 600;
	display: block;
	margin-bottom: 3px;
}
.listing-meeting-fileds ul li strong img {
	margin-top: -2px;
	width: 18px;
	margin-right: 3px;
}
.listing-meeting-fileds ul li p {
	font-size: 14px;
	color: #737373;
	margin: 0;
	padding: 0;
}
.accrodins-meeting-detail .accordion .accordion-item {
	border: 1px solid #EBEBEB;
	border-radius: 8px;
	overflow: hidden;
	margin-top: 15px;
	position: relative;
}
.accrodins-meeting-detail .accordion button {
	background: none;
	border: none;
	outline: none;
	box-shadow: none;
	font-size: 16px;
	font-weight: 600;
	color: #363636 !important;
	padding: 15px;
}
.accrodins-meeting-detail .accordion .accordion-button::after {
	background: url(../../../../assests/icon-collpsed.svg) no-repeat top;
	width: 28px !important;
	height: 25px !important;
	border: 1px solid #e9e9e9;
	border-radius: 6px;
	background-size: 12px !important;
	background-position: 6px 7px !important;
	top: -3px;
}
.accrodins-meeting-detail .accordion .accordion-body {
	border-top: 1px solid #EBEBEB;
}
.add-participant-btn {
	position: absolute;
	top: -3px;
	right: 45px;
	z-index: 11;
}
.participants-listing-wrap ul {
	margin: 0;
	padding: 0;
	border: none;
	margin-top: 10px;
}
.participants-listing-wrap ul li {
	display: block;
	width: 100%;
	line-height: 19px;
}
.participants-listing-wrap ul li:nth-last-child(1) {
	border: none;
	padding: 0;
	margin: 0;
}
.participants-listing-wrap ul li strong {
	display: block;
	font-weight: 500;
	color: #0C84EB;
	font-size: 16px;
}
.pparticipants-listing-wrap ul li span {
	color: #363636;
	font-size: 14px;
}
.other-information-wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.other-information-wrap ul li {
	font-size: 15px;
	color: #363636;
	margin-bottom: 10px;
}
.other-information-wrap ul li:nth-last-child(1) {
	margin-bottom: 0;
}
.other-information-wrap ul li span {
	color: #808080;
}
.other-information-wrap ul li p {
	margin: 0;
}
.participant-list-wrap-second ul {
	border: none !important;
}
.participant-list-wrap-second ul li {
	width: 100% !important;
	display: block;
	margin-bottom: 10px !important;
	padding-bottom: 10px !important;
	border-bottom: 1px solid #EBEBEB;
}
.participant-list-wrap-second ul li:nth-last-child(1) {
	border: none;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
.participant-list-wrap-second ul li strong {
	display: block;
	color: #0C84EB;
	font-size: 14px;
	font-weight: 600;
}
.participant-list-wrap-second ul li span {
	display: block;
	font-size: 14px;
	color: #363636;
}
.offcanvas-body-main-wrp {
	height: 91%;
	overflow: auto;
	padding: 20px;
}
/* Overlay */
.drawer-mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 1000;
}
/* Drawer */
.drawer-right {
	position: fixed;
	top: 0;
	right: -348px; /* hidden by default */
	width: 300px;
	height: 100%;
	background-color: #fff;
	box-shadow: -2px 0 8px rgba(0,0,0,0.2);
	transition: right 0.3s ease;
	z-index: 1002;
}
/* Drawer visible state */
.drawer-open {
	right: 0 !important;
	width: 52%
}
/* Drawer header */
.drawer-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px;
	border-bottom: 1px solid #eee;
}
/* Close button */
.btn-close-drawer {
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
}
.side-panel {
	height: 100%;
	width: 300px;
	position: fixed;
	top: 0;
	right: -300px; /* hidden */
	background-color: #333;
	color: white;
	overflow-x: hidden;
	transition: right 0.3s ease;
	padding: 20px;
	box-sizing: border-box;
	z-index: 1100; /* above overlay */
}
.side-panel.visible {
	right: 0;
}
/* Close button */
.close-btn {
	background: none;
	border: none;
	font-size: 28px;
	color: white;
	cursor: pointer;
	float: right;
}
/* Overlay styles */
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5); /* semi-transparent black */
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease;
	z-index: 1000; /* below panel */
}
.overlay.active {
	opacity: 1;
	visibility: visible;
}
.date-calendar {
	position: absolute;
	right: 20px;
}
.date-calendar button {
	background: none;
	border: none;
	box-shadow: none;
	margin: -2px 0 0;
	outline: none;
	padding: 0;
}
.edit-meeting-dropdown .dropdown-menu {
	border: none;
	border-radius: 6px !important;
	box-shadow: 0 5px 25px 0 #ccc;
	left: auto !important;
	min-width: 7rem;
	padding: 8px;
	position: absolute !important;
	right: 0 !important;
	top: 25px !important;
	transform: none !important;
}
.edit-meeting-dropdown .dropdown-menu a {
	background: none !important;
	border-bottom: 1px solid #ebebeb;
	color: #000 !important;
	font-size: 14px;
	padding: 6px 2px;
	display: block;
}
.edit-meeting-dropdown .dropdown-menu a:nth-child(2) {
	border: none;
	padding-bottom: 0
}
.meeting-detail-according .accordion-item {
	border: 1px solid #ebebeb;
	border-radius: 8px;
	margin-top: 15px;
	overflow: hidden;
	position: relative;
}
.meeting-detail-according .accordion button {
	background: none;
	border: none;
	box-shadow: none;
	color: #363636 !important;
	font-size: 16px;
	font-weight: 600;
	outline: none;
	padding: 15px;
}
.meeting-detail-according .accordion-body {
	border-top: 1px solid #ebebeb;
}
.add-participant-btn {
	position: absolute;
	right: 45px;
	top: -3px;
	z-index: 11;
}
.meeting-detail-according button:after {
	background: url(../images/icon-collpsed.svg) no-repeat top !important;
	background-position: 7px 7px !important;
	background-size: 12px !important;
	border: 1px solid #e9e9e9;
	border-radius: 6px;
	height: 25px !important;
	top: -3px;
	width: 28px !important;
}
.call-detail-wraper h2 {
	color: #363636;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
.button-edit-delete button {
	background: none;
	border: none;
	margin-left: 5px;
	outline: none;
	padding: 0;
}
.call-detail-wraper .btn-close-drawer {
	background: #0c84eb url(../images/close-modal.svg) no-repeat top;
	background-position: 7px 6px;
	background-size: 11px;
	background-size: 22px;
	border-radius: 30px 0 0 30px;
	box-shadow: none !important;
	color: #fff;
	height: 36px;
	left: -36px;
	opacity: 1 !important;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 13px;
	width: 36px;
	z-index: 111;
	border: none;
	outline: none;
}
.call-detail-main-wrap {
	padding: 20px;
}
.date-time-wrap {
	padding: 15px 0;
	border-bottom: 1px solid #EBEBEB;
}
.date-time-wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.date-time-wrap ul li {
	display: inline-block;
	margin-right: 30px;
}
.date-time-wrap ul li strong {
	display: block;
	font-size: 16px;
	color: #363636;
	font-weight: 500;
}
.date-time-wrap ul li strong img {
	margin-right: 5px;
	margin-top: -2px;
	width: 20px;
}
.date-time-wrap ul li span {
	color: #737373;
	font-size: 16px;
}
.call-for-wraper {
	padding: 15px 0;
	border-bottom: 1px solid #EBEBEB;
}
.call-for-wraper strong {
	display: block;
	font-size: 16px;
	color: #363636;
	font-weight: 500;
}
.call-for-wraper strong img {
	margin-right: 5px;
	margin-top: -2px;
	width: 20px;
}
.call-for-wraper span {
	color: #737373;
	font-size: 16px;
}
.host-call-wrap strong img {
	width: 15px;
}
.purpose-call-detail {
	border: 1px solid #EBEBEB;
	border-radius: 8px;
}
.purpose-call-detail h3 {
	font-size: 16px;
	color: #363636;
	padding: 15px;
	border-bottom: 1px solid #EBEBEB;
	font-weight: 500;
}
.reminder-no-border {
	border: none !important;
}
.reminder-no-border img {
	width: 14px !important;
}
.purpose-call-detail ul {
	list-style: none;
	margin: 0;
	padding: 5px 15px;
	padding-bottom: 10px;
}
.purpose-call-detail ul li {
	font-size: 14px;
	color: #363636;
	padding-bottom: 5px;
}
.purpose-call-detail ul li span {
	color: #808080;
}
.call-heading-btn {
	border-bottom: 1px solid #ebebeb;
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
}
.call-heading-btn button {
	background: #0c84eb;
	border: none;
	border-radius: 6px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	height: 38px;
	margin-top: 10px;
	padding: 0 20px;
}
.call-heading-btn h4 {
	color: #363636;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	margin: 0;
	width: 55%;
}
.leads-filters-wraper ul {
	list-style: none;
	margin-top: 10px
}
.leads-filters-wraper ul li {
	float: left;
	margin-right: 10px;
}
.search-bar-wrap {
	position: relative;
	width: 250px;
}
.search-bar-wrap .search-icon {
	left: 11px;
	position: absolute;
	top: 7px;
	width: 15px;
}
.search-bar-wrap .form-control {
	border: 1px solid #ebebeb;
	border-radius: 8px;
	box-shadow: none;
	font-size: 13px;
	height: 40px;
	outline: none;
	padding-left: 35px;
}
.search-bar-wrap .form-control:focus {
	border: 1px solid #0c84eb
}
.list-grid-btn-wrap {
	align-items: center;
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 8px;
	display: flex;
	gap: 2;
	height: 40px;
	justify-content: center;
	padding: 0 8px;
}
.list-grid-btn-wrap ul {
	list-style: none;
	border: none;
	margin: 0;
}
.list-grid-btn-wrap ul li {
	margin: 0
}
.list-grid-btn-wrap .nav-tabs .nav-item.show .nav-link, .list-grid-btn-wrap .nav-tabs .nav-link.active {
	background: #0c84eb !important;
	box-shadow: 0 5px 10px 0 #ccc;
	margin-right: 0 !important;
}
.list-grid-btn-wrap .nav-tabs .nav-link.active img {
	filter: brightness(0) invert(1);
}
.list-grid-btn-wrap button {
	background: none !important;
	border: none !important;
	border-radius: 6px !important;
	padding: 3px 10px !important
}
.button-all-filter-wrap {
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 8px;
	height: 40px;
	padding-left: 5px;
}
.button-all-filter-wrap button {
	background: none;
	border: none;
	border-radius: 6px;
	color: #5d5d5d;
	font-size: 14px;
	margin: 5px 0;
	outline: none;
	padding: 4px 20px;
}
.all-filter-active {
	background: #e7f4ff !important;
	color: #0c84eb !important;
}
.button-all-filter-wrap button:hover {
	color: #0c84eb;
}
.btn-filter-wrp {
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 8px;
	color: #363636;
	height: 40px;
	padding: 0 15px;
}
.btn-filter-wrp:hover {
	background: #0c84eb;
	color: #fff;
}
.btn-filter-wrp:hover img {
	filter: brightness(0) invert(1);
}
.btn-filter-icon-wrp {
	float: right !important;
	margin-right: 0 !important;
}
.btn-filter-icon-wrp button {
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 8px;
	color: #363636;
	height: 40px;
	padding: 0 14px 0 10px;
}
.btn-filter-icon-wrp button img {
	position: relative;
	top: -1px;
}
.btn-filter-icon-wrp button:hover {
	background: #0c84eb !important;
}
.btn-filter-icon-wrp button:hover img {
	filter: brightness(0) invert(1);
}
.search-filter-main-wrap {
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 8px;
	display: inline-block;
	height: 45px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 5px;
}
.search-filter-main-wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.search-filter-main-wrap ul li {
	display: inline-block;
	margin: 0 10px;
}
.search-filter-main-wrap ul li button {
	background: none;
	border: none;
	border-radius: 6px;
	color: #5d5d5d;
	font-size: 14px;
	margin: 5px 0;
	outline: none;
	padding: 7px 10px 6px;
}
.search-filter-main-wrap span {
	color: #363636;
	font-size: 14px;
}
.btn-active-wrap button {
	background: #e7f4ff !important;
	color: #0c84eb !important;
	margin-left: 5px;
}
.btn-active-wrap button img {
	display: inline-block !important;
	margin-left: 5px;
}
.filter-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease;
	z-index: 999;
}
.filter-overlay.active {
	opacity: 1;
	visibility: visible;
}
/* Drawer */
.filter-drawer {
	position: fixed;
	top: 0;
	right: -450px;
	width: 350px;
	height: 100%;
	background-color: #fff;
	box-shadow: -4px 0 10px rgba(0,0,0,0.15);
	transition: right 0.3s ease;
	z-index: 1000;
	box-sizing: border-box;
}
.filter-drawer.active {
	right: 0;
}
/* Open Button */
.filter-open-btn {
	margin: 20px;
	padding: 10px 20px;
	font-size: 16px;
	cursor: pointer;
}
/* Filter Styles */
.filter-drawer h2 {
	margin-top: 0;
}
.filter-group {
	margin-bottom: 20px;
}
.filter-group label {
	display: block;
	margin-bottom: 8px;
}
.close-btn {
	background: #eee;
	border: none;
	padding: 8px 12px;
	cursor: pointer;
}
.filter-drawer-main-wrp .close-btn {
	background: #0c84eb url(../images/close-modal.svg) no-repeat top;
	background-position: 7px 6px;
	background-size: 11px;
	background-size: 22px;
	border-radius: 30px 0 0 30px;
	box-shadow: none !important;
	color: #fff;
	height: 36px;
	left: -36px;
	opacity: 1 !important;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 15px;
	width: 36px;
	z-index: 111;
	border: none;
	outline: none;
}
.filter-drawer-main-wrp .close-btn:hover {
	background: #3f9ef0 url(../images/close-modal.svg) no-repeat top;
	background-position: 7px 6px;
}
.filter-drawer-main-wrp .offcanvas-header {
	border-bottom: 1px solid #ebebeb;
	padding: 18px 20px;
}
.filter-drawer-main-wrp .offcanvas-title {
	color: #363636;
	font-size: 20px;
	font-weight: 600;
}
.filter-drawer-main-wrp {
}
.filter-drawer-main-wrp .offcanvas-body {
	height: 90%;
	overflow: auto;
	padding: 0;
}
.modal-drawer-search {
	margin: 20px 20px 0 20px;
	position: relative;
}
.modal-drawer-search img {
	position: absolute;
	top: 11.5px;
	left: 10px;
}
.modal-drawer-search .form-control {
	height: 40px;
	border-radius: 8px;
	box-shadow: none;
	outline: none;
	font-size: 13px;
	padding-left: 35px;
	border: 1px solid #ebebeb;
}
.modal-drawer-search .form-control:focus {
	border: 1px solid #0c84eb;
}
.accordin-drawer-wrap button {
	border: none !important;
	box-shadow: none !important;
	background: none !important;
	outline: none !important;
	border-bottom: 1px solid #ebebeb !important;
	color: #363636 !important;
	font-weight: 500 !important;
	font-size: 14px;
}
.accordin-drawer-wrap .accordion-button:not(.collapsed)::after {
	background-image: var(--bs-accordion-btn-active-icon);
	transform: var(--bs-accordion-btn-icon-transform);
	top: -4px;
}
.dropdowns-list-wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.dropdowns-list-wrap ul li {
	padding: 20px 20px 18px 20px;
	border-bottom: 1px solid #ebebeb;
}
.dropdowns-list-wrap ul li .drodown-list-wrp .dropdown button {
	background: #fff;
	width: 100%;
	color: #363636;
	font-weight: 500;
	font-size: 16px;
	border: none;
	text-align: left;
	padding-left: 0;
	padding: 0;
}
.dropdowns-list-wrap .dropdown-toggle::after {
	background: url(../../../../assests/icon-collpsed.svg) no-repeat top !important;
	border: none;
	position: absolute;
	right: 0;
	width: 18px;
	height: 18px;
	top: 9px;
}
.lead-status-wrap .lead-status-wrap {
	display: block;
	color: #363636;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 10px;
}
.lead-info-status span button {
	background: #e7f4ff;
	padding: 6px 15px;
	color: #363636;
	border-radius: 4px;
	font-weight: 400;
	margin-right: 5px;
	font-size: 14px;
	border: none;
	margin-bottom: 10px;
}
.active-btn-lead {
	background: #0c84eb !important;
	color: #fff !important;
}
.lead-info-status span button:hover {
	background: #0c84eb !important;
	color: #fff !important;
}
.lead-status-wrap ul {
	border: none;
}
.lead-status-wrap ul li {
	padding: 0;
	border: none;
	display: inline-block;
}
.lead-status-wrap ul li button {
	background: #e7f4ff;
	padding: 6px 15px;
	color: #363636;
	border-radius: 4px;
	font-weight: 400;
	margin-right: 10px;
	font-size: 14px;
	border: none !important;
}
.lead-status-wrap .nav-tabs .nav-item.show .nav-link, .lead-status-wrap .nav-tabs .nav-link.active {
	background: #0c84eb;
	color: #fff;
	border: none;
}
.from-date-wrap {
	position: relative;
}
.form-date-calender-icon {
	position: absolute;
	top: 10px;
	left: 10px;
}
.from-date-wrap .form-control {
	height: 40px;
	border-radius: 8px;
	box-shadow: none;
	outline: none;
	font-size: 13px;
	padding-left: 40px;
	border: 1px solid #ebebeb;
}
.from-date-wrap .form-control:focus {
	border: 1px solid #0c84eb
}
.apply-filter-wrap {
	text-align: right;
	margin: 15px 0;
	margin-right: 15px;
}
.apply-filter-wrap button {
	background: #0c84eb;
	padding: 8px 30px;
	color: #fff;
	border-radius: 6px;
	font-size: 14px;
	border: none;
	outline: none;
}
.drodown-list-wrp .dropdown-menu {
	width: 100%;
	border: none;
	box-shadow: 0px 7px 20px 0 #c6c6c6;
	padding: 12px;
	border-radius: 8px;
}
.lead-owner-dropdown .form-group img {
	position: absolute;
	top: 23.5px;
	left: 21px;
}
.lead-owner-dropdown .form-group .form-control {
	height: 40px;
	border-radius: 8px;
	box-shadow: none;
	outline: none;
	font-size: 13px;
	border: 1px solid #ebebeb;
	padding-left: 33px;
}
.lead-owner-dropdown .form-group .form-control:focus {
	border: 1px solid #0c84eb;
}
.lead-lead-owner-wrap {
	overflow: auto;
	padding: 0;
	max-height: 215px;
	padding-right: 15px;
	margin-top: 10px;
}
.checkbox-form {
	position: relative;
	margin-bottom: 15px;
}
.checkbox-form .check-box {
	line-height: 20px;
}
.checkbox-form .check-box strong {
	display: block;
	font-weight: 500;
	font-size: 14px;
	color: #363636;
}
.checkbox-form .check-box span {
	font-size: 14px;
	font-weight: 400;
	color: #737373;
}
.convas-modal-wrp .checkbox-check .form-check-input {
	border: none;
	width: 1.3em;
	height: 1.3em;
	box-shadow: none;
	border: none;
	border-radius: 6px;
	background-color: #d8ecfd;
	position: absolute;
	top: 6px;
	right: 0;
}
.select-text-btn {
	padding-top: 15px;
	text-align: right;
	padding-right: 10px;
}
.select-text-btn button {
	background: none !important;
	padding: 0 !important;
	width: auto !important;
	color: #0c84eb !important;
}
.lead-source-wrap .form-group .form-control {
	height: 40px;
	border-radius: 8px;
	box-shadow: none;
	outline: none;
	font-size: 13px;
	border: 1px solid #ebebeb;
}
.lead-source-checkbox-wrp {
	overflow: auto;
	padding: 0;
	max-height: 215px;
	padding-right: 15px;
	margin-top: 10px;
}
.lead-source-checkbox-wrp .checkbox-check .form-check-input {
	top: -4px !important;
}
.selected-tags {
	margin-top: 10px;
}
.company-tag {
	background: #e7f4ff;
	border-radius: 6px;
	color: #363636;
	display: inline-block;
	font-size: 14px;
	padding: 8px;
	margin-right: 5px;
	cursor: pointer;
}
.filter-dropdown-wraper button {
	background: #fff;
	width: 100%;
	color: #363636;
	font-weight: 500;
	font-size: 16px;
	border: none;
	text-align: left;
	padding-left: 0;
	padding: 0;
	box-shadow: none !important;
	outline: none !important;
}
.filter-dropdown-wraper button img {
	float: right;
	position: relative;
	top: 7px
}
.lead-source-wrap .form-group .form-control {
	border: 1px solid #ebebeb;
	border-radius: 8px;
	box-shadow: none;
	font-size: 13px;
	height: 40px;
	outline: none;
}
.lead-source-wrap .form-group .form-control:focus {
	border: 1px solid #0c84eb;
}
.lead-source-checkbox-wrp {
	overflow: auto;
	padding: 0;
	max-height: 215px;
	padding-right: 15px;
	margin-top: 10px;
}
.lead-source-checkbox-wrp .checkbox-check .form-check-input {
	top: -4px !important;
}
.selected-tags {
	margin-top: 10px;
}
.company-tag {
	background: #e7f4ff;
	border-radius: 6px;
	color: #363636;
	display: inline-block;
	font-size: 14px;
	padding: 8px;
	margin-right: 5px;
	cursor: pointer;
}
.edit-del-dropdown button img {
	width: 4px !important;
	float: none;
	position: relative;
	margin: 0 !important;
	right: 6px;
}
.check-title-info-box {
	display: flex;
}
.checkbox-check {
	margin-right: 10px;
}
.dropdowns-list-wrap .checkbox-check .form-check-input {
	background-color: #d8ecfd;
	border: none;
	border-radius: 6px;
	box-shadow: none;
	height: 1.3em;
	position: absolute;
	right: 0;
	top: 6px;
	width: 1.3em;
}
.lead-table-main-wraper .table {
	border: 1px solid #F5F6F8;
	background: #fff
}
.lead-table-main-wraper thead {
	border: none;
	background: #F5F6F8 !important;
	color: #000;
	font-weight: 500;
	font-size: 14px;
	border: none;
	vertical-align: middle;
}
.lead-table-main-wraper thead th {
	vertical-align: middle;
	border: none;
	font-weight: 500;
	font-size: 14px;
	height: 50px
}
.lead-table-main-wraper thead th a {
	margin-left: 10px;
}
.lead-table-main-wraper thead th a img {
	width: 12px;
}
.lead-table-main-wraper thead th span {
	color: #0C84EB;
}
.lead-table-main-wraper .form-check-input {
	width: 18px;
	height: 18px;
	border: 1px solid #e0e0e0;
	box-shadow: none !important;
	padding-left: 10px;
}
.lead-table-main-wraper .form-check {
	padding-left: 30px;
}
.lead-table-main-wraper tr {
	height: 60px;
	vertical-align: middle;
	position: relative;
}
.lead-table-main-wraper tr:hover {
	background: #F1F8FF;
}
.lead-table-main-wraper tr td {
	vertical-align: middle;
	position: relative;
	font-size: 14px;
	color: #363636
}
.lead-table-main-wraper tr .color-1 {
	float: right;
	margin-right: 30px;
	background: #f6f0f0;
	color: #20C997;
	border-radius: 6px;
	position: absolute;
	right: 10px;
	padding: 4px 9px;
	font-size: 12px;
	top: 17px;
}
.lead-table-main-wraper tr .dropdown {
	position: absolute;
	right: 22px;
	top: 16px
}
.lead-table-main-wraper tr .dropdown button {
	background: none !important;
	outline: none !important;
	box-shadow: none !important;
	padding: 0;
	border: none;
}
.lead-table-main-wraper tr .dropdown .dropdown-menu.show {
	border: none;
	border-radius: 6px !important;
	box-shadow: 0 5px 25px 0 #ebebeb;
	left: auto !important;
	min-width: 9rem;
	padding: 0 8px 8px 8px;
	position: absolute !important;
	right: 0;
	top: 55px;
	transform: none !important;
}
.lead-table-main-wraper tr .dropdown a {
	font-size: 14px;
	color: #363636;
	border-bottom: 1px solid #EBEBEB;
	padding: 7px 0;
}
.lead-table-main-wraper tr .dropdown li:nth-last-child(1) a {
	border: none !important;
	padding-bottom: 0;
}
.lead-table-main-wraper tr .dropdown a:hover {
	color: #0c84eb !important;
}
.color-2 {
	color: #17A2B8;
	background: #E7F0F2;
	float: right;
	margin-right: 30px;
	border-radius: 6px;
	position: absolute;
	right: 10px;
	padding: 4px 9px;
	font-size: 12px;
	top: 17px;
}
.color-3 {
	color: #0056B3;
	background: #dbe8f6;
	float: right;
	margin-right: 30px;
	border-radius: 6px;
	position: absolute;
	right: 10px;
	padding: 4px 9px;
	font-size: 12px;
	top: 17px;
}
.color-4 {
	color: #C82333;
	background: #fbdde0;
	float: right;
	margin-right: 30px;
	border-radius: 6px;
	position: absolute;
	right: 10px;
	padding: 4px 9px;
	font-size: 12px;
	top: 17px;
}
.color-5 {
	color: #0DCAF0;
	background: #eaf4f6;
	float: right;
	margin-right: 30px;
	border-radius: 6px;
	position: absolute;
	right: 10px;
	padding: 4px 9px;
	font-size: 12px;
	top: 17px;
}
.table-form-control {
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	font-size: 14px !important;
	padding: 0 !important;
	background: none !important
}
.status-lead-1 {
	background: #fff0f1;
	color: #FB1317;
	border: 1px solid #FB1317;
	border-radius: 6px;
	padding: 4px 9px;
	font-size: 12px;
}
.status-lead-2 {
	background: #e3f6fe;
	color: #01A4F0;
	border: 1px solid #01A4F0;
	border-radius: 6px;
	padding: 4px 9px;
	font-size: 12px;
}
.status-lead-3 {
	background: #e3fee5;
	color: #21DB30;
	border: 1px solid #21DB30;
	border-radius: 6px;
	padding: 4px 9px;
	font-size: 12px;
}
.status-lead-4 {
	background: #fff9e8;
	color: #FFC107;
	border: 1px solid #FFC107;
	border-radius: 6px;
	padding: 4px 9px;
	font-size: 12px;
}
.status-lead-5 {
	background: #e7e5f9;
	color: #665CD1;
	border: 1px solid #665CD1;
	border-radius: 6px;
	padding: 4px 9px;
	font-size: 12px;
}
.tabs-table-wraper #myTabContent {
	height: auto;
	overflow: visible !important;
	padding-bottom: 0px;
}
.active-nav-sidebar a {
	background: #e3eff8 !important;
	color: #0c84eb !important;
	border-radius: 8px;
}
.table-lead-dropdown {
	position: static !important;
}
.table-lead-dropdown button {
	font-size: 14px;
	padding: 0;
	width: 100;
	text-align: left;
	color: #363636 !important;
	height: 40px;
}
.table-lead-dropdown .dropdown-menu.show {
	border: none;
	border-radius: 6px !important;
	box-shadow: 0 5px 25px 0 #ebebeb;
	left: auto !important;
	min-width: 16rem !important;
	padding: 0 8px 0 8px !important;
	position: absolute !important;
	right: auto !important;
	top: 50px !important;
	transform: none !important;
}
.phone-dropdown-container {
	padding: 9px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.table-lead-dropdown button:hover {
	opacity: 0.5
}
.table-number-dropdown {
	position: static !important;
}
.table-number-dropdown button {
	font-size: 14px;
	padding: 0;
	width: 100;
	text-align: left;
	color: #999999 !important;
	height: 40px;
}
.table-number-dropdown .dropdown-menu.show {
	border: none;
	border-radius: 6px !important;
	box-shadow: 0 5px 25px 0 #ebebeb;
	left: auto !important;
	min-width: 18rem !important;
	padding: 0 8px 0 8px !important;
	position: absolute !important;
	right: auto !important;
	top: 50px !important;
	transform: none !important;
}
.add-phone-number {
	padding: 15px 5px;
}
.add-phone-number h6 {
	margin-bottom: 10px;
	font-size: 14px;
}
.add-phone-number .form-select {
	height: 40px;
	border: 1px solid #E5E5E5;
	border-radius: 8px;
	font-size: 13px;
	box-shadow: none;
}
.add-phone-number .form-select:focus {
	border: 1px solid #0c84eb;
}
.add-btn-table {
	padding-top: 15px;
	text-align: right;
	padding-right: 10px;
}
.add-btn-table a {
	background: none !important;
	padding: 0 !important;
	width: auto !important;
	color: #0c84eb !important;
	border: none !important;
	font-weight: 600 !important;
	padding: 0 !important
}
.contact-filters-wraper {
	margin-bottom: 15px
}
.contact-profile-wrap {
	display: flex;
	gap: 10px;
	align-items: center;
}
.contact-profile-wrap .contact-image {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
}
.contact-1 {
	background: #e5f4e9;
	color: #28a745;
	float: right;
	margin-right: 30px;
	border-radius: 6px;
	position: absolute;
	right: 10px;
	padding: 4px 9px;
	font-size: 12px;
	top: 17px;
	font-weight: 500
}
.contact-2 {
	background: #edeeef;
	color: #6c757d;
	float: right;
	margin-right: 30px;
	border-radius: 6px;
	position: absolute;
	right: 10px;
	padding: 4px 9px;
	font-size: 12px;
	top: 17px;
	font-weight: 500
}
.contact-3 {
	background: #fbe7e9;
	color: #dc3545;
	float: right;
	margin-right: 30px;
	border-radius: 6px;
	position: absolute;
	right: 10px;
	padding: 4px 6px;
	font-size: 12px;
	top: 17px;
	font-weight: 500
}
.contact-4 {
	background: #fff1e0;
	color: #ff991c;
	float: right;
	margin-right: 30px;
	border-radius: 6px;
	position: absolute;
	right: 10px;
	padding: 4px 6px;
	font-size: 12px;
	top: 17px;
	font-weight: 500
}
.contact-5 {
	background: #ede2fd;
	color: #772af3;
	float: right;
	margin-right: 30px;
	border-radius: 6px;
	position: absolute;
	right: 10px;
	padding: 4px 6px;
	font-size: 12px;
	top: 17px;
	font-weight: 500
}
.phone-text {
	font-weight: 500;
}
.perecent-deal-1 {
	background-color: rgb(236, 247, 236);
	color: rgb(118, 196, 116);
	align-items: center;
	border-radius: 6px;
	display: inline-block;
	display: flex;
	flex-shrink: 0;
	font-weight: 400;
	height: 27px;
	justify-content: center;
	max-width: 65px;
	min-width: 50px;
	padding: 0 10px;
	text-align: center;
}
.perecent-deal-2 {
	background-color: rgb(253, 237, 232);
	color: rgb(244, 109, 67);
	align-items: center;
	border-radius: 6px;
	display: inline-block;
	display: flex;
	flex-shrink: 0;
	font-weight: 400;
	height: 27px;
	justify-content: center;
	max-width: 65px;
	min-width: 50px;
	padding: 0 10px;
	text-align: center;
}
.perecent-deal-3 {
	background-color: rgb(250, 230, 229);
	color: rgb(217, 59, 50);
	align-items: center;
	border-radius: 6px;
	display: inline-block;
	display: flex;
	flex-shrink: 0;
	font-weight: 400;
	height: 27px;
	justify-content: center;
	max-width: 65px;
	min-width: 50px;
	padding: 0 10px;
	text-align: center;
}








.custom-left-sidebar {
  height: 100%;
  width: 350px;
  position: fixed;
  top: 0;
  left: -390px;
  background-color: #fff;
  color: white;
  padding: 20px;
  transition: left 0.3s ease;
  z-index: 2001;
}

.custom-left-sidebar.open {
  left: 0;
}

.custom-close-btn {
  background: none;
  color: white;
  border: none;
  font-size: 30px;
  float: right;
  cursor: pointer;
}





.custom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 2000;
}

.custom-overlay.show {
  display: block;
}
#openCustomSidebar{
width: 39px;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    left: 2px;
    top: 16px;
}
#openCustomSidebar img{
	width:100%;
	margin:0;
	padding:0;
}

.left-menu-mobile{
	display:none;
}

.left-menu-mobile .closeCustomSidebar {
    background: #0c84eb url(../images/close-modal.svg) no-repeat top;
    background-position: 7px 6px;
    background-size: 11px;
    background-size: 22px;
    border-radius: 0 30px 30px 0px;
    box-shadow: none;
    color: #fff;
    height: 35px;
    right: -35px;
    opacity: 1;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 12px;
    width: 35px;
    z-index: 111;
}


#openCustomSidebar{
	display:none;
}
.selected-tag{
	margin-top:10px;
}
.selected-tag span{
	    margin-right: 8px;
    background: #e7f4ff;
    padding: 8px;
    color: #363636;
    border-radius: 6px;
    font-size: 12px;
    display: inline-block;
}
.selected-tag span button {
    background: none;
    border: none;
    outline: none;
    padding: 0 10px;
    width: auto;
    padding-right: 0;
}
.selected-tag span button img {
    margin-top: -3px;
}
    /* Overlay */
    .overlay {
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 999;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease;
    }

    .overlay.show {
      opacity: 1;
      visibility: visible;
    }

    /* Task Drawer */
    .task-drawer {
      position: fixed;
      top: 0;
      right: -320px;
      width: 300px;
      height: 100%;
      background-color: #fff;
      box-shadow: -2px 0 10px rgba(0,0,0,0.3);
      z-index: 1000;
      transition: right 0.3s ease;
      padding: 20px;
    }

    .task-drawer.show {
      right: 0;
    }

    .open-btn {
      margin: 20px;
      padding: 10px 20px;
      font-size: 16px;
      cursor: pointer;
    }

    .close-btn {
      font-size: 18px;
      cursor: pointer;
      border: none;
      background: none;
      color: #333;
    }
@media screen and (max-width: 1169px) {
.side-bar-wraper {
	display: none;
}
.right-main-bar-wrap {
	display: none;
}
.content-dashboard-wraper {
	padding: 0;
	padding-top: 60px;
}
.no-left-padding {
	display: none;
}
.inner-dashboard-wraper .col-md-9{
	padding-right: 25px !important;
	width: 100%;
}
.drawer {
    right: -60%;
}
.add-dropdown-wrp button span{
	display:none;
}
.add-dropdown-wrp button{
	width:35px;
}
.add-dropdown-wrp button img {
    margin-right: 0px;
}
.modules-dropdown-wrp button span{
	display:none;
}
.modules-dropdown-wrp button{
	width:35px;
}
.modules-dropdown-wrp button img {
    margin-right: 0px;
}
.profile-dropdown button span{
	display:none;
}
.profile-dropdown  button{
	width:35px;
	display:none
}
.profile-dropdown button  img {
    margin-right: 0px;
}
.profile-info-image-wrap .profile-image{
	border:none;
}
.projected-sale-wraper{
	margin:15px 0;
}
.lost-sale-graph-wrap{
	margin:15px 0;
}
    .dashboard-logo img {
        margin-left: 36px;
        margin-top: 0;
        width: 120px;
    }
	.left-menu-mobile{
	display:block;
}
.drawer{
	width:75%;
	right:-90%
}
.left-menu-mobile .side-bar-wraper{
	display:block !important;
	position:static !important;
	width:100% !important;
	border:none !important;
	margin:0 !important;
	padding:0 !important
}
.add-dropdown-wrp .accordion-item button{
	width:100% !important;
}
#openCustomSidebar{
	display:block;
}
#customRightPanel {
    right: -82%;
}
#customRightPanel.panel-open {
    right: 0;
    width: 88%;
}
.leads-filters-wraper ul li{
	margin-bottom:15px;
}
.lead-table-main-wraper tr td{
	min-width:200px;
}
.lead-table-main-wraper tr td:nth-child(1){
	min-width:50px !important;
}
.lead-table-main-wraper thead th:nth-child(1){
	min-width:50px !important;
}
.lead-table-main-wraper tr td:nth-child(2){
	min-width:450px !important;
}
.drawer-close{
	display:none;
}
#btn-close-unique-drawer{
	display:none;
}
.custom-drawer-close{
	display:none;
}
.form-select-wraper{
	margin:0 !important;
}
.more-info-header-wrp .lead-owner-wrap{
	margin:0 !important;
}
.collapse-btn-wrap{
	display:none;
}
#closeSidePanelBtn{
	display:none;
}
.right-more-info-wrap{
	padding-bottom:100px;
}
.unique-drawer-container.open-drawer {
    right: 0;
    width: 92%;
    height: 100% !important;
    overflow: visible !important;
}
#myTabContent{
	height:auto;
}
.add-btn-call-wrap button{
	width:200px;
}
}
















/* ============================================
   Select2 Custom Styling - Matches Input Fields 100%
   ============================================ */

/* Select2 Container */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
}

/* Match input field styling exactly */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  user-select: none;
  -webkit-user-select: none;
  background: none;
  border: none !important;
  border-bottom: 1px solid #E0E6EB !important;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  outline: none;
  font-size: 14px;
  color: #808080;
  font-weight: 500;
  margin-top: -8px;
}

.select2-container .select2-selection--single:hover {
  border-bottom: 1px solid #E0E6EB !important;
}

.select2-container--focus .select2-selection--single {
  border: none !important;
  border-bottom: 1px solid #0c84eb !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  outline: none;
  box-shadow: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 0;
  padding-right: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
  color: #808080;
  font-size: 14px;
  font-weight: 500;
}

.select2-container .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: normal;
  margin-right: 20px;
  color: #999;
  line-height: 40px;
  height: 40px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  opacity: 0.6;
  transition: opacity 0.2s ease, color 0.2s ease;
  background: none;
  border: none;
  padding: 0;
  outline: none;
}

.select2-container .select2-selection--single .select2-selection__clear span {
  font-size: 20px;
  line-height: 1;
  display: block;
  font-weight: 300;
}

.select2-container .select2-selection--single .select2-selection__clear:hover {
  color: #333;
  opacity: 1;
}

.select2-container .select2-selection--single .select2-selection__clear:focus {
  outline: none;
  color: #333;
  opacity: 1;
}

/* Adjust arrow position when clear button is present */
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
}

/* When clear button is present, move arrow left */
.select2-container .select2-selection--single:has(.select2-selection__clear) .select2-selection__arrow {
  right: 25px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 40px;
  user-select: none;
  -webkit-user-select: none;
  background: none;
  border: none !important;
  border-bottom: 1px solid #E0E6EB !important;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  outline: none;
  font-size: 14px;
  color: #808080;
  font-weight: 500;
  margin-top: -8px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  line-height: 40px;
}

/* Clear button for multiple selection */
.select2-container .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: normal;
  margin-right: 5px;
  margin-top: 5px;
  color: #999;
  line-height: 30px;
  height: 30px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  opacity: 0.6;
  transition: opacity 0.2s ease, color 0.2s ease;
  background: none;
  border: none;
  padding: 0;
  outline: none;
}

.select2-container .select2-selection--multiple .select2-selection__clear span {
  font-size: 20px;
  line-height: 1;
  display: block;
  font-weight: 300;
}

.select2-container .select2-selection--multiple .select2-selection__clear:hover {
  color: #333;
  opacity: 1;
}

.select2-container .select2-selection--multiple .select2-selection__clear:focus {
  outline: none;
  color: #333;
  opacity: 1;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #e7f3ff;
  border: 1px solid #b3d9ff;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
  color: #007bff;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  color: #007bff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #0056b3;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
  background: transparent;
  outline: 0;
  width: 100% !important;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  visibility: hidden;
}

/* Show dropdown when container is open - Select2 handles positioning */
.select2-container--open .select2-dropdown {
  visibility: visible !important;
  display: block !important;
}

/* Ensure dropdown is positioned correctly when open */
.select2-container--open .select2-dropdown--below {
  top: 100% !important;
  margin-top: 4px;
}

.select2-container--open .select2-dropdown--above {
  bottom: 100% !important;
  margin-bottom: 4px;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
}

.select2-results__option {
  padding: 8px 12px;
  user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  color: #495057;
}

.select2-results__option[aria-disabled] {
  color: #999;
  cursor: default;
}

.select2-results__option[aria-selected] {
  background-color: #f8f9fa;
}

.select2-results__option--highlighted[aria-selected] {
  background-color: #007bff;
  color: white;
}

.select2-results__option--selected {
  background-color: #e7f3ff;
  color: #007bff;
}

.select2-results__group {
  display: block;
  font-weight: 600;
  padding: 8px 12px;
  color: #6c757d;
  cursor: default;
}

.select2-search--dropdown {
  display: block;
  padding: 8px;
}

.select2-search--dropdown .select2-search__field {
  padding: 6px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 14px;
}

.select2-search--dropdown .select2-search__field:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-container--disabled .select2-selection--single {
  background: none;
  cursor: default;
  opacity: 0.6;
  border-bottom: 1px solid #E0E6EB !important;
}

.select2-container--disabled .select2-selection--multiple {
  background: none;
  cursor: default;
  opacity: 0.6;
  border-bottom: 1px solid #E0E6EB !important;
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-results__message {
  padding: 8px 12px;
  color: #6c757d;
  font-style: italic;
}

.select2-results__option--loading {
  padding: 8px 12px;
  color: #6c757d;
  font-style: italic;
}

.select2-selection__placeholder {
  color: #808080;
}

.modal .select2-container,
.user-drawer .select2-container {
  z-index: 9999;
}

.modal .select2-dropdown,
.user-drawer .select2-dropdown {
  z-index: 10000 !important;
}

/* Ensure Select2 container doesn't clip dropdown */
.select2-container {
  overflow: visible !important;
}

.select2-container .select2-selection {
  overflow: visible !important;
}

/* Ensure dropdown is always visible when open */
.select2-dropdown.select2-dropdown--below,
.select2-dropdown.select2-dropdown--above {
  position: absolute !important;
  display: block !important;
  visibility: visible !important;
  z-index: 9999 !important;
}

/* Ensure parent containers don't clip Select2 dropdown - use body as parent when needed */
body > .select2-container--open .select2-dropdown {
  z-index: 10000 !important;
}

/* Match inputs with border-radius (for modals, tabs, etc.) */
.tab-meeting-content .select2-container .select2-selection--single,
.tab-meeting-content .select2-container .select2-selection--multiple {
  height: 45px;
  border: 1px solid #e5e5e5 !important;
  border-radius: 8px;
  padding: 0 12px;
  margin-top: 0;
  color: #9c9c9c;
  font-size: 14px;
}

.tab-meeting-content .select2-container--focus .select2-selection--single,
.tab-meeting-content .select2-container--focus .select2-selection--multiple {
  border: 1px solid #0c84eb !important;
}

.tab-meeting-content .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
  padding-left: 0;
  color: #9c9c9c;
}

/* Match search bar inputs */
.search-bar-wrap .select2-container .select2-selection--single,
.search-bar-wrap .select2-container .select2-selection--multiple {
  height: 40px;
  border: 1px solid #ebebeb !important;
  border-radius: 8px;
  padding: 0 35px 0 12px;
  margin-top: 0;
  font-size: 13px;
}

.search-bar-wrap .select2-container--focus .select2-selection--single,
.search-bar-wrap .select2-container--focus .select2-selection--multiple {
  border: 1px solid #0c84eb !important;
}

.search-bar-wrap .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  padding-left: 0;
}

/* Match lead-source-wrap inputs */
.lead-source-wrap .select2-container .select2-selection--single,
.lead-source-wrap .select2-container .select2-selection--multiple {
  height: 40px;
  border: 1px solid #ebebeb !important;
  border-radius: 8px;
  padding: 0 12px;
  margin-top: 0;
  font-size: 13px;
}

.lead-source-wrap .select2-container--focus .select2-selection--single,
.lead-source-wrap .select2-container--focus .select2-selection--multiple {
  border: 1px solid #0c84eb !important;
}

.lead-source-wrap .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  padding-left: 0;
}

/* Match bottom-form-input-wrap (height 30px or 38px) */
.bottom-form-input-wrap .select2-container .select2-selection--single,
.bottom-form-input-wrap .select2-container .select2-selection--multiple {
  height: 30px;
  border: none !important;
  border-bottom: 1px solid #e0e6eb !important;
  border-radius: 0;
  padding: 0;
  margin-top: 0;
  font-size: 14px;
  color: #363636;
}

.bottom-form-input-wrap .select2-container--focus .select2-selection--single,
.bottom-form-input-wrap .select2-container--focus .select2-selection--multiple {
  border: none !important;
  border-bottom: 1px solid #0c84eb !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}

.bottom-form-input-wrap .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 30px;
  padding-left: 0;
  color: #363636;
}

.extra-input-field-h-38 .select2-container .select2-selection--single,
.extra-input-field-h-38 .select2-container .select2-selection--multiple {
  height: 38px;
}

.extra-input-field-h-38 .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}

@media (max-width: 768px) {
  .select2-container {
    width: 100% !important;
  }
  
  .select2-dropdown {
    width: 100% !important;
  }
}


