.clicktocall {
	border-radius: 100%;
	background-color: #9c3bff;
	color: #fff;
	margin: 0 0 0 7px;
	width: 30px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	font-size: 13px;
}

.clicktocall:hover {
	background-color: #000000;
	color: #fff;
}


li.nav-item.dropdown.profile {
	margin-right: 15px;
}

li.nav-item.dropdown.profile:hover > .dropdown-menu {
	display: block;
}




/* Dashboard */
.dashboard_op .notification_number {
    top: -15px;
    right: 7px;
}

.dashboard_op p {
	color: #999;	
}

.dashboard_op:hover {
    background-color: #9c3bff;
}

.dashboard_op:hover img {
	filter: brightness(100) grayscale(100);
}

.dashboard_op:hover h3 {
	color: #ffffff;
}

.dashboard_op:hover p {
	color: #ffffff;
}

.dashboard_op:hover .arrow:before,
.dashboard_op:hover .arrow:after {
	background-color: #ffffff;
}

.arrow {
	width: 30px;
	height: 43px;
	display: block;
	position: relative;
	float: right;
}

.arrow.left {
	transform: rotate(180deg);
}

.arrow::before {
    content: '';
    background-color: #bdbbbb;
    position: absolute;
    left: 0;
    top: 10px;
    height: 2px;
    width: 30px;
    transform: rotate(40deg);
}

.arrow::after {
    content: '';
    background-color: #bdbbbb;
    position: absolute;
    left: 0;
    top: 29px;
    height: 2px;
    width: 30px;
    transform: rotate(-40deg);
}

.arrow.purple::before {
    background-color: #8739f6;
}

.arrow.purple::after {
    background-color: #8739f6;
}


.arrow.small {
	width: 20px;
	height: 20px;
}

.arrow.small::before {
    width: 8px;
    top: 7px;
}

.arrow.small::after {
    width: 8px;
    top: 11px;
}


a.back .arrow {
    float: none;
}









.breadcrumb.tabs {
	padding: 0;
	align-items: center;
	background-color: #ffffff;
	border-top: 1px solid #efefef !important;
}

.breadcrumb.tabs > .col-12 {
	display: flex;
	padding: 0;
}

.breadcrumb.tabs > .col-12 > ul {
	width: 100%;
	padding: 0;
	display: flex;
	list-style: none;
	margin: 0;
}

.breadcrumb.tabs > .col-12 > ul > li {
	position: relative;
	width: 100%;
}

.breadcrumb.tabs > .col-12 > ul > li:last-child {
	border: 0 !important;
}

.breadcrumb.tabs > .col-12 > ul > li > a {
	width: 100%;
	z-index: 2;
	position: relative;
	font-size: 14px;
	background-color: #e3e0f1;
}

.breadcrumb.tabs > .col-12 > ul > li > ul {
	position: absolute;
	left: 0;
	top: 60px;
	width: 100%;
	background-color: #fff;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	padding: 0;
	transition: 0.5s;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
}

.breadcrumb.tabs > .col-12 > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
	top: 73px;
}

.breadcrumb.tabs > .col-12 > ul > li > ul > li {
	display: block;
	width: 100%;
}

.breadcrumb.tabs > .col-12 ul > li > ul > li > a {
    display: block;
    width: 100%;
    text-align: left;
    padding: 18px 25px;
	font-size: 13px;
}

.breadcrumb.tabs > .col-12 ul > li.active > a {
	background-color: #ffffff;
}

.breadcrumb.tabs > .col-12 ul > li.active > a:before {
	content: '';
	border-top: 3px solid #8739f6;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 3px;
}

.breadcrumb.tabs > .col-12 ul > li > ul > li > a.active {
	color: #000000;
	background-color: transparent;
}

.breadcrumb.tabs a {
	float: left;
	background-color: transparent;
	color: #000;
	padding: 30px 25px;
	font-size: 13px;
	line-height: 1;
	border-radius: 0;
	transition: 0.5s;
	border: 0;
	position: relative;
	border-right: 1px solid #efefef !important;
}

.breadcrumb.tabs a i {
	margin: 0 6px 0 0;
}

.breadcrumb.tabs ul li.has-submenu > a:after {
	content: '';
	border: 1px solid #000;
		border-left: 0;
		border-bottom: 0;
	width: 7px;
	height: 7px;
	display: inline-block;
	transform: rotate(135deg);
	position: relative;
	top: -3px;
	margin: 0 0 0 7px;
}

