@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
/* fonts */

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

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

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

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

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

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

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

:root {
	--mainColor: linear-gradient(#FF8327, #FC3119);
	--secondaryColor: #684A9E;
	--orangeColor: #F27A22;
}

/* end fonts */


/***Common Button***/

.btn-main {
	background: linear-gradient(#FC3119, #FF8327);
	padding: 10px 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	height: 50px;
	color: #fff;
	text-decoration: none;
	transition: .5s;
	box-shadow: none;
	border: none;
	font-weight: 600;
}

.btn-main:hover {
	background: linear-gradient(#FF8327, #FC3119);
	color: #fff;

}

.btn-disabled {
	background: linear-gradient(#3f3f3f, #b3b3b3);
	padding: 10px 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	height: 50px;
	color: #fff;
	text-decoration: none;
	transition: .5s;
	box-shadow: none;
	border: none;
	font-weight: 600;
}

.btn-disabled:hover {
	background: linear-gradient(#3f3f3f, #b3b3b3);
	color: #fff;

}

.common-btn {
	background: var(--mainColor);
	color: #fff;
	border-radius: 4px;
	padding: 10px 18px;
	display: inline-block;
	border: 1px solid #F27A22;
	transition: all .5s ease-in-out;
}

.common-btn:hover {
	color: #F27A22;
	background: transparent;
}

.common-bd-btn {
	background: transparent;
	color: #F27A22;
	border-radius: 4px;
	padding: 10px 18px;
	display: inline-block;
	border: 1px solid #F27A22;
	transition: all .5s ease-in-out;
}

.common-bd-btn:hover {
	color: #fff;
	background: #F27A22;
}

.blue-btn {
	background: var(--secondaryColor);
	color: #fff;
	border-radius: 4px;
	padding: 10px 18px;
	display: inline-block;
	border: 1px solid var(--secondaryColor);
	transition: all .5s ease-in-out;
}

.blue-btn:hover {
	color: var(--secondaryColor);
	background: transparent;
}

.blu-bd-btn {
	background: transparent;
	color: var(--secondaryColor);
	border-radius: 4px;
	padding: 10px 18px;
	display: inline-block;
	border: 1px solid var(--secondaryColor);
	transition: all .5s ease-in-out;
}

.blu-bd-btn:hover {
	color: #fff;
	background: var(--secondaryColor);
}

/***Common Button***/





/***Bredcrum Start***/
.page-title-area {
	height: 220px;
	display: flex;
	align-items: center;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	position: relative;
	overflow: hidden;
	background: url(../images/claim-bredcrum.jpg);
}

.page-title-area::after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: '';
	background: rgba(0, 0, 0, 0.6);
	z-index: 1;
}

.page-title-wrapper {
	position: relative;
	z-index: 999;
}

.page-title {
	font-size: 36px;
	font-weight: 600;
	line-height: 1.277;
	color: #fff;
}

.breadcrumb-menu ul {
	display: flex;
	justify-content: center;
	gap: 25px;
}

.trail-item {
	position: relative;
}

.trail-item span {
	color: #fff;
}

.trail-item.trail-begin a span {
	color: #F27A22;
	font-weight: 600;
}

.trail-items li:not(:last-child)::after {
	display: inline-block;
	color: #fff;
	content: "\f105";
	position: absolute;
	right: -16px;
	top: 0px;
	font-family: "Font Awesome 5 Pro";
}

/***Bredcrum End***/




.notifications .notification-list {
	list-style: none;
	padding: 0;
	margin: 0;
}


.page-header,
.sidebar .sub-menu a,
.header .header-left {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}

.notifications .notification-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

/******* BASE *******/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	overflow-x: hidden;
}

/* HTML5 display-role reset for older browsers */
* {
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after {
	content: "";
	content: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {
	font-weight: normal;
	font-size: 40px;
}

h2 {
	font-weight: normal;
	font-size: 30px;
}

h3 {
	font-weight: normal;
	font-size: 24px;
}

h4 {
	font-weight: normal;
	font-size: 18px;
}

h5 {
	font-weight: normal;
	font-size: 19px;
}

h6 {
	font-weight: normal;
	font-size: 18px;
}

body {
	font-family: 'Nunito' !important;
	font-size: 16px;
	color: #000;
	line-height: 1.6;
	background-color: #FBFBFB;
}

.container {
	width: 100%;
	margin: 0 auto;
}

img {
	max-width: 100%;
	height: auto;
}

* {
	outline: none;
}

button:focus {
	box-shadow: none !important;
}

a {
	color: var(--mainColor);
	cursor: pointer !important;
	text-decoration: none !important;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a:hover {
	color: var(--mainColor);
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a:focus {
	outline: 0;
}

p {
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0;
}

strong {
	font-weight: 700;
}

.notifications .notification-list {
	list-style: none;
	padding: 0;
	margin: 0;
}


.pass-group .toggle-password,
.product-details,
.login-wrapper .login-content .toggle-password,
.sidebar .nav-link,
.user-menu.nav>li>a .badge,
.avatar {
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

.pass-group .toggle-password,

.product-details,
.login-wrapper .login-content .toggle-password,
.graph-sets>ul,
.graph-sets,
.page-header,
.modal .close,
.modal .btn-close,
.sidebar .sub-menu a,
.sidebar .nav-link,
.sidebar .sidebar-menu>ul>li>a,
.sidebar-menu ul li a,
.user-menu.nav>li>a .badge,
.header .userset {
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}


.notifications .notification-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.pass-group .toggle-password,
.product-details,
.productdetails>ul>li,
.product-list ul li .productviews,
.product-list ul,
.login-wrapper .login-content .toggle-password,
.login-wrapper,
.graph-sets>ul,
.graph-sets,
.page-header .btn-added,
.page-header .btn-filter,
.page-header,
.modal .close,
.modal .btn-close,
.sidebar .nav-items .nav-link,
.sidebar .sub-menu a,
.sidebar .nav-link,
.sidebar .sidebar-menu>ul>li>a,
.sidebar,
.user-menu.nav>li>a .badge,
.profilename .profileset,
.header .userset,
.header .header-left,
.avatar .avatar-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}


.productdetails>ul>li,
.login-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.table-top,
.page-header,
.sidebar .sub-menu a,
.header .header-left {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}

.productdetails>ul>li,
.login-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sidebar .nav-items .nav-link {
	-ms-flex-direction: column;
	flex-direction: column;
}

.avatar {
	background-color: transparent;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	height: 34px;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	width: 34px;
	position: relative;
	white-space: nowrap;
	margin: 0 10px 0 0;
	border-radius: 50%;
}


.avatar>img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
}

.page-wrapper {
	margin: 0 0 0 260px;
	padding: 70px 0 0;
	position: relative;
	left: 0;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-color: #f1f5f9;
}

.main-wrapper footer {
	margin: 0 0 0 260px;
}

.page-wrapper .content {
	padding: 25px;
	min-height: calc(100vh - 130px);
}

.card .card-header {
	border-bottom: 0;
	background: transparent;
	padding: 20px;
}

.card .card-header .card-title {
	font-size: 16px;
	font-weight: 700;
	color: #121A0E;
}

span.event_tag {
	background-color: #c9c8c8;
	padding: 2px 10px 2px 10px;
	border: 1px solid #959595;
	border-radius: 30px;
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	border-radius: 50px !important;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
	background: var(--secondaryColor);
}

::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.none {
	display: none !important;
}

a:focus,
a:hover {
	outline: none;
	box-shadow: none !important;
}

.form-control:focus {
	box-shadow: none;
	border-color: #684a9e;
}

.form-select:focus {
	box-shadow: none;
	border-color: #684a9e;
}

.form-group input[type=text]:focus {
	border-color: #684a9e;
	background: #fff;
}

.dropdown-menu {
	padding: 0;
}

.dropdown-menu .dropdown-item {
	color: #121A0E;
	font-size: 13px;
	padding: 8px 15px;
	font-weight: 500;
}

.input-group {
	position: relative;
	flex-wrap: nowrap;
	align-items: stretch;
	width: 100%;
}

.form-group {
	margin-bottom: 25px;
}

.form-group label {
	margin-bottom: 8px;
	color: #121A0E;
	font-weight: 500;
	font-size: 14px;
	display: block;
}

.form-group label .manitory {
	color: #ff0000;
}

.form-group input,
.form-group select {
	border: 1px solid rgba(145, 158, 171, 0.32);
	height: 50px;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	color: #637381;
	padding: 8px 15px;
	border-radius: 5px;
}

.form-group textarea {
	border: 1px solid rgba(145, 158, 171, 0.32);
	height: 100px;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: #637381;
	padding: 10px 15px;
	border-radius: 5px;
}

.dropdown-item.active,
.dropdown-item:active .dropdown-item:focus,
.dropdown-item:hover {
	color: #fff !important;
	text-decoration: none;
	background: var(--mainColor);
}

.breadcrumb {
	margin: 0;
}

.breadcrumb .breadcrumb-item a {
	color: #000;
}

table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:after {
	right: 0.5em;
	content: "\f107";
	font-family: "Font Awesome 5 Pro";
	top: 14px;
	color: #BABFC7;
	font-size: 12px;
	opacity: 1;
}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:before {
	right: 0.5em;
	content: "\f106";
	font-family: "Font Awesome 5 Pro";
	top: 5px;
	color: #BABFC7;
	font-size: 12px;
	opacity: 1;
}

.paging_numbers {
	float: right;
}

.dataTables_info {
	float: right;
	padding-right: 15px;
	font-size: 12px;
	color: #5E5873;
	font-weight: 600;
}

.pagination li {
	margin: 0 5px;
}

.pagination {
	margin-top: 15px;
}

.pagination li a {
	border-radius: 5px;
	border-color: #243551;
	color: #fff;
	color: #243551;
}

.page-item.active .page-link {
	z-index: 3;
	color: #243551;
	background-color: var(--mainColor);
	border-color: #243551;
}

.pagination li a:hover {
	background: var(--mainColor);
	color: #fff;
}

.pagination li.active a.page-link {
	background: var(--mainColor);
	border-color: var(--mainColor);
	border-radius: 5px;
}

.dataTables_length,
.dataTables_paginate {
	margin-top: 15px !important;
}

div.dataTables_wrapper div.dataTables_info {
	padding-top: 23px;
}

.header {
	height: 90px;
	z-index: 999;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	padding: 10px 0;
	line-height: 60px;
}

.header .dropdown-menu {
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	transform: translate(0px, 100px);
	-webkit-transform: translate(0px, 100px);
	-ms-transform: translate(0px, 100px);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	border: 0;
}

.header-left {
	float: left;
	height: 100%;
	position: relative;
	text-align: center;
	width: 260px;
	z-index: 1;
	padding: 0;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border: 0;
	background: transparent;
	border-right: 1px solid #e4e4e4;
}

.outer-header {
	border-right: None !important;
	width: auto;
	background: transparent;
}


.header .header-left .logo {
	display: inline-block;
	line-height: 0;
}

.header .header-left .logo img {
	width: 70px;
	object-fit: contain;
}

.admin-header .header-left .logo {
	display: flex;
	font-size: 30px;
	font-weight: 600;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	/* background: linear-gradient(to left, #FF8327, #FC3119); */
}

.admin-header .header-left .logo-small {
	display: none;
}

.admin-header .mobile_btn {
	display: none;
	float: left;
}


.admin-header .userset .usernames {
	line-height: initial;
	text-align: right;
	padding-right: 10px;
}

.admin-header .userset .usernames span {
	display: block;
	line-height: initial;
}

.admin-header .profilename .user-img .status {
	bottom: 10px;
}

.admin-header .user-img {
	display: inline-block;
	position: relative;
	margin-top: 1px;
}

.admin-header .user-img img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
}

.admin-header .user-img .status {
	border: 2px solid #fff;
	height: 10px;
	width: 10px;
	margin: 0;
	position: absolute;
	right: 3px;
	bottom: 5px;
	border-radius: 50%;
	display: inline-block;
	background: #28C76F;
}

.admin-header .mobile-user-menu a {
	padding: 0;
}


.admin-header .mobile-user-menu .dropdown-toggle {
	color: var(--secondaryColor) !important;
	padding: 0;
	margin-top: 15px;
}

.mobile-user-menu .dropdown-toggle {
	font-size: 22px;
}

.admin-header .mobile-user-menu a::after {
	display: none;
}

.admin-header .mobile-user-menu .dropdown-menu {
	padding: 0;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.admin-header .mobile-user-menu .dropdown-menu a {
	color: #333;
	line-height: 40px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.admin-header .mobile-user-menu .dropdown-menu a:hover {
	color: #fff !important;
}

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

.mobile-show {
	display: none;
}

.header-menus {
	position: absolute;
	right: 30px;
	display: none;
}

.bar-icon {
	display: inline-block;
	width: 30px;
	margin-top: 30px;
}

.bar-icon span {
	background-color: #fff;
	display: block;
	float: left;
	height: 3px;
	margin-bottom: 7px;
	width: 31px;
	border-radius: 2px;
	transition: all 0.5s;
}

.bar-icon span:nth-child(2) {
	width: 16px;
}

.menu-opened .slide-nav .bar-icon {
	display: inline-block;
	width: 31px;
	margin-top: 30px;
}

.menu-opened .slide-nav .bar-icon span:first-child {
	position: relative;
	top: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.menu-opened .slide-nav .bar-icon span:nth-child(2) {
	display: none;
}

.menu-opened .slide-nav .bar-icon span:last-child {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
}

hr {
	background-color: #E8EBED;
	opacity: 1;
}

.profilename {
	padding: 0px;
}

.profilename .profileset {
	padding: 10px 12px;
	background: var(--secondaryColor);
}

.profilename .profileset h6 {
	font-size: 15px;
	color: #fff;
	font-weight: 600;
}

.user-menu .dropdown-menu {
	min-width: 200px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border: 0;
}

.profilename .profileset h5 {
	font-size: 14px;
	color: #fff;
}

.profilename .profileset .profilesets {
	margin-left: 10px;
}

.profilename .profileset .user-img img {
	margin-top: 0;
}

.profilename .dropdown-item {
	padding: 12px 12px !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.profilename .dropdown-item:hover {
	color: #fff !important;
}

.profilename .dropdown-item.logout {
	color: rgb(240, 0, 0);
}

.header-title {
	float: left;
	display: flex;
	height: 100%;
	align-items: center;
	font-size: 20px;
	font-weight: 600;
	padding-left: 0;
	color: var(--mainColor);
	line-height: 70px;
}

.user-menu {
	justify-content: end;
	padding: 0px;
	position: relative;
	z-index: 99;
	align-items: center;
}

.admin-header .user-menu {
	align-items: center;
}

.user-menu .location-item i {
	line-height: 1;
}

.user-menu .location-item input {
	border: 0;
	border-bottom: 1px solid #e8e8e8;
	height: 28px;
}

.user-menu .dropdown-toggle::after {
	border: 0;
}


.user-menu.nav>li>a:hover {
	color: #000 !important;
}

.user-menu.nav>li>a .badge {
	color: #fff;
	font-weight: 700;
	position: absolute;
	top: 6px;
	right: 8px;
	background: var(--mainColor);
	width: 20px;
	height: 20px;
	line-height: 11px;
	color: #fff;
}

.user-menu.nav>li>a i {
	font-size: 20px;
	line-height: 60px;
	color: #121a0e;
}

.user-menu.nav>li>a .bell-icon {
	filter: brightness(1) invert(1);
}

.admin-header .user-menu li {
	padding: 0 13px;
}

.sidebar {
	border-right: 1px solid transparent;
	margin-top: 0;
	z-index: 1001;
	position: fixed;
	top: 70px;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-right: 1px solid #E8EBED;
	background-repeat: no-repeat;
	background-size: cover;
}

.sidebar .slimScrollDiv {
	width: 260px !important;
	overflow: visible !important;
	background: var(--secondaryColor);
}

.sidebar .sidebar-menu {
	padding: 20px;
	max-height: 92vh;
	height: 100%;
	overflow-y: auto;
}

.sidebar .sidebar-menu>ul>li {
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}

.sidebar .sidebar-menu>ul>li:last-child {
	border-bottom: 0;
}

.sidebar .sidebar-menu>ul>li.active a {
	color: var(--secondaryColor);
}

.sidebar .sidebar-menu>ul>li>a {
	padding: 13px 15px;
	position: relative;
	color: #fff;
}

.sidebar .sidebar-menu>ul>li>a i {
	color: #fff !important;
}

.sidebar .sidebar-menu>ul>li>a svg {
	width: 18px;
	color: #fff;
}

.sidebar .sidebar-menu>ul>li>a img {
	width: 18px;
	color: #fff;
}

.sidebar .sidebar-menu>ul>li>a i,
.sidebar .sidebar-menu>ul>li>a img {
	min-width: 20px;
	width: 20px;
	font-size: 17px;
}

.sidebar .sidebar-menu>ul>li>a:hover {
	background: rgba(255, 255, 255, .10);
	color: #fff;
	border-radius: 5px;
}

.sidebar .sidebar-menu>ul>li>a:hover img {
	filter: brightness(0) invert(1);
}

.sidebar .sidebar-menu>ul>li>a:hover span,
.sidebar .sidebar-menu>ul>li>a:hover i {
	color: #fff;
}

.sidebar .sidebar-menu>ul>li>a:hover svg {
	color: #fff;
}

.sidebar .sidebar-menu>ul>li>a.active {
	background: rgba(255, 255, 255, .10);
	color: #fff;
	border-radius: 5px;
}

.sidebar .sidebar-menu>ul>li>a:hover span,
.sidebar .sidebar-menu>ul>li>a:hover i {
	color: #fff;
}

.sidebar .sidebar-menu>ul>li>a.active svg,
.sidebar .sidebar-menu>ul>li>a.active i {
	color: #fff !important;
}

.sidebar .sidebar-menu>ul>li.submenu ul li a.active {
	color: #fff !important;
}

.sidebar .sidebar-menu>ul>li>a.active img {
	filter: brightness(0) invert(1);
}

.sidebar .sidebar-menu>ul>li>a.active span {
	color: #fff;
}

.sidebar .sidebar-menu>ul>li>a span {
	margin-left: 10px;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
}

.sidebar .sidebar-menu>ul>li>a .menu-arrow {
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	text-rendering: auto;
	line-height: 40px;
	font-size: 18px;
	line-height: 18px;
	position: absolute;
	top: 12px;
	right: 15px;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.sidebar .sidebar-menu>ul>li>a .menu-arrow::before {
	content: "\f105";
	font-weight: 900;
	font-family: "Font Awesome 5 Pro";
}

.sidebar .sidebar-menu>ul>li>a.subdrop .menu-arrow {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

.sidebar .sidebar-menu>ul>li.active a {
	background: rgba(255, 255, 255, .10);
	border-radius: 5px;
}

.sidebar .sidebar-menu>ul>li:hover a span {
	color: #fff;
}


.sidebar .sidebar-menu>ul>li .subdrop {
	background: #121A0E;
	color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.sidebar .sidebar-menu>ul>li>a.subdrop span {
	color: #fff;
}

.sidebar .sidebar-menu>ul>li.active>a.subdrop i {
	color: #fff;
}

.sidebar .sidebar-menu>ul>li>a:hover span {
	color: #fff !important;
}

.sidebar .sidebar-menu>ul>li.active a img {
	filter: brightness(0) invert(1);
}

.sidebar .sidebar-menu>ul>li.active a span {
	color: #fff;
}

.sidebar .sidebar-menu>ul>li.active a i,
.sidebar .sidebar-menu>ul>li:hover a i {
	color: #fff !important;
}

.sidebar .sidebar-menu>ul>li.submenu ul {
	background: transparent;
	border-radius: 0;
	padding: 10px 0 10px 20px;
	display: none;
}

.sidebar .sidebar-menu>ul>li.submenu ul li a {
	font-weight: 500;
	font-size: 14px;
	color: #ffffff94;
	position: relative;
	display: block;
	padding: 8px 8px 8px 40px;
}

.sidebar .sidebar-menu>ul>li.submenu ul li a {
	background: none;
}

.sidebar .sidebar-menu>ul>li.submenu ul li a.active::after {
	background: #fff !important;
	border: 1px solid #fff !important;
}

.sidebar .sidebar-menu>ul>li.submenu ul li a::after {
	content: "";
	border: 1px solid #ffffff94;
	width: 10px;
	height: 10px;
	border-radius: 50px;
	position: absolute;
	top: 13px;
	left: 16px;
}

.sidebar .sidebar-menu>ul>li.submenu ul li a:hover {
	color: #fff;
}

.sidebar .sidebar-menu>ul>li.submenu ul li a:hover:after {
	background: #fff;
	border: 1px solid #fff;
}

.sidebar .nav-link {
	padding: 10px;
	color: #121A0E;
	position: relative;
}

.sidebar .nav-link.active {
	color: var(--mainColor);
	background: transparent;
	position: relative;
}

.sidebar .nav-link.active:after {
	content: "";
	border-width: 10px;
	border-color: transparent var(--mainColor) transparent transparent;
	border-style: solid;
	position: absolute;
	top: 36px;
	right: 0;
}

.sidebar .sidebar-left {
	width: 100px;
	-webkit-box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.05);
	box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.05);
}

.sidebar li a.subdrop .menu-arrow {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

.sidebar .nav-items .nav-link {
	border-radius: 0;
	border-bottom: 1px solid #D8D8D8;
	padding: 20px 0;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.sidebar .nav-items .nav-link:hover {
	box-shadow: 0 0 0 150px #423B93 inset;
	color: #fff;
}

.sidebar .nav-items .nav-link span {
	margin-top: 15px;
	font-weight: 500;
}

.sidebar .sidemenu a {
	width: 100%;
	font-weight: 500;
	display: block;
	border-radius: 5px;
	margin: 0 0 10px;
	padding: 10px;
}

.sidebar .sidemenu a:hover {
	background: linear-gradient(46.62deg, var(--mainColor) 0%, #423B93 93.64%);
	color: #fff;
}

.sidebar .sidemenu a:hover svg {
	color: #fff;
}

.sidebar .sidemenu a svg {
	stroke-width: 1px;
}


.slide-nav .sidebar {
	margin-left: 0;
}

.sidebar-overlay {
	display: none;
	height: 100%;
	width: 100%;
	z-index: 99;
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 60px;
	left: 0;
}

.sidebar-overlay.opened {
	display: block;
}

.mini-sidebar .active.subdrop~ul {
	display: none !important;
}

.mini-sidebar.expand-menu .active.subdrop~ul {
	display: block !important;
}

.active.subdrop~ul {
	display: block !important;
}

.topnav-dropdown-header {
	border-bottom: 1px solid #eeeeee;
	text-align: center;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
}

.topnav-dropdown-header .notification-title {
	color: #333;
	display: block;
	float: left;
	font-size: 14px;
}

.topnav-dropdown-header .clear-noti {
	color: #EA5455;
	float: right;
	font-size: 11px;
	text-transform: uppercase;
}

.notifications .noti-content {
	height: 290px;
	width: 350px;
	overflow-y: auto;
	position: relative;
}

.notifications .notification-list li {
	margin-top: 0;
	border-bottom: 1px solid #f5f5f5;
	font-size: 14px;
}

.notifications .notification-list li a {
	display: block;
	padding: 12px;
	border-radius: 2px;
}

.notifications .notification-list li .noti-title {
	color: #333;
	font-weight: 500;
}

.notifications .notification-list li .noti-details {
	color: #989c9e;
	margin: 0;
}

.notifications .notification-list li p.noti-time {
	margin: 0;
}

.notifications .notification-list li .notification-time {
	font-size: 12px;
	line-height: 1.35;
	color: #637381;
}

.notifications .notification-list li .list-item {
	border: 0;
	padding: 0;
	position: relative;
}

.notifications .notification-list li .list-item .list-left {
	height: 48px;
	position: absolute;
	width: 48px;
}

.topnav-dropdown-footer {
	border-top: 1px solid #eeeeee;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
}

.topnav-dropdown-footer a {
	display: block;
	text-align: center;
	color: #333;
}

.table {
	margin: 0;
}

.table thead {
	background: #FAFBFE;
	border-bottom: 1px solid #E9ECEF;
}

.table thead th {
	font-weight: 700;
	color: #121A0E;
	padding: 10px;
	white-space: nowrap;
}

.table thead th.sorting {
	padding-right: 18px;
}

.table thead th:hover {
	color: var(--mainColor);
}

.table tbody {
	border: 0 !important;
}

.table tbody tr:hover {
	background: #f5f5f5;
}

.table tbody tr td {
	padding: 10px;
	font-weight: 500;
	border-bottom: 1px solid #E9ECEF;
	vertical-align: middle;
	white-space: nowrap;
	min-width: 200px;
	cursor: pointer;
}

.table tbody tr td.dataTables_empty {
	border-bottom: 0;
}

.table tbody tr td .product-img img {
	min-width: 50px;
	width: 50px;
	height: 50px;
	border: 0;
}

.profile_approve {
	display: flex;
	align-items: center;
}

/* table.dataTable{
	border: 1px solid #E8EBED;
} */
.table tbody tr td a {
	color: #121A0E;
}

.table tbody tr td a.btn {
	color: #fff;
	font-weight: 600;
}

.table tbody tr td a:hover {
	color: var(--mainColor);
}

.table tbody tr td a.btn:hover {
	color: #fff;
}

.table tbody tr td .product-imgs {
	width: 40px;
	height: 40px;
	background: #FFEBD8;
	font-size: 14px;
	color: var(--mainColor) !important;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.table tbody tr.active {
	border-bottom: 0;
}

.table tbody tr.active td {
	font-size: 18px;
	color: #5E5873;
	font-weight: 600;
	border-bottom: 0;
}

.table-height {
	min-height: 300px;
}

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

.dataTables_filter+.dataTables_filter {
	display: none;
}

.dataview .dataTables_length,
.dataview .dataTables_info,
.dataview .dataTables_paginate {
	display: none !important;
}

.dataTables_length label:before {
	content: "Show  per page :";
	margin-right: 5px;
}

.dataTables_length {
	float: left;
	font-size: 12px;
}


.table .form-group input[type=text] {
	height: 40px;
}

.modal .modal-title {
	font-weight: 600;
}


.page-header {
	margin-bottom: 25px;
	flex-wrap: wrap;
}

.page-header h3 {
	font-weight: 700;
	color: #121A0E;
	font-size: 18px;
}

.page-header h4 {
	font-weight: 700;
	color: #121A0E;
	font-size: 18px;
}

.page-header h6 {
	font-size: 14px;
	color: #555;
	font-weight: 400;
}

.page-header .btn-added {
	background: var(--mainColor);
	padding: 7px 15px;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
}

.page-header .btn-added img {
	filter: brightness(0) invert(1);
}

.page-header .btn-added:hover {
	background: #243551;
}

.dash-counts h5 {
	font-weight: 600;
	font-size: 16px;
}

.dash-count {
	background: #fff;
	color: #fff;
	min-height: 98px;
	max-height: 110px;
	width: 100%;
	border-radius: 6px;
	margin: 0 0 25px;
	padding: 20px 20px;
	box-shadow: 0 .76rem 1.52rem rgba(18, 38, 63, .03);
	display: flex;
	flex-direction: row-reverse;
	justify-content: start;
	gap: 15px;
	transition: .5s;
	border: 1px solid #ddddddb8;
}



.display-images span {
	text-transform: capitalize;
}

.state-overview [class*="col-"]:nth-child(1) .dash-count .dash-imgs {
	background: #ff6900 !important;
}

.state-overview [class*="col-"]:nth-child(2) .dash-count .dash-imgs {
	background: #358ffc !important;
}

.state-overview [class*="col-"]:nth-child(3) .dash-count .dash-imgs {
	background: #ad46ff !important;
}

.state-overview [class*="col-"]:nth-child(4) .dash-count .dash-imgs {
	background: #00c950 !important;
}

.state-overview [class*="col-"]:nth-child(5) .dash-count .dash-imgs {
	background: linear-gradient(to left, #d33535 0%, #665257 100%) !important;
}

.state-overview [class*="col-"]:nth-child(6) .dash-count .dash-imgs {
	background: linear-gradient(to left, #24f5ff 0%, #9c97cf 100%) !important;
}

.state-overview [class*="col-"]:nth-child(7) .dash-count .dash-imgs {
	background: linear-gradient(to left, #929f81 0%, #ecb900 100%) !important;
}

.dash-count h4 {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 0;
	color: #000 !important;
}

.dash-count h5 {
	font-size: 18px;
	color: #000 !important;
}

.dash-count .dash-imgs {
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #fff;
	font-size: 19px;
	background: #fbfbfb33;
	padding: 17px;
	border-radius: 10px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dash-count .dash-imgs img {
	width: 50px;
	height: 50px;
}

.dash-count .dash-imgs i {
	font-size: 24px;
	color: #fff;
}

.dash-count .dash-imgs svg {
	width: 50px;
	height: 50px;
}

.graph-sets>ul li {
	margin-right: 35px;
}

.graph-sets>ul li span {
	color: #637381;
	font-weight: 400;
	position: relative;
}

.graph-sets>ul li span:after {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #28C76F;
	border-radius: 50px;
	position: absolute;
	top: 3px;
	left: -20px;
}

.graph-sets>ul li:last-child span:after {
	background-color: #EA5455;
}

.welcome_wrapp {
	margin: 20px 100px;
	text-align: center;
}

.login-wrapper {
	width: 100%;
	min-height: 100vh;
	display: flex;
	align-items: center;
	height: 100%;
}

.waviy span {
	position: relative;
	display: inline-block;
	color: #040404;
	text-transform: uppercase;
	animation: waviy 1.4s infinite;
	animation-delay: calc(.1s * var(--i));
}

@keyframes waviy {

	0%,
	40%,
	100% {
		transform: translateY(0)
	}

	20% {
		transform: translateY(-20px)
	}
}

.waviy span.color-yellow {
	color: var(--mainColor);
}

.waviy {
	position: relative;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px;
}

.bg_img_colm {
	/* background: url(../images/img-23.png) top left repeat; */
	background-size: cover;
	top: 0;
	bottom: 0;
	min-height: 100vh;
	z-index: 999;
	opacity: 1;
	position: relative;
	justify-content: center;
	align-items: center;
	padding: 40px 30px;
	display: flex;
	flex-direction: column;
}

.login-wrapper .login-content {
	max-width: 500px;
	margin: 0 auto;
	width: 100%;
	background: #fff !important;
	padding: 40px;
	border-radius: 30px;
}

@media screen and (min-width: 600px) {
	.login-box {
		width: 470px;
	}
}

.login-wrapper .login-content .login-logo {
	display: block;
	margin-bottom: 25px;
	max-width: 100%;
}

.login-wrapper .login-content .login-logo img {
	max-width: 130px;
}

.login-wrapper .login-content .login-userheading {
	margin: 0 0 30px;
}

.login-wrapper .login-content .login-userheading h3 {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 15px;
	color: #000;
}

.login-wrapper .login-content .login-userheading h4 {
	font-size: 14px;
	font-weight: 400;
	color: #121A0E;
	line-height: 1.4;
}

.login-wrapper .login-content .form-login {
	margin-bottom: 15px;
}

.login-wrapper .login-content .form-login label {
	width: 100%;
	color: #121A0E;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 500;
}

.login-wrapper .login-content .form-login .form-addons {
	position: relative;
}

.login-wrapper .login-content .form-login .form-addons img {
	position: absolute;
	top: 16px;
	right: 20px;
}

.login-wrapper .login-content .form-login input[type=text],
.login-wrapper .login-content .form-login input[type=password] {
	width: 100%;
	height: 40px;
	border: 1px solid rgba(145, 158, 171, 0.32);
	border-radius: 5px;
	padding: 0 15px;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color: #000;
}

.login-wrapper .login-content .form-login input#mobile_no {
	padding-left: 60px;
}

.login-wrapper .login-content .form-login input:focus {
	border: 1px solid var(--mainColor);
}

.login-wrapper .login-content .form-login .btn-login {
	width: 100%;
	font-weight: 700;
	background: var(--mainColor);
	padding: 12px;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-top: 15px;
	color: #fff;
}

.login-wrapper .login-content .form-login .btn-login:hover {
	box-shadow: 0 50px #fff inset !important;
	color: var(--mainColor);
}

.login-wrapper .login-content .form-login .alreadyuser {
	margin-bottom: 15px;
}

.login-wrapper .login-content .form-login .alreadyuser h4 {
	font-size: 14px;
	font-weight: 400;
	color: #B8BCC9;
}

.login-wrapper .login-content .form-login .alreadyuser h4 a {
	color: var(--mainColor);
	font-weight: 600;
}

.login-wrapper .login-content .toggle-password {
	cursor: pointer;
	width: 30px;
	height: 30px;
	color: #cccccc;
	font-size: 18px;
	border-radius: 50%;
	position: absolute;
	top: 22px;
	right: 10px;
}

.login-wrapper .login-content .toggle-password:hover {
	color: var(--mainColor);
}

.login-wrapper .login-content .pass-group {
	position: relative;
	font-size: 14px;
}

.login-wrapper .login-content .pass-group .fas {
	font-size: 13px;
	color: #939ea8;
}

.login-wrapper .login-img {
	width: 60%;
}

.login-wrapper .login-img img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.hover-a {
	position: relative;
}

.hover-a:after {
	content: "";
	height: 2px;
	width: 100%;
	background: var(--mainColor);
	transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	bottom: -3px;
	left: 0;
}

.hover-a:hover:after {
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
}

.hover-a:hover {
	color: var(--mainColor) !important;
}

.productdetails>ul>li {
	border: 1px solid #D8D8D8;
	border-top: 0;
}

.productdetails>ul>li h4 {
	color: #121A0E;
	font-size: 14px;
	font-weight: 700;
	width: 30%;
	border-right: 1px solid #D8D8D8;
	padding: 10px;
}

.productdetails>ul>li h6 {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	width: 70%;
	padding: 9px;
}

.productdetails>ul>li:first-child {
	border-top: 1px solid #D8D8D8;
}

.text-underline {
	position: relative;
}

.text-underline::after {
	content: "";
	background: #637381;
	width: 10px;
	height: 2px;
	position: absolute;
	bottom: 12px;
	left: 10px;
}

.table-product tr th {
	font-weight: 600;
	color: #6E6B7B;
	font-size: 14px;
}

.table-product tr td {
	font-weight: 600;
	color: #6E6B7B;
	font-size: 14px;
}

#delete .modal-body .btn {
	min-width: 100px;
	padding: 10px;
}

.card.card-order {
	border: 0;
}

.pass-group {
	position: relative;
}

.pass-group .toggle-password {
	transform: translateY(-50%);
	cursor: pointer;
	width: 30px;
	height: 30px;
	color: #637381;
	font-size: 14px;
	border-radius: 50%;
	position: absolute;
	top: 25px;
	right: 20px;
}

.form-pass .toggle-password {
	top: 50px;
	right: 20px
}

.fancybox-toolbar button.fancybox-button.fancybox-button--play,
.fancybox-toolbar button.fancybox-button.fancybox-button--thumbs,
.fancybox-toolbar button.fancybox-button.fancybox-button--zoom,
.fancybox-toolbar button.fancybox-button.fancybox-button--share {
	display: none !important;
}

.profile-imgbox {
	width: 200px;
	max-width: 200px;
	margin: 0 auto;
}

.product-detail-wrapper {
	background: #f7f7f7;
	padding: 20px;
	text-align: center;
}

.stars i {
	color: #ffba16;
}

.display-images a {
	display: block;
	width: 50px;
	margin-right: 8px;
}

.display-images img {
	margin-right: 8px;
	width: 40px;
	height: 40px;
	border-radius: 0.75rem;
	object-fit: cover;
}

.company-profile a {
	margin-right: 13px;
	height: 50px;
}

.company-profile img {
	width: 50px;
	height: 50px;
}

.company-profile h5 {
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
}

.info-step-head {
	font-weight: 700;
	color: #121A0E;
	font-size: 18px;
	margin-bottom: 10px;
}

.distance-table input {
	height: 40px;
	max-width: 52px;
	margin-right: 10px;
}

.day-green {
	color: green;
	margin-right: 10px;
}

.day-red {
	color: red;
	margin-right: 10px;
}

b {
	font-weight: 700;
}

.custom-modal .modal-dialog {
	max-width: 990px;
	width: 100%;
}

.section-heading {
	display: flex;
	align-items: center;
}

.section-heading h3 {
	font-weight: 500;
	font-size: 25px;
	color: var(--blue);
}

.heading-line {
	height: 2px;
	background: var(--mainColor);
	width: 146px;
	display: inline-block;
	margin-left: 14px;
}

.download-app-wrapper.section-ptb .rectangle-outer {
	background: #FAFBFE !important;
}

.rectangle-outer {
	width: 30px;
	height: 30px;
	background-color: transparent;
	margin: 0 auto;
}

.rectangle-box {
	width: 15px;
	height: 15px;
	background: var(--mainColor);
	transform: translateY(-7px) rotate(45deg);
	display: block;
	margin: 0 auto;
}

.about-wrapper {
	padding: 90px 0;
}

.about-wrapper h3 {
	font-weight: 700;
}

.copyright-footer {
	padding: 20px;
}

.copyright-footer p {
	color: #000;
}

.copyright-footer p a {
	color: var(--mainColor) !important;
	text-decoration: underline !important;
	font-weight: 600;
}

.copyright-footer p a:hover {
	color: var(--mainColor) !important;
	font-weight: 600;
	text-decoration: none !important;
}

.main-video-wrapper iframe {
	width: 100%;
	height: 100%;
}

div#main-wrapper {
	min-height: 90vh;
}

.main-video-wrapper {
	height: 100%;
}

.main-wrapper footer {
	color: #fff;
}

.header-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.header-btn .btn {
	height: 45px !important;
	line-height: 45px !important;
	color: var(--mainColor) !important;
	background: #fff;
}

.header-btn .btn svg path {
	fill: var(--mainColor);
}

.header-btn .btn:hover svg path {
	fill: #000;
}

.about-wrapper p {
	font-weight: 400;
	font-size: 18px;
	line-height: 33px;
	color: var(--grey-text) !important;
}

.error {
	color: red !important;
}

.badge {
	line-height: 15px;
}

#map-canvas {
	height: 100%;
	min-height: 350px;
}

.stars {
	--percent: calc(var(--rating) / 5 * 100%);
	font-size: 30px;
	font-family: Times;
	line-height: 1;
}

.stars::before {
	content: "★★★★★";
	letter-spacing: 3px;
	background: linear-gradient(90deg, #fc0 var(--percent), #ccc var(--percent));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.phone-number-card {
	position: relative;
}

.phone-number-card .form-control {
	padding-left: 40px;
}

select.form-control {
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
	appearance: none;
}

select.language_selector {
	position: relative;
	background: #fff9f1;
	color: #000;
	padding: 7px 20px;
	border: 1px solid #FF8327;
	border-radius: 6px;
	color: #FF8327;
	display: flex;
	align-items: center;
}

select.language_selector:focus {
	background: #fff9f1;
	color: #000;
	border: 1px solid #FF8327;
	border-radius: 6px;
	outline: none;
	color: #FF8327;
}

select.language_selector::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid var(--orangeColor) !important;
	border-right: .3em solid transparent !important;
	border-bottom: 0 !important;
	border-left: .3em solid transparent !important;
}

.phone-number-card span {
	position: absolute;
	left: 6px;
	top: 20px;
	transform: translateY(-50%);
	font-size: 14px;
}

#files-area {
	width: 100%;
	margin: 10px auto;
}

#filesList {
	width: 100%;
	display: block;
}

#files-names {
	width: 100%;
	display: block;
}

.file-block {
	border-radius: 10px;
	background-color: rgb(156 163 177 / 20%);
	color: initial;
	padding: 10px;
	width: 100%;
	margin-bottom: 5px;
	display: inline-flex;
	align-items: center;
	word-break: break-all;
}

.file-block>span.name {
	padding-right: 10px;
	width: max-content;
	display: inline-flex;
	color: #171b21;
}

.file-delete {
	display: flex;
	width: 50px;
	color: initial;
	background-color: #6eb4ff00;
	font-size: large;
	justify-content: center;
	margin-right: 8px;
	cursor: pointer;
}

.file-delete span {
	transform: rotate(45deg);
	color: #171b21;
}

.add-route-station span i {
	font-size: 12px;
	color: var(--mainColor);
}

.togggle-swicth input[type="checkbox"]:after {
	display: none;
}

.togggle-swicth {
	padding: 6px 0px 0px 42px !important;
}

.form-switch .form-check-input {
	width: 3.5em !important;
	height: 1.5em !important;
}

.form-check-input:checked {
	background-color: var(--secondaryColor);
	border-color: var(--secondaryColor);
}

.schedule-days .form-check {
	padding-left: 0.2em !important;
}

.table thead:nth-of-type(2) {
	background: #fff;
}

tr.search-row td {
	padding-top: 10px;
	vertical-align: middle;
}

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

.activity {
	width: 100%;
}

.activity .activity-box {
	position: relative;
}

.activity .activity-list {
	position: relative;
}

.activity .activity-list li {
	background-color: #fff;
	position: relative;
	border: 1px solid #e7e7e7;
	margin: 0 0 10px;
	padding: 15px 15px 10px;
	font-size: 15px;
}

.activity .activity-list li .activity-user {
	height: 50px;
	margin: 0;
	padding: 0;
	flex: 0 0 50px;
	max-width: 50px;
}

.activity .activity-list li .activity-content {
	background-color: #fff;
	position: relative;
	margin: 0 0 0 20px;
	padding: 0;
	flex: 1;
}

.activity .activity-list li .time {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 1.35;
}

.activity .activity-list li a.name {
	color: #000;
}

.activity .activity-list li a {
	color: #121A0E;
	font-weight: 600;
	font-size: 15px;
	display: flex;
	align-items: start;
	width: 100%;
}

.activity .activity-list li a img {
	width: 50px;
	height: 50px;
	border-radius: 5px;
}

.timeline-content {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.activity-content .description .activity-check {
	color: var(--mainColor);
	margin: 0px 10px 0px 30px;
}

.no-activity {
	padding: 10px !important;
	text-align: center;
}

.activity-content .description {
	display: flex;
	justify-content: space-between;
}

.activity-content .description p {
	margin-bottom: 10px !important;
}

.no-notification {
	text-align: center;
	height: 40px;
	padding: 10px;
}

.graph-dropdown {
	background-color: #fff;
	border: 1px solid rgba(145, 158, 171, 0.32);
	color: #121A0E;
	padding: 3px 10px;
	border-radius: 5px;
	min-width: 90px;
}

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

.badge {
	text-transform: uppercase !important;
}

.small,
small {
	font-size: .875em !important;
}

.password {
	position: relative;
}

.eyeicon,
.eyeicon1,
.eyeicon2 {
	position: absolute;
	top: 45px;
	right: 15px;
	font-size: 13px;
	color: #939ea8;
}

#add-profile .eyeicon,
#add-profile .eyeicon1 {
	right: 25px !important;
}

.price_configs li h6 {
	width: 60% !important;
}

.price_configs li h4 {
	width: 40% !important;
}

.required-field {
	position: relative;
}

.required-field .form-label:after {
	content: "*";
	color: red;
	position: absolute;
	top: 0;
	margin-left: 2px;
}

.form-group select.error,
.form-group textarea.error,
.form-group input.error,
.form-addons input.error,
.pass-group input.error {
	color: #637381 !important;
}

a.disabled {
	pointer-events: none;
	cursor: default;
}

.profilename .dropdown-item i {
	min-width: 18px;
}


.resticted-box {
	padding: 80px 80px;
}

.resticted-box h2 {
	font-size: 35px;
	font-weight: 600;
}

.content.heightcal {
	min-height: calc(100vh - 60px);
}

.resticted-box {
	padding: 90px 20px !important;
}

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

.location-detail-head {
	font-size: 20px;
	display: flex;
	justify-content: space-between;
}

.location-detail-head div {
	font-size: 14px !important;
	padding: 8px;
}

.location-detail-left {
	flex: 100%;
	max-width: 100%;
	position: relative;
}

.location-detail-left::after {
	content: '';
	position: absolute;
	right: 3px;
	top: 17px;
	width: 93%;
	height: 2px;
	border: 1px dashed #d7d7d7;
}

.location-name,
.location-time {
	display: block;
}

.location-name {
	font-size: 20px;
	font-weight: 600;
}

.location-time {
	color: #637381;
	font-size: 18px;
}

.location-detail-right {
	white-space: nowrap;
}

.location-detail-left .location-name,
.location-detail-right .location-name {
	background: #fff;
	color: #243551;
	display: inline-block;
	position: relative;
	z-index: 9;
	padding: 0 17px 0 0;
}

.location-detail-left .location-name:after,
.location-detail-right .location-name:after {
	position: absolute;
	content: '';
	right: 0px;
	width: 10px;
	height: 10px;
	background-color: #243551;
	border-radius: 50%;
	top: 12px;
}

.location-detail-right .location-name:after {
	right: unset;
	left: -13px;
}

.location-list {
	display: flex;
	flex-wrap: wrap;
}

.location-list .location-item {
	background: #E8E6E6;
	min-width: 180px;
	text-align: center;
	font-size: 18px;
	border-radius: 5px;
	height: auto;
	margin-bottom: 5px;
	display: flex;
	padding: 6px;
	flex-direction: column;
}

.location-list .location-item a {
	padding: 6px;
}

.location-list.row .location-item {
	min-width: auto;
}

.location-item .list-title {
	color: #243551;
	display: block;
}

.location-item .list-tag {
	color: #848484;
	font-size: 14px;
}

.location-list .location-item:not(:last-child) {
	margin-right: 15px;
}

.passenger-detail h5 {
	border-bottom: 1px solid #e8e8e8;
	padding: 10px 0;
}

.passenger-detail-list .passenger-list-head {
	background: var(--mainColor);
	padding: 5px 30px;
	display: flex;
}

.passenger-detail-list .passenger-list-head a {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
}

.passenger-detail-list .passenger-list-head ul {
	margin-left: auto;
	display: flex;
	align-items: center;
}

.passenger-list-body .no-data {
	margin: 10px;
	text-align: center;
	color: #848484;
}

.passenger-detail-list .passenger-list-head ul li {
	margin-right: 14px;
}

.passenger-detail-list .passenger-list-head ul li span {
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
}

.passenger-list-left {
	display: flex;
	align-items: center;
}

.passenger-list-left .passenger-img {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 14px;
}

.passenger-list-left .passenger-img img {
	width: 100%;
	height: 100%;
}

.passenger-list-left .passenger-name {
	color: #243551;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
}

.passenger-list-right {
	text-align: center;
	padding-top: 10px;
}

.passenger-list-right h6 {
	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
	color: #243551;
}

.passenger-card {
	display: flex;
	justify-content: space-between;
}

.action-tag li a {
	background: var(--mainColor);
	border-radius: 5px;
	color: #fff;
	padding: 3px 15px;
}

.action-tag li.action-tagfade a {
	background: #C0C0C0;
}

.action-tag li.action-missed a {
	background: green;
}

.action-tag li.action-cancelled a {
	background: #e01515;
}

.action-tag li:not(:last-child) {
	margin-right: 24px;
}

.boarding-count {
	color: var(--mainColor);
	font-weight: 600;
	font-size: 43px;
	line-height: 48px;
}

.permission-col {
	height: 100%;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 20px;
}


.highcharts-credits {
	display: none !important;
}

.transactions .activity-list li .activity-user {
	height: 50px;
	width: 50px;
	background: var(--mainColor);
	border-radius: 10px;
	display: table;
}

.transactions .activity-list li {
	padding: 15px 15px 10px 15px !important;
	min-height: 97px;
}

.transactions .activity-list li .activity-user i {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 30px;
	color: #fff;
}

.transactions .activity-content .description p.type {
	font-size: 14px;
	margin-bottom: 0px !important;
}

.transactions .activity-content .timeline-content,
.transactions .description {
	flex-wrap: wrap;
}

.transactions .activity-content .description .activity-check {
	margin: 0;
}

.transactions .activity-content .timeline-content span.font-700 {
	font-size: 17px;
}

.transactions .activity-content .description .activity-check p {
	font-size: 20px;
	margin-bottom: 0px !important;
}

.transactions .description.amount_receieved,
.transactions .description.amount_receieved .activity-check p {
	color: #198754 !important;
}

.transactions .description.amount_deducted,
.transactions .description.amount_deducted .activity-check p {
	color: #dc3545 !important;
}

.revenue-card-list {
	background-color: #e8e8e8;
	padding: 15px;
	border-radius: 8px;
	text-align: center;
	margin-bottom: 10px;
}

.revenue-time {
	font-size: 22px;
	font-weight: 700;
}

.card.revenue-card-div {
	margin: 10px 0px;
	border: 1px solid #e7e7e7;
	border-radius: 0px;
}

.revenue-card-div .list-title {
	font-size: 20px;
	font-weight: 700;
}

.revenue-card-div .location-item .list-tag {
	color: #322f2f;
	font-size: 16px;
}


.product-profile-wrapper {
	margin-top: 70px;
	height: auto;
}

.product-detail-wrapper {
	background: #fff;
	padding: 20px;
	text-align: center;
	width: 190px;
	height: 190px;
	border-radius: 50%;
	margin: 0 auto;
	margin-top: -109px;
	border: 1px solid #e8e8e8;
}


.profile-imgbox {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.profile-imgbox .product-img {
	display: block;
	height: 100%;
}

.profile-imgbox .product-img img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	border-radius: 50%;
}

.productdetails>ul>li h6.btn-div {
	padding: 6px !important;
}

.productdetails>ul>li h6.btn-div .btn {
	padding: 3px 10px !important;
}

.generated_otp {
	padding: 12px 25px 12px 40px;
	background: var(--mainColor);
	border-radius: 10px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}

.verify-otp {
	justify-content: space-between;
}

.text-highlight {
	color: var(--mainColor) !important;
}

.login-logo h1 {
	font-weight: 600 !important;
	font-size: 35px !important;
}

.product-img video {
	max-width: 400px;
	width: 100%;
}

.bell-icon {
	margin-top: 17px !important;
}

/* for contact reply card */


.form-check-input {
	margin-top: 0.23em !important;
}

.no-data {
	color: grey;
}

/* for password progress bar */
.progress {
	height: 5px !important;
}

.progress-bar-danger {
	background-color: #e90f10;
}

.progress-bar-warning {
	background-color: #ffad00;
}

.progress-bar-success {
	background-color: #02b502;
}


/* for sweet alerts */
.swal-icon {
	display: none;
}

.swal-title {
	margin-top: 25px;
}

.swal-footer {
	display: flex;
	justify-content: center;
}

.swal-button--confirm {
	background: var(--mainColor);
}

.swal-button--cancel {
	background: #dc3545;
}

.swal-button {
	color: #fff;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 700;
	min-width: 100px;
}


.nav-link:focus,
.nav-link:hover {
	color: #fff !important;
}

/*****Home Page Start*****/
.home {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	background-image: url("../images/bg.jpg");
	-webkit-background-size: cover;
	padding-top: 120px;
	padding-bottom: 60px;
	position: relative;
	z-index: 2;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.home::after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	content: '';
}

.home {
	min-height: calc(100vh - 51px) !important;
}

.home-caption {
	text-align: center;
	position: relative;
	z-index: 9;
	border: 1px solid #FAF6D4;
	position: relative;
	padding: 30px;
	background: #ffffff38;
}

.home-caption::before,
.home-caption::after {
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	transition: all 300ms ease-in-out;
}

.home-caption::before {
	top: -10px;
	left: -10px;
	border-top: 1px solid #FAF6D4;
	border-left: 1px solid #FAF6D4;
}

.home-caption::after {
	bottom: -10px;
	right: -10px;
	border-bottom: 1px solid #FAF6D4;
	border-right: 1px solid #FAF6D4;
}

.home-caption:hover::before,
.home-caption:hover::after {
	width: calc(100% + 19px);
	height: calc(100% + 19px);
}

.home-caption h4 {
	font-size: 50px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
}

.home-caption p {
	color: #fff;
	font-size: 20px;
}

/*****Home Page End*****/


.box-image {
	width: auto;
	max-height: 185px;
	object-fit: contain;
}

.pass-input {
	padding-right: 45px !important;
}

/* contact us page css */


.contact__area {
	padding: 80px 0px;
}

.contact__social ul li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 44px;
	text-align: center;
	font-size: 13px;
	color: #0e1133;
	background: #f3f4f8;
	border-radius: 4px;
}

.contact__form-input input,
.contact__form-input textarea {
	width: 100%;
	height: 56px;
	line-height: 54px;
	padding: 0 23px;
	background: #f6f6f6;
	border-radius: 4px;
	border: 1px solid #e1e1e1;
	color: #0e1133;
	font-size: 15px;
	margin-bottom: 20px;
	box-shadow: -1px 1px 50px 3px rgba(1, 11, 60, .1);
}

.contact__form-input input.error {
	color: #000 !important;
}

.contact__form-input input::-webkit-input-placeholder,
.contact__form-input textarea::-webkit-input-placeholder {
	font-size: 15px;
	color: #6d6e75
}

.contact__form-input input:-ms-input-placeholder,
.contact__form-input textarea:-ms-input-placeholder {
	font-size: 15px;
	color: #6d6e75
}

.contact__form-input input::placeholder,
.contact__form-input textarea::placeholder {
	font-size: 15px;
	color: #6d6e75
}

.contact__form-input input:focus,
.contact__form-input textarea:focus {
	border-color: var(--mainColor);
	outline: none;
	background: #fff;
}

.contact__form-input textarea {
	height: 180px;
	padding: 23px 25px;
	line-height: 1.1;
	resize: none;
	margin-bottom: 13px
}

.contact__form-agree {
	padding-left: 5px
}

.contact__form-agree input {
	margin: 0;
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
	display: block;
	width: 14px;
	height: 14px;
	background: #fff;
	border: 1px solid #b9bac1;
	outline: none;
	border-radius: 4px
}

.contact__form-agree input:checked {
	position: relative;
	background-color: #2b4eff;
	border-color: transparent
}

.contact__form-agree input:checked:after {
	box-sizing: border-box;
	content: "";
	position: absolute;
	font-size: 10px;
	color: #fff;
	top: 1px;
	left: 4px;
	height: 8px;
	width: 5px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.contact__form-agree input:hover {
	cursor: pointer
}

.contact__form-agree label {
	padding-left: 8px;
	color: #53545b
}

.contact__form-agree label a {
	color: #0e1133;
	font-weight: 600;
	padding-left: 4px
}

.contact__form-agree label a:hover {
	color: #2b4eff
}

.contact__form-agree label:hover {
	cursor: pointer
}

.contact__info-inner {
	padding: 45px 70px 45px 40px;
	border-radius: 4px;
	box-shadow: 0 30px 50px 0 rgba(1, 11, 60, .1);
	position: relative;
	z-index: 1
}



.contact__info-icon svg {
	fill: none;
	stroke: #fff;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.contact__info-icon svg.map {
	width: 16px;
	height: 20px
}

.contact__info-icon svg.call,
.contact__info-icon svg.mail {
	width: 18px;
	height: 18px
}

.contact__info-text .h4,
.contact__info-text h4 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 6px;
}

.contact__info-text p {
	margin-bottom: 0;
	color: #53545b
}

.contact__info-text p a:hover {
	color: var(--mainColor);
}

.contact__social .h4,
.contact__social h4 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 13px;
}

.contact__social ul li {
	display: inline-block;
	margin-right: 10px
}

.contact__social ul li a {
	line-height: 44px;
	text-align: center;
	font-size: 18px;
	color: #0e1133;
}

.contact__social ul li a.fb {
	color: #285da1;
	background: rgba(40, 93, 161, .1)
}

.contact__social ul li a.fb:hover {
	color: #fff;
	background: #285da1
}

.contact__social ul li a.tw {
	color: #03a9f4;
	background: rgba(3, 169, 244, .1)
}

.contact__social ul li a.tw:hover {
	color: #fff;
	background: #03a9f4
}

.contact__social ul li a.pin {
	color: #d8163f;
	background: rgba(216, 22, 63, .1)
}

.contact__social ul li a.pin:hover {
	color: #fff;
	background: #d8163f
}

.contact__icon {
	margin-bottom: 28px
}

.contact__icon svg {
	width: 70px;
	height: 70px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition: -webkit-transform .3s cubic-bezier(.21, .6, .44, 2.18);
	transition: transform .3s cubic-bezier(.21, .6, .44, 2.18);
	transition: transform .3s cubic-bezier(.21, .6, .44, 2.18), -webkit-transform .3s cubic-bezier(.21, .6, .44, 2.18)
}

.contact__icon svg .st0 {
	fill: none;
	stroke: #2b4eff;
	stroke-width: .5;
	stroke-linecap: round;
	stroke-linejoin: round
}

.contact__item {
	padding: 50px 80px 62px;
	border-radius: 6px;
	box-shadow: 0 40px 50px 0 rgba(1, 11, 60, .08);
	position: relative;
	z-index: 1
}


.contact__item:hover .contact__icon svg {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0)
}

.contact__title {
	font-size: 26px;
	margin-bottom: 8px
}

.contact__content p {
	font-size: 16px;
	color: #53545b;
	margin-bottom: 30px
}

.section__title-wrapper {
	margin-bottom: 40px;
}

.contact__info-text p a {
	color: #000;
	text-decoration: none;
	font-size: 16px;
}

.contact__info-item {
	margin-bottom: 30px;
}

.contact__info-inner ul {
	padding: 0px;
}

.contact__info-icon {
	margin-right: 15px;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	min-width: 50px;
	margin-top: 7px;
	background: var(--mainColor);
}

.otp-input input {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #c1c1c1;
}

.otp-input input:not(:last-child) {
	margin-right: 8px;
}

/* end contact us page css */

.contact-reply {
	flex: 0 0 auto;
	min-width: 8.33333333%;
	font-size: 14px;
	font-weight: 700;
}


/* Tabs CSS */
.tabset>input[type="radio"] {
	position: absolute;
	left: -200vw;
}

.tabset .tab-panel {
	display: none;
}

.tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,
.tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),
.tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),
.tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),
.tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5),
.tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6) {
	display: block;
}

.tabset>label {
	position: relative;
	display: inline-block;
	padding: 10px 20px 10px 20px;

	border-bottom: 0;
	cursor: pointer;
	font-weight: 600;
	color: black;
}

.tabset>label:hover,
.tabset>input:focus+label,
.tabset>input:checked+label {
	color: #fff;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	background: var(--mainColor);
}

.tabset>input:checked+label {
	margin-bottom: -1px;
}

/* Tabs CSS End */

.comment-user-name {
	width: auto !important;
}

.comment-text {
	margin-left: 60px;
	word-wrap: break-word;
}


input[type="password"] {
	padding-right: 50px !important;
}

.btn-theme {
	display: inline-flex;
	width: auto;
	padding: 15px 104px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 24px;
	background: var(--mainColor);
	padding: 10px 30px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.logo-name {
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 30px;
	margin: 0 0 0 5px;
}

.admin-header {
	position: fixed;
	width: 100%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 70px;
	z-index: 999;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.admin-header>div {
	height: 100%;
}



.home.banner-area+footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

.home.banner-area+footer .copyright-footer {
	padding: 15px 0;
}

.login+footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.login+footer .copyright-footer p {
	color: #fff !important
}

.login+footer .copyright-footer p a {
	color: var(--orangeColor) !important;
}

.darkheader {
	background-color: var(--mainColor);
}

.header li.nav-item {
	line-height: initial;
}

svg.hb {
	width: 50px;
}



.sidebar .sidebar-menu>ul>li>a.active span {
	color: #fff;
}

.contact__form-input .error {
	margin-bottom: 20px;
}


/* Contact Us Page Start */
.contact-info-item:hover {
	border-color: #ccc;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.contact-info-item {
	position: relative;
	margin-bottom: 25px;
	margin-top: 15px;
	padding: 25px 18px 25px 93px;
	border: 1px solid #E8EBED;
	border-radius: 10px;
	transition: all .5s ease-in-out;
	background-color: #fff;
}

.contact-info-item i.contact-info-bg {
	color: #fff;
	background: #ff6900;
}

.contact-info-item i {
	position: absolute;
	top: -15px;
	left: 20px;
	width: 58px;
	height: 80px;
	line-height: 80px;
	font-size: 30px;
	text-align: center;
	border-radius: 5px;
}

.contact-info-item h3 {
	margin-bottom: 5px;
	font-size: 20px;
	color: var(--titleColor);
}

.contact-info-item p {
	margin-bottom: 0;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	font-size: 13px;
}

.contact-info-item p a {
	color: var(--bodyColor);
	-webkit-transition: var(--transition);
	transition: var(--transition);
	display: block;
}

.contact-info-item i.contact-info-bg2 {
	color: #fff;
	background: #358ffc;
}

.contact-info-item i.contact-info-bg3 {
	color: #fff;
	background: #ad46ff;
}

.contact-info-item i.contact-info-bg4 {
	color: #62E3F1;
	background-color: #E8FBFD;
}


/* Contact Us Page End */

.ml-none {
	display: none;
}

.card-content {
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

#sync1 {
	animation: mymove 0.65s infinite;
}

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

.upload-images {
	background: #fff none repeat scroll 0 0;
	border: 2px dashed var(--mainColor);
	padding: 50px 20px;
	text-align: center;
	position: relative;
}

.upload-images input {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.upload-images span i {
	color: var(--theme-color);
	display: block;
	font-size: 60px;
	margin-bottom: 30px;
}

.wrapper-thumb {
	position: relative;
	display: inline-block;
	margin: 1rem 0;
	justify-content: space-around;
}

.img-preview-thumb {
	background: #fff;
	border: 1px solid none;
	border-radius: 0.25rem;
	box-shadow: 0.125rem 0.125rem 1rem 0.0625rem rgba(0, 0, 0, 0.12);
	margin-right: 1rem;
	width: 140px;
	height: 140px;
	padding: 0.25rem;
	object-fit: cover;
}

.remove-btn {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	top: -5px;
	right: 6px;
	width: 25px;
	height: 25px;
	background: #DC3545;
	border-radius: 15px;
	font-weight: bold;
	cursor: pointer;
	color: #fff;
}

/* Rating and Review */
.review-text {
	margin-left: 4%;
	word-wrap: break-word;
}

.review-text-listing {
	margin-left: 4%;
	word-wrap: break-word;
}

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

.review-name {
	width: auto !important;
	margin-right: -5px !important;
}

.review-name-booking {
	margin-right: -8px !important;
	margin-left: -8px !important;
	width: auto !important;
}

/* tabs css  start */
.action-tabs .nav-tabs .nav-item .nav-link {
	color: #303030;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.action-tabs .nav-tabs .nav-item .nav-link.active,
.action-tabs .nav-tabs .nav-item .nav-link:hover {
	background: var(--mainColor);
	color: #fff;
	border-color: #303030;
	border-bottom: none;
	border: 2px solid var(--mainColor)
}

a.nav-link-items {
	border-bottom: none !important;
	border: 2px solid var(--mainColor) !important;
	border-radius: 15px 15px 1px 1px !important;
}

.action-tabs .nav-tabs .nav-item:not(:last-child) {
	margin-right: 10px;
}

/* tabs css  end */

.wallet-balance .icon-wrap {
	width: 150px;
	height: 150px;
	border: 2px solid var(--mainColor);
	border-radius: 50%;
	background: #02a9ee08;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--mainColor);
	font-size: 60px;
	margin: 0 auto;
}

.wallet-amount {
	text-align: center;
	margin-top: 10px;
}

.wallet-amount h6 {
	font-size: 20px;
	color: #637381;
}

.wallet-amount h5 {
	font-size: 28px;
	font-weight: 900;
	color: #243551;
}

.customimages a.product-img {
	border: 1px solid #eee;
	overflow: hidden;
	border-radius: 10px !important;
	width: 120px;
	height: 120px;
	margin: 5px;
}

.customimages a.product-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Ticket CSS */
/* Main Ticket Style */
.ticketContainer {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ticket {
	background-color: var(--mainColor) 3b;
	color: darkslategray;
	border-radius: 12px;
	width: 350px;
}

.qr_code_div {
	display: flex;
	justify-content: center;
}

.ticketShadow {
	margin-top: 4px;
	margin-bottom: 10px;
	width: 95%;
	height: 20px;
	border-radius: 50%;
}

/* Ticket Content */
.ticketTitle {
	font-size: 1.5rem;
	font-weight: 700;
	padding: 12px 16px 4px;
}

hr {
	border: 1px solid #efefef;
}

.ticketDetail {
	font-size: 1.1rem;
	font-weight: 500;
	padding: 4px 16px;
}

.ticketSubDetail {
	display: flex;
	justify-content: space-between;
	font-size: 1rem;
	padding: 12px 16px;
}

.ticketSubDetail .code {
	margin-right: 24px;
}

/* Ticket Ripper */
.ticketRip {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.circleLeft {
	width: 12px;
	height: 24px;
	background-color: white;
	border-radius: 0 12px 12px 0;
}

.ripLine {
	width: 100%;
	border-top: 3px solid white;
	border-top-style: dashed;
}

.circleRight {
	width: 12px;
	height: 24px;
	background-color: white;
	border-radius: 12px 0 0 12px;
}

.receipt_img {
	display: flex;
	justify-content: center;
	border: 1px solid #D8D8D8;
	object-fit: contain;
}


.receipt_img img {
	width: 281px;
	filter: blur(3px);
}

span.img_text {
	font-size: 20px;
	position: fixed;
	z-index: 100;
	top: 40%;
	right: 20%;
}

/* Wave css */
/* Wave effect */

.waves {
	position: absolute;
	width: 100%;
	min-height: 60px;
	max-height: 350px;
	bottom: 0;
}

.parallax>use {
	animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 7s;
}

.parallax>use:nth-child(2) {
	animation-delay: -3s;
	animation-duration: 10s;
}

.parallax>use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 13s;
}

.parallax>use:nth-child(4) {
	animation-delay: -5s;
	animation-duration: 20s;
}

@keyframes move-forever {
	0% {
		transform: translate3d(-90px, 0, 0);
	}

	100% {
		transform: translate3d(85px, 0, 0);
	}
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
	.waves {
		height: 40px;
		min-height: 40px;
		display: none;
	}
}

.homepage {
	background: linear-gradient(253deg, #0cc898, #1797d2, #864fe1);
	background-size: 300% 300%;
	-webkit-animation: Background 25s ease infinite;
	-moz-animation: Background 25s ease infinite;
	animation: Background 25s ease infinite;
}

@-webkit-keyframes Background {
	0% {
		background-position: 0% 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Background {
	0% {
		background-position: 0% 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0% 50%
	}
}

@keyframes Background {
	0% {
		background-position: 0% 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0% 50%
	}
}


div#cke_notifications_area_content {
	display: none;
}

/* Claim Holding TV Listing Icon css start*/
.gallery div {
	display: inline-block;
	height: 40px;
	width: 70px;
}

.gallery a {
	position: relative;
	display: block;
	width: 70px;
}

.overlay {
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 25px;
	height: 90%;
	line-height: 40px;
	top: 0;
	left: 0;
	opacity: 0.6;
	overflow: hidden;
	position: absolute;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 70px;
	z-index: 20;
}

.gallery a:hover .overlay {
	opacity: 0;
}

/* Claim Holding TV Listing Icon css end*/

/* Google Translate Start */

body>.skiptranslate>iframe.skiptranslate {
	display: none !important;
	visibility: hidden !important;
}

body {
	top: 0 !important;
}

.skiptranslate.goog-te-gadget span {
	display: none;
}

.skiptranslate.goog-te-gadget {
	color: transparent;
}

#google_translate_element {
	display: flex;
	align-items: center;
	justify-content: end;
	width: 100%;
}

.goog-te-gadget-icon {
	display: none;
}

.VIpgJd-ZVi9od-xl07Ob-lTBxed {
	color: white !important;
}

.goog-te-gadget-simple {
	background-color: transparent !important;
	border-left: none !important;
	border-top: none !important;
	border-bottom: none !important;
	border-right: none !important;
	font-size: 10pt;
	display: inline-block;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	cursor: pointer;
}

.goog-te-gadget .goog-te-combo:focus-visible {
	margin: 4px 0;
	display: -webkit-box;
	border: 1px solid #121a0e !important;
	border-radius: 5px;
	outline: none !important;
	box-shadow: none;
}

.goog-te-gadget .goog-te-combo {
	padding: 0 5px;
	margin: 20px 0 0 0 !important;
	background: transparent !important;
	color: #121a0e !important;
	border: 1px solid #121a0e !important;
	border-radius: 5px;
	line-height: 40px !important;
	height: 40px !important;
	font-size: 14px;
}

.goog-te-gadget .goog-te-combo option {
	background: transparent !important;
	color: #121a0e !important;
	border: 1px solid #121a0e !important;
	border-radius: 5px;
	line-height: auto !important;
	height: auto !important;
	font-size: 14px;
	width: 100%;
	margin-top: 0;
}

/* Google Translate End */


@media (max-width:767px) {
	.admin-menu.user-menu .dropdown-menu {
		max-width: 500px;
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
		right: -58% !important;
		top: -11px !important;
		border: 0;
		width: 230px;
		max-width: 500px;
	}

	.admin-menu .notifications .noti-content {
		height: 200px;
		width: 100%;
	}

	.admin-menu.user-menu .main-drop .dropdown-menu {
		right: 0 !important;
		top: -26px !important;
	}

	.bar-icon {
		margin-top: 24px !important;
	}

	.admin-header .mobile-user-menu .nav-link.dropdown-toggle {
		margin-top: 7px !important;
	}

	.admin-header {
		height: 70px !important;
	}
}

.login-btn {
	background: var(--mainColor);
	color: #fff;
	padding: 10px 30px;
	border-radius: 6px;
	display: inline-block;
	border: 1px solid var(--mainColor);
	font-size: 16px;
	border-radius: 50px;
}

.login-btn svg {
	fill: #fff !important;

}

.login-btn:hover {
	color: #fff;
	background: transparent;
	border-color: #fff;
}

.login-btn:hover svg {
	fill: #fff !important;
}

.card {
	box-shadow: 0 .76rem 1.52rem rgba(18, 38, 63, .03) !important;
	border: 0px;
}


.toggle-btn {
	width: 55px;
	height: 60px;
	line-height: 25px;
	padding: 0px 10px;
	cursor: pointer;
	float: left;
	text-align: center;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	margin-right: 25px;
}

.toggle-line.top-sm-line {
	width: 20px;
	margin-top: 0px;
}

.toggle-line.bottom-sm-line {
	width: 22px;
}

.toggle-line {
	display: block;
	height: 3px;
	border-radius: 3px;
	margin-top: 3px;
	margin-bottom: 2px;
	margin-right: auto;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #000;
}

.toggle-line.lg-line {
	width: 26px;
}

.toggle-btn:hover .toggle-line.top-sm-line {
	width: 26px;
}

.toggle-btn:hover .toggle-line.bottom-sm-line {
	width: 26px;
}

.btn-primary:hover {
	color: #fff;
	background-color: #11235e;
	border-color: #11235e
}

.btn-primary {
	color: #fff;
	background-color: var(--mainColor);
	border-color: var(--mainColor)
}

/* About  us page css */
.about-imgs .img-1 img {
	z-index: 1;
	position: relative;
	border-radius: 0px 139.535px 139.535px 139.535px;
	width: 270px;
	height: 620px;
	object-fit: cover;
}

.about-imgs .img-2 img {
	z-index: 1;
	position: relative;
	border-radius: 139.535px 139.535px 139.535px 0px;
	width: 270px;
	height: 620px;
	object-fit: cover;
}

.about-imgs {
	gap: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-left: 20px;
}

.sub-title {
	color: var(--mainColor);
	font-weight: 600;
	font-size: 24px;
}

.about-info {
	margin-left: 41px;
}

.why-choose {
	position: relative;
}

.choose-info ul {
	display: flex;
	align-items: center;
	row-gap: 16px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	flex-wrap: wrap;
}

.choose-info ul li {
	width: calc(50% - 10px);
	display: flex;
	align-items: center;
	gap:
		12px;
	font-weight: 600;
	font-size: 18px;
}

.choose-info ul li i {
	position: relative;
	font-size: 22px;
	color: var(--orangeColor);
}

.choose-info ul li i::after {
	content: "";
	position: absolute;
	width: 19px;
	height: 19px;
	border: 1px solid var(--orangeColor);
	border-radius: 50%;
	left: -3px;
	top: 3px;
}

.section-padding {
	padding: 100px 0px;
}

.testimonials .swiper {
	width: 100%;
	height: 100%;
	padding-bottom: 20px;
}

.clients-item,
.clients-item .info {
	position: relative;
	margin-bottom: 30px;
}

.clients-item {
	background-color: #fff;
	box-shadow: 1px 14px 20px 0 #e1e0e0;
	padding: 40px;
	border-top: 1px solid #f9f9f9;
}

.clients-item .info {
	padding-left: 75px;
}

.clients-item .info img {
	position: absolute;
	left: 0;
	top: 10px;
	height: 60px;
	width: 60px;
	line-height: 60px;
	border-radius: 50%;
}

.clients-item .info h4 {
	font-size: 18px;
	color: var(--mainColor);
	margin-bottom: 16px;
	position: relative;
	top: 10px;
	font-weight: 600;
}

.clients-item .icon {
	position: absolute;
	top: 20px;
	right: 25px;
}

.clients-item .icon i {
	color: #e1fbed;
	font-size: 80px;
}

.swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
}

.swiper-pagination-bullet-active {
	background: var(--mainColor) !important;
}

.swiper-pagination {
	bottom: -10px;
}



/****Terms & Conditions Page Start****/

.terms-content h3 {
	margin-bottom: 10px;
	position: relative;
	color: #000;
	font-weight: 500;
}

.terms-content p {
	color: #5e5e5e;
	line-height: 30px;
}

.terms-content:not(:last-child) {
	margin-bottom: 54px;
}

.terms-content .terms-list {
	margin-top: 37px;
}

.terms-list li:not(:last-child) {
	margin-bottom: 16px;
}

/****Terms & Conditions Page Start****/





.team-item {
	padding: 15px;
	text-align: center;
	position: relative;
	background: #fff;
	border-radius: 15px;
	transition: all .5s ease-in-out;
	;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.team-img img {
	border-radius: 15px;
	margin-top: -50px;
}

.team-social {
	position: absolute;
	margin-bottom: 10px;
	text-align: center;
	top: 20px;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: all .5s ease-in-out;
}

.team-social a {
	display: block;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	border-radius: 50px;
	background: var(--mainColor);
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.bg-grey {
	background: #f6f6f6;
}

.team-item:hover .team-social {
	opacity: 1;
	right: 30px;
}

.team-item:hover {
	transform: translateY(-10px);
}

.team-img img {
	border-radius: 15px;
	margin-top: -50px;
	width: 100%;
}

.team-content {
	padding: 10px 0 5px;
}

.team-bio h5 {
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: capitalize;
	color: var(--secondaryColor);
}

.team-bio span {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	text-transform: capitalize;
}

.team-bio h5 a {
	font-size: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: capitalize;
	text-decoration: none;
	color: var(--primary-color);
	font-weight: 700;
}

/***Common Heading***/
.site-title-tagline {
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 17px;
	font-weight: 700;
	color: #000;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.site-title {
	font-weight: 700;
	text-transform: capitalize;
	font-size: 40px;
	color: #000;
	margin-bottom: 0;
	line-height: 50px;
}

/***Common Heading***/


/***About Us***/

.about-list {
	position: relative;
	display: block;
}

.about-list li {
	position: relative;
	padding-left: 25px;
	margin-top: 20px;
	font-weight: 500;
}

.about-list li::before {
	content: "\f058";
	position: absolute;
	left: 0;
	top: 0;
	font-family: "font awesome 5 pro";
	color: var(--orangeColor);
}

.header li.nav-item .btn-main svg {
	fill: #fff;
	margin-right: 3px;
}


.breadcrumb .breadcrumb-item {
	font-size: 14px;
	line-height: 24px;
	color: #000;
}


.dashboard_content {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 0px 3px 0 #9c9c9c33;
	padding: 20px;
}

.dashboard-hd {
	padding: 12px 14px;
	background: #f8f4ff;
	font-weight: 600;
	font-size: 20px;
	color: #684a9e;
}

.clinic-profile-tab .nav-item .nav-link.active {
	background-color: #FF8327;
	color: #fff;
}

.clinic-profile-tab .nav-item .nav-link {
	background-color: transparent;
	border: 1px solid #FF8327;
	color: #FF8327;
	transition: all .3s ease-in;
}

.clinic-profile-tab .nav-item .nav-link:hover {
	background-color: #FF8327;
	color: #fff;
}

.dashboard-hd h4,
.card-main-title {
	font-weight: 600 !important;
	font-size: 20px !important;
	color: #684a9e !important;
}

.common-table .table thead tr th {
	font-weight: 600;
	color: #000;
	border-bottom: 1px solid #ccc;
	font-weight: 700;
}

.common-table .table thead tr th,
.common-table tbody tr td {
	vertical-align: middle;
	font-size: 14px;
}


.common-table .table tbody tr td {
	min-width: auto !important;
	cursor: unset !important;
}

.table-btn a {
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.clinic-profile-table .clinic-img {
	width: 40px;
	height: 40px;
}

.clinic-profile-table .clinic-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.clinic-profile-table h6 {
	font-size: 14px;
	color: #000;
}

.document-img {
	width: 25px;
}

.document-img img {
	width: 100%;
}

.document-box {
	border: 1px dashed var(--secondaryColor);
	padding: 10px;
	border-radius: 5px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 1px 5px;
}

.document-txt h6 {
	font-size: 15px;
	line-height: 25px;
}

.common-table .table-striped>tbody>tr:nth-of-type(2n+1)>* {
	--bs-table-accent-bg: rgb(248, 244, 255);
}

.common-table .table tbody tr:hover {
	background-color: transparent !important;
}

.copyright-footer p a {
	color: var(--secondaryColor) !important;
	text-decoration: underline !important;
	font-weight: 600;
}

.lh-34 {
	line-height: 34px;
}

.form-control {
	line-height: 34px;
}

.form-control[type=file] {
	line-height: 32px;
}


/* header {
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
} */

.filter-panel {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.filter-panel label {
	display: block;
	margin-bottom: 5px;
}

.filter-panel select {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.table-container {
	width: 100%;
	margin-bottom: 20px;
}

table {
	width: 100%;
	border-collapse: collapse;
}

.table-container th,
.table-container td {
	border: 1px solid #ccc;
	padding: 8px;
	text-align: left;
}

.table-container th {
	background-color: #f4f4f4;
	font-weight: bold;
}

button {
	padding: 6px 12px;
	border: none;
	border-radius: 4px;
	background-color: #4CAF50;
	color: white;
	cursor: pointer;
}



.common-table table th,
.common-table table td {
	border: 0;
}

table th,
table td {
	border: 0;
}


.dropdown-main .dropdown-menu .dropdown-item {
	padding: 12px 30px;
}

.dropdown-main .dropdown-menu {
	min-width: 130px;
	border-radius: 8px;
}

.dropdown-main .dropdown-menu .dropdown-item {
	border-radius: 8px;
	font-size: 16px;
	font-weight: 400;
}



.main-header .navbar-toggler {
	color: #000 !important;
}

.lang-drop .language-btn {
	color: #FF8327;
}

.lang-drop .language-btn {
	position: relative;
	background: #fff9f1;
	color: #000;
	padding: 10px 20px;
	border: 1px solid #FF8327;
	border-radius: 6px;
	color: #FF8327;
	display: flex;
	align-items: center;
}

.lang-drop .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid var(--orangeColor) !important;
	border-right: .3em solid transparent !important;
	border-bottom: 0 !important;
	border-left: .3em solid transparent !important;
}

.user-menu .dropdown-toggle::after {
	border: 0;
}

.lang-drop .dropdown-menu {
	min-width: 110px;
	border-radius: 6px;
}

.lang-drop .dropdown-menu li {
	padding: 0;
}

.lang-drop .dropdown-menu .dropdown-item {
	border-radius: 8px;
	font-size: 16px;
	font-weight: 400;
	padding: 12px 30px;
}

.admin-header .user-menu li>a {
	display: inline-block;
}

.header-buttons-top.lang-drop .dropdown-menu {
	top: 0 !important;
}

.dropdown-menu .dropdown-item:hover {
	background: var(--mainColor);
	color: #fff !important;
}

[dir=rtl] .sidebar {
	border-left: 1px solid transparent;
	border-right: 0;
	z-index: 1001;
	top: 70px;
	bottom: 0;
	right: 0;
	left: inherit;
}

[dir=rtl] .page-wrapper {
	margin: 0 260px 0 0;
}

[dir=rtl] .toggle-btn {
	margin-right: 0;
}

[dir=rtl] .dashboard_bar {
	margin: 0 25px 0 25px;
}

[dir=rtl] .logo-normal img {
	width: 80px;
}

[dir=rtl] .sidebar .sidebar-menu>ul>li>a span {
	margin-left: 0;
	margin-right: 10px;
}

[dir=rtl] .sidebar .sidebar-menu>ul>li>a .menu-arrow {
	left: 15px !important;
	right: auto;
}

[dir=rtl] .header-left {
	float: right;
	border-left: 1px solid #e4e4e4;
	border-right: 0;
}

[dir=rtl] .edit-btn i {
	margin-left: 10px;
	margin-right: 0;
}

[dir=rtl] .lang-drop .dropdown-toggle::after {
	margin-right: .255em;
	margin-left: 0;
}

[dir=rtl] .mini-sidebar .page-wrapper {
	margin-left: 0;
	margin-right: 80px;
}

[dir=rtl] .user-menu .dropdown-menu {
	right: auto !important;
	left: 41px !important;
}

[dir=rtl] .page-btn {
	gap: 6px;
}

[dir=rtl] .fas.fa-download {
	margin-left: 5px;
}

[dir=rtl] .lang-drop .dropdown-menu {
	left: 0 !important;
}

[dir=rtl] #bulk-message .btn-close {
	margin: 0 auto 0 0;
}

.act-btn {
	background: #000;
	color: #fff !important;
	border-radius: 4px;
	width: 35px;
	height: 35px;
	display: inline-block;
	text-align: center;
	line-height: 35px;
	transition: all .5s ease-in-out;
}

.act-grn.act-btn {
	background: #198754;
}

.act-grn.act-btn:hover {
	opacity: .8;
	;
	color: #fff;
}

.act-blu.act-btn {
	background: #0d6efd;
}

.act-blu.act-btn:hover {
	opacity: .8;
	;
	color: #fff;
}

.act-red.act-btn {
	background: #dc3545;
}

.act-red.act-btn:hover {
	opacity: .8;
	;
	color: #fff;
}


.profile-detail h4 {
	margin-bottom: 4px;
	font-weight: 500;
	font-size: 16px;
}

.profile-detail p {
	font-size: 16px;
}

.inner_card p {
	color: #777;
}

p.ellipse {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 200px;
}

.breadcrumb-item.active {
	color: #684a9e;
	font-weight: 600;
}

.assign-btn .btn {
	padding: 10px 18px;
	color: #fff;
	transition: all .3s ease-in;
}

.assign-btn .btn.bg-success:hover {
	background-color: transparent !important;
	border-color: #198554;
	color: #198554;
}

.assign-btn .btn.bg-danger:hover {
	background-color: transparent !important;
	border-color: #dc3545;
	color: #dc3545;
}

.assing-modal .nav-link {
	background-color: transparent;
	color: #F27A22;
	border: 1px solid #F27A22;
	transition: all .3s ease-in;
}

.assing-modal .nav-link.active {
	background-color: #F27A22;
	color: #fff;
	border-color: #F27A22;
}

.assing-modal .nav-link:hover {
	background-color: #F27A22;
	color: #fff;
	border-color: #F27A22;
}

.assign-box .card-img {
	width: 50px;
	height: 50px;
}

.assign-box .card-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.card-txt h6 {
	font-size: 15px;
	line-height: 25px;
}

.doc-img {
	flex: calc(13% - 20px);
	max-width: calc(13% - 20px);
	border: 1px dashed #000;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	min-height: 0px
}

[dir=rtl] .assing-modal .modal-header button {
	margin: 0 auto 0 0;
	padding: 0;
}





.management-inner .dashboard-header {
	text-align: center;
	padding: 20px;
	background-color: #4CAF50;
	color: white;
	font-size: 28px;
}

.management-inner .card,
.management-inner .table-card {
	background-color: white;
	border-radius: 6px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	margin: 0 0 20px 0;
	padding: 17px;
	border: 1px solid #ddddddb8;
}

.management-inner .card h3,
.management-inner .table-card h3 {
	color: #684a9e !important;
	margin-bottom: 6px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
}

.management-inner .card p,
.management-inner .table-card p {
	font-size: 16px;
	line-height: 30px;
	color: #000;
	margin-bottom: 0;
}

.management-inner .card .status {
	font-weight: bold;
}

.management-inner .card .alert {
	color: red;
}

.management-inner .card .good {
	color: green;
}

.management-inner .table-card table {
	width: 100%;
	border-collapse: collapse;
}

.management-inner .table-card th,
.management-inner .table-card td {
	border: 1px solid #ddd;
	padding: 10px;
	text-align: center;
}

.management-inner .table-card th {
	background-color: #f2f2f2;
}

.management-inner .grid-container {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.management-inner .grid-container .card,
.management-inner .grid-container .table-card {
	flex: 1;
	min-width: 250px;
}


.upload-doc-img {
	width: 40px;
	height: 40px;
}

.upload-doc-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.view-document {
	width: 50px;
	height: 50px;
}

.view-document img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.img-grid {
	display: flex;
	flex-flow: wrap;
	align-content: center;
	gap: 15px;
}

.img-view.img-profile-card {
	flex: calc(100%);
	max-width: calc(100%);
	height: 200px;
	overflow: hidden;
	border-radius: 8px;
	position: relative;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	position: relative;
}

.img-btn-overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background: rgba(0, 0, 0, .45);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all .5s ease-in-out;
}

.img-btn-overlay a {
	width: 40px;
	height: 40px;
	background: var(--mainColor);
	color: #fff;
	line-height: 40px;
	border-radius: 4px;
	display: inline-block;
}

.img-view:hover .img-btn-overlay {
	opacity: 1;
}

.img-view img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top-search-btn .searc-field input {
	border-radius: 4px;
	border: 0;
	padding: 11px 30px 11px 11px;
	background: #fff;
	box-shadow: 0px 0px 3px 0 #9c9c9c33;
}

.top-search-btn .searc-field input::placeholder {
	text-transform: capitalize;
	color: #000;
}

.export-btn button {
	padding: 10px 18px;
	transition: all .3s ease-in;
	border: 1px solid #198754;
	border-radius: 6px;
}

.export-btn button:hover {
	background-color: transparent !important;
	color: #198754;
}

.search-icon {
	position: absolute;
	right: 19px;
	top: 50%;
	font-size: 15px;
	transform: translateY(-50%);
	color: var(--secondaryColor);
}

.form-group .chosen-container .chosen-choices {
	border: 1px solid rgba(145, 158, 171, 0.32);
	height: 50px;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	color: #637381;
	padding: 8px 15px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	overflow-y: auto;
}

.form-group .chosen-container-active {
	box-shadow: none !important;
}

.form-group .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	background: url(../images/cross.png) !important;
	z-index: 99999999999;
	background-repeat: no-repeat !important;
	background-position: center;
	background-size: cover !important;
	top: 4px !important;
	right: 4px !important;
	width: 12px !important;
	height: 12px !important;
}



.add-claim-step .step-container {
	position: relative;
	text-align: center;
	transform: translateY(-43%);
}

.add-claim-step .step-circle {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--mainColor);
	/* border: 2px solid #007bff; */
	line-height: 30px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	cursor: pointer;
	color: #fff;
}

.add-claim-step .step-line {
	position: absolute;
	top: 16px;
	left: 50px;
	width: calc(100%);
	height: 2px;
	background-color: #007bff;
	z-index: -1;
}

.add-claim-step .progress-bar {
	background-color: #FF8327;
}

.add-claim-step #multi-step-form {
	overflow-x: hidden;
}

.custom-check .form-check-input {
	height: 14px;
	width: 14px;
}

.upload-cntnt-view {
	padding: 10px 10px;
	border: 2px dashed #ddd;
	border-radius: 4px;
}

.upload-icn-view {
	display: flex;
	align-items: center;
}

.upload-icn-view img {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	border-radius: 4px;
}

.upload-icn-view h4 {
	margin-bottom: 0;
	font-size: 16px;
}

.trash-btn {
	display: inline-block;
	color: #f84545;
	padding: 6px 12px;
	background: red;
	border-radius: 4px;
	color: #fff;
	transition: all .5s ease-in-out;
}

.upload-cntnt-card {
	border: 2px dashed #ddd;
	height: 150px;
	border-radius: 8px;
	position: relative;
}

.upload-cntnt-card .form-control {
	height: 100%;
}

.upload-content-here {
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	pointer-events: none;
	left: 0;
	right: 0;
	top: 0;
	background: #fff;
}


.img-view {
	flex: calc(25% - 15px);
	max-width: calc(25% - 15px);
	height: 150px;
	overflow: hidden;
	border-radius: 8px;
	position: relative;
}

.img-btn-overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background: rgba(0, 0, 0, .45);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all .5s ease-in-out;
}




/****Apply Filter Css***/

.filter-canvas .offcanvas-header {
	background: var(--mainColor);
}

.filter-canvas .offcanvas-header h5 {
	color: #fff;
}

.filter-canvas .btn-close {
	-webkit-filter: invert(100%);
	filter: invert(100%);
	opacity: 1;
}

.range-card {
	width: 100%;
}

.range-card .price-input {
	width: 100%;
	display: flex;
	margin: 0px 0 20px;
}

.range-card .price-input .field {
	display: flex;
	width: 100%;
	height: 45px;
	align-items: center;
}

.range-card .field input {
	width: 100%;
	height: 100%;
	outline: none;
	font-size: 19px;
	margin-left: 10px;
	border-radius: 5px;
	text-align: center;
	border: 1px solid #dbdbdb;
	-moz-appearance: textfield;
}

.range-card input[type="number"]::-webkit-outer-spin-button,
.range-card input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.range-card .price-input .separator {
	width: 130px;
	display: flex;
	font-size: 19px;
	align-items: center;
	justify-content: center;
}

.range-card .slider {
	height: 5px;
	position: relative;
	background: #ddd;
	border-radius: 5px;
}

.range-card .slider .progress {
	height: 100%;
	left: 25%;
	right: 25%;
	position: absolute;
	border-radius: 5px;
	background: var(--secondaryColor);
}

.range-card .range-input {
	position: relative;
}

.range-card .range-input input {
	position: absolute;
	width: 100%;
	height: 5px;
	top: -10px;
	background: none;
	pointer-events: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
}

.range-card input[type="range"]::-webkit-slider-thumb {
	height: 17px;
	width: 17px;
	border-radius: 50%;
	background: var(--secondaryColor);
	pointer-events: auto;
	-webkit-appearance: none;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.range-card input[type="range"]::-moz-range-thumb {
	height: 17px;
	width: 17px;
	border: none;
	border-radius: 50%;
	background: var(--secondaryColor);
	pointer-events: auto;
	-moz-appearance: none;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}


.admin-header .mobile-user-menu .nav-link.dropdown-toggle {
	color: var(--secondaryColor) !important;
	padding: 0;
}

.noti-count {
	width: 20px;
	height: 20px;
	background: var(--mainColor);
	text-align: center;
	line-height: 20px;
	color: #fff;
	border-radius: 50%;
	min-width: 20px;
	position: absolute;
	right: -5px;
	font-size: 12px;
	top: 10px;
	font-weight: 600;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


/* profile message */

.profile-message-wrapper {
	display: flex;
	/* padding: 30px; */
	border: 1px solid #eee;
	border-radius: 8px;
	background: #ffff;
	overflow: hidden;
}

.profile-message-inbox {
	max-width: 340px;
	border: 1px solid #EDF1F9;
	border-radius: 10px;
}

.profile-message-inbox {
	overflow: hidden;
}

.message-content {
	position: relative;
	overflow: hidden;
}

.message-content-info {
	max-height: 750px;
	overflow-y: scroll;
	margin-right: 0;
	padding-right: 20px;
	padding-bottom: 140px;
	-ms-overflow-style: none;
	scrollbar-width: none;
	padding-left: 20px;
	padding-top: 20px;
}

.message-content-info::-webkit-scrollbar,
.message-content-info::-webkit-scrollbar {
	display: none;
	width: 0;
}

.profile-message-inbox,
.message-content {
	flex: 1;
}

.profile-message-inbox ul {
	max-height: 950px;
	overflow-y: scroll;
	width: 357px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.profile-message-inbox ul li.message-active {
	border-left: 3px solid #29BF6C;
}

.profile-message-inbox ul li {
	border-bottom: 1px solid #EDF1F9;
	transition: .2s;
	list-style: none;
}

.profile-message-inbox ul li:last-child {
	border-bottom: none;
}

.message-by-content h5 {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1;
}

.profile-message-inbox ul li a {
	position: relative;
	display: block;
	padding: 30px;
}

.profile-message-inbox .message-avatar {
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
}

.message-avatar img {
	display: inline-block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
}

.message-avatar img {
	width: 50px;
	height: 50px;
}

.profile-message-inbox .message-by {
	margin-left: 50px;
}

.message-by-content h5 i {
	background: #F98F14;
	padding: 3px 8px;
	border-radius: 50px;
	color: #fff;
	font-size: 13px;
}


.message-by-content span {
	font-size: 13px;
	position: absolute;
	top: 25.5px;
	right: 25px;
	float: right;
	color: #888888;
}

.profile-message-inbox .message-by p {
	height: 26px;
	max-width: 205px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #6B747D;
	line-height: 27px;
}

.message-item {
	display: flex;
	position: relative;
	margin-bottom: 25px;
	justify-content: start;
}

.message-item.me {
	justify-content: end;
}

.message-item.me .message-description {
	padding-right: 0;
}

.message-item .message-avatar {
	position: absolute;
	left: 0;
	top: 0;
}

.message-item .message-avatar img {
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 50%;
}

.message-item .message-description {
	margin-left: 70px;
	background: #F4F5F7;
	border-radius: 12px;
	padding: 20px;
	position: relative;
	max-width: 65%;
	padding-right: 65px;
}

.notifi-time {
	color: #0360d9;
}

.message-description::before {
	position: absolute;
	top: 15px;
	left: -14px;
	width: 0;
	height: 0;
	content: '';
	border-top: 10px solid transparent;
	border-right: 14px solid #f4f5f7;
	border-bottom: 10px solid transparent;
	font-size: 31px;
	color: #F4F5F7;
}

.message-item.me .message-description::before {
	position: absolute;
	top: 15px;
	right: -14px;
	width: 0;
	height: 0;
	content: '';
	border-top: 10px solid transparent;
	border-left: 14px solid #09c3981a;
	border-bottom: 10px solid transparent;
	font-size: 31px;
	color: #F4F5F7;
	left: inherit;
	border-right: none;
}

.message-item .message-description p {
	font-size: 15px;
	padding: 0;
	margin: 0;
	line-height: 27px;
}

.message-item.me .message-avatar {
	left: auto;
	right: 0;
	position: absolute;
	top: 0;
}

.message-item.me .message-description {
	color: #29BF6C;
	background-color: rgba(9, 195, 152, 0.1);
	margin-left: 0;
	margin-right: 70px;
	border-radius: 12px;
	padding: 20px;
	position: relative;
	max-width: 65%;
}

.message-reply {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	padding: 12px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 20px 0px;
}

.message-reply .form-control {
	padding: 15px 20px;
	box-shadow: none;
	border-radius: 7px;
	height: 70px;
}

.message-reply .form-control:focus {
	border-color: var(--secondaryColor);
}


@media all and (max-width: 991px) {
	.message-by-content span {
		right: 65px;
	}

	.message-reply {
		right: 0;
	}
}

.mobile-menu-card {
	display: none;
}



.border-custom {
	border: 1px solid #d5d5d5;
}

.about-imgg.screenshots {
	padding: 40px;
	background: #f9f9f9;
	border-radius: 16px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.about-imgg.screenshots img {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* Otp verification form disable number field arrows start */
.otp-verify-form input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.otp-verify-form input[type=number] {
	-moz-appearance: textfield;
}

/* Otp verification form disable number field arrows end */


.main-btn label {
	opacity: 0;
}

.main-btn button {
	padding: 9px 13px !important;
}


/* opt logic  */

.otp-verify-box .form-control-lg {
	padding: 4px;
}

div#otp-timer {
	font-size: 16px;
	margin-top: 12px;
	color: #444;
}

.otp-verify-box .otp__digit {
	border: none;
	border-bottom: 1px solid #c5c5c5;
	border-radius: 0px;
	width: 60px;
}

.btn-sync {
	color: #f9f5f4;
	border-color: #fe6d23;
	background-color: #fd491d;
	box-shadow: 0px 0px 1px 1px #ff8227;
}

.btn-sync:hover {
	color: #fd491d;
	border-color: #fd491d;
	background-color: #f9f5f4;
	box-shadow: 0px 0px 1px 1px #ff8227;
}

.dash-card {
	background: #ffedd4;
	border-radius: 8px;
	box-shadow: rgba(156, 156, 156, 0.2) 0px 0px 3px 0px;
	height: 180px;
	padding: 25px 25px;
	border: 1px solid #ffd6a7 !important;
	text-align: center;
}

.dash-ftr h4 {
	margin-bottom: 2px;
	font-size: 18px;
	font-weight: 600 !important;
}

.dash-ftr p {
	font-size: 20px;
	font-weight: 700;
	color: #000;
}

.dash-icon {
	width: 70px;
	height: 70px;
	display: inline-block;
	margin: 0 auto 10px 0;
	color: #ff6900;
	background: #ffdcc4;
	border-radius: 50%;
	font-size: 28px;
	line-height: 70px;
}

.sky-bg {
	background: #daedff !important;
	border: 1px solid #bde0ff !important;
}

.sky-icon {
	background: #b9dbff !important;
	color: #358ffc !important;
}

.purple-bg {
	background: #f3e8ff !important;
	border: 1px solid #e9d4ff !important;
}
.purple-icon {
	background: #f1dfff !important;
	color: #ad46ff !important;
}

.red-bg {
	background: #ffe8e8 !important;
	border: 1px solid #ffc8c8 !important;
}

.red-icon {
	background: #ffd4d4 !important;
	color: #ff4646 !important;
}

.grn-bg {
	background: #dcfce7 !important;
	border: 1px solid #b9f8cf !important;
}

.grn-icon {
	background: #b0f2c9 !important;
	color: #00c950 !important;
}


.upload-box .form-label {
	width: 100%;
	height: 400px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	justify-content: center;
	border: 1px dashed #ddd;
	border-radius: 6px;
	cursor: pointer;
}

.upload-box .upload-icon {
	width: 70px;
	height: 70px;
	background-color: #f8f4ff;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.upload-box .upload-icon svg {
	width: 30px;
	height: 30px;
	color: #684a9e;
}

.upload-cards .dash-card {
	text-align: start !important;
}

.upload-cards .dash-ftr h4 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700 !important;
}

.upload-cards .dash-ftr p {
	font-size: 15px;
	font-weight: 500 !important;
}

.upload-cards .dash-ftr p span {
	color: #684a9e;
	font-weight: 700;
}



/****Clinic Admin Css Start***/
.clinic-dash-card {
	background: #fff;
	color: #fff;
	min-height: 98px;
	max-height: 110px;
	width: 100%;
	border-radius: 6px;
	margin-bottom: 25px;
	padding: 20px 20px;
	box-shadow: 0 .76rem 1.52rem rgba(18, 38, 63, .03);
	border: 1px solid #ddddddb8;
}

.clinic-dash-card h5 {
	color: #000;
}

.clinic-dash-card h4 {
	color: #000;
	font-weight: 700 !important;
	font-size: 24px !important;
}

.claim-dash-hd h4 {
	font-size: 26px;
	font-weight: 600;
}

.clinic-card {
	background: #fff;
	padding: 24px;
	border: 1px solid #ddddddb8;
	margin-bottom: 25px;
}

.analytics-btn {
	display: inline-block;
	padding: 6px 16px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.clinic-hd-main h4 {
	font-size: 24px;
	font-weight: 600;
}

.clinic-info-rt p {
	margin-bottom: 2px;
	color: #727272;
	font-size: 18px;
}

.clinic-info-rt h4 {
	margin-bottom: 10px;
}

.clinic-card-body {
	display: flex;
	flex-flow: wrap;
	gap: 15px;
	justify-content: space-between;
	border-top: 1px solid #ccc;
	margin-top: 25px;
	padding-top: 25px;
}

.clinic-data-card {
	flex: calc(16.66% - 15px);
	max-width: calc(16.66% - 15px);
}

.clinic-data-card p {
	margin-bottom: 4px;
}

.clinic-data-card h4 {
	font-weight: 600;
	font-size: 20px;
}

.scoring-hd {
	font-size: 26px;
	color: #000;
	font-weight: 600;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}

.scoring-dis {
	margin-bottom: 20px;
}

.scoring-dis h4 {
	font-weight: 600;
	color: #000;
	font-size: 22px;
	margin-bottom: 4px;
}

.scoring-ftr {
	padding: 8px 12px;
	background: #f4f4f4;
}

.summary-card {
	padding: 12px 14px;
	border: 1px solid #ddddddb8;
	border-radius: 6px;
	margin-bottom: 25px;
}

.summary-icon {
	max-width: 30px;
	display: inline-block;
	width: 30px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
}

.summary-dis h4 {
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 1px;
}

.summary-dis p {
	color: #727272;
	font-size: 16px;
	margin-bottom: 0;
}

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

.progress-data .progress {
	height: 6px !important;
}

.payment-disburtion {
	padding: 12px 14px;
	border: 1px solid #ddddddb8;
	border-radius: 6px;
}

.payment-disburtion h4 {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 15px;
}

.payment-card h4 {
	font-weight: 400;
	font-size: 16px;
	color: #000;
}

.funding-sec,
.risk-assessment {
	padding: 15px 18px;
	border: 1px solid #ddddddb8;
	border-radius: 6px;
}

.funding-sec>h4 {
	font-weight: 600;
	font-size: 20px;
}

.funding-sec>p {
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 15px;
}

.approval-perc {
	font-weight: 600;
	font-size: 20px;
}

.funding-rate h4 {
	font-weight: 700;
	font-size: 20px;
}

.risk-assessment>h4 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 20px;
}

.risk-card {
	text-align: center;
	padding: 18px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
}

.risk-card h4 {
	margin-bottom: 4px;
	font-weight: 700;
	font-size: 20px;
}

.risk-one {
	background: #f0fdf4;
}

.risk-two {
	background: #eff6ff;
}

.risk-three {
	background: #fff7ed;
}

.risk-card.risk-one h4 {
	color: #16a34a;
}

.risk-card.risk-two h4 {
	color: #3b82f6;
}

.risk-card.risk-three h4 {
	color: #f97316;
}

.statement-hd-card h4 {
	font-size: 26px;
	font-weight: 700;
}

.statement-hd-card p {
	color: #727272;
	font-size: 16px;
	margin-bottom: 0
}

.ins-btn-card {
	display: inline-block;
	padding: 6px 16px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-weight: 600;
}

.insurance-tab-sec .nav-tabs {
	border-bottom: none;
	background: #f4f4f4;
	padding: 6px 6px;
	justify-content: space-around;
	gap: 10px;
}

.insurance-tab-sec .nav-tabs .nav-item {
	width: calc(25% - 10px);
}

.insurance-tab-sec .nav-tabs .nav-item .nav-link {
	display: block;
	width: 100%;
	color: #000;
	font-size: 16px;
	border: none;
	font-weight: 600;
}

.insurance-tab-sec .nav-tabs .nav-item .nav-link.active,
.insurance-tab-sec .nav-tabs .nav-item .nav-link:hover {
	color: #000 !important;
	border: none;
	font-weight: 600;
}

.payment-dtl-card {
	padding: 16px 16px;
	border: 1px solid #ddddddb8;
	border-radius: 6px;
}

.payment-hd>h4 {
	font-weight: 600;
	font-size: 20px;
}

.payment-hd>p {
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 15px;
}

.sort-filter-item .form-select,
.payment-filter-item .form-select {
	min-width: 120px;
}


.custom-tool {
	position: relative;
}

.custom-tool:hover .custom-tool-tip {
	opacity: 1;
}

.custom-tool-tip {
	background: #fff;
	position: absolute;
	color: #000;
	border: 1px solid #f4f4f4;
	padding: 15px;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	left: 50%;
	transform: translateX(-50%);
	text-align: left;
	max-width: 420px;
	overflow: hidden;
	transition: all .5s ease-in-out;
	opacity: 0;
	top: 30px;
}

.custom-tool-tip h4 {
	font-size: 18px;
	margin-bottom: 16px;
	text-transform: capitalize !important;
}

.custom-rate h5 {
	font-size: 16px;

	text-transform: capitalize;
	margin-bottom: 6px;
}

.custom-rate p {
	font-size: 14px;
	color: #7e7e7e;
	font-weight: 600;
}

.custom-rate-outer {
	margin-bottom: 8px;
}

.based-dis {
	white-space: normal;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 18px;
	color: #2b2a2a;
}

/****Clinic Admin Css End***/

/****Sign in dropdown Css Start***/

.user-signin-dropdown li:hover {
	background: linear-gradient(#FC3119, #FF8327);
}


.user-signin-dropdown li a {
	width: 100%;
	text-align: start;
}

.user-signin-dropdown li a:hover {
	color: #fff;
}

/****Sign in dropdown Css End***/



/* RASED STATUS CSS */

.status-card {
	background: white;
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.status-title {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.status-indicator {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #10b981;
	animation: pulse 2s infinite;
}

@keyframes pulse {

	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0.5;
	}
}

.status-indicator.loading {
	background: #f59e0b;
}

.status-indicator.error {
	background: #ef4444;
}

.status-item {
	display: flex;
	justify-content: space-between;
	padding: 8px 0;
	border-bottom: 1px solid #f0f0f0;
	font-size: 13px;
}

.status-item:last-child {
	border-bottom: none;
}

.status-label {
	color: #666;
}

.status-value {
	color: #333;
	font-weight: 500;
	font-family: monospace;
}

.alert {
	padding: 12px 16px;
	border-radius: 8px;
	margin-top: 15px;
	font-size: 14px;
}

.alert-success {
	background: #d1fae5;
	color: #065f46;
	border: 1px solid #10b981;
}

.alert-error {
	background: #fee2e2;
	color: #991b1b;
	border: 1px solid #ef4444;
}

.alert-info {
	background: #dbeafe;
	color: #1e40af;
	border: 1px solid #3b82f6;
}

/* RASED STATUS CSS END */

.status-dot {
	width: 10px;
	height: 10px;
	background-color: #684a9e;
	border-radius: 100px;
}




/* new css */
.claim-comapny-box {
	border: 1px solid #e7e7e7ba;
	padding: 15px;
	border-radius: 10px;
	background-color: #e0e7ff1c;
}

.claim-comapny-box h3 {
	font-size: .975rem;
	line-height: 1.25rem;
	color: #575757;
}

.claim-comapny-txt {
	font-size: 1.5rem;
	line-height: 2rem;
}


.claim-comapny-limit {
	font-size: .95rem;
	line-height: 1rem;
}

.claim-main-box .row .col-lg-3:nth-child(1) .claim-comapny-txt svg {
	color: #2563eb;
}

.claim-main-box .row .col-lg-3:nth-child(2) .claim-comapny-txt svg {
	color: #16a34a;
}

.claim-main-box .row .col-lg-3:nth-child(3) .claim-comapny-txt svg {
	color: #9333ea;
}

.claim-main-box .row .col-lg-3:nth-child(4) .claim-comapny-txt svg {
	color: #16a34a;
}

.claim-comapny-box .progress {
	height: 10px !important;
	border-radius: 100px;
	margin-top: 22px;
}

.main-table {
	border: 1px solid #e0e7ffba;
	padding: 15px;
	border-radius: 10px;
	background-color: #e0e7ff1c;
}

.act-grn.act-btn {
	background: #198754;
}

.act-btn {
	background: #000;
	color: #fff !important;
	border-radius: 4px;
	width: 35px;
	height: 35px;
	display: inline-block;
	text-align: center;
	line-height: 35px;
	transition: all .5s ease-in-out;
}

.check-box {
	border: 1px solid #e0e7ffba;
	padding: 15px;
	border-radius: 10px;
}

/* new css */

.card-count {
	width: 40px;
	height: 40px;
	min-width: 40px;
	min-height: 40px;
	border-radius: 50%;
	background: #9333ea;
	text-align: center;
	font-size: 24px;
	color: #fff;
	display: inline-block;
}

.application-hd h4 {
	font-size: 24px;
	font-weight: 600;
}
.application-hd > p {
	color: #5d5d5d;
}
.application-card-hd{
	padding: 13px 12px;
	background: #f1f3ff;
	border-radius: 8px;
	border: 1px solid #9333ea;
}

.sky-card{
	background: #eff6ff;
	border: 1px solid #bfdbfe;
	border-radius: 8px;
}
.sky-text{
	color: #2756da;
}
.purple-text{
	color: #7c3aed;
}

.clinic-name {
	padding: 12px 14px;
	background: #f4f4f4f4;
	margin-bottom: 15px;
	border-radius: 4px;
}
.approve-rate-card {
	background: #f0fdf4;
	border-radius: 8px;
	border: 1px solid #bbf7d0;
}

.reject-rate-card {
	background: #fffbeb;
	border-radius: 8px;
	border: 1px solid #fde68a;
}

.overall-risk{
	background: #faf5ff;
	border-radius: 8px;
	border: 1px solid #e9d5ff;
}
.green-tag {
	background: #dcfce7;
	padding: 5px 15px;
	border-radius: 15px;
	display: inline-block;

}
.red-tag {
	background: #fee2e2;
	padding: 5px 15px;
	border-radius: 15px;
	display: inline-block;

}

.blue-tag {
	background: #dbeafe;
	padding: 5px 15px;
	border-radius: 15px;
	display: inline-block;
	color: #1e40af;
}
.grey-card{
	background: #f9fafb;
	border-radius: 8px;
	border: 1px solid #e5e7eb;
}

.grn-btn {
	background: #16a34a;
	border-radius: 4px;
	color: #fff !important;
	text-align: center;
	padding: 12px 12px;
	display: inline-block;
	transition: all .5s ease-in-out;
	border: 1px solid #16a34a;
}
.grn-btn:hover{
	color: #fff !important;
	opacity: 0.8;
}


.blue-btn {
	background: #0d6efd;
	border-radius: 4px;
	color: #fff !important;
	text-align: center;
	padding: 12px 12px;
	display: inline-block;
	transition: all .5s ease-in-out;
	border: 1px solid #0d6efd;
}
.blue-btn:hover{
	color: #0d6efd !important;
	opacity: 0.8;
}

.red-btn {
	background: transparent;
	border-radius: 4px;
	color: red !important;
	text-align: center;
	padding: 12px 12px;
	display: inline-block;
	transition: all .5s ease-in-out;
	border: 1px solid red;
}
.red-btn:hover{
	color: #fff !important;
	background: red;
}

.counter-icon {
	width: 80px;
	height: 80px;
	display: inline-block;
	border-radius: 50%;
	background: #dcfce7;
	font-size: 40px;
	line-height: 82px;
	color: #16a34a;
	margin-bottom: 8px;
	font-weight: 600;
}
.low-badge{
	background: #dcfce7;
	color: #16a34a;
	display: inline-block;
	padding: 6px 12px;
	border-radius: 12px;
}
.risk-card h4 {
	margin-bottom: 4px;
	font-weight: 600;
	font-size: 20px;
}

.risk-card {
	text-align: center;
	padding: 20px 18px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
}
.low-badge.cleared {
	background: #dbeafe;
	color: #1e40af;
}
.counter-icon.sky-blue {
	background: #dbeafe;
	color: #1e40af;
}

.low-badge.purple-text {
	background: #f1dfff;
	color: #ad46ff;
}

.text-orange-700 {
	color: #c2410c;
}

.text-orange-900 {
	color: #7c2d12;
}
.virtual-list{
	border-radius: 4px;
	border: 1px solid #bbf7d0;
}

.approve-rate-card.ban-card {
	border: 2px solid #bbf7d0;
}
.virtual-ban-icon{
	width: 40px;
	height: 40px;
	background: #bbf7d0;	
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 40px;	
	font-size: 20px;
	color: #16a34a;
}

.virtual-card {
	border: 1px solid #eae6e6;
}

.virtual-card .sky-card {
	border-radius: 0;
	border: none;
	overflow: hidden;
}
.sky-tag {
	background: #eff6ff;
	padding: 5px 15px;
	border-radius: 15px;
	display: inline-block;
	color: #2563eb !important;
}
.white-btn {
	background: transparent;
	border-radius: 4px;
	color: #000 !important;
	text-align: center;
	padding: 12px 12px;
	background: #fff;
	display: inline-block;
	transition: all .5s ease-in-out;
	border: 1px solid #e2e8f0;
}
.red-btn:hover{
	color: #000 !important;
	background: #fff;
}

.signature-card {
	padding: 30px 20px;
	border: 2px dashed #d1d5db;
	background: #fbfbfb;
	border-radius: 8px;
}

.signature-inr {
	display: inline-block;
	border: 1px solid #4f46e5;
	padding: 12px 24px;
	font-size: 34px;
	border-radius: 8px;
	margin-bottom: 15px;
	color: #4f46e5;
	font-style: italic;
}
.signature-outr {
	border: 1px solid #d1d5db;
	padding: 24px 24px;
	border-radius: 8px;
}
.text-grey {
	color: #6e6e6e;
}
.ins-icon {
	width: 40px;
	height: 40px;
	color: #0d6efd;
	border: 1px solid #0d6efd;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	font-size: 20px;
	line-height: 38px;
	margin-right: 15px;
}
.insurance-hd {
	border-bottom: 1px solid #ececed;
}

.common-card {
	border: 1px solid #ccc;
	border-radius: 8px;

}

.recepient-hd {
	display: flex;
	align-items: center;
	gap: 10px;
}

.recepi-icin {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #dbeafe;
	text-align: center;
	line-height: 40px;
	border-radius: 6px;
	color: #4279ee;
}

.recepi-icin.amount-icon {
	background: #dcfce7;
	color: #16a34a;
}
.pre-transfer {
	border: 1px solid #ccc;
	padding: 20px;
	border-radius: 8px;
}

.transfer-icon {
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 50px;
	background: #dbfce5;
	border-radius: 50%;
	font-size: 28px;
	line-height: 75px;
	color: #198754;
	margin-bottom: 20px;
}

.transfer-icon-process {
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 50px;
	padding-top: 12px;
	background: #dbfce5;
	border-radius: 50%;
	font-size: 28px;
	color: #198754;
	margin-bottom: 20px;
	animation: zoomFade 1.5s infinite;
}

@keyframes zoomFade {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	50% {
		transform: scale(1.1); /* Zoom in */
		opacity: 1;
	}
	100% {
		transform: scale(1); /* Zoom out */
		opacity: 0.7; /* Fade out during zoom out */
	}
}

.transfer-success {
	border: 1px solid #16a34a;
	border-radius: 8px;
}

.signature-app {
	background: #f4f4f4;
	border-radius: 8px;
	border: 1px solid #ccc;
}

.pre-transfer-inr {
	background: #f4f4f4;
	border-radius: 8px;
}

.sky-icon-card{
	width: 40px;
  height: 40px;
  background: #dbeafe;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #2563eb;
}
.orange-icon{
	width: 40px;
  height: 40px;
  background: #ffedd5;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #f97316;
}
.text-blue-900 {
	color: #1e3a8a;
}

.text-blue-600 {
	color:#2563eb;
}

.border-8{
	border-radius:8px ;
}

.bg-blue-50 {
	border: 1px solid #bfdbfe;
	background-color: #eff6ff;
}
.text-blue-700 {
	color: #1d4ed8;
}

.text-blue-900 {
	color:#1e3a8a;
}

.bg-green-50 {
	border: 1px solid #bbf7d0;
	background-color: #f0fdf4;
}

.text-green-700 {
	color: #15803d;
}
.text-green-900 {
  color: #14532d;
}

.bg-purple-50 {
	border: 1px solid #e9d5ff;
	background-color: #faf5ff;
}

.text-purple-700 {
	color: #7e22ce;
}
.text-purple-900 {
	color: #581c87;
}

.bg-orange-50 {
	border: 1px solid #fed7aa;
	background-color: #fff7ed;
}
.text-orange-700 {
	color: #c2410c;
}
.text-orange-900 {
	color: #7c2d12;
}

.bg-gray-50 {
	border: 1px solid #e5e7eb;
	background-color: #f9fafb;
}


.common-card.finance-card {
	min-height: 274px;
}