/* /////////////// commom css //////////////// */
* {
	outline: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body,
html {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Futura PT Book', Sans-Serif;
	color: #21324f;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.color-orange-light {
	color: #fd8e42 !important;
}

.color-light-grey {
	color: #ddd !important;
}

.color-text {
	color: #21324f !important;
}

.input-height {
	height: 25px !important;
	background: transparent !important;
}

.min-height-textarea {
	min-height: 200px;
}

.color-orange {
	color: #ff4213 !important;
}

.color-blue {
	color: #5599ff !important;
}

.color-green {
	color: #06bf50;
}

.color-yellow {
	color: #ffcc00;
}

.color-red {
	color: #ff2a2a !important;
}

.color-grey {
	color: #808080 !important;
}

.sub-text-color {
	color: #21324f !important;
}

.cursor-pointer {
	cursor: pointer;
}

.cursor-not-allowed {
	cursor: not-allowed !important
}

.color-green-light {
	color: #6CBB3C;
}

.color-green-dark {
	color: #3EA055
}

.color-black {
	color: #5c5353;
}

.color-blk-dark {
	color: #000 !important;
}

.white-bg {
	background-color: #fff;
}

table.dataTable .red-bg {
	background-color: #ffd7d4 !important;
}

table.dataTable .grey-bg {
	background-color: #f6f6f6 !important;
}

table.dataTable .orange-hover:hover {
	background-color: #ff4213 !important;
	color: white;
}

table.dataTable .green-hover:hover {
	background-color: #8cff00 !important;
	color: white;
}

table.dataTable .border-bottom-white {
	border-bottom: solid 10px #fff !important;
}

table.dataTable .grey-bg {
	background-color: #f6f6f6 !important;
}

.page-loader {
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: fixed;
	z-index: 10000;
}

.page-loader svg {
	width: 200px;
	height: 100px;
}

.page-loader svg .loader-logo {
	stroke-dasharray: 250;
	stroke-dashoffset: 500;
	animation: draw 4800ms linear 200ms infinite, fill 5000ms linear 0ms infinite;
}

@keyframes draw {
	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes fill {
	1% {
		fill: #fffaf9;
	}

	20% {
		fill: #fffaf9;
	}

	30% {
		fill: #ffdad1;
	}

	40% {
		fill: #ffcabd;
	}

	50% {
		fill: #ffb7a5;
	}

	60% {
		fill: #ffaa95;
	}

	70% {
		fill: #ff977d;
	}

	75% {
		fill: #ff8769;
	}

	80% {
		fill: #ff4213;
	}

	90% {
		fill: #ff4213;
	}

	100% {
		fill: #ff4213;
	}
}

@font-face {
	font-family: 'Futura PT Book';
	src: url('../fonts/FuturaPT-Book.eot');
	src: url('../fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Book.woff2') format('woff2'), url('../fonts/FuturaPT-Book.woff') format('woff'), url('../fonts/FuturaPT-Book.ttf') format('truetype'), url('../fonts/FuturaPT-Book.svg#FuturaPT-Book') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Futura PT';
	src: url('FuturaPT-Bold.eot');
	src: url('../fonts/FuturaPT-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Bold.woff2') format('woff2'), url('../fonts/FuturaPT-Bold.woff') format('woff'), url('../fonts/FuturaPT-Bold.ttf') format('truetype'), url('../fonts/FuturaPT-Bold.svg#FuturaPT-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Futura PT Demi';
	src: url('../fonts/FuturaPT-Demi.eot');
	src: url('../fonts/FuturaPT-Demi.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Demi.woff2') format('woff2'), url('../fonts/FuturaPT-Demi.woff') format('woff'), url('../fonts/FuturaPT-Demi.ttf') format('truetype'), url('../fonts/FuturaPT-Demi.svg#FuturaPT-Demi') format('svg');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Conv_Uni Sans Bold";
	src: url("./fonts/Uni Sans Bold.eot");
	src: local("☺"), url("../fonts/Uni Sans Bold.woff") format("woff"), url("../fonts/Uni Sans Bold.ttf") format("truetype"), url("../fonts/Uni Sans Bold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'unicons-line';
	src: url('../fonts/unicons-line.woff2') format('woff2'),
		url('../fonts/unicons-line.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.Futura-PT-Demi {
	font-family: 'Futura PT Demi' !important;
}

.Futura-PT {
	font-family: 'Futura PT';
}

.Futura-PT-Book {
	font-family: 'Futura PT Book';
}

.font-bold {
	font-weight: bold;
}

.btn:focus {
	box-shadow: none;
}

.font-size {
	font-size: 13px;
	margin-right: 0.7rem;
}

.content-text {
	font-size: 17px;
}

.stikkum-label {
	margin-bottom: 0.25rem;
	font-size: 14px;
}

.Payment-Previe-head {
	font-size: 20px;
}

.flex-1 {
	flex: 1;
}

.form-icon-position {
	position: absolute;
	right: 6px;
	top: 35px;
}

.stikkum-form-control {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: 0.375rem 0rem;
	line-height: 1.5;
	color: #21324f;
	border: 1px solid transparent;
	background-color: #fff;
	border-radius: 0rem;
	font-family: 'Futura PT';
	letter-spacing: 0.5px;
	font-size: 14px;
}

.input-height-0 {
	height: 0px;
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #a8adb3;
	opacity: 1;
	/* Firefox */
}

.openAiPlaceholder::placeholder {
	color: #5c5353;
	opacity: 1;
}

.openAiText {
	color: #000000;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #a8adb3;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #a8adb3;
}

input::-webkit-input-placeholder {
	color: #66686b;
}

.border-bottom-grey {
	border-bottom: 1px solid #e4e4e4 !important;
}

.border-top-grey {
	border-top: 1px solid #e4e4e4 !important;
}
.border-bottom-orange-light {
	border-bottom: 1px solid #f9e2d3 !important;
}

#main {
	margin-top: 50px;
}

#tabsJustifiedContent canvas {
	width: 100% !important;
	height: 100% !important;
}

a,
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s;
}

a {
	cursor: pointer;
}

.drop-box {
	right: 0px;
	left: unset;
	top: 39px;
	border-radius: 0px;
	box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
	border: none;
	padding: 0px;
}

.dropdown-item {
	font-size: 14px;
	padding: 6px 10px !important;
	border-bottom: 1px solid transparent;
	text-transform: capitalize;
}

.dropdown-item:hover,
.dropdown-item:focus {
	background-color: #fff9f5;
	color: #000 !important;
	border-bottom: 1px solid #fd8e42;
}

.search-input {
	width: 100%;
	height: 35px;
	padding: 9px 26px 9px 7px !important;
	font-size: 14px;
	display: block;
	padding: 1px 10px 0px 10px;
	color: #333333;
	line-height: 1.5;
	border: 1px solid transparent;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.search-input:focus {
	border: 1px solid #ffcdac !important;
}

.search-icon-position {
	right: 0;
	top: 7px;
	position: absolute;
	width: 25px;
	color: #66686b;
	font-size: 14px;
	z-index: 1;
}

.main-bg-height {
	min-height: calc(100vh - 50px);
}

.color-main-bg {
	background-color: #f6f6f8;
}

.border-left {
	border-left: 1px solid #e4e4e4 !important;
}

.border-right {
	border-right: 1px solid #e4e4e4 !important;
}

.border-top {
	border-top: 1px solid #e4e4e4 !important;
}

.border-top-orange-6 {
	border-top: 6px solid #fd8e42 !important;
}

.border {
	border: 1px solid #e4e4e4 !important;
}

.padding-right-30 {
	padding-right: 30px;
}

.main-box-scroll-height {
	height: 100%;
	-webkit-overflow-scrolling: touch;
}

.nav {
	justify-content: space-around;
}

.nav-tabs {
	border: 1px solid #b3b3b3;
	border-radius: 2px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #5599ff;
	background-color: #f5f8ff;
	border-top-left-radius: 0rem;
	border-top-right-radius: 0rem;
	border: 1px solid #5599ff;
	border-radius: 2px;
}

.nav-tabs .nav-item {
	margin-bottom: -1px;
	margin-top: -1px;
	margin-right: -1px;
	margin-left: -1px;
	flex: 1;
	text-align: center;
}

.nav-tabs .nav-link {
	padding: 5px;
}

.tabs-text {
	font-size: 15px;
}

input[disabled] {
	-webkit-text-fill-color: currentcolor;
}

.completed-upload-card {
	background-color: #f7fff7;
	border-left: 5px solid #258525;
	border-right: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	min-height: 50px;
}

.completed-upload-card h1 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: anywhere;
}

.completed-cancel-bg {
	border: 1px solid #ff0000;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.checkmark-wrapper {
	width: 30px;
	display: flex;
	justify-content: center;
}

.modal {
	overflow: hidden;
}

.modal-backdrop.show {
	opacity: 0.1;
}

.modal-header-cust {
	padding: 0.578em;
	color: #ff4213 !important;
	background-color: #fff9f5;
	border-bottom: 1px solid #ff4213;
	align-items: center;
	justify-content: space-between;
}

.modal-header-cust h3 {
	margin-bottom: 0;
	color: #ff4213;
	font-size: 18px;
	font-family: 'Futura PT';
	letter-spacing: 2px;
}

.modal-max-height {
	max-height: 400px;
	overflow: auto;
}

.modal-header-heading {
	font-family: 'Futura PT';
	color: #ff4213;
	font-size: 18px;
}

.modal-xl {
	max-width: 1100px;
}

.modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto;
	position: absolute;
	right: 15px;
	top: 15px;
	color: #ff4213;
}

.modal-body-height {
	overflow-y: auto;
	height: calc(100vh - 195px);
}

.modal-body-height-enroll {
	overflow-y: auto;
	height: calc(100vh - 105px);
}

.modal-shadow {
	box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.3)
}

.modal-height-iframe {
	min-height: 500px;
	max-height: calc(100vh - 195px);
	overflow: auto;
}

.Editor-editor {
	height: calc(100vh - 390px) !important;
	overflow: hidden;
}

.heading-text {
	font-size: 20px;
	color: #5599ff;
	font-family: 'Futura PT';
}

.alert-icons {
	font-size: 14px;
}

.custom-select:disabled {
	color: #21324f !important;
	background-color: transparent;
	cursor: default;
}

.custom-disabled:disabled {
	color: #a8adb3 !important;
	cursor: not-allowed;
}

.width-100-lg {
	width: 100% !important;
}

.min-width-full {
	min-width: 100% !important;
}

.width-200 {
	width: 200px;
}

.width-49-per {
	width: 49%;
}

.width-70 {
	width: 80px;
}

.min-width-unset {
	min-width: unset !important;
}

/* /////////////// commom css end //////////////// */


/* /////////////// login page css //////////////// */

.login-logo-width {
	width: 140px;
}

.login-main-div {
	height: calc(100vh - 62px) !important;
}

.login-bg {
	height: calc(100vh - 62px) !important;
	position: absolute;
	width: 60%;
	max-width: unset;
	z-index: 0;
}

.login-img- {
	width: 60%;
	position: absolute;
	background-image: url('../images/price.png');
	background-size: contain;
	height: 100%;
	background-position: left 50%;
	background-repeat: no-repeat;
}

.login-img-logo {
	position: absolute;
	left: 12%;
	top: 33%;
}

.login-form-height {
	height: calc(100vh - 62px) !important;
}

.login-box {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
	width: 100%;
}

.login-heading {
	font-family: 'Conv_Uni Sans Bold';
	font-size: 50px;
	line-height: 1;
}

.card-bg {
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 3px 44px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 3px 44px rgba(0, 0, 0, 0.1);
}

.forgot-text:hover {
	color: #f84c24;
}

.btn-login- {
	width: 49%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ff4213;
	color: #fff;
	font-family: 'Futura PT Demi';
	border-radius: 4px;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
}

.btn-orange-login:hover {
	color: #fff;
	background-color: #f84c24;
}

.btn-signup- {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	color: #ff4213;
	font-family: 'Futura PT Demi';
	border-radius: 4px;
	border: none;
	cursor: pointer;
	border: solid 1px #ff4213;
	-webkit-appearance: none;
}

.btn-signup-:hover {
	color: #ff4213;
	background-color: #fff9f5;
}


/* ///////////login page css end ////////////// */


/* /////////////// Top Navbar //////////////// */

.navbar {
	background: #fff;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #e4e4e4;
	padding: 0.5rem 0.5rem;
	z-index: 1000;
	min-height: 50px;
	position: fixed;
	width: calc(100% - 220px);
	transition: all 0.3s ease;
}

.navbar-toggler {
	outline: none !important;
}

.nav-icon-align {
	display: flex;
	justify-content: space-between;
	flex: 20;
	align-items: center;
}