.breadcrumb.tabs > .col-12 > ul > li:hover > a {
	background-color: #8739f6 !important;
	color: #fff;
}

.breadcrumb.tabs > .col-12 ul > li:hover > a:after {
	border-color: #fff;
}

.breadcrumb.tabs > .col-12 ul > li > ul > li > a:hover {
	background-color: #efefef;
}



.notification_live {
    position: fixed;
    background-color: #fff;
    top: 20px;
    right: 20px;
    z-index: 9999;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
    padding: 20px 50px 20px 53px;
    border-left: 6px solid #9c3bff;
    border-radius: 4px;
    max-width: 300px;
}
.notification_live::before {
    font-family: 'FontAwesome';
    content: '\f06a';
    position: absolute;
    left: 15px;
    top: 16px;
    font-size: 30px;
    line-height: 1;
    color: #9c3bff;
}

.notification_live p {
	margin: 0;
}

.notification_live .dismiss {
    top: 0;
    right: 0;
    height: 100%;
    transition: 0.5s;
    opacity: 0;
    background-color: #f8f8f8;
    width: 30px;
}

.notification_live .dismiss:before,
.notification_live .dismiss:after {
	background-color: #a2a2a2;
	height: 1px;
	top: calc(50% - 2px);
	left: 5px;
}

.notification_live:hover .dismiss {
	opacity: 1;
}


.card.default {
	box-shadow: none;
	border: 0;
	background-color: transparent;
	border-radius: 0;
}



.new_section {
	border-top: 1px solid #efefef;
	margin: 30px -20px 30px -20px;
	padding: 30px 25px;
}

.new_section h3 {
	margin: 0 0 30px 0;
}



/* Referrals */
.linked_accounts p {
    margin: 0 0 10px 0;
}

.linked_accounts table {
	width: 100%;
}

.linked_accounts table > tbody > tr > td {
	background-color: #efefef;
	border-bottom: 5px solid #fff;
	padding: 8px 10px;
}

.linked_accounts table > tbody > tr:hover > td a.preview {
	opacity: 1;
	color: #ffffff !important;
}


.add_referral_trigger {
    color: #8739f6;
    display: block;
    margin: 10px 0 0 0;
}

.add_referral {
	display: none;
	border: 1px solid #efefef;
	padding: 25px 30px;
	border-radius: 5px;
	margin: 40px 0 0 0;
}

.add_referral h4 {
	font-size: 20px;
	margin: 0 0 21px 0;
}

.add_referral label {
	font-weight: 400 !important;
	margin: 0 0 2px 0;
}

.add_referral .form-actions {
	float: none !important;
	text-align: right;
}

.add_referral .form-actions .btn {
	font-size: 14px;
	padding: 7px 10px;
	border-radius: 30px;
}

.add_referral .form-actions button.btn {
	background-color: #8739f6;
	border-color: #8739f6;
}


.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}






/* Opportunities */
.breadcrumb.default {
    color: #cacaca;
    font-size: 12px;
    text-transform: none;
}

.breadcrumb.default .breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    padding: 0 10px 0 9px;
}

.breadcrumb.default a {
	color: #888383;	
}

.breadcrumb.default > .active {
    color: #000 !important;
}

.notification_number {
    position: absolute;
	margin: 0 !important;
	top: -12px;
	right: 0px;
	background-color: #fb020e;
	border-radius: 100%;
	color: #fff !important;
	font-weight: 500;
	width: 35px;
	height: 35px;
	font-size: 11px !important;
	line-height: 35px;
	text-align: center;
}

.card_box {
    background-color: #ffffff;
    display: block;
    padding: 30px 10px;
    margin: 0 0 0 0;
    border: 1px solid #ffffff;
	transition: 0.5s;
	height: 100%;
}

.card_box img {
	width: 60px;
	height: auto;
}

.card_box p.big {
    font-size: 15px;
    z-index: 1;
    line-height: 1;
    display: block;
    font-weight: 300;
    margin: 15px 0 10px 0;
    color: #999;
}

.card_box p.number {
    color: #000;
    font-weight: 400;
    font-size: 25px;
    line-height: 1;
    margin: 0 0 0 0;
    display: block;
}

.card_box p.text {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    margin: 17px 0 0 0;
    display: block;
}

/* Hover */
.card_box:hover {
	border-color: #8739f6;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
}

.card_box:hover p.big {
	color: #8739f6;
}

.card_box:hover p.number {
    color: #8739f6;
}



.content-stats {
	padding: 0 .5rem;
}


.dismiss {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	transition: 0.5s;
	opacity: 1;
	cursor: pointer;
}

