body {
	padding: 0px;
	margin: 0px;
	color: #fff;
}

a {
	text-decoration: none !important;
}

.navbar-pink {
	background: #ff68af !important;
}

.bg-dark-yellow {
	background: #fbf1a3;
}

.bg-black-input {
	background: #000000;
	color: #fff;
}

.bg-black-input:focus {
	background: #000000;
	color: #fff;
}

.bg-black {
	background: #36383e !important;
	color: #fff !important;
}

.bg-light-grey {
	background-color: #c7c3c3 !important;
	color: white !important;
}

.bg-light-pink {
	background-color: #faf7ed;
}

.bg-orange {
	background: #E6C172 !important;
}

.text-orange {
	color: #cead69;
}

.text-hot-pink {
	color: #FF68AF !important;
}

.bg-light-orange {
	background-color: #f3e0b9 !important;
}

.bg-pink {
	background-color: #ff2b2b14;
}

.bg-red {
	background-color: #FF2B2B;
	color: white !important;
}

.link-light {
	color: white;
}

.border-yellow {
	border: 1px solid #fbf1a3;
}

.border-pink {
	border: 1px solid #faf7ed;
}

.width-100 {
	width: 100%;
}

.width-90 {
	width: 90%;
}

.width-80 {
	width: 80%;
}

.width-75 {
	width: 75%;
}

.width-70 {
	width: 70%;
}

.width-60 {
	width: 60% !important;
}

.width-50 {
	width: 50% !important;
}

.width-45 {
	width: 45% !important;
}

.width-40 {
	width: 40% !important;
}

.width-35 {
	width: 35% !important;
}

.width-30 {
	width: 30% !important;
}

.width-25 {
	width: 25% !important;
}

.width-20 {
	width: 20% !important;
}