.btn-menu {
	outline: 0;
	box-shadow: none;
	cursor: pointer;
	background-color: #fff9f5;
  	border: 1px solid #fad5bc;
	border-radius: 4px;
	padding: 5px;
	min-width: 32px;
	height: 32px;
	transform: rotateY(180deg);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-menu i{
	font-size: 16px;
}
.btn-menu.active{
	transform: unset !important;
}

#sidebarCollapse .navbar-toggler-icon {
	background-image: linear-gradient(#fff, #fff) !important;
	display: flex;
	flex-direction: column;
	position: relative;
	height: 30px;
}

.toggler-icon-menu {
	transform: rotate(0deg);
	height: 2px;
	background: #ff4213;
	color: #fff !important;
}

.toggler-icon-width-first {
	width: 80%;
	position: absolute;
	top: 6px;
}

.toggler-icon-width-second {
	width: 50%;
	top: 14px;
	position: absolute;
}

.toggler-icon-width-third {
	width: 80%;
	bottom: 6px;
	position: absolute;
}

.top-menu-tx {
	margin-bottom: 0px;
	cursor: pointer;
	font-size: 18px;
}

.top-menu-tx-margin {
	margin-right: 15px;
}

.top-menu-tx-active {
	color: #fd8e42;
	font-family: 'Futura PT';
}

.top-nav-icons {
	color: #a8adb3;
	font-size: 18px;
}

.contact-icon-margin {
	margin-top: 8px;
}

.profile-btn {
	border: solid 1px #a8adb3;
	border-radius: 50px;
	padding: 0px;
	overflow: hidden;
	width: 30px;
	height: 30px;
	background: #fff9f5;
	font-family: 'Futura PT Demi';
	text-transform: uppercase;
}

.profile-btn-icon {
	margin-top: 4px;
	font-size: 22px;
	color: #fd8e42;
}

.profile-btn img {
	width: 30px;
	height: 30px;
}

.profile-btn:hover {
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	border: solid 1px #a8adb3;
}

.profile-btn:focus {
	background-color: transparent;
	box-shadow: none;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	border: solid 1px #ff7f2a;
	border: solid 1px #fd8e42;
}


/* /////////////// Top Navbar End //////////////// */


/* /////////////// side Navigation //////////////// */

.sidenav-sm {
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: fixed;
	width: 220px;
	background: #fff;
}

.menu-icon-back {
	color: #ff4213;
	font-size: 12px;
}

.logo-width {
	width: 114px;
}

.side-nav-bg {
	background-color: #fff9f5;
	border: 1px solid #fd8e42;
	border-radius: .25rem;
	margin-bottom: 4px;
}

.same-info {
	background-color: #fff9f5;
}

.side-nav-bg.sidenav-active-bg:hover {
	background-color: #fd8e42;
	border: 1px solid #ff4213;
}

#sidebar ul li.sidenav-active-bg a {
	color: #fff;
	font-family: 'Futura PT Demi';
}

#sidebar ul li.sidenav-active-bg {
	background-color: #fd8e42;
	border: 1px solid #ff4213;
}

.wrapper {
	display: flex;
	width: 100%;
	align-items: stretch;
	height: 100%;
	overflow: hidden;
}

#sidebar {
	min-width: 220px;
	max-width: 220px;
	background: #fff;
	transition: all 0.3s;
}

#sidebar.active {
	margin-left: -220px;
}

#sidebar .sidebar-header {
	background: #fff;
	border-bottom: 1px solid #e4e4e4;
	min-height: 40px;
	align-items: center;
	padding: 11px 13px 10px 13px;
	height: 50px;
}

#sidebar ul.components {
	padding: 11px 11px;
}

#sidebar ul p {
	color: #fff;
	padding: 10px;
}

#sidebar ul li a {
	font-size: 13px;
	display: block;
	padding: 5px 10px;
	color: #916f6f;
}

.Collapse-lg {
	display: none;
}

.footer-hg {
	min-height: 49px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sidenav-footer {
	min-height: 49px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	align-items: flex-start;
}

.sidenav-footer-text {
	font-size: 12px;
	letter-spacing: 0px;
}

.footer-icon {
	height: 20px
}


/* ///////////////side Navigation End //////////////// */


/* ///////////////All dashboards //////////////// */

.main-box-hidden {
	overflow-y: hidden;
	height: calc(100vh - 50px);
}

.inner-wrap {
	overflow-y: auto;
	height: calc(100vh - 50px);
}

.graph-tab-width {
	width: 70%;
}

.dashboard-dummy-position {
	position: absolute;
	width: 230px;
	height: 150px;
	background: white;
	box-shadow: 2px 2px 25px -12px #4d4a4a;
	border: 1px solid #d7d1d1;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px;
	justify-content: center;
	font-size: 13px;
}

.dashboard-dummy-position img {
	height: 80px;
}

.dashboard-dummy-position p {
	margin-bottom: 10px;
}

.alert-monitoring .report-inner-cards-wrapper .report-inner-card {
	cursor: default;
}

.report-inner-cards-wrapper .report-inner-card {
	display: flex;
	padding: 10px 11px;
	align-items: center;
	margin: 0 5px;
	border-radius: .25rem;
	flex-basis: 0;
	flex-grow: 1;
	min-height: 70px;
	cursor: pointer !important;
}

.report-inner-cards-wrapper .report-inner-card h4 {
	color: #59f;
	letter-spacing: 1px;
	word-break: break-all;
	margin-top: 5px;
	margin-bottom: 0px;
	font-family: 'Futura PT Demi';
	font-size: 21px;
}

.report-inner-cards-wrapper .active:nth-of-type(1) {
	background-color: #e7eeff;
}

.report-inner-cards-wrapper .active:nth-of-type(2) {
	background-color: #deffe0;
}

.report-inner-cards-wrapper .active:nth-of-type(3) {
	background-color: #ffffd7;
}

.report-inner-cards-wrapper .active:nth-of-type(4) {
	background-color: #ffeed6;
}

.report-inner-cards-wrapper .active:nth-of-type(5) {
	background-color: #ffe4fd;
}

.report-inner-cards-wrapper .active:nth-of-type(6) {
	background-color: #e1fdff;
}

.card-blue {
	border: 1px solid #5599ff !important;
}

.card-yellow {
	border: 1px solid #ffbd00 !important;
}

/* monitoring */
.card-green {
	border: 1px solid #18da67ff !important;
}

.card-pink {
	border: 1px solid #ff5fb6 !important;
}

.card-purple {
	border: 1px solid #7137c8 !important;
}

.card-light-blue {
	border: 1px solid #11cfff !important;
}

.card-dark-blue {
	border: 1px solid #2a2aff !important;
}

.card-sky-blue {
	border: 1px solid #5599ff !important;
}

/* billing */
.head-yellow {
	color: #ffbd00 !important;
}

.head-sky-blue {
	color: #5599ff !important;
}

.head-light-blue {
	color: #11cfff !important;
}


.head-dark-blue {
	color: #2a2aff !important;
}

.head-purple {
	color: #7137c8 !important;
}

.head-pink {
	color: #ff5fb6 !important;
}

.head-green {
	color: #18da67ff !important;
}

.head-blue {
	color: #5599ff !important;
}
.report-inner-cards-wrapper .card-outer-one:nth-of-type(1) .report-inner-card {
	margin-left: 0;
	border: 1px solid #5599ff;
}
.report-inner-cards-wrapper .card-outer-two:nth-of-type(2) .report-inner-card {
	margin-left: 0;
	border: 1px solid #18da67ff;
}
.report-inner-cards-wrapper .card-outer-three:nth-of-type(3) .report-inner-card {
	margin-left: 0;
	border: 1px solid #ffbd00ff;
}
.report-inner-cards-wrapper .card-outer-four:nth-of-type(4) .report-inner-card {
	margin-left: 0;
	border: 1px solid #ff4500ff;
}
.report-inner-cards-wrapper .card-outer-five:nth-of-type(5) .report-inner-card {
	margin-left: 0;
	border: 1px solid #ff5fb6;
}
.report-inner-cards-wrapper .card-outer-six:nth-of-type(6) .report-inner-card {
	margin-left: 0;
	border: 1px solid #11cfff;
}
.report-inner-cards-wrapper .card-outer-one:nth-of-type(1) .report-inner-card h4 {
	color: #5599ff;
}
.report-inner-cards-wrapper .card-outer-two:nth-of-type(2) .report-inner-card h4 {
	color: #18da67ff;
}
.report-inner-cards-wrapper .card-outer-three:nth-of-type(3) .report-inner-card h4 {
	color: #ffbd00ff;
}
.report-inner-cards-wrapper .card-outer-four:nth-of-type(4) .report-inner-card h4 {
	color: #ff4500ff;
}
.report-inner-cards-wrapper .card-outer-five:nth-of-type(5) .report-inner-card h4 {
	color: #ff5fb6;
}
.report-inner-cards-wrapper .card-outer-six:nth-of-type(6) .report-inner-card h4 {
	color: #11cfff;
}



.report-inner-cards-wrapper .report-inner-card:nth-of-type(1) {
	margin-left: 0;
	border: 1px solid #5599ff;
}

.report-inner-cards-wrapper .report-inner-card,
.report-title:nth-of-type(2) {
	border: 1px solid #18da67ff;
}

.report-inner-cards-wrapper .report-inner-card:nth-of-type(3) {
	border: 1px solid #ffbd00ff;
}

.report-inner-cards-wrapper .admin-card.report-inner-card:nth-of-type(3) {
	border: 1px solid #ff4500ff;
}

.report-inner-cards-wrapper .report-inner-card:nth-of-type(4) {
	border: 1px solid #ff4500ff;
}

.report-inner-cards-wrapper .report-inner-card:nth-of-type(5) {
	border: 1px solid #ff5fb6;
}

.report-inner-cards-wrapper .report-inner-card:nth-of-type(6) {
	border: 1px solid #11cfff;
	margin-right: 0;
}

.report-inner-cards-wrapper .report-inner-card .report-title {
	font-size: 14px;
}

.report-inner-cards-wrapper .report-inner-card:nth-of-type(2) h4 {
	color: #18da66;
}

.report-inner-cards-wrapper .report-inner-card:nth-of-type(3) h4 {
	color: #ffbd00;
}

.report-inner-cards-wrapper .admin-card.report-inner-card:nth-of-type(3) h4 {
	color: #ff4500ff;
}

.report-inner-cards-wrapper .report-inner-card:nth-of-type(4) h4 {
	color: #ff4500ff;
}

.report-inner-cards-wrapper .report-inner-card:nth-of-type(5) h4 {
	color: #ff5fb6;
}

.report-inner-cards-wrapper .report-inner-card:nth-of-type(6) h4 {
	color: #11cfff;
}

.report-inner-cards-wrapper .report-inner-card:nth-of-type(4) .inner-card-text .color-orange-light {
	opacity: .6;
	position: relative;
	float: right;
}

.report-inner-cards-wrapper .report-inner-card:nth-of-type(4) .inner-card-text .color-orange-light:hover {
	opacity: 1;
}

.report-inner-cards-wrapper .report-inner-card:nth-of-type(1) .inner-card-text .color-orange-light {
	opacity: .6;
	position: relative;
	float: right;
}

.report-inner-cards-wrapper .report-inner-card:nth-of-type(1) .inner-card-text .color-orange-light:hover {
	opacity: 1;
}

.report-inner-cards-wrapper .report-inner-card:nth-of-type(2) .inner-card-text .color-orange-light {
	opacity: .6;
	position: relative;
	float: right;
}

.report-inner-cards-wrapper .report-inner-card:nth-of-type(2) .inner-card-text .color-orange-light:hover {
	opacity: 1;
}

.report-inner-cards-wrapper .report-inner-card:nth-of-type(3) .inner-card-text .color-orange-light {
	opacity: .6;
	position: relative;
	float: right;
}

.report-inner-cards-wrapper .report-inner-card:nth-of-type(3) .inner-card-text .color-orange-light:hover {
	opacity: 1;
}

.report-inner-cards-wrapper {
	padding-top: 8px;
}

.report-summary-header {
	border-bottom: solid 1px transparent;
}

.hide-popover {
	display: none;
}

.piechart-heading-text {
	font-size: 20px;
	color: #5599ff;
	font-family: 'Futura PT';
	position: absolute;
	top: 15px;
	left: 35px;
	z-index: 1;
}

.avatar-icon {
	font-size: 18px;
	color: #a8adb3;
}

.profile-name {
	font-size: 16px;
	word-break: break-all;
	text-transform: capitalize;
}

.card-header-padding {
	padding: 4px 8px !important;
}

.active-alerts-text {
	color: #545454;
}

.active-alerts-icon {
	width: 20px;
	color: #a8adb3;
}

.card-icon {
	position: absolute;
	right: 7px;
	top: 12px;
}

.card-icon-custom {
	position: absolute;
	right: 7px;
	top: 10px;
}

.card-icon-top {
	top: 7px !important;
}

.card-body {
	border: 1px solid #e4e4e4;
	transition: all 0.1s;
	border-top: 1px solid transparent;
	padding: 0.5rem;
}

.card {
	border: 1px solid transparent;
}

.card-title {
	margin-bottom: 0px;
}

.card-header {
	cursor: pointer;
	background-color: #fff;
	padding: 10px;
	border: 1px solid #e4e4e4;
	border-radius: 0px !important;
}

.accordion .card-header.collapsed .card-title .card-icon i::before {
	color: #ff6600;
	content: "\eb3a";
	font-size: 20px;
}

.accordion .card-header .card-title .card-icon i::before {
	color: #cccccc;
	content: "\eb3a";
	font-size: 20px;
}

.dashboard-dummy-second {
	width: 200px;
	top: 100px;
	z-index: 1;
	padding: 5px;
	height: 120px;
}

svg {
	width: 300px;
	height: 300px;
	margin: 0 auto;
}

.dark-grey {
	color: #535d6c !important;
}

.pie-chart-footer {
	font-size: 12px;
	color: #545454;
}

.nv-pieWrap.nvd3-svg {
	transform: translate(0px, 15px) !important;
}

svg.nvd3-svg {
	overflow: visible;
	width: 100%;
	height: 315px;
}


/* ///////////////All dashboard Ends //////////////// */


/* ///////////////Engage page css //////////////// */

#main-sec {
	transition: margin-left .5s;
	width: 100%;
}