.dismiss::before {
    content: '';
    background-color: #fff;
    position: absolute;
    left: 5px;
    top: 14px;
    height: 2px;
    width: 20px;
    transform: rotate(45deg);
}

.dismiss:after {
	content: '';
    background-color: #fff;
    position: absolute;
    left: 5px;
    top: 14px;
    height: 2px;
    width: 20px;
    transform: rotate(-45deg);
}

.dismiss:hover {
	opacity: 0.6;
}




.notification {
	background: linear-gradient(90deg, #8739f6 35%, #a849fc 70%);
	border-radius: 8px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
    padding: 25px 20px 25px 70px;
    position: relative;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
}
.notification::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f0f3';
    font-size: 26px;
    line-height: 1;
    position: absolute;
    left: 25px;
    top: calc(50% - 13px);
    color: #fff;
}



.standout {
    border-radius: 8px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
    padding: 25px 20px 25px 70px;
    border-left: 8px solid #8739f6;
    position: relative;
    font-size: 15px;
    font-weight: 300;
    background: #fff;
}
.standout::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f06a';
    font-size: 35px;
    line-height: 1;
    position: absolute;
    left: 28px;
    top: calc(50% - 17px);
    color: #8739f6;
    font-weight: 900;
}




.stat_card {
	background-color: #ffffff;
	border-radius: 6px;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
	padding: 25px 20px;
	border-left: 8px solid #d8d8d8;
	position: relative;
}

.stat_card.urgent {
	border-left: 8px solid #dc3545;		
}
.stat_card.urgent::after {
    font-family: 'Font Awesome 5 Free';
    content: '\f071';
    color: #dc3545;
    position: absolute;
    right: 24px;
    top: calc(50% - 17px);
    font-size: 35px;
    line-height: 1;
    font-weight: 900;
}
.stat_card.default {
	border-left: 8px solid #dc3545;	
}

.stat_card.average {
	border-left: 8px solid #dc3545;	
}

.stat_card.ready {
	border-left: 8px solid #dc3545;	
}

.stat_card p.heading {
	font-size: 14px;
	line-height: 1;
	display: block;
	font-weight: 300;
	margin: 0 0 10px 0;
	color: #999;
}

.stat_card p.number {
	color: #000;
	font-weight: 400;
	font-size: 25px;
	line-height: 1;
	margin: 0 0 0 0;
	display: block;
}



.callbacks .star_card {
	
}



.info_box {
    position: relative;
    background-color: #ecebeb;
    padding: 15px 45px 15px 50px;
    border-radius: 6px;
}
.info_box p {
    margin: 0;
    color: #2e2e2e;
    letter-spacing: 0.3px;
    font-size: 12px;
}
.info_box::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f05a';
    position: absolute;
    left: 20px;
    top: calc(50% - 10px);
    font-size: 20px;
    line-height: 1;
}





.salesLeadsBox.default {
	box-shadow: 0 0 15px rgba(0, 0, 0, .10);
	margin: 0 0 35px;
}

.salesLeadsBox.default form.scrollable {
	overflow-y: hidden;
	overflow-x: auto;
}

.inh_btn.default {
	color: #ffffff;
	border: 0;
	background-color: #9c3bff;
}



.full_input {
	border: 0;
	width: 100%;
	height: 100%;
	padding: 10px 30px;
}

.max-interests {
	width: 280px;
}

.search_main {
	position: relative;
	z-index: 2;
}

.search_holder {
	position: relative;
}

.search_holder i {
    position: absolute;
    top: 15px;
    left: 25px;
    color: #dbdbdb;
}

.search_holder input {
    padding: 10px 100px 10px 45px;
    height: auto;
    border-radius: 5px;
}

.search_holder button {
    position: absolute;
    right: 14px;
    top: 6px;
    border: 0;
    color: #fff;
    padding: 7px 16px;
    border-radius: 4px;
}

.search_main a#clear {
	color: #b5b4b4;
	font-size: 13px;
	padding: 5px 0;
	margin: 5px 0 0 0;
}




a#search_filters {
    padding: 10px 0;
	font-weight: 500;
	font-size: 15px;
	width: max-content;
}

a#search_filters img {
	margin: 0 12px 0 0;
	width: 21px;
	height: auto;
}


.filters {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
	top: -7px;
	z-index: 1;
	padding: 20px 10px 27px 10px;
	margin: 7px 0 0 0; 
	background-color: #f1f4fa;
}