.width-15 {
	width: 15% !important;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

:root {
	--offcanvas-width: 280px;
	--topNavbarHeight: 72px;
	--topNavbarWidth: 100%;
}

::-webkit-scrollbar {
	width: 2px;
}

::-webkit-calendar-picker-indicator {
	filter: invert(1);
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: grey;
	border-radius: 1px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: grey;
}

.bg-light-green {
	background: #B3DDC6 !important;
	color: black;
}

.btn-rounded {
	border-radius: 10px;
}

.text-light {
	color: #ffffff !important;
}

.border-none {
	border: none !important;
}

.float-right {
	float: right;
}

ul li {
	list-style: none;
}

.ml-10 {
	margin-left: 10px;
}

.ml-20 {
	margin-left: 20px;
}

.pr-40 {
	padding-right: 40px;
}

.pl-40 {
	padding-left: 40px;
}

.pl-10 {
	padding-left: 10px;
}

.pl-15 {
	padding-left: 15px;
}

.fs-7 {
	font-size: 7px;
}

.fs-10 {
	font-size: 10px;
}

.fs-11 {
	font-size: 11px;
}

.fs-12 {
	font-size: 12px;
}

.fs-13 {
	font-size: 13px;
}

.fs-14 {
	font-size: 14px;
}

.fs-15 {
	font-size: 15px;
}

.radius-20 {
	border-radius: 20px;
}

.radius-10 {
	border-radius: 10px;
}

.radius-5 {
	border-radius: 5px;
}

.status-active {
	border-radius: 20px;
	padding: 0px 7px 0px 7px;
	background-color: #20BA120D;
	border: 1px solid #21B213;
	font-size: 10px;
}

.status-block {
	border: 1px solid #21B213;
	background-color: #ffffff;
}

.status-active i {
	/* position: relative;
	bottom: 2px; */
	font-size: 5px;
}

.navbar {
	background-color: #000000;
	position: fixed;
	width: 100%;
	border-radius: 0px !important;
	z-index: 1000;
	top: 0;
	left: 0;
}

.side-bar .nav-pills li {
	width: 100%;
}

.side-bar .nav-pills li a {
	width: 100%;
	padding: 10px;
}

.side-bar ul {
	/* margin-top: 100px !important; */
	margin: auto;
	padding: auto;
}

.navbar .logo img {
	width: 50px;
	height: 50px;
}

.navbar .logo p {
	font-size: 15px;
	/* line-height: px; */
	position: relative;
	/* margin-top: px; */
	padding-top: 5px;
	padding-left: 5px;
	line-height: 20px;
	margin-bottom: 0;
}

.side-bar {
	width: var(--offcanvas-width);
	border: none;
	overflow: auto;
	z-index: 999;
	background-color: #000000;
	color: #ffffff;
	margin-top: var(--topNavbarHeight);
}

.side-bar .collapse .card-body {
	padding: 0px;
}

.btn-active {
	background-color: #363538 !important;
	color: #f9eadc !important;
	border-radius: 10px;
}

.btn-active a {
	color: #f9eadc !important;
}

.search-box {
	width: 100%;
}

.search-box .box {
	padding-left: 40px;
	width: 100%;
	padding: 15px 50px 15px 40px;
}

.search-box i {
	position: relative;
	bottom: 40px;
	left: 15px;
}

.search-box .search-btn {
	position: relative;
	bottom: 47px;
	float: right;
	padding: 8px 20px;
	right: 10px;
	background-color: #1F6EA7;
	color: white;
}

.box-margin-left {
	margin-left: 0px;
}

.status {
	border: 1px solid rgb(247, 50, 50);
	background: rgba(236, 146, 146, 0.4);
	padding: 2px 15px;
	border-radius: 15px;
}

.detail-table tr td {
	padding: 5px;
}

.login {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0px;
}

.login-form {
	padding: 5% 5% 4.3% 5%;
}

.login .logo {
	position: absolute;
	display: flex;
	top: 30px;
	left: 30px;
}

.login .logo img {
	width: 70px;
}

.login .logo h4 {
	margin-top: 7%;
	padding-left: 15px;
	font-size: 20px;
}

.login-form form {
	align-items: center;
	/* padding-top: 100px; */
	width: 100%;
}

.login-form form h2 {
	font-family: 'lato', sans-serif;
	font-weight: bold;
	font-size: 50px;
}

.login-form form .form-control {
	border: none;
	border-radius: 10px;
	padding: 15px;
	padding-right: 40px;
	box-shadow: none;
}

.login-form form #show-pass {
	position: relative;
	float: right;
	right: 20px;
	bottom: 34px;
}

.login-form form input::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: white;
	opacity: 1;
	/* Firefox */
}

.login-form form input::-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: white;
}

.login-form form input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: white;
}

.login-form form .login-btn {
	width: 50%;
	border-radius: 15px;
	background: url('../images/btn-login.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 50px;
	border: none;
	color: white;
	padding-top: 10px;
	margin-top: 40px;
	padding-bottom: 10px;
}

.main .dashboard-cards .dash-card {
	/* padding: 7% 0 7% 3%; */
	background-color: #36383e;
	border-radius: 20px;
	margin-top: 20px;
	margin-left: 1%;
}

.main .dashboard-cards .edit-delete {
	position: absolute;
	top: 20%;
	right: 20px;
	background: #242529;
	width: 30px;
	height: 65px;
	border-radius: 12px;
	padding: 1px;
	margin: auto;
	text-align: center;
}

.main .dashboard-cards .menu-btn {
	position: absolute;
	top: 0px;
	right: 30px;
	width: 8px;
	height: 30px;
}

.main .dashboard-cards #nav ul.dropdown {
	display: none;
	position: absolute;
	left: -24px;
	top: 29px;
	padding: 5px 0px 5px 0;
	background: #888888;
	border-radius: 15px 0 15px 15px;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}

.main .dashboard-cards #nav ul.dropdown li {
	list-style: none;
	width: 40px;
}

.main .dashboard-cards #nav ul.dropdown li a {
	text-decoration: none;
	/* padding: 0em 1em; */
	color: #000;
	display: block;
}