.sidenav {
	height: 100%;
	width: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 10px;
	border-right: 1px solid #e4e4e4 !important;
}

#mySidenav .navbar {
	border-bottom: none !important;
	position: relative;
	width: 100%;
}

.navbar-light .navbar-nav .nav-link {
	color: #21324f;
	font-size: 14px;
}

#navbarSupported ul {
	flex-direction: column !important;
	text-align: left !important;
}

#nav-menu .navbar {
	position: relative !important;
	width: 100%;
}

#navbarSupported .nav-link {
	padding: 0.6rem 1rem !important;
	border-bottom: 1px solid #e4e4e4;
}

#navbarSupported .navbar-nav .nav-link:hover {
	color: #21324f !important;
	background-color: #fdeee4;
	border-color: #fd8e42;
}

#navbarSupported .navbar-nav .nav-link:hover .avatar-icon {
	color: #fd8e42 !important;
}

.contact-search-wrap {
	position: sticky;
	top: 0;
	background: #fff;
	padding: 10px;
	z-index: 1001;
	border-bottom: 1px solid #e4e4e4;
}

.clientinfo-sticky {
	position: sticky;
	top: 0;
	z-index: 1;
}

.activity-scroll {
	overflow-y: auto;
	overflow-x: hidden;
	height: calc(100vh - 163px);
}

.activity-height {
	height: calc(100vh - 49px);
}

.filter-width-communication {
	min-width: 8rem;
}

.contact-list-loader {
	position: absolute;
	bottom: -41px;
	left: 0;
	background: #fff;
	width: 100%;
	text-align: center;
	z-index: 1;
	font-size: 18px;
	color: #373e48;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-list-loader .loader {
	border: 3px solid #ff4213;
	border-top-width: 3px;
	border-top: 3px solid #fce3d3;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	animation: spin 1200ms linear infinite;
	margin-right: 10px;
}

.message-textfield-height {
	height: calc(100vh - 350px) !important;
	overflow: auto;
	resize: none;
}

.modal-flex-unset {
	padding: 1rem;
	border-top: 1px solid #e9ecef;
}

.modal-footer-width {
	width: 100%;
}


/* ///////////////Engage page css Ends //////////////// */


/* ///////////////Help page css//////////////// */

.no-data-div {
	min-height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-transform: capitalize;
}


/* ///////////////Help page css Ends //////////////// */


/* All Btn css */

.select-button {
	width: 200px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	color: #a8adb3;
	font-family: 'Futura PT Demi';
	border-radius: 4px;
	font-size: 14px;
	border: 1px solid #e4e4e4;
	position: relative;
}

.select-button:hover {
	background: #f6f6f6;
	color: #373e48;
}

.sequence-cancel-button {
	min-width: 100px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	color: #a8adb3 !important;
	font-family: 'Futura PT Demi';
	border-radius: 4px;
	font-size: 14px;
	border: 1px solid #e4e4e4;
	position: relative;
	-webkit-appearance: none;
}

.cancel-button {
	min-width: 100px;
	height: 40px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	color: #a8adb3 !important;
	font-family: 'Futura PT Demi';
	border-radius: 4px;
	font-size: 14px;
	border: 1px solid #e4e4e4;
	position: relative;
	-webkit-appearance: none;
}

.cancel-button:hover {
	background: #f6f6f6;
	color: #373e48 !important;
	cursor: pointer;
}

.cancel-btn {
	padding: 6px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	color: #a8adb3 !important;
	font-family: 'Futura PT Demi';
	border-radius: .25rem;
	font-size: 14px;
	border: 1px solid #e4e4e4;
	-webkit-appearance: none;
}

.cancel-btn:hover {
	background: #f6f6f6;
	color: #373e48 !important;
	cursor: pointer;
}

.select-checkmark {
	background-color: #fd8e42;
	border: 1px solid #ff6600;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	position: absolute;
	top: -15px;
	right: -15px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.select-checkmark {
	display: none;
}

.select-button-active {
	background-color: #fff9f5 !important;
	color: #ff4213 !important;
	border: 1px solid #ff6600 !important;
}

.select-button-active .select-checkmark {
	display: flex;
}

.select-button-active:hover {
	color: #ff4213 !important;
}

.btn-orange.disable {
	background-color: rgb(158, 158, 158);
	opacity: 0.4;
	cursor: not-allowed;
}

.btn-orange.disable:hover {
	background-color: rgb(158, 158, 158) !important;
	opacity: 0.4;
	cursor: not-allowed;
}

.btn-orange {
	min-width: 100px;
	height: 40px;
	padding: 10px 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ff4213;
	color: #fff !important;
	font-family: 'Futura PT Demi';
	border-radius: 4px;
	border: none;
	font-size: 14px;
	cursor: pointer;
	box-shadow: 0px 3px 10px 0px #f8e6d5;
	-webkit-appearance: none;
}

.btn-orange:hover {
	background-color: #f84c24;
}

.button-shadow {
	box-shadow: 0px 3px 10px 0px #f8e6d5
}

.width-100-enrol-btn {
	width: 49%;
}

.btn-orange-delete {
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	color: #ff4213;
	border-radius: 4px;
	border: none;
	font-size: 14px;
	padding: 10px;
	cursor: pointer;
	border: solid 1px #fad5bc;
	-webkit-appearance: none;
}

.btn-orange-delete:hover {
	color: #ff4213;
	background-color: #fff9f5;
}

.btn-orange-reconnect {
	min-width: 100px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ff4213;
	color: #fff;
	font-family: 'Futura PT Demi';
	border-radius: 4px;
	border: none;
	font-size: 14px;
	cursor: pointer;
	border: solid 1px #ff4213;
	-webkit-appearance: none;
}

#deleteButtonDiv {
	position: relative
}

.Communications-btns {
	background-color: #fff9f5;
	border: 1px solid #ff7f2a;
	border-radius: .25rem;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	cursor: pointer;
}

.light-orange-btns {
	background-color: #fff9f5;
	border: 1px solid #ff7f2a;
	border-radius: .25rem;
	font-size: 14px;
	font-family: 'Futura PT Demi';
	min-width: 150px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ff4213;
	padding: 10px;
	cursor: pointer;
}

.client-add-btns {
	background-color: #fff9f5;
	border: 1px solid #ff7f2a;
	border-radius: .25rem;
	padding: 6px 10px;
	font-size: 12px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 32px;
}

.client-add-btns:hover {
	background-color: #fdeee4;
	border-color: #ffc7a1;
}

.light-orange-btn {
	background-color: #fff9f5;
	border: 1px solid #fad5bc;
	border-radius: .25rem;
	padding: 6px 10px;
	font-size: 14px;
	font-family: 'Futura PT Demi';
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 35px;
	white-space: nowrap;
	color: #21324f;
}

.light-orange-btn:hover {
	border-color: #fd8e42;
}

.client-add-btns-disable {
	background-color: #e1e1e1;
	border: 1px solid #d2d2d2;
	border-radius: .25rem;
	padding: 6px 10px;
	color: #848484;
	font-size: 12px;
	cursor: not-allowed;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.upload-btn-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
}

.upload-profile-btn {
	background-color: #fff9f5;
	border: 1px solid #ff7f2a;
	font-family: 'Futura PT Demi';
	border-radius: .25rem;
	padding: 6px 10px;
	font-size: 14px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	cursor: pointer;
	margin-top: 5px;
}

.remove-profile-btn {
	background-color: #fff;
	border: 1px solid #e4e4e4;
	font-family: 'Futura PT Demi';
	border-radius: .25rem;
	padding: 6px 10px;
	font-size: 14px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	cursor: pointer;
	margin-top: 5px;
	color: #a8adb3;
}

.remove-profile-btn:hover {
	background: #f6f6f6;
	color: #373e48;
	cursor: pointer;
}

.upload-btn-wrapper input[type=file] {
	font-size: 50px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100%;
	cursor: pointer;
	margin-top: 5px;
}

button:focus {
	outline: none;
}

.select-btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	border-radius: .25rem;
	padding: 6px 8px 6px 8px;
	font-size: 13px;
	cursor: pointer;
	color: #916f6f;
	border: 1px solid #e4e4e4 !important;
	color: #373e48;
	text-transform: capitalize;
}

.select-btn-seq {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	border-radius: 0px;
	padding: 0.375rem 0rem;
	font-size: 14px;
	cursor: pointer;
	color: #916f6f;
	border-bottom: 1px solid #e4e4e4 !important;
	color: #373e48;
	font-family: 'Futura PT';
	line-height: 1.5;
	height: calc(2.25rem + 2px);
}

.btn-orange-light {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff9f5;
	color: #ff4213 !important;
	font-family: 'Futura PT Demi';
	border-radius: 4px;
	border: none;
	font-size: 14px;
	cursor: pointer;
	border: solid 1px #fad5bc;
	-webkit-appearance: none;
	padding: 10px 15px;
}

.btn-orange-light:hover {
	color: #ff4213;
	background-color: #fff;
}

.btn-disable-report {
	cursor: not-allowed !important;
	opacity: 0.5;
}

.btn-disable-report:hover {
	opacity: 0.5;
}

#downloadBtn {
	min-width: 130px;
}

/* All Btn css */

/* select field */
.custom-select-field {
	background: url('../images/dropdown.png');
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background-size: auto 17%;
}

.custom-select {
	background: #fff url('../images/dropdown.png');
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background-size: auto 17%;
}

.sort-icon {
	background: #fff url('../images/sort-icon.png');
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background-size: auto 36%;
}

.custom-select:focus {
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	box-shadow: none !important;
}

.custom-select-dropdown-icon {
	background-size: auto 0%;
	color: #21324f !important;
}

.place-holder {
	color: #a8adb3;
}

.place-holder:focus {
	color: #a8adb3;
}

.place-holder:hover {
	color: #a8adb3 !important;
}

option[value=""][disabled] {
	display: none;
}

select option {
	color: #21324f;
}

select option:disabled {
	color: #ccc;
}

/* select option:first-child {
	color: #ccc;
} */

/* select field end*/
.template-box .fa-eye,
.sms-template-box .fa-eye {
	cursor: pointer;
}

.temp-margin {
	margin-top: 10px;
	margin-bottom: 0px;
}

/* Customize custom-checkbox */

.custom-checkbox {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	cursor: pointer;
	color: #21324f;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 15px;
}

.custom-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 21px;
	width: 21px;
	background-color: #d9d9d9;
	border-radius: 3px;
}

.custom-checkbox:hover input~.checkmark {
	background-color: #ccc;
}

.custom-checkbox input:checked~.checkmark {
	background-color: #ff7f2a;
	border: 1px solid #ff6600;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.disable-checkbox {
	opacity: 0.5;
	cursor: not-allowed;
	background-color: #5e5e63 !important;
	border: 1px solid #5e5e63 !important;
}

.custom-checkbox input:checked~.checkmark:after {
	display: block;
}

.custom-checkbox .checkmark:after {
	left: 7px;
	top: 1px;
	width: 6px;
	height: 13px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.custom-checkbox-table {
	margin-bottom: 20px !important;
}

.custom-checkbox-table input {
	margin-bottom: 20px !important;
	left: 1px !important;
	z-index: 10 !important;
}

.custom-checkbox input[disabled] {
	display: none;
}

/* Customize custom-checkbox End */

.relative {
	position: relative;
}

.search-position-relative {
	position: relative;
}

.footer-border {
	background: #fff;
	border-top: 1px solid #fe7c16;
	position: relative;
	z-index: 1;
}

.remove-email-icon-position {
	position: absolute;
	right: 30px;
	top: 5px;
}

.search-width {
	/* flex: 1; */
	max-width: 160px;
}

.nv-label text {
	fill: white !important;
	font-family: 'Futura PT';
}

#content {
	width: 100%;
	transition: all 0.3s;
}

.main-content-width {
	width: calc(100% - 220px) !important;
}

.table-header {
	background-color: #f5f8ff;
	color: #fd8e42;
	border-bottom: 1px solid #93beff;
	border-top: 1px solid #93beff;
}

.fixed-scroll-bg {
	background-color: #fff !important;
}

.fixed-scroll-th-bg {
	background-color: #f5f8ff !important;
}

.table th,
.table td {
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid transparent;
	font-size: 12px;
	vertical-align: middle;
	white-space: nowrap;
	padding: 8px 3px 8px 18px !important;
}

.table thead th {
	border-bottom: 1px solid #93beff;
	border-top: 1px solid #93beff;
	font-size: 12px;
}

.header-padding {
	padding: 8px 15px;
}

.footer-padding {
	padding: 8px 15px;
}

.enroll-main-bg {
	background-color: #fff;
	min-height: calc(100vh - 50px);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.content-wrapper {
	width: 100%;
	z-index: 1;
	height: auto;
}

.enroll-content-bg {
	width: 100%;
	background-color: #fff;
	min-height: 490px;
	margin-top: 80px;
	box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}

.enroll-content-padding {
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 20px;
}

.padding-10 {
	padding: 10px;
}

.Communication-check-position {
	padding-left: 20px !important;
	margin-bottom: 20px !important;
}

.checkbox-position-sm {
	display: none !important;
}

.checkbox-position-media {
	display: none !important;
}

.enroll-copmplete-text {
	color: #fd8e42;
	font-size: 32px;
	font-family: 'Futura PT';
	letter-spacing: 2px;
}

.wizard-wrapper {
	display: flex;
	justify-content: center;
	flex: 1;
	height: 130px;
	align-items: center;
}

.wizard-text {
	font-family: 'Futura PT';
	font-size: 14px;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #fb8c40;
	position: absolute;
	top: 30px;
}

.stepwizard-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.stepwizard {
	display: table;
	width: 86.5%;
	position: relative;
}

.stepwizard-step button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
	top: 12px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 100%;
	height: 15px;
	background-color: #fff;
	border-radius: 0.50rem;
	border: 1px solid #e1e1e1;
	-moz-box-shadow: inset 0 0 10px #efe7e3;
	-webkit-box-shadow: inset 0 0 10px #efe7e3;
	box-shadow: inset 0 0 10px #efe7e3;
	z-index: 0;
	left: 0px;
}