.filters label {
    font-weight: 400 !important;
    margin: 0 0 4px 0;
    font-size: 13px;
    display: block;
}

.filters select {
    width: 100%;
    height: auto;
    padding: 8px 8px;
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 5px; 
}

.filters.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    top: 0;
}








.results_filters {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	margin: 30px 0 50px 0;
}

.results_filters .col {
	border-right: 1px solid #efefef;
	padding: 0;
}

.results_filters .col:last-child {
	border-right: 0;
}

.results_filters p.toggle {
	margin: 0;
	padding: 30px 30px;
	z-index: 2;
	position: relative;
	background-color: #fff;
	font-weight: 500;
}

.results_filters p.toggle:after {
	content: '';
	border: 1px solid #000;
		border-left: 0;
		border-top: 0;
	width: 9px;
	height: 9px;
	transform: rotate(45deg);
	position: absolute;
	right: 20px;
	top: calc(50% - 6px);
}

.results_filters p.toggle span {
	display: block;
	font-size: 10px;
	color: #afafaf;	
}

.results_filters p.toggle span.selected {
    color: #9c3bff;
    display: unset;
    font-size: unset;
}



.results_filters p.toggle.active {
	
}

.results_filters p.toggle.active:after {
	transform: rotate(-135deg);
	top: 37px;
}



.fields {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	padding: 20px;
	background-color: #fff;
	transition: 0.5s;
	z-index: 1;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
}

.fields label {
	font-weight: 400 !important;
	margin: 0 0 5px 0;
}

.fields input {
	width: 100%;
	height: auto;
	padding: 11px 10px;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
}

.fields select {
	width: 100%;
	height: auto;
	padding: 11px 10px;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	background-color: transparent;
}

.fields.active {
	opacity: 1;
	visibility: visible;
	top: 78px;
}




table#ops tr th,
table#sortableTable tr th {
    padding: 12px 12px 12px 35px;
    background-color: #bfb8df;
    color: #ffffff;
    font-size: 12px;
	font-weight: 400;
}

table#ops tr th.notdraggable,
table#sortableTable tr th.notdraggable {
	padding: 12px 12px 12px 12px;
	position: relative;
}

table#ops tr th.select_all,
table#sortableTable tr th.select_all,
table#sortableTable tr th.sort {
	padding: 12px;
}

table#ops tr th:not(:last-child)::after,
table#sortableTable tr th:not(:last-child)::after {
    content: '';
    background-color: #b0acc5;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
}

table#ops tr td,
table#sortableTable tr td {
	vertical-align: middle;
}

.salesLeadsBox.default .table tr {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	color: #333;
	font-size: 13px;
	letter-spacing: 0.5px;
	line-height: 1.3;
}

.salesLeadsBox.default form.scrollable table#ops tr th,
.salesLeadsBox.default form.scrollable table#sortableTable tr th {
    min-width: 140px;
}

.salesLeadsBox.default form.scrollable table#ops tr th.selects,
.salesLeadsBox.default form.scrollable table#ops tr th.select_all,
.salesLeadsBox.default form.scrollable table#ops tr th.sort,
.salesLeadsBox.default form.scrollable table#sortableTable tr th.selects,
.salesLeadsBox.default form.scrollable table#sortableTable tr th.select_all,
.salesLeadsBox.default form.scrollable table#sortableTable tr th.sort {
	min-width: 0;
	width: 80px;
}

.salesLeadsBox.default form.scrollable table#ops .min-50,
.salesLeadsBox.default form.scrollable table#sortableTable .min-50 {
    min-width: 50px;
}

.salesLeadsBox.default form.scrollable table#ops .min-100,
.salesLeadsBox.default form.scrollable table#sortableTable .min-100 {
	min-width: 100px;
}

.salesLeadsBox.default form.scrollable table#ops .min-150,
.salesLeadsBox.default form.scrollable table#sortableTable .min-150 {
	min-width: 150px;
}

.salesLeadsBox.default form.scrollable table#ops .min-200,
.salesLeadsBox.default form.scrollable table#sortableTable .min-200 {
	min-width: 200px;
}

.salesLeadsBox.default form.scrollable table#ops .min-250,
.salesLeadsBox.default form.scrollable table#sortableTable .min-250 {
	min-width: 250px;
}

.salesLeadsBox.default form.scrollable table#ops .min-300,
.salesLeadsBox.default form.scrollable table#sortableTable .min-300 {
    min-width: 300px;
}

.salesLeadsBox.default form.scrollable table#ops .min-350,
.salesLeadsBox.default form.scrollable table#sortableTable .min-350 {
    min-width: 350px;
}