.main .dashboard-cards .sales-edit-delete {
	top: 8%;
	right: 16px;
	background: #888888;
	padding: 3px;
	border-radius: 15px;
	width: 35px;
	height: 69px;
}

.main .dashboard-cards .edit-delete .edit {
	display: block;
	height: 32px;
	border-bottom: 1px dotted #36383e;
}

.main .dashboard-cards .edit-delete .delete {
	height: 35px;
	padding-top: 2px;
	display: block;
}

.delete_details {
	position: absolute;
	top: 15px;
	right: 15px;
}

.main .dashboard-cards table small>i {
	font-size: 4px;
}

.main {
	margin-top: var(--topNavbarHeight);
	padding: 30px;
}

.user-card .image-fixed {
	width: 50%;
	height: 165px;
	background-repeat: no-repeat !important;
	background-size: 100% auto !important;
	background-position: center !important;
}

.user-card .broker-image-fixed {
	width: 50%;
	height: 175px;
	background-repeat: no-repeat !important;
	background-size: 100% auto !important;
	background-position: center !important;
}

.user-card .vehicle-owner-image-fixed {
	width: 50%;
	height: 180px;
	background-repeat: no-repeat !important;
	background-size: 100% auto !important;
	background-position: center !important;
}

.border-light {
	border: 1px solid whitesmoke;
}

.side-bar .nav>li {
	margin-top: 20px;
}

.side-bar .nav .collapse {
	border-radius: 0px 0px 5px 5px;
}

.side-bar .nav #btn-active {
	border-radius: 5px 5px 0px 0px;
}

.btn-logout-1 {
	display: none;
}

.btn-logout-2 {
	display: block;
}

.bg-anakiwa {
	background: #90F7FF;
}

input::placeholder {
	color: #9e9e9e !important;
}

header .modal-backdrop {
	z-index: 9;
}

@media (min-width: 768px) {

	.login-form form {
		align-items: center;
		/* padding-top: 100px; */
		width: 100%;
	}

	.main .dashboard-cards div {
		background-size: auto 100%;
		/* padding: 4% 0 4% 5%; */
		width: 46%;
		margin-top: 20px;
		/* border-radius: 40px; */
		margin-left: 2%;
	}
}

@media (min-width: 992px) {

	.w-80 {
		width: 80%;
	}

	.side-bar {
		transform: none;
		visibility: visible !important;
		height: calc(100% - var(--topNavbarHeight));
		margin-top: var(--topNavbarHeight);
		;
	}

	header .modal-backdrop {
		display: none;
		opacity: 0;
	}

	.btn-logout-1 {
		display: block;
	}

	.btn-logout-2 {
		display: none;
	}

	.side-bar .nav>li {
		margin-top: 20px;
	}

	.btn-side-bar {
		display: none;
	}

	.btn-close {
		display: none;
	}

	.main {
		margin-left: var(--offcanvas-width);
		margin-top: var(--topNavbarHeight);
		padding: 30px;
	}

	/* --------------Dashboard---------- */
	.main .dashboard-cards div {
		/* padding: 4% 0 4% 5%; */
		width: 29%;
		margin-left: 2%;
	}

	.main .dashboard-cards div span {
		/* position: relative; */
		bottom: 5px;
		/* font-size: 15px !important; */
	}

	/* ------------Dashboard End----------- */
	.user-card .card-name-font {
		font-weight: bold;
		font-size: 16px !important;
	}

	.user-card .mail-box {
		font-size: 10px;
	}

	.user-card .type-box {
		width: 100%;

	}

	/* ----------------LOGIN--------------- */
	.login-form form {
		align-items: center;
		/* padding-top: 100px; */
		width: 100%;
	}

	.login {
		height: 100vh;
	}

	/* ----------------LOGIN END--------------- */
}

.side-bar .nav-link a {
	padding: 10px 20px !important;
}

.custom-select-heading {
	margin: 50px 0;
	font-size: 3em;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 2px 1px #a9742b;
}