.stepwizard-step {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.active-wizard {
	background-color: #fd8e42 !important;
	border: 1px solid #ff4213 !important;
	color: white !important;
	box-shadow: none !important;
}

.non-active-wizard {
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	box-shadow: inset 0 0 10px #efe7e3;
	background: #fff;
	border: 1px solid #dadada;
	color: #cfcece;
	font-size: 14px;
	margin-bottom: 0px;
}

.stepwizard-step a:hover {
	color: #cfcece;
}

/* /////wizard close//////////// */

.payment-dot {
	font-size: 6px;
	margin-right: 7px;
	color: #ff4213;
}

.payment-info-text {
	color: #43464b;
	font-size: 14px;
	margin-bottom: 0.1rem;
}

.enroll-page-heading {
	color: #5599ff;
	font-size: 30px;
}

.payment-preview-bg {
	border: 1px solid #fd8e42;
	min-height: 150px;
	width: 100%;
	border-radius: 0.25rem 0.25rem 0 0;
}

.payment-promocode-bg {
	border: 1px solid #fd8e42;
	width: 100%;
	border-radius: 0 0 0.25rem 0.25rem;
	border-top: 0px;
}

.dropdown-toggle::after {
	display: none;
}

.database-error-msg {
	background: #fff9f5;
	z-index: 1;
	min-height: 43px;
}

.selected-del-msg {
	background: #fff9f5;
	z-index: 1;
	min-height: 43px;
}

.selected-del-fixed {
	background: #fff9f5;
	z-index: 1;
	min-height: 43px;
}

.submit-loader .btn-orange {
	background-color: #ff4213 !important;
	cursor: not-allowed !important;
}

.submit-loader .loader {
	border: 2px solid #ca2800;
	border-top: 2px solid #ffc5c5;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	animation: spin 1200ms linear infinite;
	margin-right: 10px;
}

.apply-loader .loader {
	border: 2px solid #ffbeae;
	border-top: 2px solid #ff4213;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	animation: spin 1200ms linear infinite;
	margin-right: 10px;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(250deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.details-text-label {
	font-size: 14px;
}

.details-text {
	font-family: 'Futura PT';
	font-size: 14px;
	word-break: break-all;
}

.site-inspection-non-active-bg {
	border-radius: 0.25rem;
	background-color: #fbfbfb;
	min-height: 60px;
	border: 1px solid #e4e4e4;
}

.invalid-field,
label.error {
	color: red !important;
	font-size: 12px !important;
}

.hidden {
	display: none !important;
}

.upload-area,
.video-upload-area {
	width: 100%;
	min-height: 100px;
	border: 1px dashed #fd934a;
	border-radius: 3px;
	text-align: center;
	overflow: auto;
	padding: 20px;
}

.upload-area:hover {
	cursor: pointer;
}

.site-upload-area {
	width: 100%;
	min-height: 100px;
	border: 2px dashed #fd934a;
	border-radius: 3px;
	margin-top: 20px;
	text-align: center;
	overflow: auto;
	padding: 20px;
}

.site-upload-area {
	cursor: pointer;
}

#uploadfile,
#uploadlogo,
#logoUpload {
	display: none !important;
}

.size {
	font-size: 12px;
}

.ui-autocomplete {
	max-height: 250px;
	padding-right: 20px;
	overflow: hidden;
	overflow-y: auto;
}

.sidebar-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.main-box {
	overflow-y: hidden;
	height: calc(100vh - 61px);
}

.signup-bg {
	position: fixed;
	left: 0;
	width: 100%;
	top: 8%;
	max-width: unset;
	z-index: 0;
	height: calc(100vh - 62px) !important;
}

.signup-img-logo {
	position: absolute;
	left: 5%;
	top: 29%;
}

.not-found-box {
	width: 50%;
	min-height: calc(100vh - 50px);
	padding-top: 0;
}

.not-found-text {
	font-size: 40px;
	font-family: 'Futura PT';
	color: #5599ff;
}

#leadDbInfo th:last-child {
	width: 100px !important;
}

#dashboardReportTable th:last-child {
	min-width: 100px !important;
}

#invitedClientTbl th:nth-of-type(1) {
	width: 10px !important;
}

#invitedClientTbl th:nth-of-type(2) {
	width: 80px !important;
}

#invitedClientTbl th:nth-of-type(3) {
	width: 50px !important;
}

#invitedClientTbl th:nth-of-type(4) {
	width: 15px !important;
}

#invitedClientTbl th:nth-of-type(5) {
	width: 15px !important;
}

#invitedClientTbl th:nth-of-type(6) {
	width: 150px !important;
}

#enrolledReferralListing th:nth-of-type(1) {
	width: 15px !important;
}

#enrolledReferralListing th:nth-of-type(2) {
	width: 15px !important;
}

#enrolledReferralListing th:nth-of-type(3) {
	width: 70px !important;
}

#enrolledReferralListing th:nth-of-type(4) {
	width: 100px !important;
}

#enrolledReferralListing th:nth-of-type(5) {
	width: 80px !important;
}

#enrolledReferralListing th:nth-of-type(6) {
	width: 20px !important;
}

#enrolledReferralListing th:nth-of-type(7) {
	width: 20px !important;
}

#enrolledReferralListing th:nth-of-type(8) {
	width: 10px !important;
}

#enrolledReferralListing th:nth-of-type(9) {
	width: 10px !important;
}

#isaGeneratedLinkList th:nth-of-type(1) {
	width: 10px !important;
}

#isaGeneratedLinkList th:nth-of-type(2) {
	width: 30px !important;
}

#isaGeneratedLinkList th:nth-of-type(3) {
	width: 30px !important;
}

#isaGeneratedLinkList th:nth-of-type(4) {
	width: 50px !important;
}

#isaGeneratedLinkList th:nth-of-type(5) {
	width: 120px !important;
}

#isaGeneratedLinkList th:nth-of-type(6) {
	width: 20px !important;
}

#roleInfoTable th:nth-of-type(1) {
	width: 200px !important;
}

#roleInfoTable th:nth-of-type(2) {
	width: 400px !important;
}

#roleInfoTable th:nth-of-type(3) {
	width: 80px !important;
}

.secondary-heading-tx {
	font-size: 18px;
	color: #535d6c;
	font-family: 'Futura PT Demi';
}

.max-width-full {
	max-width: 100% !important;
}

.width-110 {
	width: 110px;
}

.width-80 {
	min-width: 80px;
}

.width-79 {
	min-width: 79px;
}

.width-105 {
	min-width: 105px;
}

.width-35 {
	width: 35px !important;
}

.width-150 {
	width: 150px;
}

.width-180 {
	width: 180px;
}

.width-130 {
	width: 130px;
}

.width-145 {
	width: 145px;
}

.width-250 {
	width: 250px;
}
.width-270 {
	width: 280px;
}

.width-233 {
	min-width: 233px;
}

.width-th-233 {
	width: 233px;
}

.width-295 {
	width: 295px;
}

.width-95 {
	min-width: 95px;
}

.width-115 {
	min-width: 115px;
}

.height-32 {
	height: 32px;
}

.height-34 {
	height: 34px !important;
}
.height-36 {
	height: 36px !important;
}
.height-full {
	height: 100% !important;
}

.template-types-width {
	width: 215px;
}

.check-icon {
	color: #ff7f2a;
	font-size: 18px;
}

.childtable-bg {
	background-color: #f5f8ff;
	border: solid 1px #eee;
	padding: 10px !important;
}

.blue-light-bg {
	background-color: #f5f8ff;
}

.childtable-bg-diff {
	background-color: #fff9f5;
	border: solid 1px #eee;
	padding: 10px !important;
}

.remove-email-icon {
	position: absolute;
	right: 30px;
	top: 20px;
	cursor: pointer;
}

.remove-email-icon img {
	height: 12px;
}

.sharelink-url {
	color: #21324f;
	background-color: #f5f8ff;
	border-bottom: 1px solid #93beff;
	border-top: 1px solid #93beff;
	font-family: 'Futura PT';
	font-size: 16px;
}

.width-100-contact-list {
	width: 100%;
}

.min-height-376 {
	min-height: 376px;
}

.min-height-350 {
	min-height: 350px;
}

.rate-float {
	margin-right: 15px;
}

.video-card {
	border: 1px solid #e6e6e6;
}

.video-card-box {
	padding: 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.border-radius {
	border-radius: .25rem;
}

.dataTables_length label::before {
	content: "Show ";
}

.dataTables_length label::after {
	content: " Entries";
}

.search-show-sm {
	display: none;
}

#partnerTableId_filter label,
#enrolledReferralListing_filter label,
#isaGeneratedLinkList_filter label,
#invitedClientTbl_filter label {
	display: none;
}

.profile-img img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	width: 250px;
	height: 250px;
	object-fit: scale-down
}

.profile-img {
	max-width: 100%;
	border: 1px solid #e4e4e4;
	padding: 3px;
	border-radius: 0px;
	width: 100%;
	height: 245px;
	text-align: center;
}

#canvasDiv canvas {
	overflow: hidden;
	height: auto !important;
	max-width: 100% !important;
	background-color: #21324f;
}

#canvasDiv {
	display: flex;
	align-items: center;
	justify-content: center;
}

.partner-logo-wrap .upload-area {
	flex: 1;
	margin-top: 0;
	margin-bottom: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#dropdownMenu1:focus {
	border: 1px solid #ffcdac !important;
}

.drop-down-filter-width {
	min-width: 5rem;
}

.activity-log-filter-width {
	min-width: 12rem;
}

.drop-down-width {
	min-width: 100%;
}

.drop-down-filter-width-partner {
	min-width: 6rem;
}

.filter-text {
	font-size: 14px;
	font-weight: normal;
}

.video-width {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #000;
}

.video-height {
	height: 180px;
}

.video-info-icon {
	width: 23px;
	height: 23px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff9f5;
	border: 1px solid #fad5bc !important;
	color: #fd8e42;
	border-radius: 4px;
	border: none;
	font-size: 14px;
	cursor: pointer;
	-webkit-appearance: none;
}

.popover-header {
	color: #ff4213 !important;
	background-color: #fff9f5 !important;
	border-bottom: 1px solid #ff4213 !important;
	font-size: 14px !important;
	font-family: 'Futura PT Demi';
}

.popover-body {
	font-size: 14px !important;
	border: none !important;
}

.popover {
	border: none !important;
	font-family: 'Futura PT Book', Sans-Serif;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2) !important;
}

.doc-title {
	font-size: 17px;
	font-family: 'Futura PT Demi';
}

.word-break {
	word-break: break-all;
}

.question-btn-div {
	background-color: #fcfcfc;
	padding: 8px;
	border-top: 1px solid #f6f6f6;
}

.active-alert-text {
	font-size: 14px;
	color: #373e48;
}

.client-report-info {
	background-color: #fff9f5;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.font-8 {
	font-size: 8px;
}

.font-10 {
	font-size: 10px;
}

.font-11 {
	font-size: 10.2px;
}

.font-12 {
	font-size: 12px !important;
}

.font-13 {
	font-size: 13px !important;
}

.font-15 {
	font-size: 15px !important;
}

#Summary .nav-tabs .nav-item {
	position: relative;
}

.column-width-sub-module {
	-moz-column-width: 100%;
	-webkit-column-width: 100;
	-moz-column-gap: 1em;
	-webkit-column-gap: 1em;
}

.item-sub-module {
	display: inline-block;
	padding-bottom: .25rem;
	width: 100%;
}

.well-sub-module {
	position: relative;
	display: block;
}

.sub-module-header {
	background-color: #fbfbfb;
}

.font-30 {
	font-size: 30px !important;
}

.font-24 {
	font-size: 24px !important;
}

.font-22 {
	font-size: 22px !important;
}

.font-20 {
	font-size: 20px !important;
}

.border-bottom-amt {
	border-bottom: solid 1px #e4e4e4 !important;
}

.width-20 {
	width: 20px;
}

.email-height {
	overflow: auto;
	max-height: 60px;
}

#ficoScoreYes {
	display: none;
}

.dataTables_empty::before {
	content: unset !important;
}

.header-width-full {
	width: 100% !important;
}

.role-check-width {
	margin-right: 15px;
}

.word-wrap-break {
	word-break: break-all;
	word-wrap: break-word;
}

.error-class {
	border: solid 1px #ff2a2a;
	background-color: #ffd7d4;
}

.custom-checkbox-client {
	padding-left: 0px !important
}

.z-top {
	z-index: 1051 !important;
}

.template-title {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: capitalize;
}

.min-height-100 {
	min-height: 100px;
}

.Integration-card {
	min-height: 220px;
}

.font-16 {
	font-size: 16px !important;
}

.font-18 {
	font-size: 18px !important;
}

.font-14 {
	font-size: 14px !important;
}

.background-light-grey {
	background: #fbfbfb;
}

.template-card-grey {
	border: 1px solid #dadada;
	background-color: #fbfbfb;
	min-height: 42px;
}

.template-card-blue {
	border: 1px solid #5599ff;
	background-color: #f5f8ff;
	min-height: 42px;
}

