/* COMPONENT OVERRIDE COLORS */
html .pace .pace-progress {
	background: #ff9f43;
}


::-webkit-scrollbar {
	background-color: #eee;
	width: 11px;
	height: 11px;
}
::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background-color: #b4b7bd;
	border-bottom: 1px solid #b4b7bd;
}


a:hover {
	color: #DB7B30;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #FFF3D9;
	color: #ff9f43;
}

div.dataTables_wrapper .dataTables_info {
	padding-top: 1.5rem !important;
	color: #68686D;
	font-size: 12px;
	font-weight: bold;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
	padding-right: 10px;
}

div.dataTables_wrapper div.dataTables_info {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}

div.dataTables_wrapper div.dataTables_paginate {
	display: inline-block;
	vertical-align: middle;
	float: right;
	width: 50%;
	padding-top: 1.5rem;
}

body div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	margin: 0;
	padding-bottom: 0;
}

div.dt-button-collection.dropdown-menu {
	padding: 0;
	overflow: hidden;
	margin-top: 0;
}

/* RANGE SLIDER */
.irs--flat .irs-bar,
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single{
	background-color: #ff9f43;
}

.irs--flat .irs-handle > i:first-child, .irs--flat .irs-handle.state_hover > i:first-child, .irs--flat .irs-handle:hover > i:first-child {
	background-color: #DB7B30;
}

.irs--flat .irs-from::before, .irs--flat .irs-to::before, .irs--flat .irs-single::before {
	border-top-color: #ff9f43;
}

label {
	margin-bottom: .2857rem;
}

/* DATATABLE MODAL */
div.DTE div.DTE_Header {
	background-color: #f8f8f8;
	border-top-right-radius: 0.6rem;
	border-top-left-radius: 0.6rem;
	padding: 0.8rem;
	border-bottom: none;
}

.DTE_Header_Content {
	margin-bottom: 0;
	font-weight: 500;
	color: #2c2c2c;
}

div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content {
	border: none;
	overflow: visible;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content div.DTE {
	border: 0;
}

div.DTE div.DTE_Footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #ededed;
	border-top-color: rgb(237, 237, 237);
	border-bottom-right-radius: 0.6rem;
	border-bottom-left-radius: 0.6rem;
	background-color: #ffffff;
	height: auto;
}

div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content div.DTE div.DTE_Footer {
	border-color: rgba(0, 0, 0, 0.05);
}

div.DTE div.DTE_Form_Content {
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	background-color: #ffffff;
}

div.DTE_Body div.DTE_Body_Content div.DTE_Field {
	padding: 0 10px 20px;
	width: 50%;
}

div.DTE_Body div.DTE_Body_Content div.DTE_Field > label,
div.DTE_Body div.DTE_Body_Content div.DTE_Field > div.DTE_Field_Input,
div.DTE_Body div.DTE_Body_Content div.DTE_Field > div.DTE_Field_Input select {
	width: 100%;
	padding: 0;
}

div.DTE_Body div.DTE_Body_Content div.DTE_Field:hover {
	background-color: #fff;
	border: 1px solid transparent;
}

div.DTE_Body div.DTE_Body_Content div.DTE_Field > label {
	padding-left: 0;
	font-weight: 700;
}

div.DTE_Field input[type="color"], div.DTE_Field input[type="date"], div.DTE_Field input[type="datetime"], div.DTE_Field input[type="datetime-local"], div.DTE_Field input[type="email"], div.DTE_Field input[type="month"], div.DTE_Field input[type="number"], div.DTE_Field input[type="password"], div.DTE_Field input[type="search"], div.DTE_Field input[type="tel"], div.DTE_Field input[type="text"], div.DTE_Field input[type="time"], div.DTE_Field input[type="url"], div.DTE_Field input[type="week"], div.DTE_Body div.DTE_Body_Content div.DTE_Field > div.DTE_Field_Input select {
	display: block;
	width: 100%;
	height: calc(1.25em + 1.4rem + 1px);
	padding: 0.7rem 0.7rem;
	font-size: 0.96rem;
	font-weight: 400;
	line-height: 1.25;
	color: #4e5154;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	border: 1px solid #d9d9d9;
	color: #5f5f5f;
	outline: 0;
}