.toggles {
    overflow: hidden;
	margin: 0;
	height: 21px;
	width: 10px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.toggles .fa-caret-up {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
}

.toggles .fa-caret-down {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
}





.status {
	font-weight: 500;
	color: #fff;
	padding: 3px 10px;
	font-size: 11px;
	letter-spacing: 0.5px;
	border-radius: 3px;
}

.status.low {
	background-color: #e0dde9;
	color: #ada9b8;
}

.status.medium {
	background-color: #7fac7f;	
}

.status.high {
	background-color: #f29928;		
}

.status.urgent {
	background-color: #f01111;
	text-transform: uppercase;	
	font-weight: 600;
}




select.status_change.already-booked {
	background-color:#D91A35;
	color: #fff;
}
select.status_change.booked {
	background-color:#2D8BE1;
	color: #fff;
}
select.status_change.closed-booked-elsewhere {
	background-color:#ED2A2A;
	color: #fff;
}
select.status_change.closed-covid {
	background-color:#4DD74D;
	color: #fff;
}
select.status_change.closed-no-availability {
	background-color:#F30A20;
	color: #fff;
}
select.status_change.closed-no-contact {
	background-color:#F30A20;
	color: #fff;
}
select.status_change.closed-no-longer-traveling {
	background-color:#F30A20;
	color: #fff;
}
select.status_change.closed-pricing-issue {
	background-color:#F30A20;
	color: #fff;
}
select.status_change.incorrect-contact-details {
	background-color:#BB1AE9;
	color: #fff;
}
select.status_change.new {
	background-color:#FFFFFF;
	color: #000000;
}
select.status_change.no-contact {
	background-color:#F30A20;
	color: #fff;
}
select.status_change.not-ready-to-book {
	background-color:#FBA636;
	color: #fff;
}
select.status_change.pending {
	background-color:#F9DD69;
	color: #000000;
}


select.status_change.new-no-answer {
	background-color:#FFFDFD;
}
select.status_change.new-left-am-message-to-cb {
	background-color:#FDF9F9;
}
select.status_change.pending-urgent-follow-up {
	background-color:#E8F195;
}
select.status_change.sold {
	background-color:#6EA2E7;
	color: #ffffff;
}
select.status_change.no-sale-not-interested {
	background-color:#F37D7D;
	color: #ffffff;
}
select.status_change.no-sale-incorrect-details {
	background-color:#F37D7D;
	color: #ffffff;
}
select.status_change.no-sale-no-contact {
	background-color:#F37D7D;
	color: #ffffff;
}
select.status_change.no-sale-deceased-/-medical {
	background-color:#F37D7D;
	color: #ffffff;
}


.rounded.default {
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 12px;
    line-height: 30px;
}




.points {
    border-radius: 100%;
    float: left;
    margin: 0;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background-color: #f2f2f2;
    color: #919090;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}

.salesLeadsBox .table-striped tbody tr:nth-of-type(2n+1) .points {
	background-color: #e1dfe7;
}


.account_code {
	background-color: #dcd2e9;
	font-size: 11px;
	padding: 1px 5px;
}



.progress.default {
	align-items:initial;
	border-radius: 8px;
	max-width: 260px;
}

.progress.default .progress-bar {
	border-radius: 8px;	
	background-image: none;
	font-size: 11px;
}


.salesLeadsBox.default .table-striped tbody tr:nth-of-type(2n+1) .progress.default {

}



.link.default {
	text-decoration: underline;
	font-size: 12px;
}

.link.default:hover {
	
}



.salesLeadsBox.default.transparent {
	background-color: transparent;
	box-shadow: none;
}






form.default.request_leads {
	background-color: #fff;
	padding: 20px 30px;	
}

form.default label {
    display: block;
    font-weight: 400 !important;
    margin: 0 0 5px 0;
    font-size: 13px;
}

form.default input {
	width; 100%;
}

form.default input.flatpickr {
	width: 100%;
    background-color: transparent;
    border: 1px solid #d1d1d1;
    height: auto;
    padding: 11px 10px 10px 10px;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
}

form.default select {
    width: 100%;
    background-color: transparent;
    border: 1px solid #d1d1d1;
    height: auto;
    padding: 12px 10px;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
}

form.default .btn.submit {
    color: #ffffff;
    font-size: 14px;
    padding: 10px 40px;
    transition: 0.5s;
    opacity: 1;
}

form.default .btn.submit:hover {
    opacity: 0.6;
}



/* Pagination */
.pagination.default li {
    font-family: 'Poppins';
    margin: 0 3px;
}

.pagination.default li a {
    font-size: 13px;
    margin: 0;
    padding: 5px 10px;
    height: auto;
    line-height: 1;
    border: 1px solid #efefef;
    color: #999;
	font-weight: 300;
}

.pagination.default li a:hover {
	background-color: #efefef;
	border: 1px solid #efefef;
}

.pagination.default li.active a {
	border: 1px solid #9c3bff !important;
}

.pagination.default li.page-pre {
	margin-right: 0;
}

.pagination.default li.page-pre a {
	border: 1px solid #fff;
	margin-right: 5px;
	padding-right: 5px;
}

.pagination.default li.page-next {
	margin-left: 0;
}

.pagination.default li.page-next a {
	border: 1px solid #fff;
	margin-left: 0 !important;
	padding-left: 5px;
}



#modalAllUserInfo.default .nameBox {
    margin: 0 0 25px 0;
}

.initials {
    background-color: #704f9b;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    height: 55px;
    width: 55px;
    line-height: 40px;
    letter-spacing: 1px;
    display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 10px 0 !important;
}

.membership_level {
	margin: 10px 0 0 0;
}

.membership_level .tag {
    background-color: #9fa1cc;
    color: #fff;
    display: inline-block;
    padding: 2px 9px;
    font-size: 11px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    font-family: 'Poppins', sans-serif;
}

.membership_level .tag.Free {
    background-color: #faeb57;
}

.membership_level .tag.Premium {
    background-color: #8a39f6;
}

.membership_level .tag.Ultra {
    background-color: #818286;
}

.membership_level .tag.Black {
    background-color: #000000;
}

#modalAllUserInfo.default .nameBox p {
    font-family: RecklessNeue;
    font-weight: 400;
}