.template-card-orange {
	border: 1px solid #ffab96;
	background-color: #fff9f5;
	overflow: hidden;
	min-height: 42px;
}

.scroll-dropdown {
	max-height: 150px;
	overflow-y: auto;
}

.width-current-status {
	width: 120px;
}

.contact-wait-height {
	min-height: calc(100vh - 84px);
}

.flex-pay-preview {
	display: flex;
	align-items: center;
}

.flex-pay-preview-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.border-middle {
	display: flex;
	align-items: center;
}

.border-middle::after {
	content: '';
	flex: 1;
	height: 0px;
	border-top: solid 0px transparent;
	border-bottom: none;
	border-right: none;
	border-left: none;
}

.margin-left-62 {
	margin-left: 62px;
}

.logo-img-width {
	width: 36px;
}

.margin-top-23 {
	margin-top: 23px;
}

.width-72-btn {
	width: 85px;
	justify-content: center;
	padding: 4px 4px;
}

.nav-pills .nav-link {
	padding-bottom: 8px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #59f !important;
	background-color: #fff !important;
}

.nav-pills .nav-link:hover {
	color: #59f !important;
	background-color: #fff !important;
}

.zap-scroll {
	max-height: calc(100vh - 150px);
	overflow: auto;
}

.img-main {
	width: 250px;
	margin-right: 30px;
}

.image-box-width {
	width: 250px;
}

.profile-img-client {
	border: 1px solid #e4e4e4;
	width: 250px;
	height: 250px;
}

.profile-img-client img {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.signature-field {
	width: 185px;
}

.second-card-border-right {
	border-right: solid 1px #f9e2d3;
}
.testimonials-box{
	border: solid 1px #e4e4e4;
	border-radius: 20px;
	padding: 24px;
	min-height: 100%;
}
.testimonials-content{
	padding: 20px;
	background-color: #f5f8fc;
	border-radius: 16px;
}

/* ---------------------------------------------------
MEDIA QUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
	#sidebar {
		margin-left: -220px;
	}

	#sidebar.active {
		margin-left: 0;
	}

	.contact-icon-margin {
		margin-top: 0px;
	}

	.top-menu-tx-margin {
		margin-right: 10px;
	}

	#sidebar .sidebar-header {
		border-bottom: none;
	}

	.sidenav {
		position: relative;
		width: 100% !important;
		height: 300px;
	}

	.main-box-scroll {
		min-height: 100vh;
	}

	.rate-float {
		float: none;
		margin-right: 0px;
	}

	.doc-title {
		font-size: 16px;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.graph-tab-width {
		width: 100%;
	}

	.admin-record {
		margin-bottom: 6px;
	}
}

@media only screen and (min-width:320px) and (max-width:767px) {
	.admin-record {
		margin-bottom: 8px;
	}

	.message-textfield-height {
		min-height: 200px !important;
	}

	.Editor-editor {
		min-height: 200px !important;
	}

	.text-width-full {
		width: 100% !important;
	}

	.temp-margin {
		margin-top: 0px;
		margin-bottom: 15px;
	}

	.text-truncated {
		width: 100%;
	}

	.second-card-border-right {
		border-right: none;
	}
}

@media (max-width: 991px) {
	.graph-tab-width {
		width: 100%;
	}

	#main-sec {
		margin-left: 0px !important;
		height: 100vh;
	}

	#sidebar {
		margin-left: -220px;
	}

	#sidebar.active {
		margin-left: 0;
	}

	.top-menu-tx {
		font-size: 16px;
	}

	.top-menu-tx-margin {
		margin-right: 10px;
	}

	#sidebar .sidebar-header {
		border-bottom: none;
	}

	#sidebar {
		position: fixed;
		z-index: 1100;
		min-height: 100vh;
		width: 100%;
		max-width: 100%;
		min-width: unset;
		margin-left: -100%;
		background-color: transparent;
		transition: margin-left .5s ease-in-out, background-color .1s ease-in-out;
	}

	.sidebar-box.active {
		background-color: rgba(0, 0, 0, 0.1) !important;
		transition: margin-left .5s ease-in-out, background-color 1.5s ease-in-out !important;
	}

	.Collapse-lg {
		display: block;
	}

	.sidenav {
		position: relative;
		width: 100% !important;
		height: 360px;
	}
	.btn-menu{
		transform: unset;
	}
}

@media only screen and (min-width: 768px) and (max-width:1200px) {
	.rate-float {
		float: left;
		margin-right: 15px;
	}
}

/* /////////table_csss_finish////////// */

@media only screen and (min-width: 320px) and (max-width: 575px) {
	.min-width-unset-xs{
		min-width: unset !important;
	}
	.search-fld-sm-contact {
		width: calc(100% - 159px) !important;
	}

	.bb-video-recorder-container iframe {
		width: 270px !important;
		height: 150px !important;
	}

	.dashboard-nav-sm li {
		margin-right: 8px !important;
	}

	.popover {
		max-width: 350px !important;
	}

	.template-title {
		width: 195px;
	}

	.overflow-auto-xs {
		overflow: auto !important;
	}

	.stikkum-form-control {
		font-size: 14px;
	}

	.heading-text {
		font-size: 18px;
	}

	.secondary-heading-tx {
		font-size: 16px;
	}

	.active-scroll {
		height: unset !important;
		min-height: 240px !important;
		max-height: 60vh !important;
	}

	.margin-top-sm {
		margin-top: 89px;
	}

	.btn-orange-login- {
		font-size: 14px;
	}

	.btn-orange-signup- {
		width: 100%;
		font-size: 14px;
	}

	.width-100-enrol-btn {
		width: 49%;
	}

	.d-wrap {
		flex-wrap: wrap;
	}

	.d-wrap-xs {
		flex-wrap: wrap;
	}

	.login-heading {
		font-size: 30px;
	}

	.padding-12 {
		padding: 12px !important;
	}

	.forgot-text {
		font-size: 14px;
	}

	.login-img {
		width: 100%;
		background-position: left 100% !important;
	}

	.login-img-logo {
		display: none;
	}

	.not-found-text {
		font-size: 24px;
	}

	.content-text {
		font-size: 16px;
	}

	.enroll-page-heading {
		font-size: 24px;
	}

	.enroll-copmplete-text {
		font-size: 20px;
	}

	.modal-footer #scheduleBtn {
		max-width: 40px;
		min-width: unset;
	}

	.width-100,
	.cancel-button,
	.btn-orange,
	.select-button {
		width: 100% !important;
	}

	.tabs-text {
		font-size: 13px;
	}

	.margin-right-0 {
		margin-right: 0px !important
	}

	.dataTables_length label::before {
		content: "";
	}

	.dataTables_length label::after {
		content: "";
	}

	.search-fld-sm-width-custom {
		width: calc(100% - 78px) !important;
	}

	.search-fld-sm-width-custom-database-list {
		width: calc(100% - 118px) !important;
	}

	.search-fld-sm-borrower {
		width: calc(100% - 70px);
	}

	.search-fld-list-borrower {
		width: calc(100% - 35px);
		top: 74px;
	}

	.profile-img-align {
		margin-bottom: 15px;
	}

	.margin-bottom-15 {
		margin-bottom: 15px !important;
	}

	.margin-t-5 {
		margin-top: 5px !important;
	}

	.margin-b-5 {
		margin-bottom: 5px !important;
	}

	.margin-bottom-10 {
		margin-bottom: 10px !important;
	}

	.margin-top-6 {
		margin-top: 6px;
	}

	.margin-top-8-alert {
		margin-top: 8px;
	}

	.padding-0-alert {
		padding: 0px !important;
	}

	.word-break {
		word-break: break-all;
	}

	.select-btn-text-sm {
		display: none;
	}

	.details-text {
		font-size: 13px;
	}

	.margin-right-10-alert {
		margin-right: 10px !important;
	}

	.custom-checkbox {
		font-size: 14px;
	}

	.stikkum-label {
		font-size: 14px;
	}

	.dashboard-dummy-position {
		width: 200px;
		height: 120px;
		padding: 10px;
	}

	.dashboard-dummy-second {
		width: 200px;
		height: 120px;
		padding: 10px;
	}

	.padding-0 {
		padding: 0px !important
	}

	.font-30 {
		font-size: 22px !important;
	}

	.font-24 {
		font-size: 18px !important;
	}

	.filter-text-none-sm {
		display: none;
	}

	.text-none-sm-moni {
		display: none;
	}

	.sharelink-url {
		font-size: 12px;
	}

	.role-check-width {
		width: 100%;
	}

	.activity-scroll {
		height: calc(100vh - 135px);
	}

	.login-box {
		display: initial;
	}

	.login-bg {
		height: 560px !important;
		width: 60%;
	}

	.card-login {
		margin-top: 40px;
	}

	.width-150 {
		width: 140px;
	}

	.partner-logo-wrap {
		flex-wrap: wrap;
	}

	.width-current-status {
		width: 130px !important;
	}

	.filter-width-communication {
		min-width: 11rem;
	}

	.profile-btn {
		width: 26px;
		height: 26px;
		font-size: 14px;
	}

	.profile-btn img {
		width: 26px;
		height: 26px;
	}

	.margin-left-62 {
		margin-left: 0px;
	}

	.flex-pay-preview {
		display: block;
	}

	.flex-pay-preview-box {
		align-items: flex-end;
		display: block;
		margin-bottom: 10px;
	}

	.logo-img-width {
		width: 30px;
	}

	.Payment-Previe-head {
		font-size: 18px;
	}

	.template-types-width {
		width: 100%;
	}

	.timeline {
		width: 85% !important;
	}

	.timeline-event:after {
		top: 58% !important;
	}

	.specialCntr,
	.placeholdercls {
		right: -48px !important;
	}

	.width-full-xs {
		width: 100% !important;
	}
	.width-full-max-xs {
		max-width: 100% !important;
	}

	.top-145 {
		top: 145px !important;
	}

	.min-height-140 {
		min-height: 140px !important;
	}

	.search-fld-sm-monitored {
		width: calc(100% - 36px);
	}

	.bottom-1 {
		bottom: -1px !important;
	}

	.margin-r-xs-0 {
		margin-right: 0px !important;
	}

	.margin-r-sm-0 {
		margin-right: 0px !important;
	}

	.height-30 {
		height: 30px !important;
	}

	.height-40 {
		height: 40px !important;
	}

	.signature-field {
		width: 100%;
	}

	#borrowersTable_length.dataTables_length {
		left: 30px !important;
		top: -38px;
	}

	.margin-bottom-5 {
		margin-bottom: 5px !important;
	}

	.modal-body-height-220 {
		height: calc(100vh - 310px) !important;
	}

	.modal-body-height-300 {
		height: calc(100vh - 300px) !important;
	}

	.all-cards {
		width: calc(100% - 0px) !important;
	}

	.all-cards-custom {
		width: calc(100% - 0px) !important;
	}

	.border-top-xs {
		border-top: solid 1px #dee2e6;
	}

	.border-left-xs {
		border-left: solid 0px !important;
	}

	.table-scroll-engage {
		max-height: calc(100vh - 423px) !important;
	}

	.modal-body-height-xs {
		height: calc(100vh - 246px) !important;
	}

	.height-xs-template {
		height: calc(100vh - 144px) !important;
	}
	.table-margin-xs .table-scroll{
		margin-top: 50px !important;
	}
	.text-xs-left{
		text-align: left !important;
	}
	.signup-video {
		height: 300px;
	}
	.p-t-40-xs{
		padding-top: 40px;
	}

}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.active-scroll {
		height: unset !important;
		min-height: 250px !important;
		max-height: 60vh !important;
	}

	.margin-top-sm {
		margin-top: 100px !important;
	}

	.btn-login- {
		width: 49%;
	}

	.btn-signup- {
		width: 100%;
	}

	.width-100-enrol-btn {
		width: 49%;
	}

	.d-wrap {
		flex-wrap: wrap;
	}

	.login-heading {
		font-size: 40px;
	}

	.login-img {
		width: 60%;
		background-position: left 100% !important;
	}

	.login-img-logo {
		display: none;
	}

	.not-found-text {
		font-size: 40px;
	}

	.enroll-page-heading {
		font-size: 30px;
	}

	.selected-del-msg {
		width: calc(100%);
	}

	.margin-top-sm-10 {
		margin-top: 10px;
	}

	.margin-top-8-alert {
		margin-top: 8px;
	}

	.padding-0-alert {
		padding: 0px !important;
	}

	.activity-scroll {
		height: calc(100vh - 130px);
	}

	.login-box {
		display: initial;
	}

	.login-bg {
		height: 80% !important;
		width: 90%;
	}

	.card-login {
		margin-top: 40px;
	}

	.flex-pay-preview {
		display: block;
	}

	.flex-pay-preview-box {
		align-items: flex-end;
		display: block;
		margin-bottom: 10px;
	}

	.logo-img-width {
		width: 30px;
	}

	.Payment-Previe-head {
		font-size: 18px;
	}

	.timeline-event:after {
		top: 60% !important;
	}

	.width-full-sm {
		width: 100% !important;
	}

	.width-full-sm-max {
		max-width: 100% !important;
	}

	.margin-t-5 {
		margin-top: 5px !important;
	}

	.margin-b-5 {
		margin-bottom: 5px !important;
	}

	.top-145 {
		top: 145px !important;
	}

	.margin-r-sm-0 {
		margin-right: 0px !important;
	}

	.text-none-sm-moni {
		display: none;
	}

	#borrowersTable_length.dataTables_length {
		left: 30px !important;
		top: -38px;
	}

	.min-height-140 {
		min-height: 140px !important;
	}

	.all-cards {
		width: calc(100% - 0px) !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.login-box {
		display: initial;
	}

	.login-bg {
		height: 94% !important;
		width: 80%;
	}

	.card-login {
		margin-top: 50px;
	}

	.active-scroll {
		height: unset !important;
		min-height: 250px !important;
		max-height: 60vh !important;
	}

	.activity-scroll {
		height: calc(100vh - 110px);
	}

	.login-img-logo {
		display: none;
	}

	.main-box-scroll-md {
		min-height: 100vh;
	}

	.flex-pay-preview {
		display: block;
	}

	.flex-pay-preview-box {
		align-items: flex-end;
	}

	#togglePills.nav-pills .nav-link {
		font-size: 11px !important;
	}

	.grey-bg-pills {
		min-height: 56px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.long-title {
		flex-wrap: wrap;
	}

	.long-title>div {
		width: 100%;
	}

	.search-width {
		max-width: 36px;
	}

	.search-show-sm {
		display: block;
	}

	.search-hide-sm {
		display: none;
	}

	.search-fld-sm {
		display: block !important;
		width: calc(100% - 40px);
		z-index: 1;
		position: absolute;
		left: 0px;
		max-width: 100%;
		background-color: #fff;
		margin-left: 0 !important;
	}
	.search-fld-sm-80{
		width: calc(100% - 80px) !important;
	}
	.search-fld-sm-118{
		width: calc(100% - 118px) !important;
	}

	.search-fld-sm-tag-list {
		width: calc(100% - 139px) !important;
		left: 12px !important;
	}

	.search-fld-sm-help-admin {
		width: calc(100% - 80px) !important;
	}
	.search-fld-sm-borrower-help {
		width: calc(100% - 45px) !important;
	}
	.margin-top-table {
		margin-top: 45px !important;
	}

	.margin-top-list {
		margin-top: 75px !important;
	}

	.margin-top-checkbox {
		margin-top: 42px !important;
	}

	.margin-top-media {
		margin-top: 112px !important;
	}

	.table-delete-padding-sm {
		padding-left: 10px;
	}

	.display-icon-xs {
		display: none;
	}

	.enroll-content-padding {
		padding-left: 20px;
		padding-right: 20px;
	}

	.not-found-box {
		width: 100%;
	}

	.dashboard-nav-sm {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		flex-direction: row;
	}

	.drop-box {
		position: absolute !important;
	}

	.navbar {
		position: fixed;
		width: 100%;
	}

	#paletteCntr {
		width: 172px !important;
	}

	.word-wrap {
		word-wrap: wrap;
	}

	.flex-direction-sm {
		flex-direction: column-reverse;
	}

	.selected-del-msg {
		width: calc(100%);
		min-height: 39px
	}

	.min-height-32 {
		min-height: 32px;
	}

	.checkbox-position-media {
		position: absolute;
		top: 70px;
		left: 34px;
		display: block !important;
		z-index: 1;
	}

	.padding-sm-0 {
		padding: 0;
	}

	.income-input {
		width: 100% !important;
	}

	.table-scroll-Duplicate-Sheet {
		max-height: calc(100vh - 308px) !important;
		;
	}

	.table-scroll-Duplicate {
		max-height: calc(100vh - 290px) !important;
	}

	.table-scroll-view-Doc {
		max-height: calc(100vh - 305px) !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.checkbox-position-media {
		position: absolute;
		top: 40px;
		left: 34px;
		display: block !important;
		z-index: 1;
	}
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
	.main-content-width {
		width: 100% !important;
	}

	.navbar.navbar-expand-md.navbar-light {
		width: 100% !important;
	}

	.active-wizard {
		background-color: #fd8e42 !important;
		border: 1px solid #ff4213 !important;
		color: white !important;
		box-shadow: none !important;
	}

	.active-wizard .wizard-text {
		display: block;
		position: absolute !important;
		left: 5px;
		top: 40px;
	}

	.wizard-text {
		font-size: 14px;
		display: none;
	}

	.stepwizard {
		width: 100%;
	}

	.stepwizard-row:before {
		width: 100%;
	}

	.active-alerts-display-sm {
		flex-direction: column-reverse;
		flex-basis: auto;
	}

	.main-box-hidden {
		overflow-y: scroll;
		height: 100%;
		-webkit-overflow-scrolling: touch;
	}

	.border-left-sm {
		border-left: none;
	}

	.inner-wrap {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	.margin-bottom-20 {
		margin-bottom: 20px !important;
	}

	.d-wrap-991 {
		flex-wrap: wrap !important;
	}

	.margin-top-23 {
		margin-top: 0px;
	}

	.img-main {
		width: 100%;
		margin-right: 0px;
		display: flex;
		justify-content: center;
	}

	.margin-img-20 {
		margin-top: 20px !important;
	}

	.table-scroll-engage {
		width: 100% !important;
	}

	.summary-section-width {
		width: 100% !important;
	}
}

@media only screen and (min-height: 530px) {
	.login-main-div {
		overflow: hidden;
		height: calc(100vh - 62px) !important;
	}
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
	.client-add-btns {
		padding: 8px;
		display: flex;
		justify-content: center;
	}

	#partnerTableId_wrapper .dataTables_length {
		left: 0 !important;
	}

	#enrolledReferralListing_wrapper .dataTables_length {
		left: 0 !important;
	}

	#isaGeneratedLinkList_wrapper .dataTables_length {
		left: 0 !important;
	}

	#accessLogTbl_wrapper .dataTables_length {
		left: 0 !important;
	}

	#invitedClientTbl_wrapper .dataTables_length {
		left: 0 !important;
	}

	#unMonitoredTypeTable_wrapper .dataTables_length {
		left: 0 !important;
	}

	.checkbox-position-sm {
		position: absolute;
		top: 43px;
		left: 45px;
		display: block !important;
		z-index: 1;
	}

	.display-none-sm {
		display: none;
	}

	.display-icon-sm {
		display: none;
	}

	.text-center-cust {
		text-align: left !important;
	}

	.width-btn-sel-row {
		width: 26px !important;
	}

	.display-Seq-none {
		display: none !important;
	}

	.display-Seq-block {
		display: block !important;
	}

	.container-md {
		max-width: 860px;
	}

	.plan-cards {
		padding: 10px 15px !important;
	}

	.flex-wrap-lg {
		flex-wrap: wrap;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.margin-top-sm-10 {
		margin-top: 10px;
	}

	.engage-scroll {
		max-height: calc(100vh - 308px) !important;
	}

	.table-scroll-engage {
		max-height: calc(100vh - 415px) !important;
	}

	.flex-wrap-md {
		flex-wrap: wrap;
	}
}