div.DTE button.btn, div.DTE div.DTE_Form_Buttons button {
	display: inline-block;
	font-weight: 400;
	color: #626262;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 0 solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	padding: 0.9rem 2rem;
	font-size: 1rem;
	line-height: 1;
	border-radius: 0.4285rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	background-image: none;
	border-color: #0f2944;
	background-color: #0f2944;
	color: #fff;
}

div.DTE button.btn:hover, div.DTE div.DTE_Form_Buttons button:hover,
div.DTE button.btn:focus, div.DTE div.DTE_Form_Buttons button:focus {
	background-image: none;
	border-color: #0f2944 !important;
	color: #fff !important;
	box-shadow: 0 8px 25px -8px rgba(15, 41, 68, .5);
	border: 0 !important;
}

div.DTE div.editor_upload button.btn, div.DTE div.editor_upload input[type="file"] {
	height: auto;
}

div.DTE div.editor_upload div.cell {
	width: 100%;
	display: block;
}

div.DTE div.editor_upload div.cell + div.cell {
	padding-left: 0;
}

div.DTE div.editor_upload div.drop {
	min-height: 2.5em;
}

div.DTE_Body div.DTE_Body_Content div.DTE_Form_Info {
	padding: 1em;
}

@media screen and (max-width: 991px) {
	div.DTE_Body div.DTE_Body_Content div.DTE_Field,
	div.dataTables_wrapper div.dataTables_info,
	div.dataTables_wrapper div.dataTables_paginate {
		width: 100%;
	}

	div.dataTables_wrapper div.dataTables_info {
		text-align: center;
	}

	body div.dataTables_wrapper div.dataTables_paginate ul.pagination {
		justify-content: center;
		padding: 0;
	}

	.dt-buttons.btn-group {
    	flex-direction: column;
    	margin-bottom: 10px;
    	padding-bottom: 2px;
		position: inherit;
	}

	.dt-buttons.btn-group .btn {
		margin-bottom: 15px;
		border-radius: 4px !important;
	}

	.dataTables_wrapper .header-actions .d-flex {
		display: block !important;
	}

	div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child {
		padding-left: 14px;
	}

	.dataTables_length {
		margin-top: 30px;
	}
}

/* END COMPONENT */

/* HEADER */

.header-navbar .center-logo {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	max-width: 180px;
}