#modalAllUserInfo.default .account_code {
    line-height: 1;
    font-size: 11px;
    font-weight: 300 !important;
    font-family: 'Poppins', san-serif !important;
    letter-spacing: 1px;
    color: #000;
    margin: 0 0 0 5px;
    padding: 4px 9px;
    border-radius: 4px;
	letter-spacing: 0.5px;
}

#modalAllUserInfo.default .accordion-body .info {
	width: 100%;
}


#purchase_history .info {
	overflow-y: scroll;
}

#reservation_history .info {
	overflow-y: scroll;
}

#legacy_purchases .info {
	overflow-y: scroll;
}



#modalAllUserInfo.default .accordion-body .info table thead tr th {
	font-weight: 400;
	font-size: 10px;
	padding: 5px;
	min-width: 100px;
}

#modalAllUserInfo.default .accordion-body .info table thead tr th.medium {
	min-width: 150px;
}

#modalAllUserInfo.default .accordion-body .info table thead tr th.long {
	min-width: 200px;
}

#modalAllUserInfo.default .accordion-body .info table tbody {
	border: 0;
}


#modalAllUserInfo.default .accordion-body .info table tbody tr td {
    font-size: 11px;
}



#modalAllUserInfo.default .accordion-body .info label {
	font-weight: 400;
}




.callback_cell {
	position: relative;
}


select.status_change {
    max-width: 180px;
    border: 1px solid #e1dfdf !important;
    height: auto;
    padding: 8px 15px !important;
    border-radius: 5px;
}

select[name="operator[]"] {
    border: 1px solid #e1dfdf !important;
    height: auto;
    padding: 8px 5px !important;
    border-radius: 5px;
}

select[name="status_id[]"] {
	max-width: 140px;
    border: 1px solid #e1dfdf !important;
    height: auto;
    padding: 8px 5px !important;
    border-radius: 5px;
}

select.default {
    max-width: 180px;
    border: 1px solid #e1dfdf !important;
    height: auto;
    padding: 8px 15px !important;
    border-radius: 5px;
    background-color: transparent;
}

select.default option {
	padding: 0 !important;
}



label.special_checkbox {
	margin: 0;
}

label.special_checkbox:before {
    content: '';
    -webkit-appearance: none;
    background-color: white;
    border: 1px solid #444;
    padding: 5px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 50%;
}

label.special_checkbox input[type="checkbox"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}


/* Draggy Table */
table#ops th:not(.notdraggable),
table#sortableTable th:not(.notdraggable) {
    position: relative;
    padding: 12px 12px 12px 35px;
}