@media only screen and (min-width: 320px) and (max-width: 1400px) {
	.signup-img-logo {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.template-title {
		width: 250px;
	}

	.first-card {
		width: calc(31% - 20px) !important;
	}
}

@media (max-width: 576px) {
	.report-inner-cards-wrapper .report-inner-card {
		margin: 5px;
		max-width: calc(50% - 5px);
		flex-basis: unset;
		flex-grow: 1;
	}
	.report-inner-cards-wrapper .card-outer .report-inner-card{
		max-width: 100% !important;
	}
	.report-inner-cards-wrapper .report-inner-card:nth-of-type(2) {
		margin-right: 0;
	}

	.report-inner-cards-wrapper .report-inner-card:nth-of-type(3) {
		margin-left: 0;
	}

	.report-inner-cards-wrapper .report-inner-card:nth-of-type(5) {
		margin-left: 0;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.report-inner-cards-wrapper .report-inner-card {
		padding: 4px 10px;
		margin: 3px 3px;
	}
}

@media only screen and (min-width:320px) and (max-width:767px) {
	.report-inner-cards-wrapper .report-inner-card {
		padding: 4px 10px;
		margin: 3px 3px;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.report-inner-cards-wrapper .report-inner-card .report-title {
		line-height: 1 !important;
	}
}

@media only screen and (min-width:320px) and (max-width:767px) {
	.report-inner-cards-wrapper .report-inner-card .report-title {
		line-height: 1 !important;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.report-inner-cards-wrapper .report-inner-card h4 {
		font-size: 13px;
	}
}

@media only screen and (min-width:320px) and (max-width:767px) {
	.report-inner-cards-wrapper .report-inner-card h4 {
		font-size: 13px;
	}
}

@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}

	.sidenav a {
		font-size: 18px;
	}
}

@media only screen and (min-width:320px) and (max-width:480px) {
	.top-menu-tx-margin {
		margin-right: 5px;
	}

	.top-nav-icons-12 {
		font-size: 12px !important;
	}

	.contact-icon-width {
		width: 12px !important;
	}

	.contact-icon-margin {
		margin-top: -1px !important;
	}
}

@media only screen and (min-width:768px) and (max-width:1200px) {
	.selected-del-msg {
		width: calc(100% - 43px);
		left: 43px;
		min-height: 39px
	}
}

@media only screen and (min-width:768px) and (max-width:1320px) {
	#referralPartnerTable_wrapper.dataTables_wrapper .dataTables_length {
		position: relative;
		top: 4px;
		left: 0;
	}
}

@media only screen and (min-width:320px) and (max-width:830px) {
	.d-wrap-flex {
		flex-wrap: wrap;
	}

	.margin-t-b-5 {
		margin-top: 5px;
		margin-bottom: 5px;
	}
}

@media only screen and (min-width:576px) and (max-width:830px) {
	.width-md-100 {
		width: 100%;
	}

	.justify-content-md-100 {
		justify-content: flex-end;
		width: 100%;
	}

	.min-height-92 {
		min-height: 124px !important;
	}
}

.timeline {
	display: flex;
	flex-direction: column;
	width: 94%;
	margin: 10px 0px 10px auto;
}

.timeline-event {
	background: #fff;
	margin-bottom: 20px;
	position: relative;
	display: flex;
	margin: 10px 0;
	border-radius: 8px;
	box-shadow: 0 6px 14px 1px rgba(0, 0, 0, 0.1);
}

.timeline-event-name {
	font-size: 14px;
	color: #21324f;
	font-family: 'Futura PT';
}

.timeline-event-title {
	font-size: 14px;
	color: #21324f;
}

.timeline-event-content {
	padding: 20px;
	width: 100%;
}

.timeline-event-date {
	color: #000;
	font-size: 16px;
	font-family: 'Futura PT';
	white-space: nowrap;
}

.timeline-event-icon {
	border-radius: 8px 0 0 8px;
	background: #fff9f5;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-basis: 6%;
	font-size: 14px;
	padding: 20px;
}

.timeline-event-icon span {
	position: absolute;
	top: 50%;
	left: -40px;
	font-size: 16px;
	font-weight: 600;
	transform: translateY(-50%);
	color: #fff;
	z-index: 1;
}

.timeline-event-description {
	flex-basis: 60%;
}

.timeline-event:after {
	content: "";
	width: 2px;
	height: 100%;
	background: #dadada;
	position: absolute;
	top: 75%;
	left: -37px;
	z-index: 0;
}

.timeline-event:before {
	content: "";
	width: 2rem;
	height: 2rem;
	position: absolute;
	background: #ff4213;
	border-radius: 100%;
	left: -51px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.timeline:last-child .timeline-event::after {
	content: none;
}

.table .text-truncated {
	display: table-cell;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-truncated {
	display: table-cell;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 99px;
}

@media (max-width: 786px) {
	.timeline-event {
		flex-direction: column;
	}

	.timeline-event-icon {
		border-radius: 4px 4px 0 0;
		justify-content: flex-start;
	}
}

.template-box-scroll {
	height: calc(100vh - 50px);
	overflow: auto;
}

.timeline-sec {
	position: relative;
	max-width: 100%;
	list-style: none;
	padding-left: 25px;
}

.timeline-event-sec {
	position: relative;
}

.timeline-event-icon-sec {
	background-color: #ff4213;
	position: absolute;
	top: 30px;
	left: 5px;
	width: 40px;
	height: 40px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}

.timeline-event-icon-sec:after {
	content: "";
	width: 2px;
	height: 160%;
	background: #dadada;
	position: absolute;
	top: 100%;
	left: 19px;
	z-index: 0;
}

.timeline-event-sec:last-child .timeline-event-icon-sec::after {
	content: none;
}

.text-center-cust {
	text-align: center !important;
}

.top-relative {
	position: relative;
	top: 2px;
}

.word-wrap-anywhere {
	word-wrap: anywhere;
}

.modal-height-cust {
	max-height: 345px;
	overflow: auto;
}

.modal-h-cust {
	max-height: 600px;
	overflow: auto;
}

.text-ellipsis-full {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: anywhere;
}

.text-ellipsis-clamp {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: anywhere;
	cursor: auto;
}

.width-90 {
	width: 90px;
}

.word-wrap-any {
	word-wrap: anywhere;
}

.disabled-link {
	/* pointer-events: none; */
	cursor: not-allowed;
	opacity: 0.5;
}

.light-orange-btn-disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

.light-orange-btn-disabled:hover {
	border-color: #fad5bc !important;
}

.drop-box-unmonitored {
	right: -13px;
	left: unset;
	top: 26px;
	border-radius: 0px;
	box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 20%);
	border: none;
	padding: 0px;
}

.modal-full {
	max-width: 100% !important;
	margin: 0px !important;
}

.modal-height-full {
	height: calc(100vh - 0px) !important;
	border-radius: 0px !important;
}

.table-h-max {
	max-height: calc(100vh - 138px) !important;
}

.height-300 {
	height: 300px;
}

.light-orange-bg {
	background-color: #fff9f5;
}

.dropbox-top-24 {
	top: 27px !important;
	min-width: 12rem !important;
}

.drop-down-up {
	top: unset !important;
	bottom: 49px !important;
	box-shadow: 0px -6px 15px 0px rgb(0 0 0 / 20%);
	right: -3px !important;
	max-height: 182px;
	overflow: auto;
}

.min-width-120 {
	min-width: 120px !important;
}

.min-width-60 {
	min-width: 60px !important;
}

.width-120 {
	width: 120px !important;
}

.flex-columns {
	flex-direction: column !important;
}

.modal-body-height-300 {
	overflow-y: auto;
	height: calc(100vh - 250px);
}

.modal-body-height-220 {
	overflow-y: auto;
	height: calc(100vh - 220px);
}

.dropdown-height {
	max-height: 200px;
	overflow: auto;
}

.public-label {
	background: #fd8e42;
	width: 46px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -25px;
	margin-right: -23px;
	color: #fff;
	-ms-transform: rotate(44deg);
	-webkit-transform: rotate(44deg);
	-moz-transform: rotate(44deg);
	-o-transform: rotate(44deg);
	transform: rotate(44deg);
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
	position: relative;
}

.public-text {
	-ms-transform: rotate(-44deg);
	-webkit-transform: rotate(-44deg);
	-moz-transform: rotate(-44deg);
	-o-transform: rotate(-44deg);
	transform: rotate(-44deg);
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
	position: absolute;
	top: 5px;
	font-size: 13px;
	left: 23px;
	font-weight: bold;
}

.overflow-hidden {
	overflow: hidden;
}

.public-label-grey {
	background: #e6e6e6 !important;
	color: #606060 !important;
}

.public-label-blue {
	background: #c6deff !important;
	color: #2c81ff !important;
}

.padding-10-15 {
	padding: 10px 15px !important;
}

.card-orange-light {
	background-color: #fff9f5;
	border: 1px solid #ffc7a1;
	border-radius: .25rem;
}

.card-grey-light {
	border: 1px solid #f0f0f0;
	background-color: #fbfbfb;
	border-radius: .25rem;
}

.apply-btn-custom {
	width: 115px !important;
	height: 30px !important;
}

.margin-r-125 {
	margin-right: 155px !important;
}

.height-20 {
	height: 20px !important;
}

.referral-logo {
	max-width: 150px !important;
	max-height: 40px !important;
}

.border-bottom-white {
	border-bottom: #fff !important;
}

.image-size-custom {
	width: 240px !important;
	height: 240px !important;
	object-fit: scale-down !important;
}

.min-width-73px {
	min-width: 73px;
}

.min-height-90vh {
	min-height: 90vh !important;
}

.margin-right-10px {
	margin-right: 10px;
}

.position-placeholdercls {
	right: 0px !important;
	height: 216px !important;
	overflow: auto !important;
	top: 43px !important;
	z-index: 2 !important;
}

.position-placeholdercls-cust {
	right: 15px !important;
	height: 216px !important;
	overflow: auto !important;
	top: 51px !important;
	z-index: 2 !important;
}

.sending-leads {
	height: 80px;
	width: 70px;
	display: block;
	margin: 40px auto 10px;
}

.text-decoration-underline {
	text-decoration: underline;
}

.template-img {
	height: calc(100vh - 110px);
	overflow: hidden;
	overflow-y: auto;
	width: 100%;
}

.height-auto {
	height: auto !important;
}

.partner-logo-img {
	width: 158px;
	height: 158px;
	object-fit: scale-down;
	display: flex;
	align-items: center;
	justify-content: center;
}

.margin-left-33 {
	margin-left: 33% !important;
}

.z-index-2 {
	z-index: 2;
}

.margin-top-33px {
	margin-top: -33px;
}

.width-Stop-Seq-btn {
	width: 146px !important;
}

.width-undo-btn {
	width: 100px !important;
}

.display-Seq-none {
	display: block;
}

.display-Seq-block {
	display: none;
}

.tbl-snooze-icon {
	position: relative;
	top: -2px;
}

.padding-select-btn {
	padding: 7px 3px 6px 8px;
}

.pdf-page-canvas {
	width: 100% !important;
}

.margin-bottom-18 {
	margin-bottom: 18px;
}

.unmonitored-list-height {
	max-height: 165px;
	overflow: auto;
}

.flex-direction-col {
	flex-direction: column;
}

.invalid-File-Table-height {
	max-height: 300px;
	min-height: 300px;
	overflow-y: auto;
}

.custom-field-table thead th {
	border: none !important;
	font-size: 11px;
	font-weight: unset !important;
	min-width: 200px !important;
	white-space: break-spaces !important;

}

.custom-field-table td {
	border: none !important;
	padding-top: 0px !important;
	white-space: break-spaces !important;
}

#borrowersTable thead .sorting,
#borrowersTable thead .sorting_asc,
#borrowersTable thead .sorting_desc,
#borrowersTable thead .sorting_asc_disabled,
#borrowersTable thead .sorting_desc_disabled {
	background-position: center left !important;
}

#borrowersTable thead th {
	padding: 5px 0px 5px 20px;
}