body.full-area .company-menu .nav-header.menu-header .btn-group {
	padding-top: 4px;
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name {
	margin-bottom: 0;
}

.my-leads-date {
	/*margin-bottom: -20px;
	padding-top: 15px;
	display: block;*/
	position: relative;
}

.leads-cart-button.btn-primary {
	padding: 8px 0px;
	width: 32px;
}

.leads-cart-button.btn-primary .fa {
	font-size: 16px;
}

body .table-seperate .selected-buy-lead td .btn-primary {
  background-color: #0f2944 !important;
}

.btn-to-group {
	font-size: 0;
}

.dt-buttons.btn-group .btn {
	margin-bottom: 10px;
	padding: 0.9rem 2rem;
    font-size: 1rem;
    line-height: 1;
}

/* .btn-to-group select.btn {
	height: 34px;
} */

.btn-to-group .btn:not(:last-child) {
	margin-right: 10px;
}
[data-textdirection="rtl"] .btn-to-group .btn:not(:last-child) {
	margin-left: 10px;
	margin-right: unset;
}

/* NEW TABLE */

.table-seperate {
	color: #202020;
}

body table.dataTable.table-seperate {
 	border-collapse: separate;
  border-spacing:0 10px;
	border: 0;
}

table.dataTable.table-striped.table-seperate tbody tr:nth-of-type(2n) {
	background-color: #ffffff;
}

table.dataTable.table-seperate th {
	background-color: transparent;
	border: 0 !important;
}

table.dataTable.table-seperate td {
	background-color: transparent;
	border: 0 !important;
}

table.dataTable.table-seperate tbody tr {
	box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

body.dark-layout .dataTables_wrapper .table.dataTable tbody .selected-buy-lead td,
body.dark-layout .dataTables_wrapper .table.dataTable tbody .selected-buy-lead th,
body.dark-layout .dataTables_wrapper .table.dataTable tbody .selected-crm-lead td,
body.dark-layout .dataTables_wrapper .table.dataTable tbody .selected-crm-lead th {
  color: #ffffff;
}

/* ADMIN FIXED */

.content-wrapper-admin {
	margin-top: 0 !important;
}

.bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label {
	margin-top: 0;
}

/* EMPLYOEE LEADS BUY FIXED */

body.dark-layout .sidebar-shop .btn-light {
	background-color: #262c49 !important;
}

body.dark-layout .sidebar-shop .btn-light:hover {
	/*box-shadow: 0 8px 25px -8px rgba(0, 0, 0, 0.3);*/
}

.company-menu ul li a span i.feather,
.company-menu ul li a span i.fa {
	font-size: 16px;
	/*vertical-align: middle;*/
	margin-right: 5px;
}

.footer.footer-light a {
	color: #0f2944;
}
body.dark-layout .footer.footer-light a {
	color: rgb(235, 238, 253);
}
.footer.footer-light a:hover {
	opacity: .7;
}

/* ADMIN MENU TOGGLE */
.menu-collapsed .navbar-header .nav-item.nav-toggle {
	position: absolute;
	left: 75px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #ffffff;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
}
body.menu-collapsed .navbar-header .nav-item.nav-toggle .modern-nav-toggle {
	display: block;
}
.menu-collapsed .navbar-header  .toggle-icon {
	margin-right: 0 !important;
}
.menu-collapsed .main-menu {
	overflow: inherit;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation li.has-sub.hover ul.menu-content,
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation li.has-sub ul.menu-content {
	position: absolute;
	top: 0;
	padding: 0;
	display: none;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li.has-sub:hover.hover a ~ ul.menu-content,
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li.has-sub:hover a ~ ul.menu-content{
	left: 86px;
	display: block;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation li:last-child {
	margin-bottom: 0 !important
}
.bs-stepper.vertical.vertical-p .bs-stepper-header .step .step-trigger {
	padding: 3px 0;
}

@media screen and (min-width: 1101px) {
	.navbar-nav-mobile .nav-item-mobile  {
		display: none;
	}
}


@media screen and (min-width: 992px) {
	.h-lg-100 {
		height: 100%;
	}
}

@media screen and (max-width: 1330px) {
	.company-menu ul li {
		margin-right: 10px !important;
	}

	.company-menu ul li .header-label {
		padding-left: 5px !important;
		padding-right: 5px !important;
		font-size: 13px;
	}

	.company-menu ul li .nav-header .btn-info {
		padding-left: 10px;
		padding-right: 15px;
	}
}

@media screen and (max-width: 1280px) {
	.btn-to-group .btn:not(:last-child) {
		margin-right: 5px;
	}
	[data-textdirection="rtl"] .btn-to-group .btn:not(:last-child) {
		margin-left: 5px;
		margin-right: auto;
	}
	.btn-to-group .btn {
    padding: 10px 12px;
    margin-bottom: 5px;
	}
}

@media screen and (max-width: 1200px) {
	.col-xl-8.btn-to-group, .col-xl-4.btn-to-group {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 1100px) {
	/* MOBILE MENU CUSTOMER/EMP ADMIN TOP */
	.header-navbar .navbar-container ul.navbar-nav-mobile {
		display: flex;
		align-items: center;
		width: 100%;
	}
	.header-navbar .navbar-container ul.navbar-nav-mobile li.dropdown-language {
		margin-left: auto;
	}
	.header-navbar .navbar-container ul.navbar-nav-mobile li > a.nav-link {
		height: 100%;
		color: #000000;
	}
	.header-navbar .navbar-container ul.navbar-nav-mobile li > a.nav-link .fa {
		font-size: 16px;
	}
}

@media screen and (max-width: 991px) {
	.my-leads-date {
		margin-bottom: 0;
		padding-top: 0;
    padding-bottom: 15px;
	}

	#change_leads {
		position: initial;
	}

	.my-leads #main-table_filter.dataTables_filter, .my-leads .dataTables_filter {
		width: auto;
    	float: right;
    	margin-right: 0;
    	width: 100%;
    	text-align: left !important;
	}

	.dataTables_length {
		width: 100%;
		text-align: left;
	}

	.btn-to-group.col-lg-4 {
		display: flex;
		align-items: center;
	}
	.btn-to-group.col-lg-4 > *:not(a),
	[data-textdirection="rtl"] .btn-to-group.col-lg-4 > *:not(a) {
		width: 50% !important;
	}
	/* LEFT SIDE BAR  */
	.sidebar-top-shop {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 3;
		margin: 0;
		height: 160px;
	}
	.sidebar-top-shop .card-body {
		padding: .5rem
	}
	.sidebar-top-shop h5 {
		font-size: 1.2rem;
	}
	.sidebar-top-shop .card-text,
	.sidebar-top-shop h3 {
		font-size: 1rem;
	}
	.sidebar-top-shop .btn-primary {
		padding: 10px 10px !important;
	}
	.toggle-mobile-filter {
		color: #0f2944;
		font-size: 18px;
		width: 30px;
		text-align: right;
	}
	.toggle-mobile-filter-close {
		color: #0f2944;
		font-size: 18px;
		position: absolute;
		right: 10px;
		top: 10px;
	}
	.sidebar-toggle-mobile {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 998;
		width: 100%;
		height: 100%;
		transform: translateX(-100%);
		transition: .1s ease all;
	}
	.sidebar-toggle-mobile.active {
    display: block;
    transform: translateX(0);
	}
	.sidebar-toggle-mobile .sidebar-shop {
		height: 100%;
	}
	.sidebar-toggle-mobile .card {
		margin-bottom: 0;
		height: 100vh;
		padding-top: 15px;
		overflow: hidden;
		overflow-y: auto;
	}
	.sidebar-toggle-mobile .select2-container {
		width: 100% !important;
	}
}

/*INPUT/DIV TOOLTIP */
[data-tip] {
    position:relative;
}
[data-tip]:before {
    content:'';
    /* hides the tooltip when not hovered */
    display:none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #444;
    position:absolute;
    top:35px;
    left:35px;
    z-index:8;
    font-size:0;
    line-height:0;
    width:0;
    height:0;
}
[data-tip]:after {
    display:none;
    content: attr(data-tip);
    position:absolute;
    top:40px;
    left:0;
    padding:5px 8px;
    background: #444;
    border-color: #444;
    color: #ffffff;
    z-index:9;
    font-size: 0.75em;
    /*height:25px;*/
    line-height:18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /* white-space: pre-wrap; */
    /*word-wrap:normal;*/
    width: 350px;
    word-break: break-all;
}
[data-tip]:hover:before,
[data-tip]:hover:after {
    display:block;
	white-space: pre-wrap;
}
.tags {
	display: inline;
	position: relative;
}

.tags:hover:after {
	background: #333;
	background: rgba(0, 0, 0, .8);
	border-radius: 5px;
	bottom: -3px;
	color: #fff;
	content: attr(data-title);
	/* left: 85%; */
	padding: 5px 15px;
	position: absolute;
	margin-left: 9px;
	z-index: 99;
	margin-top: 20px;
	max-width: 150px;
	white-space: pre-wrap;
    word-wrap:normal;
    width: 350px;
    word-break: break-all;
}

.tags:hover:before {
	border: solid;
	border-color: #333 transparent;
	/* border-width: 0 6px 6px 6px; */
	bottom: 3px;
	content: "";
	left: 100%;
	position: absolute;
	z-index: 1000;

	width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #333;
}
/*INPUT/DIV TOOLTIP */

.vertical-sidebar-menu {
    overflow: auto;
}
.vertical-sidebar-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #c1c1c1;
    background-color: #f1f1f1;
}

.vertical-sidebar-menu::-webkit-scrollbar {
    width: 6px;
    background-color: #f1f1f1;
}

.vertical-sidebar-menu::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}

.mobile-navbar {
	display: none;
}
.buy-lead-setting-log-switch {
	position: absolute;
	left: 0;
}

@media (max-width: 575.98px) {
	.mobile-navbar {
		display: block;
	}
	.app-content .content-wrapper-admin .content-body {
		margin-top: 1rem;
	}
}
@media (max-width: 767.98px) {
	.mobile-navbar {
		display: block;
	}
	.app-content .content-wrapper-admin .content-body {
		margin-top: 1rem;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.mobile-navbar {
		display: block;
        width: 92% !important;
        position: relative !important;
	}
	.app-content .content-wrapper-admin .content-body {
		margin-top: 1rem;
	}
 }


@media (max-width: 430px) {
	.footer-light .blue-grey .float-md-right {
		margin-top: 10px;
	}
}

.modal-header .close {
    margin-left: -30px;
}
.header-navbar .navbar-container ul.navbar-nav li svg.ficon {
    height: 1.5rem;
    width: 1.5rem;
    font-size: 1.5rem;
}
.rounded-pill {
    border-radius: 5px !important;
}
.badge-light-success {
	background-color: rgba(40, 199, 111, 0.12);
    color: #28c76f !important;
	font-weight: 700;
	padding: 7px;
}
.badge-light-warning {
	background-color: rgba(255, 159, 67, 0.12);
    color: #ff9f43 !important;
	font-weight: 700;
	padding: 7px;
}
.badge-light-danger {
	background-color: rgba(130, 134, 139, 0.12);
    color: #82868b !important;
	font-weight: 700;
	padding: 7px;
}
.payment-group-text {
	padding: 0;
	background-color: transparent;
	border-left: 0;
	border: none;
}
.payment-group-text .select2-container .selection .select2-selection {
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-left: 0;
    height: 42px;
}
.fa-1-2em {
	font-size: 1.2em;
}
.fa-1-5em {
	font-size: 1.5em;
}
.dt-action-buttons .dt-button-collection .dropdown-item {
	padding: 0.5rem;
}
hide-arrow>.dropdown-toggle:after, .dropdown-toggle-hide-arrow>.dropdown-toggle:before, .dropdown-toggle.hide-arrow:after, .dropdown-toggle.hide-arrow:before {
    display: none;
}

.upload-container {
	position:relative
}
.upload-container label {
	border: 1px dashed #d9d9d9;
    /* background: #f1f1f1; */
    /* outline: 2px dashed #92b0b3; */
    outline-offset: -10px;
    padding: 10px 0 5px 0;
    text-align: center !important;
    width: 100%;
    cursor: pointer;
    border-radius: 5px;
}
.upload-container .upload-text {
	font-size: 10px;
}
.upload-container .upload-icon {
	background: rgba(75,70,92,.08);
    padding: 10px;
    border-radius: 5px;
	margin-top: 10px;
}
/* .upload-container label:hover {
	background:#ddd
} */
.upload-btn {
	margin-left:300px;
	padding:7px 20px
}
.dz-file-preview {
	top: 50px;
}
.dz-preview {
	display: inline-block;
	box-shadow: 0 0.25rem 1.125rem rgb(75 70 92 / 10%);
	margin: unset;
    padding: 0px;
}
.setting-icon-padding {
	margin-right: 3px;
}
li:has(.icon-pick) {
	width: 25%;
	float: left;
	font-size: 18px;
	border: 1px solid #d9d9d9;
    text-align: center;
}
.icp-type {
	vertical-align: top;
    margin-left: 5px;
}
.popover  {
	background-color: #444;
    border-color: #444;
    color: #fff;
}
.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^=top] > .arrow::after {
    border-top-color: #444;
}
.popover.bs-popover-bottom .arrow:after {
    border-bottom-color: #444;
}
.popover-body {
	color: #fff;
	font-size: 13px;
}
.document-view-body {
	overflow-y: scroll;
	max-height: 700px;
}

.d-l {
    direction: ltr;
}

.inner-addon {
	position: relative;
}
.inner-addon .icon {
	position: absolute;
	padding: 10px;
	pointer-events: none;
	/* margin-top: 2px; */
}
.left-addon .icon  { left:  0px;}
.right-addon .icon { right: 0px;}

.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }
.iframe-viewer {
    height: 70vh;
    width: 80vw;
}
.fixed-non-close-modal {
    display: block !important;
    height:100% !important;
    background:rgba(0, 0, 0, 0.5) !important;
    margin: 0 !important;
    overflow-y: auto;
}
.fixed-non-close-modal .modal-dialog {
    margin-top: -10%;
}
.fixed-non-close-modal .modal-dialog.modal-center {
    margin-top: 0;
}
body:has(.fixed-non-close-modal) {
    overflow: hidden;
}
.ui-tour-highlight.dropdown-user-menu,
.ui-tour-highlight.dropdown-language-menu,
.zero-configuration tr td:first-child.ui-tour-highlight {
    z-index: 100;
}
.ui-tour-highlight.navbar {
    position: unset;
}
.captcha-group .form-control {
    border-radius: 5px !important;
}

[data-textdirection="rtl"] .ui-tour-highlight.language-menu-item {
    z-index: 100;
    background: rgba(248, 248, 248, 0.95);
}
[data-textdirection="rtl"] #selected_leads {
    z-index: 100;
}