.dragtable-drag-handle {
    position: absolute;
    left: 11px;
    top: 0;
    height: 100%;
    width: 13px;
    opacity: 1;
    transition: 0.5s;
}
.dragtable-drag-handle::before {
    font-family: "Font Awesome 5 Free";
    content: '\f58e';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: calc(50% - 7.5px);
    color: #a9a3c1;
    font-size: 15px;
    line-height: 1;
}

.numbers_select {
	position: absolute;
	right: 15px;
	top: 11px;
	display: flex;
	align-items: center;
}

.numbers_select input {
    margin: 0 5px 0 15px;
}

.date_time {
	width: 170px;
	display: inline-block;
	position: relative;
}

span.status {
    height: 100%;
    width: 60px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

span.status.Low {
	background-color: #e0dde9;
}

span.status.Medium {
	background-color: transparent;
}

span.status.High {
	background-color: #f29928;;
}

span.status.Urgent {
	background-color: #f01111;
}



/*
.date_time.with_edit .edit_callback i {
	opacity: 0;
	transition: 0.2s;
	visibility: hidden;
	font-size: 10px;
	position: relative;
	top: -1px;
}

.date_time.with_edit:hover .edit_callback i {
	opacity: 1;
	visibility: visible;
}
*/

a.comment {
	position: relative;
}

.last_comment {
	position: absolute;
	bottom: 35px;
	width: 200px;
	left: -100px;
	background-color: #fff;
	color: #000;
	z-index: 99;
	padding: 10px 10px;
	font-size: 12px;
	line-height: 1.3;
	visibility: hidden;
	opacity: 0; 
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);	
}

a.comment:hover .last_comment {
	visibility: visible;
	opacity: 1; 
	bottom: 25px;
}

.modal.default .or_circle {
	position: absolute;
	right: 10px;
	top: 10px;
}

.modal.default .body {
	padding: 45px 35px 0 35px;
}



/* Report */
.timeline {
    overflow-x: scroll;
    width: 100%;
}

.timeline > div > .timeline-item.default {
	margin-left: 0;
}

ul.numbers li {
	display: none;
}

ul.numbers li.active {
	display: block;
}



/* Members */
.rows {
	margin: 50px auto 40px;
	max-width: 1200px;
}

.rows.full {
	max-width: 100%;
}

.rows .row {

}

.rows .row:nth-child(odd) {
	
}

.rows .row:nth-child(even) {
	
}

.rows img.profile {
	border-radius: 100%;
	height: auto;
}

.rows .uploader {
	border: 1px solid #efefef;
	border-radius: 5px;
	margin: 15px 0 0 0;
}

.rows .uploader .badge {
	padding: 9px 15px;
}

.rows .row label {
	font-weight: 300;
	color: #888;
	margin: 0 0 5px 0;
	font-size: 12px;
}

.rows .row input {
	padding: 8px 15px;
}

.rows .row input.has_description {
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom: 0;
}

.rows .row .input_description {
	margin: 0 0 0 0;
	background-color: #f5f5f5;
	border-left: 1px solid #ced4da;
	border-right: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
	font-size: 10px;
	-webkit-border-bottom-right-radius: .25rem;
	-webkit-border-bottom-left-radius: .25rem;
	-moz-border-radius-bottomright: .25rem;
	-moz-border-radius-bottomleft: .25rem;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
	padding: 5px 15px;
	z-index: 0;
	position: relative;
	letter-spacing: 0.3px;
}

.rows .row p.label {
	position: relative;
	margin: 40px 0;
}

.rows .row p.label:before {
	content: '';
	background-color: #efefef;
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 11px;
	z-index: 1;
}

.rows .row p.label span {
    background-color: #ffffff;
	position: relative;
	z-index: 2;
	color: #999;
	text-transform: uppercase;
	padding: 0 20px;
	font-size: 12px;
}


label.fw-seperating-label {
	background-color: #efefef;
	padding: 5px 10px;
	margin: 0 0 12px 0 !important;
}


ul.interests {
	list-style: none;
	padding: 0;
	flex-wrap: wrap;
	margin: 5px 0 0 0;
}

ul.interests li {
	width: 25%;
	margin: 4px 0;
}

ul.interests.thirds li {
	width: 33.3333%;
}

body ul.interests li label {
	font-size: 13px !important;
	font-weight: 400 !important;
}



footer p {
	font-size: 12px;
}


.profile_holder {
	position: relative;
}

.profile_holder .fa {
	position: absolute;
	top: -8px;
	z-index: 1;
	left: 27px;
	background-color: #9c3bff;
	border-radius: 100%;
	color: #fff;
	font-size: 10px;
	height: 18px;
	width: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 0 0 1px;
}