#borrowersTable th:nth-of-type(1) {
	padding: 5px 0px 5px 10px !important;
}


.gray-bg {
	background-color: #f6f6f8ff;
}

.dashboard-dropdown {
	left: 0 !important;
	top: 38px !important;
	min-width: 11rem;
}

.margin-top-2px {
	margin-top: 2px;
}

.btn-border-orange {
	background-color: #ffff !important;
	color: #21324f;
}

.btn-border-orange {
	min-width: 120px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffff;
	border: 1px solid #fd8e42;
	color: #21324f;
	font-family: 'Futura PT Demi';
	border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
	-webkit-appearance: none;
}

.head-icon-filter:hover,
.head-icon-filter.active {
	filter: invert(55%) sepia(83%) saturate(446%) hue-rotate(335deg) brightness(103%) contrast(98%);
}

.unsubscribe-btn {
	min-width: 120px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #cccccc !important;
	background-color: #ffff;
	border: 1px solid #e4e4e4;
	font-family: 'Futura PT Demi';
	border-radius: 4px;
	font-size: 16px;
	cursor: not-allowed;
	-webkit-appearance: none;
}

.unsubscribe-btn.active {
	color: #ffff !important;
	background-color: #f84c24;
	border: 1px solid #f84c24;
	cursor: pointer;
}

.multiselect-view {
	padding: 5px 10px 5px 10px;
	background-color: #e0e9ff;
	border-radius: 4px;
}

/* multiselect input CSS */

.fs-wrap {
	display: inline-block;
	cursor: pointer;
	line-height: 1;
	width: 100%;
	position: relative;
}

.fs-label-wrap {
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid #e4e4e4;
	cursor: default;
}

.fs-label-wrap,
.fs-dropdown {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fs-label-wrap .fs-label {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background: #fff url('../images/dropdown.png');
	background-size: auto;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background-size: auto 17%;
	font-family: 'Futura PT';
	letter-spacing: 0.5px;
	font-size: 14px;
	height: calc(2.25rem + 2px);
	padding: 0.375rem 1rem 0.375rem 0rem;
	line-height: 1.5;
}

.fs-dropdown {
	position: absolute;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
	width: 100%;
	z-index: 1000;
}

.fs-dropdown .fs-options {
	max-height: 200px;
	overflow: auto;
}

.fs-search input {
	border: none !important;
	box-shadow: none !important;
	outline: none;
	padding: 6px 0;
	width: 100%;
}

.fs-option,
.fs-search,
.fs-optgroup-label {
	padding: 6px 8px;
	border-bottom: 1px solid #eee;
	cursor: default;
}

.fs-option:last-child {
	border-bottom: none;
}

.fs-search {
	padding: 0 8px;
}

.fs-no-results {
	padding: 6px 8px;
}

.fs-option {
	cursor: pointer;
	word-break: break-all;
}

.fs-option.disabled {
	opacity: 0.4;
	cursor: default;
}

.fs-option.hl {
	background-color: #f5f5f5;
}

.fs-wrap.multiple .fs-option {
	position: relative;
	padding-left: 30px;
}

.fs-wrap.multiple .fs-checkbox {
	position: absolute;
	display: block;
	width: 30px;
	top: 0;
	left: 0;
	bottom: 0;
}

.fs-wrap.multiple .fs-option .fs-checkbox i {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 16px;
	height: 16px;
	border: 0px solid #aeaeae;
	border-radius: 2px;
	background-color: #e6e6e6;
}

.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
	background-color: #fd8e42;
	border-color: transparent;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');
	background-repeat: no-repeat;
	background-position: center;
}

.fs-optgroup-label {
	font-weight: bold;
	text-align: center;
	background-color: #f8f8f8;
}

/* multiselect input CSS end */

.multiselect-custom {
	border-radius: 0px;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
	border: none;
}

.multiselect-overflow {
	max-height: 150px;
	overflow: auto;
}

.multiselect-hover:hover {
	color: #21324f !important;
	background-color: #fdeee4;
	border-color: #fd8e42;
}

.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 20px;
	margin-bottom: 0 !important;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	-webkit-transition: .4s;
	transition: .4s;
	box-shadow: inset 0 0 5px #efe7e3;
	border: 1px solid #dadada;
}

.slider:before {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	left: 3px;
	bottom: 3px;
	background-color: #fd8e42;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #fff;
}

input:checked+.slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.plan-lo {
	border-bottom: 1px solid #fd8e42;
	background-color: #fff9f5;
}

.header-icons {
	width: 22px;
}

.dashboard-nav-sm li {
	margin-right: 12px;
}

.capitalize {
	text-transform: capitalize;
}

.select-plan-btn {
	width: 170px !important;
	height: 40px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ff4213 !important;
	font-family: 'Futura PT Demi';
	border-radius: 4px;
	border: none;
	font-size: 14px;
	cursor: pointer;
	border: solid 1px #fd8e42;
	background-color: transparent;
	-webkit-appearance: none;
}

.select-plan-btn:hover {
	background-color: #fff5f3;
}

.select-plan-btn.active {
	background-color: #ff4213;
	color: #fff !important;
}

.plan-cards {
	padding: 15px 30px;
	min-height: 50px;
}

.first-card {
	width: calc(27% - 20px);
}

.all-cards {
	width: calc(50% - 0px);
}

.first-card-border {
	border: solid 1px #e6e6e6;
}

.second-card-border {
	border: solid 1px #f9e2d3;
}

.second-card-border.active {
	border: solid 1px #fd8e42;
}

.third-card-border {
	border: solid 1px #dae8ff;
	;
}

.third-card-border.active {
	border: solid 1px #5599ff;
}

.first-card-hedaer {
	background-color: #f9f5ff;
	color: #21324f;
}

.second-card-hedaer {
	background-color: #ffefe5;
	color: #fd8e42;
}

.third-card-hedaer {
	background-color: #eff5ff;
	color: #5599ff;
}

.grey-bg {
	background-color: #f9f9f9;
}

.grey-bg-pills {
	background-color: #d3dddd;
}

.min-height-92 {
	min-height: 92px;
}

.min-height-70 {
	min-height: 70px;
}

.table-scroll {
	overflow-x: auto;
}

.table-scroll-engage {
	width: calc(100vw - 578px);
	max-height: calc(100vh - 334px);
	overflow: auto;
	transition: all 0.2s ease-in-out;
}

.table-scroll-lead-data {
	max-height: calc(100vh - 270px);
	overflow: auto;
}

.table-scroll-view-Doc {
	max-height: calc(100vh - 270px);
	overflow: auto;
}

.table-scroll-Duplicate {
	overflow: auto;
	max-height: calc(100vh - 188px);
}

.table-scroll-Duplicate-Sheet {
	overflow: auto;
	max-height: calc(100vh - 191px);
}

.summary-section-width {
	width: calc(100vw - 545px);
	overflow-x: hidden;
	transition: all 0.3s ease-in-out;
}

.modal-body-max {
	max-height: 400px;
	overflow-y: auto;
}