/***CUSTOM SELECT STYLE (BEGIN)***/
fieldset {
	border: none;
	height: 55px;
}

.custom-select-wrapper {
	position: relative;
	margin-bottom: 90px;
	display: block;
}

.custom-select-wrapper select {
	display: none;
	overflow: hidden;
	width: 100%;
}

.custom-select {
	position: relative;
	display: block;
}

.custom-select-trigger {
	position: relative;
	height: 56px;
	padding: 0;
	display: block;
	overflow: hidden;
	width: 80%;
	/* border: 2px solid #dbb729; */
	border-radius: 10px;
	background: #36383e !important;
	font-size: 1.875em;
	line-height: 160%;
	color: #3e345c;
	cursor: pointer;
}

.custom-select-trigger:after {
	position: absolute;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	top: 50%;
	right: 20px;
	margin-top: -0.13636363em;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
	margin-top: 0.13636363em;
	-webkit-transform: rotate(-135deg) translateY(-50%);
	-ms-transform: rotate(-135deg) translateY(-50%);
	transform: rotate(-135deg) translateY(-50%);
}

.custom-select-trigger-text {
	position: relative;
	top: 0.2em;
	padding: 0 45px 0 20px;
	font-size: 20px;
	display: inline-block;
	overflow: hidden;
	height: 57px;
	color: #fff;
}

.sibmenu {
	max-height: 300px;
	overflow: auto;
	padding: 10px;
	width: 66%;
	background: #000;
	border-radius: 10px 0px 10px 10px;
	margin-left: 10%;

}

.sale-person .custom-select-form-wrapper .custom-select-trigger {
	width: 90% !important;
}

.sale-person .custom-select-form-wrapper .custom-options .sibmenu {
	width: 78% !important;
}

.custom-options {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	margin: 0;
	display: none;
	min-width: 100%;
	/* border: 1px solid #ececec; */
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
	background-color: transparent;

	-webkit-transition: all .4s ease-in-out;
	opacity: 0;
	z-index: 10;
	transition: all .4s ease-in-out;
}

.option-hover:before {
	background: #f9f9f9;
}

.custom-option {
	position: relative;
	display: block;
	padding: 10px;
	border-bottom: 1px solid #ececec;
	font-size: 1em;
	color: #d7d7d7;
	cursor: pointer;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.custom-option:last-of-type {
	border-bottom: 0;
}

.custom-option.selection:hover,
.custom-option:hover {
	background: #fff9e6;
}

/***CUSTOM SELECT STYLE (END)***/




/* --------------------- DATE PICKER STYLE -------------------------------- */
.picker__select--month,
.picker__select--year {
	padding: 0 !important;
}

/* input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
	/* display: none; *
	/* -webkit-appearance: none; *
} */

/* --------------------- DATE PICKER STYLE -------------------------------- */
/* --------------------- Filter Modal Chek box -------------------------------- */
.con1 {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */
.con1 input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: lightgrey;
	border-radius: 10%;
}

/* When the radio button is checked, add a Pink background */
.con1 input:checked~.checkmark {
	background-color: #ff68af;
}

/* --------------------- Filter Modal Chek box End -------------------------------- */







.checkmark {
	position: absolute;
	top: 24px;
	left: 18px;
	height: 12px;
	width: 12px;
	background-color: black;
	border-radius: 50%;
}

.checkmark2 {
	position: absolute;
	top: 21px;
	left: 15px;
	border: 1px solid white;
	height: 18px;
	width: 18px;
	background-color: transparent;
	border-radius: 50%;
}

.radio-mark input:checked~.checkmark {
	background-color: #fff;
}

#highest,
#lowest {
	opacity: 0;
}

.modal-closer {
	position: absolute;
	top: 15px;
	right: 15px;
}

.date-label {
	position: absolute;
	top: -20px;
}

.calendar {
	cursor: pointer;
}








.percent {
	position: absolute;
	right: 24%;
	bottom: 18%;
}