.profile:not(.dropdown) {
	position: relative;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 100%;
	margin: -5px 12px -5px 0;
}

.profile:not(.dropdown) img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}


.team {
	
}

.team span {
	padding: 2px 10px;
	color: #fff;
	border-radius: 4px;
	margin: 2px 5px 2px 0;
	font-weight: 400;
	font-size: 10px;
}

.team span.MembershipTeam {
	background-color: #9c3bff;
}
.team span.DiscoveryTeam {
	background-color: #66a96a;
}
.team span.ReservationsTeam {
	background-color: #f9ac90;
}
.team span.ProductTeam {
	background-color: #779bb2;
}
.team span.NoTeam {
	background-color: #c7c6c6;
}



/* Tabs */
.tabs.default {
	display: flex;
	justify-content: start;
}

.tabs.default a.inh_btn {
	height: auto;
	border-radius: 0;
	width: 200px;
	border: 0;
		border-right: 1px solid #ddd;
	background-color: #f1f1f3;
	font-size: 12px;
}

.tabs.default a.inh_btn:last-child {
	border-right: 0;
}

.tabs.default a.inh_btn i {
	display: block;
	margin: 0 0 5px 0;	
}

.tabs.default a.inh_btn.active {
	background-color: #ffffff;
	color: #9c3bff;
	border-top: 3px solid #9c3bff;
}


/* Side Menu */
ul.sub-menu {
	padding: 0;
	list-style: none;
	margin: 0 0 30px 0;
	display: flex;
}

ul.sub-menu li {
	display: inline-block;
	margin: 0 5px 0 0;
}

ul.sub-menu li a {
	display: inline-block;
	font-size: 12px;
}


.seperating-heading {
	
}

.seperating-heading h4 {
	margin: 35px 0 20px 0;
	padding: 10px 20px 9px 20px;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #9c3bff;
	border-left: 4px solid #7f20e0;
	color: #ffffff;
}



@media screen and (max-width: 1500px) {

	.salesLeadsBox.default form.scrollable:after {
		content: '';
	}
	
	.salesLeadsBox.default .table tr {
	    font-size: 12px;
	}
		
}


@media screen and (max-width: 1200px) {

	.results_filters .col {
	    width: 100%;
	    flex-basis: unset;
	    border: 0;
	}
	
	.results_filters p.toggle {
    	padding: 15px 0;
    }

	.salesLeadsBox.default form.scrollable table#ops tr .preview,
	.salesLeadsBox.default form.scrollable table#sortableTable tr .preview {
	    opacity: 1;
	    color: #fff;
	}
	

}

@media screen and (max-width: 768px) {

	ul.toggle::after {
	    display: none;
	}
	
	ul.toggle li {
	    width: 100% !important;
		border-right: 0 !important;
		border-bottom: 1px solid #ddd !important;
		font-size: 13px !important;
	}
	
	ul.toggle li.active {
		background-color: #9c3bff;
	}
	
	ul.toggle li a {
    	padding: 15px 5px !important;
	}
	
	
	.breadcrumb.default {
		font-size: 10px;
	}
	
	.content-header h1 {
		font-size: 20px;
	}
	
	.salesLeadsBox.default {
		box-shadow: none;
		padding: 0;
		border-radius: 0;
	}
	
	.col {
	    flex-basis: unset;
	}
	
	.standout {
		padding: 15px 20px 15px 70px;
    }
	
	.stat_card {
	    padding: 15px 20px;
	}
		
	.rowCRMDash {
	    padding: 20px 10px 0 !important;
	}
	
	.fields.active {
		position: relative;
		box-shadow: none;
		top: 0;
		padding: 10px 0;
	}
	
	footer p {
		font-size: 10px;
	}
	
	
	
	ul.interests li {
		width: 100%;
	}
	
	
	
	table#ops th.sort,
	table#sortableTable th.sort,
	table#ops tr td[data-label="Sort"],
	table#sortableTable tr td[data-label="Sort"] {
		display: none !important;
	}

	/*
	.salesLeadsBox thead {
		display: none;
	}
	
	table#ops tr td, table#sortableTable tr td {
		display: block !important;
		width: 100% !important;
		padding: 7px 0.75rem;
	}
	
	table#ops tr td:before,
	table#sortableTable tr td:before {
		content: attr(data-label);
		font-weight: 500;
		display: block;
	}
	*/
	
	
	ul.sub-menu li a {
		padding: 8px 11px;
		height: auto;
	}
	

	
}