.plan-check {
	width: 40px;
	height: 40px;
	background-color: #06bf50;
	color: #fff;
	font-size: 30px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.all-cards-custom {
	width: calc(50% - 0px);
}

.min-height-114 {
	min-height: 120px;
}

.monitoring-records-info {
	background-color: #fff9f5;
	border: 1px solid #e6e6e6;
}

.upgrade-btn {
	width: 75%;
	padding: 5px 5px;
	text-align: center;
	border-radius: 5px;
	color: #ff471a;
	border: 1px solid #ff471a;
	background-color: #fff9f5;
	font-size: 14px;
}

.upgrade-btn.active {
	background-color: #ff471a;
	color: #fff !important;
	font-family: 'Futura PT Demi';
}

.rotate {
	-moz-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
}

.rotate.down {
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(3600deg);
	transform: rotate(360deg);
}

.dropdown-menu {
	z-index: 2 !important;
}

.width-29per {
	width: 29%;
}

.border-right-1 {
	border-right: 1px solid #dee2e6;
}

.income-input {
	height: 30px;
	width: 140px;
}

.engage-cards-wrapper .engage-inner-card {
	display: flex;
	padding: 8px 10px;
	align-items: center;
	border-radius: .25rem;
	/* min-height: 70px; */
	cursor: pointer;
}

.engage-cards-wrapper .engage-inner-card .report-title {
	font-size: 14px;
}

.engage-cards-wrapper .engage-inner-card h4 {
	color: #59f;
	letter-spacing: 1px;
	word-break: break-all;
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 16px;
	font-family: 'Futura PT Demi';
}

.engage-card {
	margin-bottom: 9px;
}

.engage-card:nth-of-type(1) .engage-inner-card {
	border: 1px solid #ffc600;
}

.engage-card:nth-of-type(2) .engage-inner-card {
	border: 1px solid #7c916f;
}

.engage-card:nth-of-type(3) .engage-inner-card {
	border: 1px solid #2a2aff;
}

.one-to-one-one .engage-inner-card {
	border: 1px solid #5599ff;
}

.one-to-one-two .engage-inner-card {
	border: 1px solid #27dd6f;
}

.realtime-one .engage-inner-card {
	border: 1px solid #ff4500;
}

.realtime-two .engage-inner-card {
	border: 1px solid #00d4aa;
}

.scheduled-one .engage-inner-card {
	border: 1px solid #d4aa00;
}

.scheduled-two .engage-inner-card {
	border: 1px solid #55d400;
}

.triggered-one .engage-inner-card {
	border: 1px solid #ff5599;
}

.triggered-two .engage-inner-card {
	border: 1px solid #7137c8;
}

.triggered-two .engage-inner-card h4 {
	color: #7137c8;
}

.triggered-one .engage-inner-card h4 {
	color: #ff5599;
}

.scheduled-two .engage-inner-card h4 {
	color: #55d400;
}

.scheduled-one .engage-inner-card h4 {
	color: #d4aa00;
}

.realtime-two .engage-inner-card h4 {
	color: #00d4aa;
}

.realtime-one .engage-inner-card h4 {
	color: #ff4500;
}

.one-to-one-two .engage-inner-card h4 {
	color: #27dd6f;
}

.one-to-one-one .engage-inner-card h4 {
	color: #5599ff;
}

.engage-card:nth-of-type(1) .engage-inner-card h4 {
	color: #ffc600;
}

.engage-card:nth-of-type(2) .engage-inner-card h4 {
	color: #7c916f;
}

.engage-card:nth-of-type(3) .engage-inner-card h4 {
	color: #2a2aff;
}



.text-position {
	top: 4px !important;
	left: 20px !important;
	font-size: 14px !important;
}

.engage-scroll {
	max-height: calc(100vh - 273px);
	overflow: auto;
}

.Attributes-tags {
	border: 1px solid #dee2e6 !important;
	border-radius: 50px;
	min-width: 20px;
	height: 34px;
	padding: 5px 9px;
	background: #fff;
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.Attributes-details-tags {
	border: 1px solid #dee2e6 !important;
	border-radius: 23px;
	min-width: 20px;
	min-height: 34px;
	padding: 8px 11px;
	background: #fff;
	display: flex;
	align-items: flex-start;
}

.modal-title {
	word-wrap: anywhere;
	margin-right: 20px;
}

.subscribe-btn {
	min-width: 215px;
	height: 40px;
	display: flex;
	justify-content: start;
	align-items: center;
	color: #21324f !important;
	background-color: #ffff;
	border: 1px solid #e6e6e6;
	font-family: 'Futura PT Demi';
	border-radius: 4px;
	padding: 4px 11px;
	font-size: 14px;
	-webkit-appearance: none;
}

.grey-active.slider::before {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	left: 3px;
	bottom: 3px;
	background-color: #bdbaba;
	-webkit-transition: .4s;
	transition: .4s;
}

.comm-validation {
	border: 1px solid #ff2a2a !important;
	color: #ff2a2a !important;
	background-color: #fee !important;
}

.comm-validation i {
	color: #ff2a2a !important;
}

.subscribe-btn.active {
	color: #fd8e42 !important;
	background-color: #fff9f5;
	border: 1px solid #fd8e42;
}

#engageLogTable_wrapper .dataTables_length {
	position: relative !important;
	top: unset !important;
}

.cursor-default {
	cursor: default;
}

.check-circle {
	width: 17px;
	height: 17px;
	border: solid 1px #e6e6e6;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.disabled-toggle {
	pointer-events: none;
	cursor: not-allowed;
	opacity: 0.5;
}

.place-black::placeholder {
	color: #21324f;
	opacity: 1;
}

.place-black:-ms-input-placeholder {
	color: #21324f;
}

.place-black::-ms-input-placeholder {
	color: #21324f;
}

.place-black input::-webkit-input-placeholder {
	color: #21324f;
}

.place-gray::placeholder {
	color: #a8adb3;
	opacity: 1;
}

.place-gray:-ms-input-placeholder {
	color: #a8adb3;
}

.place-gray::-ms-input-placeholder {
	color: #a8adb3;
}

.place-gray input::-webkit-input-placeholder {
	color: #a8adb3;
}

.thumbnails {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.thumbnails li {
	border: solid 1px #e4e4e4;
}

.editorimg-modal {
	max-height: 300px;
	overflow: auto;
}

.height-22 {
	height: 22px;
}

.Integration-nodata {
	height: calc(100vh - 141px);
	text-transform: capitalize;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.border-error {
	border-bottom: solid 1px #ff2a2a !important;
}

.forgot-reset {
	position: absolute;
	right: 20px;
	top: 14px;
	color: #fff;
}

.popover {
	max-width: 390px;
}

.top-20 {
	top: 20px !important;
	right: 13px !important;
}

.expand-transition {
	transition: all 0.2s ease-in-out;
}

.Verse-Pricing-position {
	position: absolute;
	right: 20px;
	top: 75px;
}

.disable-click {
	pointer-events: none;
}

.report-expand-icon {
	font-size: 18px;
	position: relative;
	top: 2px;
	left: -5px;
}

#tempBody img,
#viewTemplateContentBody img,
#clientTemplates img {
	max-width: 100%;
}

#togglePills.nav-pills {
	border-radius: 50px !important;
}

#togglePills.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #59f !important;
	background-color: #fff !important;
	border: solid 1px #fd8e42;
	border-radius: 50px !important;
}

#togglePills.nav-pills .nav-link {
	border: solid 1px transparent;
	border-radius: 50px !important;
	height: 100%;
}

#togglePills.nav-pills .nav-link {
	background-color: transparent !important;
	font-size: 13px;
	color: #21324f !important;
}

#togglePills.nav-pills .nav-item {
	width: 50% !important;
	text-align: center;
}

.line-through {
	text-decoration: line-through;
}

.plan-coming-empty {
	position: absolute;
	background: #fff;
	width: 100%;
	height: 100%;
	align-items: center;
	display: flex;
	justify-content: center;
	opacity: 0.9;
	z-index: 1;
	font-size: 20px;
}

@keyframes dot-keyframes {
	0% {
		opacity: .4;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
	}

	100% {
		opacity: .4;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

.loading-dots {
	text-align: center;
	margin-left: 5px;
}

.loading-dots--dot {
	-webkit-animation: dot-keyframes 1.5s infinite ease-in-out;
	animation: dot-keyframes 1.5s infinite ease-in-out;
	background-color: #ff4213;
	border-radius: 10px;
	display: inline-block;
	height: 6px;
	width: 6px;
	margin-right: 4px;
	;
}

.loading-dots--dot:nth-child(2) {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.loading-dots--dot:nth-child(3) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.info-icon {
	opacity: 0.6;
}

.info-icon:hover {
	opacity: 1;
}

.color-d {
	background: #fff9f5 !important;
}

.budget-icon {
	background: #efefef;
	width: 22px;
	height: 22px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
}

.budget-icon:hover {
	background: #e6e6e6;
	cursor: pointer;
}

.budget-icon-position {
	position: absolute;
	right: 0px;
	top: 37px;
}

.ai-nodata-text {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.ai-input-div {
	box-shadow: 0px 0px 10px #dfdfdf;
	border-radius: 20px;
	margin: 8px 24px 20px 24px;
	display: flex;
	align-items: center;
	padding: 10px 27px;
}

.ai-input-btn {
	box-shadow: none !important;
	min-width: unset !important;
}

.rotate-img {
	animation: rotation 2s infinite linear;
}

@keyframes rotation {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(359deg);
	}
}


.lead-title-text {
	color: #5599ff !important;
}

.lead-title-text:hover {
	cursor: pointer !important;
	text-decoration: underline !important;
}


.lead-title-text-red {
	color: #ff2a2a !important;
}

.lead-title-text-red:hover {
	cursor: pointer !important;
	text-decoration: underline !important;
}

.view:hover .link-text-advance-search {
	/* Styles for hover state */
	color: #5599ff;
	/* Blue color for hover */
	text-decoration: underline;
	/* Underline on hover */
}

.view-profile-modal-height {
	height: calc(100vh - 2px);
	overflow-y: auto;
	overflow-x: hidden;
}

.video-border {
	border-bottom: solid 1px #dee2e6;
	margin-top: 15px;
	margin-bottom: 15px;
}

.videoDiv:last-child .video-border {
	border-bottom: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

.min-height-35 {
	min-height: 35px;
}

.video-title-text {
	color: #5599ff;
}

.video-title-text:hover {
	cursor: pointer !important;
	text-decoration: underline !important;
}

.cursor-grab {
	cursor: grab;
}

.drag-div-shadow {
	box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
	cursor: grabbing;
}

.table-fixed-shadow-right {
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
}

.table-fixed-shadow-left {
	box-shadow: -4px 4px 6px rgba(0, 0, 0, 0.1);
}


.shadow--top {
	top: 0;
	background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.35));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.35));
	opacity: 1;
}

.custom-calc-80 {
	width: calc(100% - 80px);
}

.loader-1 {
	width: 15px;
	height: 15px;
	border: 2px solid #ccc;
	border-bottom-color: #fd8e42;
	border-radius: 50%;
	display: inline-block;
	-webkit-animation: rotation 1s linear infinite;
	animation: rotation 1s linear infinite;
}

/* keyFrames */
@-webkit-keyframes rotation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.loader-position {
	position: absolute;
	right: 8px;
	top: 8px;
}

.min-width-220px {
	min-width: 220px;
}

.disable-btn {
	opacity: 0.3;
	cursor: default !important;
}

.disable-btn:hover {
	background: unset;
	border: unset;
}

.bb-video-recorder-container {
	text-align: center;
	background: #000;
	padding-top: 8px;
	padding-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bb-video-recorder-container iframe {
	width: 500px;
}

.wrap-white {
	flex-wrap: wrap;
	background-color: #fff;
}

.p-5-10 {
	padding: 5px 10px;
}

.public-tag {
	position: absolute;
	top: -6px;
	right: -15px;
	margin: 0;
}

.w-100-m-0 {
	width: 100%;
	margin: 0;
}

.no-data-box {
	width: 100%;
	text-align: center;
	padding: 10px;
	border: 1px solid #e9ecef;
	margin: 0 1rem;
}

.tag-title {
	width: 140px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.multiselect-overflow .multiselect-item {
	word-break: break-all;
}

.cursor-not-allow {
	cursor: not-allowed;
}

.right-40 {
	right: 40px;
}

.engage-summary-width {
	width: calc(100vw - 325px)
}

.attribute-box .Attributes-tags {
	height: 34px;
	padding: 8px 16px 8px 8px;
	margin-right: 8px;
	cursor: pointer;
	margin-bottom: 8px;
}

.attribute-box .Attributes-tags .checkmark {
	top: 0px;
	left: 0;
	height: 20px;
	width: 20px;
	border-radius: 50%;
}

.attribute-box .Attributes-tags .checkmark::after {
	left: 6px;
	top: 3px;
	width: 5px;
	height: 10px;
}

.attribute-box .no-data-div {
	min-height: 60px;
}

.is-invalid {
	border-bottom: solid 1px red !important;
}

.side-option {
	display: none;
	z-index: 10000;

}

.side-option.show {
	display: block;
}

.side-option .Integration-card {
	box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.3);
	position: fixed;
	width: 35vw;
	max-height: 100vh;
	overflow-y: auto;
	overflow-x: hidden;
	right: 0;
	z-index: 10000;
	top: 0;
	background: #fff;
}

.side-modal-height {
	height: calc(100vh - 214px);
	overflow: auto;
}



.required-sign {
	color: red;
	margin-left: 4px;
}

.inval-feedback {
	color: red;
	font-size: 14px;
	margin-top: 5px;
}


.custom-tabs .nav-tabs {
	border-bottom: 1px solid #b3b3b3;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	border-radius: 2px;
}

.custom-tabs .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #fd8e42;
	background-color: transparent;
	border-top-left-radius: 0rem;
	border-top-right-radius: 0rem;
	border-bottom: 1px solid #fd8e42;
	border-radius: 2px;
	height: 100%;
	position: relative;
	border-color: #fff #fff #fd8e42;
	font-family: 'Futura PT Demi';
}

.custom-tabs .nav-tabs .nav-item:nth-of-type(2) .nav-link {
	border-left: none !important;
	border-right: none !important;
}

.head-red {
	color: #ff4500ff !important;
}

.border-red {
	border: 1px solid #ff4500ff !important;
}
.icon-position-apply{
	position: absolute;
    right: 5px;
    top: 5px;
}
.dataTable-loader-section {
	height: calc(100vh - 228px);
	display: flex;
	align-items: center;
	justify-content: center;
}
.loader-section {
	height: calc(100vh - 82px);
	display: flex;
	align-items: center;
	justify-content: center;
}
.dashboard-loader-section {
	height: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.signup-video {
	background-color: black; /* or match your page background */
	width: 100%;
	height: 330px;
}
.alert-th-bg{
	background-color: #f7f7f7;
}
.check-mark-payment{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #00d455;
	border-radius: 50px;
	color: #fff;
	min-width: 20px;
	max-width: 20px;
	height: 20px;
}