/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 3, 2023 */

/* General Fonts */
@font-face {
	font-family: 'daxlineprolight';
	src: url('../fonts/daxlinepro-light-webfont.woff2') format('woff2'),
		url('../fonts/daxlinepro-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'daxlineproregular';
	src: url('../fonts/daxlinepro-regular-webfont.woff2') format('woff2'),
		url('../fonts/daxlinepro-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'daxlinepromedium';
	src: url('../fonts/daxlinepro-medium-webfont.woff2') format('woff2'),
		url('../fonts/daxlinepro-medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'daxlineprobold';
	src: url('../fonts/daxlinepro-bold-webfont.woff2') format('woff2'),
		url('../fonts/daxlinepro-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'daxlineproextrabold';
	src: url('../fonts/daxlinepro-extrabold-webfont.woff2') format('woff2'),
		url('../fonts/daxlinepro-extrabold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

html {
	height: 100%;
}

body {
	height: 100%;
	color: #191818;
	font-size: 14px;
	line-height: 1.3;
	background: #F7F7F7;
	font-family: 'daxlineproregular';
}

p {
	margin: 0 0 10px;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
}

.btn-secondary {
	background: var(--bs-secondary);
	border-color: var(--bs-secondary);
}

.btn-secondary:hover {
	background: #B09742;
	border-color: #B09742;
}

.white-box {
	background: white;
	border-radius: 4px;
}

.login-wrapper {
	padding: 68px;
	min-height: 100%;
	background: url('../images/bg-login-page.jpg') no-repeat;
	background-position: center;
	background-size: cover;
}

.login-wrapper h1 {
	color: white;
	font-size: 40px;
	line-height: 1.3;
	margin: 0 0 20px;
	font-family: 'daxlineprobold';
}

.login-wrapper h2 {
	color: var(--bs-secondary);
	font-size: 32px;
	line-height: 1.3;
	margin: 0 0 20px;
	text-transform: uppercase;
	font-family: 'daxlineprobold';
}

.login-wrapper .logo {
	width: 134px;
	display: block;
	margin: 0 auto 100px;
}

.login-wrapper .textbox {
	color: white;
	margin: 0 auto;
	max-width: 360px;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
}

.login-wrapper .steps {
	margin: 0;
	padding: 20px 0;
	list-style: none;
}

.login-wrapper .steps li {
	padding: 0 5px;
	display: inline-block;
	vertical-align: middle;
}

.login-wrapper .steps li span {
	display: block;
	width: 44px;
	height: 4px;
	font-size: 0;
	line-height: 0;
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.31);
}

.login-wrapper .steps li.active span {
	background: white;
}

.login-wrapper .white-box {
	padding: 50px;
	font-size: 16px;
}

.login-wrapper .form-holder {
	padding: 50px 0 100px;
}

.login-wrapper .form-control {
	margin: 0 0 10px;
	border-color: #F7F7F7;
}

.login-wrapper .otp .form-control {
	height: 59px;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	padding: 15px 10px;
	font-family: 'daxlineprobold';
	color: var(--bs-secondary);
}

.login-wrapper .btn {
	width: 100%;
	font-size: 16px;
}

.login-wrapper .field-holder {
	margin: 0 0 30px;
}

.login-wrapper .field-holder.error .otp .form-control {
	color: #F11C0E;
}

.field-holder .error-message {
	display: none;
	font-size: 12px;
}

.field-holder.error .form-control {
	color: #191818;
	border-color: #F11C0E;
	background: white;
}

.field-holder.error .error-message {
	display: block;
}

.field-holder.error {
	color: #F11C0E;
}

.login-wrapper .member-text {
	text-align: center;
	color: var(--bs-primary);
}

.login-wrapper .member-text a {
	color: var(--bs-secondary);
	font-family: 'daxlineprobold';
}

.wrapper {
	height: 100%;
	position: relative;
	overflow: auto;
}

.logout-box {
	position: absolute;
	bottom: 25px;
	left: 15px;
	right: 15px;
	z-index: 10;
}

.logout-box a {
	color: #E62729;
	font-size: 12px;
}

.logout-box a svg {
	margin-right: 13px;
}

.logout-box a i {
	font-size: 16px;
	line-height: 1;
}

.sidebar {
	position: relative;
	float: left;
	width: 223px;
	background: white;
	padding-bottom: 60px;
	border-right: solid 1px #F3F3F3;
}

.sidebar .logo-area {
	padding: 15px;
	border-bottom: solid 1px #F3F3F3;
}

.sidebar .logo-area .logo {
	display: block;
	width: 134px;
	margin: 0 auto 30px;
}

.sidebar .logo-area img {
	display: block;
}

.sidebar .search-form .btn-search {
	border: 0;
	padding: 0;
	margin: 0 10px 0 0;
	float: left;
	font-size: 0;
	line-height: 0;
	width: 19px;
	height: 19px;
	background: url('../images/search-refraction.png') no-repeat;
}

.sidebar .search-form input[type="search"] {
	border: 0;
	padding: 0;
	outline: none;
	color: var(--bs-gray);
	font-size: 12px;
	line-height: 19px;
	width: calc(100% - 29px);
	font-family: 'daxlineproregular';
}

.sidebar .navbar {
	padding: 15px;
}

.sidebar .navbar ul.menu {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	list-style: none;
}

.sidebar .navbar ul li {
	margin: 0 0 5px;
}

.sidebar .navbar ul li a {
	color: var(--bs-gray);
	display: block;
	padding: 12px;
	font-size: 12px;
	line-height: 19px;
	position: relative;
	border-radius: 4px;
	font-family: 'daxlinepromedium';
}

.sidebar .navbar ul.menu>li>a:hover,
.sidebar .navbar ul.menu>li.active>a {
	color: white;
	background: var(--bs-primary);
}

.sidebar .navbar ul li a img {
	width: 16px;
	margin-right: 10px;
}

.sidebar .navbar ul li>a .img-hover,
.sidebar .navbar ul li>a:hover .img-normal,
.sidebar .navbar ul li.active>a .img-normal {
	display: none;
}

.sidebar .navbar ul li>a:hover .img-hover,
.sidebar .navbar ul li.active>a .img-hover {
	display: inline;
}

.sidebar .navbar ul li>a svg {
	margin-right: 10px;
}

.sidebar .navbar ul li>a svg.alt {
	stroke: none;
}

.sidebar .navbar ul li>a:hover svg path,
.sidebar .navbar ul li.active>a svg path {
	stroke: #fff;
}

.sidebar .navbar ul li>a:hover svg.alt path,
.sidebar .navbar ul li.active>a svg.alt path {
	fill: #fff;
	stroke: none;
}

.sidebar .navbar ul li a i {
	font-size: 14px;
	margin-right: 10px;
}

.sidebar .navbar ul li a i.bi-chevron-down {
	position: absolute;
	right: 10px;
	top: 50%;
	margin: 0;
	opacity: 0;
	transform: translateY(-50%);
}

.sidebar .navbar ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar .navbar ul li.hasdropdown i.bi-chevron-down {
	opacity: 1;
}

.sidebar .navbar ul li.active i.bi-chevron-down:before {
	transform: rotate(-180deg);
}

.sidebar .navbar ul .submenu {
	display: none;
	padding: 5px 0 0;
}

.sidebar .navbar ul li.active .submenu {
	display: block;
}

.sidebar .navbar ul li .submenu li a:hover svg path,
.sidebar .navbar ul li .submenu li.active a svg path {
	stroke: #A58B51;
}

.sidebar .navbar ul li.active .submenu {
	display: block;
}

.sidebar .navbar ul li .submenu li a:hover svg.alt path,
.sidebar .navbar ul li .submenu li.active a svg.alt path {
	fill: #A58B51;
	stroke: none;
}

.sidebar .navbar ul ul li a {
	padding-left: 25px;
	border-radius: 4px;
	border: solid 1px white;
}

.sidebar .navbar ul ul li.active a,
.sidebar .navbar ul ul li a:hover {
	color: var(--bs-secondary);
	border-color: var(--bs-secondary);
}

.inner-wrapper {
	min-height: 100%;
	overflow: hidden;
	margin-left: 223px;
}

.navbar-toggler {
	z-index: 2;
	padding: 2px 10px;
	background: var(--bs-primary);
}

.navbar-toggler i {
	font-size: 35px;
}

#header {
	background: white;
}

.topbar {
	padding: 15px 0;
	border-bottom: solid 1px #F3F3F3;
}

.topbar .left-content {
	text-align: left;
}

.topbar .right-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.topbar .left-content ul li {
	padding: 0 10px;
	display: inline-block;
	vertical-align: left;
}

#main {
	overflow: hidden;
	height: calc(100% - 145px);
}

/*Filter Block */
.filder-block {
	padding: 20px;
	max-width: 1000px;
	background: white;
	border-radius: 4px;
}

.filder-block button[type=submit] {
	font-size: 14px;
	color: white;
	min-width: 115px;
	font-family: 'daxlinepromedium';
}

.filter-title-bar {
	padding: 20px 0;
	border-top: solid 1px #F2F2F2;
}

.filder-block.full .box:first-child {
	padding-left: 0;
	border-left-width: 0;
}

.filder-block.full .box {
	padding: 20px;
	border: solid rgba(242, 242, 242, 0.69);
	border-width: 0 0 1px 1px;
}

.filder-block.full .input-group-holder label {
	margin: 0 0 20px;
}

.filder-block.full .label {
	color: var(--bs-primary);
	font-size: 16px;
	margin: 0 0 20px;
	display: inline-block;
	vertical-align: top;
	font-family: 'daxlinepromedium';
}

.filder-block.full .form-check {
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

.filder-block.full .form-check-label {
	font-size: 16px;
}

.filder-block.full .form-footer {
	padding-top: 20px;
}

/* Widget Area */
.widget-area {
	position: relative;
}

.connect-widget {
	display: none;
	width: 427px;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 10;
	border-radius: 4px;
	background: var(--bs-primary);
}

.connect-widget .head {
	padding: 20px;
}

.connect-widget .head h3 {
	color: white;
	margin: 0;
	font-size: 18px;
	line-height: 1.2;
	font-family: 'daxlinepromedium';
}

.connect-widget .head a {
	color: white;
}

.connect-widget .head a i {
	font-size: 20px;
}

.connect-widget .widgets {
	padding: 0 20px;
}

.widget-box {
	padding: 20px;
	background: white;
	border-radius: 4px;
}

.widget-box .top-block {
	margin: 0 0 15px;
}

.widget-box .top-block i {
	font-size: 20px;
}

.widget-box .top-block .title {
	display: block;
	font-size: 30px;
	line-height: 1;
	margin: 0 0 5px;
	color: var(--bs-secondary);
	font-family: 'daxlineprobold';
}

.widget-box .top-block .text {
	display: block;
	font-size: 18px;
	line-height: 1;
	padding-left: 30px;
	color: var(--bs-primary);
}

.widget-box .top-title {
	display: block;
	color: #577282;
	margin: 0 0 15px;
}

.widget-box .block {
	padding: 15px 0;
	border-top: solid 1px #ECECEC;
}

.widget-box .block .content-box .title {
	display: block;
	font-size: 14px;
	line-height: 1;
	color: var(--bs-primary);
	font-family: 'daxlinepromedium';
}

.widget-box .block .value {
	display: block;
	font-size: 16px;
}

.widget-box .block .content-box .btn {
	font-size: 12px;
	min-width: 116px;
	text-align: center;
	background: #f4f1ea;
	color: var(--bs-secondary);
	font-family: 'daxlinepromedium';
}

.widget-box .block .content-box .btn:hover {
	color: #f4f1ea;
	background: var(--bs-secondary);
}

.widget-box .locations ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}

.widget-box .locations ul li {
	display: flex;
	justify-content: space-between;
}

.widget-box .locations ul li .date {
	color: #BCBCBC;
	display: block;
	font-size: 14px;
	padding: 10px 0;
	width: 130px;
}

.widget-box .locations ul li .title {
	display: block;
	color: #BCBCBC;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 0;
	position: relative;
	width: calc(100% - 180px);
}

.widget-box .locations ul li.active .title {
	color: #191818;
	font-family: 'daxlinepromedium';
}

.widget-box .locations ul li .title:before {
	position: absolute;
	left: -30px;
	top: 50%;
	width: 16px;
	height: 16px;
	content: "";
	z-index: 2;
	border-radius: 100%;
	background: white;
	transform: translateY(-50%);
	border: solid 1px var(--bs-secondary);
}

.widget-box .locations ul li.active .title:before {
	background: var(--bs-secondary);
}

.widget-box .locations ul li .title:after {
	position: absolute;
	left: -23px;
	top: -99px;
	bottom: 15px;
	content: "";
	z-index: 1;
	border: dashed 1px var(--bs-secondary);
}

.widget-box .locations ul li:first-child .title:after {
	z-index: 3;
	bottom: 28px;
	border: solid 1px white;
}

.widget-box .locations ul li.active .title:after {
	border-style: solid;
}

.widget-box .btn-box {
	border: 0;
	padding: 0;
}

.widget-box .btn-box .btn {
	display: block;
}

/* filter-area */
.filter-area {
	padding: 15px 0;
	background: white;
}

.filter-area a {
	font-size: 14px;
	line-height: 16px;
	padding: 10px 16px;
}

.filter-area .left-buttons a svg,
.filter-area .right-buttons a svg {
	margin-right: 8px;
}

.filter-area .left-buttons a:active svg path,
.filter-area .left-buttons a:hover svg path {
	stroke: #fff;
}

.main-content {
	height: 100%;
	padding: 15px 0;
	overflow: hidden;
	position: relative;
}

.main-content h1 {
	font-size: 22px;
	line-height: 1.2;
	margin: 0 0 20px;
	font-family: 'daxlineprobold';
}

.alert .btn-close {
	top: 50%;
	right: 10px;
	opacity: 1;
	padding: 0;
	width: auto;
	height: auto;
	background: transparent;
	transform: translateY(-50%);
}

.alert .btn-close i {
	font-size: 30px;
}

.alert-warning {
	font-size: 16px;
	line-height: 20px;
	font-family: 'daxlinepromedium';
}

.alert-warning .btn-close {
	color: var(--bs-secondary);
}

.alert-secondary {
	font-size: 16px;
	line-height: 20px;
	font-family: 'daxlinepromedium';
}

/* innter top tabs */
.inner-top-tabs {
	overflow: hidden;
	margin: 0 0 15px;
}

.inner-top-tabs ul {
	margin: 0;
	overflow: hidden;
	padding: 10px 5px;
	list-style: none;
	background: white;
	border-radius: 51px;
	border: solid 1px #ECECEC;
}

.inner-top-tabs ul li {
	float: left;
	padding: 0 5px;
}

.inner-top-tabs ul li a {
	color: var(--bs-gray);
	display: block;
	min-width: 142px;
	padding: 10px;
	border-radius: 50px;
	text-align: center;
}

.inner-top-tabs .left-tabs ul li.active a,
.inner-top-tabs .left-tabs ul li a:hover {
	color: white;
	font-family: 'daxlinepromedium';
	background: var(--bs-primary);
}

.inner-top-tabs .right-tabs ul li.active a,
.inner-top-tabs .right-tabs ul li a:hover {
	color: white;
	background: var(--bs-secondary);
}

/* feature-box */
.feature-box .box {
	color: var(--bs-primary);
	background: white;
	border-radius: 4px;
	padding: 20px 20px 10px;
	border: solid 1px #F5F6FA;
	font-family: 'daxlinepromedium';
}

.feature-box .box img {
	display: block;
	margin: 0 0 20px;
}

.feature-box .box .value {
	color: var(--bs-secondary);
	font-size: 30px;
	font-family: 'daxlineprobold';
}

/* graph-box */
.graph-box {
	padding: 20px;
	background: white;
	border-radius: 4px;
}

.graph-box .head {
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: solid 1px rgba(242, 242, 242, 0.69);
}

.graph-box .head .title {
	font-size: 12px;
	font-weight: 400;
	font-family: 'daxlinepromedium';
}

.graph-box .head ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.graph-box .head ul li:first-child {
	border: 0;
}

.graph-box .head ul li {
	padding: 0 0 0 4px;
	display: inline-block;
	vertical-align: middle;
	border-left: solid 1px #F3F3F3;
}

.graph-box .head select {
	border: 0;
	font-size: 12px;
	color: var(--bs-primary);
}

.graph-body {
	overflow: hidden;
}

.graph-body .title {
	display: block;
}

.graph-body .value {
	display: block;
	font-size: 26px;
	font-family: 'daxlineprobold';
}

.graph-body .graph-content {
	overflow: hidden;
}

.graph-body .graph-total {
	overflow: hidden;
}

.graph-body ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	font-family: 'daxlinepromedium';
}

.graph-body ul.top-space {
	padding-top: 50px;
}

.graph-body ul li {
	width: 50%;
	position: relative;
	padding: 0 0 0 20px;
}

.graph-body ul li:before {
	position: absolute;
	left: 0;
	top: 3px;
	width: 10px;
	height: 10px;
	content: "";
	background: #21356a;
	border-radius: 100%;
}

.graph-body ul li.brown:before {
	background: #a58a53;
}

.graph-body ul .inner-title {
	display: block;
	font-size: 12px;
	margin: 0 0 3px;
	font-family: 'daxlineprobold';
}

.graph-body ul .inner-value {
	display: block;
	color: #21356a;
	font-family: 'daxlineprobold';
}

.graph-body ul li.brown .inner-value {
	color: #a58a53;
}

.graph-body.half {
	display: flex;
}

.graph-body.half .img-box {
	width: 50%;
}

.graph-body.half .graph-content {
	width: 50%;
	padding: 10px 0 10px 7%;
}

.graph-box.full .title {
	font-size: 20px;
}

/* Map area */
.map-area {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.map-area>img {
	display: block;
	height: 100%;
	width: 100%;
}

/* Back link */
.back-link {
	overflow: hidden;
	margin: 0 0 20px;
	font-family: 'daxlinepromedium';
}

/* item-list */
.items-list {
	padding: 20px;
	position: relative;
	margin-left: -15px;
	margin-bottom: 15px;
	background: rgba(255, 255, 255, 0.8);
}

.items-list:after {
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
	content: "";
	margin: 0 0 -9999px;
	padding: 0 0 9999px;
	background: rgba(255, 255, 255, 0.8);
}

.items-list.normal {
	margin-left: 0;
}

.items-list.small-list {
	float: left;
	width: 100%;
	max-width: 465px;
}

.items-list .tabs-list {
	padding: 0;
	margin: 0 0 20px;
	list-style: none;
	border-bottom: solid 1px #E3E3E3;
}

.items-list .tabs-list li {
	margin-bottom: -1px;
	padding: 0 10px 0 0;
	display: inline-block;
	vertical-align: top;
}

.items-list .tabs-list li a {
	color: #191818;
	display: block;
	padding: 3px 0;
	border-bottom: solid 2px transparent;
}

.items-list .tabs-list li a:hover,
.items-list .tabs-list li.active a {
	color: var(--bs-secondary);
	border-color: var(--bs-secondary);
	font-family: 'daxlinepromedium';
}

/* item-box */
.item-box {
	overflow: hidden;
	background: white;
	border-radius: 4px;
	margin: 0 0 15px;
	border: solid 1px rgba(155, 155, 155, 0.44);
}

.item-box.active {
	border-left-width: 10px;
	border-left-color: var(--bs-secondary);
}

.item-box .item-head {
	color: #ECECEC;
	padding: 15px 20px;
	background: var(--bs-primary);
}

.item-box .item-head i {
	color: white;
	font-size: 16px;
}

.item-box .item-head .bi-info-circle {
	color: var(--bs-secondary);
}

.item-box .item-head p strong {
	color: white;
}

.item-box .item-head .btn {
	color: white;
	font-size: 12px;
	font-weight: 500;
	min-width: 120px;
	text-transform: uppercase;
	font-family: inter, sans-serif;
	background: rgba(255, 255, 255, 0.3);
}

.item-box .item-info {
	padding: 0 20px;
}

.item-box .item-info .block:first-child {
	border: 0;
}

.item-box .item-info .block {
	padding: 20px 0;
	border-top: solid 1px #ECECEC;
}

.item-box .item-info .block.no-border {
	border: 0;
}

.item-box .item-info .block.img-block {
	padding: 0;
}

.item-box .item-info .block .content-box {
	overflow: hidden;
}

.item-box .item-info .block .content-box .value {
	font-size: 16px;
}

.item-box .item-info .block .content-box img {
	max-width: 112px;
}

.item-box .item-info .block .content-box .btn {
	font-size: 12px;
	padding: 5px 20px;
	min-width: 118px;
	background: #f4f1ea;
	color: var(--bs-secondary);
	text-transform: uppercase;
	font-family: 'daxlinepromedium';
}

.item-box .item-info .block .content-box .btn:hover {
	color: #f4f1ea;
	background: var(--bs-secondary);
}

.item-box .item-info .block .content-box .text-btn {
	font-size: 12px;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
	padding: 5px 14px;
	min-width: 118px;
	background: #f4f1ea;
	border-radius: 6px;
	color: var(--bs-secondary);
	text-transform: uppercase;
	font-family: 'Inter', sans-serif;
}

.item-box .item-info .block .content-box .expand-link {
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
	color: var(--bs-primary);
}

.item-box .item-info .block .content-box .expand-link i {
	font-size: 16px;
}

.item-box .item-info .block .content-box .expand-link i.bi-arrows-angle-contract,
.item-box.expanded .item-info .block .content-box .expand-link i.bi-arrows-fullscreen {
	display: none;
}

.item-box.expanded .item-info .block .content-box .expand-link i.bi-arrows-angle-contract {
	display: inline-block;
}

.item-box .item-info .block .icon-holder {
	overflow: hidden;
	margin-right: 10px;
}

.item-box .item-info .block .icon-holder i {
	font-size: 20px;
	color: var(--bs-secondary);
}

.item-box .item-info .title {
	display: block;
	font-weight: 400;
	margin: 0 0 5px;
	color: var(--bs-primary);
	font-family: 'daxlineprobold';
}

.item-box .item-info .value {
	margin: 0;
}

.item-box.has-icons .item-info .value {
	padding-left: 20px;
}

.item-box.has-icons .item-info .block.head .value {
	padding: 0;
}

.item-box .item-info .name {
	margin: 0;
	font-size: 16px;
}

.item-box .locations.top {
	display: block;
	overflow: hidden;
}

.item-box .locations {
	padding: 0 20px;
	display: none;
}

.item-box.expanded .locations {
	display: block;
}

.item-box .locations ul {
	margin: 0;
	padding: 15px 0;
	list-style: none;
	overflow: hidden;
	border-top: solid 1px #ECECEC;
}

.item-box .locations.top ul {
	overflow: hidden;
}

.item-box .locations ul li {
	display: flex;
	justify-content: space-between;
}

.item-box .locations ul li .date {
	color: #BCBCBC;
	display: block;
	font-size: 14px;
	padding: 10px 0;
	width: 130px;
}

.item-box .locations ul li .title {
	display: block;
	color: #BCBCBC;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 0;
	position: relative;
	width: calc(100% - 180px);
}

.item-box .locations ul li .title:before {
	position: absolute;
	left: -30px;
	top: 50%;
	width: 16px;
	height: 16px;
	content: "";
	z-index: 2;
	border-radius: 100%;
	background: white;
	transform: translateY(-50%);
	border: solid 1px var(--bs-secondary);
}

.item-box .locations ul li.active .title:before {
	background: var(--bs-secondary);
}

.item-box .locations ul li .title:after {
	position: absolute;
	left: -23px;
	top: -99px;
	bottom: 15px;
	content: "";
	z-index: 1;
	border: dashed 1px var(--bs-secondary);
}

.item-box .locations ul li:first-child .title:after {
	z-index: 3;
	bottom: 28px;
	border: solid 1px white;
}

.item-box .locations ul li.active .title:after {
	border-style: solid;
}

.item-box .locations ul li .status {
	color: #577282;
	display: block;
	padding: 10px 0;
	font-size: 12px;
	width: 60px;
}

.item-box .locations ul li.active .title {
	color: #191818;
	font-family: 'daxlinepromedium';
}

.item-box .locations ul li.active .status {
	color: var(--bs-secondary);
	font-family: 'daxlinepromedium';
}

.item-box .item-footer {
	padding: 20px 0;
	margin: 0 20px;
	border-top: solid 1px #ECECEC;
}

.item-box .item-footer .img-box {
	margin-right: 10px;
}

.item-box .item-footer .content-box .title {
	display: block;
	margin: 0 0 5px;
	font-weight: 400;
	color: var(--bs-primary);
	font-family: 'daxlineprobold';
}

.item-box .item-footer .value {
	margin: 0;
	color: #232323;
}

.item-box .item-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.item-box .item-footer ul li {
	padding: 0 5px;
	display: inline-block;
	vertical-align: middle;
}

.item-box .item-footer ul li a {
	color: var(--bs-secondary);
}

.item-box .item-footer ul.custom-icons li a {
	display: block;
	padding: 7px 8px;
	border-radius: 4px;
	color: var(--bs-primary);
	background: rgba(33, 53, 107, 0.16);
}

.item-box .item-footer ul li a i {
	font-size: 18px;
	line-height: 1;
}

/* Item order Box */
.item-box.order-box .item-info .block .content-box .btn {
	text-transform: uppercase;
}

.item-box.order-box .item-info .block .content-box .btn span {
	font-family: 'daxlineprobold';
}

.item-box.order-box.expanded .locations ul {
	border: 0;
	padding: 0 0 15px;
}

.item-box.order-box.expanded .locations.top ul {
	padding: 15px 0 0;
	border-top: solid 1px #ECECEC;
}

/* Item Driver Box */
.item-box.driver-box.active {
	border-left-color: var(--bs-primary);
}

.item-box.driver-box .item-info .block {
	border: 0;
	padding: 15px 0;
}

.item-box.driver-box .item-footer {
	border-top: 0;
	border-bottom: solid 1px #ECECEC;
}

/* Item Truck Box */
.item-box.truck-box.active {
	border-left-color: var(--bs-primary);
}

.item-box.truck-box .item-info .block {
	padding: 15px 0;
}

.item-box.truck-box .item-info .name {
	color: #6E6E6E;
}

/* Item right content */
.items-right-content {
	overflow: hidden;
	padding: 0 15px;
}

.items-right-content .info-box {
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.8);
}

.items-right-content .info-box table {
	margin: 0;
}

.items-right-content .info-box table td {
	padding: 15px 20px;
	border-width: 1px 0 0 1px;
}

.items-right-content .info-box table tr:first-child td {
	border-top-width: 0;
}

.items-right-content .info-box table td:first-child {
	border-left-width: 0;
}

.items-right-content .info-box .title {
	display: block;
	margin: 0 0 5px;
	color: var(--bs-primary);
	font-family: 'daxlinepromedium';
}

.items-right-content .info-box .value {
	display: block;
	padding-left: 20px;
}

.items-right-content .info-box-bottom {
	overflow: hidden;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.8);
}

.items-right-content .tabs-list {
	margin: 0;
	list-style: none;
	padding: 10px 20px 0;
	border-bottom: solid 1px #E3E3E3;
}

.items-right-content .tabs-list li {
	margin-bottom: -1px;
	padding: 0 10px 0 0;
	display: inline-block;
	vertical-align: top;
}

.items-right-content .tabs-list li a {
	color: #191818;
	display: block;
	padding: 3px 0;
	border-bottom: solid 2px transparent;
}

.items-right-content .tabs-list li a:hover,
.items-right-content .tabs-list li.active a {
	color: var(--bs-secondary);
	border-color: var(--bs-secondary);
	font-family: 'daxlinepromedium';
}

.info-box-bottom .table-responsive {
	padding: 10px 20px;
}

.info-box-bottom table {
	margin: 0;
}

.info-box-bottom table th:first-child {
	border-left: 0;
}

.info-box-bottom table th {
	border: solid #eee;
	border-width: 0 0 0 1px;
	padding: 10px 15px;
	color: var(--bs-primary);
	font-family: 'daxlinepromedium';
}

.info-box-bottom table th i {
	font-size: 18px;
}

.info-box-bottom table td {
	padding: 10px 15px;
	border-width: 1px 0 0;
}

/* item-box-main */
.item-box-main {
	margin: 0;
	width: 100%;
	max-width: 425px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

/* Main Table area */
.main-table-area {
	max-height: 631px;
	overflow: auto;
}

.main-table-area .table-block {
	margin: 0 0 10px;
	background: white;
	padding: 20px 30px;
	border-radius: 4px;
}

.main-table-area .table {
	margin: 0;
}

.main-table-area .table td {
	width: 16.6667%;
	padding: 5px 15px;
	padding-right: 5px;
	border-bottom: 0;
	vertical-align: middle;
	border-left: solid 1px #ECECEC;
}

.main-table-area .table td:last-child {
	width: 150px;
}

.main-table-area .table td:first-child {
	border: 0;
	padding-left: 0;
}

.main-table-area .table .title {
	display: block;
	margin: 0 0 5px;
	white-space: nowrap;
	color: var(--bs-primary);
	font-family: 'daxlinepromedium';
}

.main-table-area .table .title svg {
	margin-right: 7px;
}

.main-table-area .table .title i {
	font-size: 16px;
	margin-right: 5px;
}

.main-table-area .table .value {
	color: #191818;
	display: block;
	font-size: 16px;
	padding-left: 21px;
	white-space: nowrap;
}

.main-table-area .table .value.alt {
	padding: 0;
	font-size: 14px;
	font-family: 'daxlinepromedium';
}

.main-table-area .table .value svg {
	margin-right: 7px;
}

.main-table-area .table td .btn {
	display: block;
	color: #A58B51;
	font-size: 14px;
	padding: 6px 10px;
	background: rgba(165, 139, 81, 0.07);
	font-family: 'daxlinepromedium';
}

.main-table-area .table td .btn:hover {
	color: white;
	background: #A58B51;
}

.main-table-area .table td .btn-active {
	color: #21356B;
	background: rgba(33, 53, 107, 0.07);
}

.main-table-area .table td .btn-active:hover {
	background: #21356B;
}

.main-table-area .table td .btn-danger {
	color: #E64D3C;
	border-color: rgba(230, 77, 60, 0.07);
	background: rgba(230, 77, 60, 0.07);
}

.main-table-area .table td .btn-danger:hover {
	background: #E64D3C;
}

.main-table-area .progress-wrap {
	margin-top: 15px;
}

/* progress-wrap */
.progress-wrap {
	color: #BCBCBC;
	padding: 20px 0;
	background: #FAFAFA;
	border-radius: 4px;
}

.progress-wrap ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	text-align: center;
	justify-content: space-around;
}

.progress-wrap ul li {
	width: 14.28%;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.progress-wrap ul li:before {
	position: absolute;
	left: 50%;
	top: 6px;
	height: 6px;
	width: 73%;
	content: "";
	background: #D9D9D9;
	border-radius: 21px;
	transform: translateX(-120%);
}

.progress-wrap ul li.active:before {
	background: #A58B51;
}

.progress-wrap ul li:first-child:before {
	display: none;
}

.progress-wrap ul li .icon-box {
	width: 34px;
	padding: 0 7px;
	position: relative;
	z-index: 1;
	margin: 0 auto 15px;
	background: #FAFAFA;
}

.progress-wrap ul li .icon-holder {
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #D9D9D9;
	border-radius: 100%;
}

.progress-wrap ul li .icon-holder i {
	color: white;
	opacity: 0;
	font-size: 14px;
	line-height: 18px;
}

.progress-wrap ul li .icon-holder svg {
	opacity: 0;
}

.progress-wrap ul li.active {
	color: #A58B51;
}

.progress-wrap ul li.active .icon-holder {
	background: #A58B51;
}

.progress-wrap ul li.active .icon-holder svg,
.progress-wrap ul li.active .icon-holder i {
	opacity: 1;
}

/* Table area */
.table-area .inline-form .search-form {
	width: 100%;
	max-width: 360px;
}

.table-area .inline-form .export-bar .btn {
	font-size: 14px;
	padding: 13px 15px;
	margin-left: 10px;
}

.table-area .inline-form .dropdown-menu {
	padding: 0;
	min-width: 200px;
}

.table-area .inline-form .dropdown-menu li:first-child {
	border: 0;
}

.table-area .inline-form .dropdown-menu li {
	border-top: solid 1px #F3F3F3;
}

.dropdown-menu .dropdown-item {
	color: #191818;
	padding: 15px 20px;
}

.table-area .inline-form .dropdown-toggle::after {
	display: none;
}

.table-area {
	background: white;
	overflow: hidden;
	border-radius: 4px;
}

.table-area .head {
	padding: 15px 20px;
	border-bottom: solid 1px #eee;
}

.table-area .search-form {
	padding: 14px;
	border-radius: 6px;
	border: solid 1px #eee;
}

.table-area .search-form .btn-search {
	border: 0;
	padding: 0;
	margin: 0 10px 0 0;
	float: left;
	font-size: 0;
	line-height: 0;
	width: 19px;
	height: 19px;
	background: url('../images/magnifier.png') no-repeat;
}

.table-area .search-form input[type="search"] {
	border: 0;
	padding: 0;
	outline: none;
	color: var(--bs-gray);
	font-size: 14px;
	line-height: 19px;
	width: calc(100% - 29px);
	font-family: 'daxlineproregular';
}

.table-area .show-result {
	text-align: right;
}

.table-area .show-result select {
	color: #858585;
	background: #F0F0F0;
	border-color: #E7E7E7;
	border-radius: 4px;
}

.table-area .head .tabs-list {
	padding: 0 20px;
	margin: 20px -20px 10px;
}

.table-area .table-responsive {
	height: 569px;
	overflow: auto;
}

.table-area .table {
	margin: 0;
}

.table-area .table thead th:first-child {
	border-width: 0;
}

.table-area .table thead th {
	color: var(--bs-primary);
	padding: 20px;
	border: solid #eee;
	border-width: 0 0 0 1px;
	font-family: 'daxlinepromedium';
}

.table-area .table td:first-child {
	font-size: 14px;
	font-family: 'daxlinepromedium';
}

.table-area .table td {
	color: #191818;
	font-size: 12px;
	padding: 10px 20px;
	border: solid #eee;
	border-width: 1px 0;
	position: relative;
	vertical-align: middle;
}

.table-area .table .btn {
	font-size: 12px;
	color: var(--bs-secondary);
	min-width: 116px;
	text-align: center;
	background: #f4f1ea;
	font-family: 'daxlinepromedium';
}

.table-area .table .btn:hover {
	color: white;
	background: var(--bs-secondary);
}

.table-area .table .text-status {
	font-size: 12px;
	line-height: 18px;
	display: inline-block;
	vertical-align: middle;
	min-width: 113px;
	padding: 6px 12px;
	text-align: center;
	background: #f4f1ea;
	border-radius: 6px;
	color: var(--bs-secondary);
	font-family: 'daxlinepromedium';
}

.table-area .table .simple-link i {
	font-size: 18px;
	vertical-align: middle;
}

.table-area .table .simple-link {
	display: block;
	white-space: nowrap;
	padding: 8px 6px;
	border-radius: 6px;
}

.table-area .table .simple-link.active,
.table-area .table .simple-link:hover {
	color: white;
	background: var(--bs-primary);
}

.table-area .table .link-raise-complain {
	text-transform: uppercase;
	font-family: 'daxlinepromedium';
}

.inner-table {
	background: white;
	border-radius: 4px;
	border: 1px solid rgba(155, 155, 155, 0.44);
}

.items-list .inner-table .tabs-list {
	margin: 0;
	padding: 20px 20px 0;
}

.table-area .inner-table .table tr:first-child td {
	border-width: 0 0 0 1px;
}

.table-area .inner-table .table td:first-child,
.table-area .inner-table .table tr:first-child td:first-child {
	border-left-width: 0;
}

.table-area .inner-table .table td {
	font-size: 14px;
	border-width: 1px 0 0 1px;
}

.inner-table .title {
	display: block;
	margin: 0 0 5px;
	color: var(--bs-primary);
	font-family: 'daxlinepromedium';
}

/* Innter Item Box */
.table-area .inner-item-box {
	position: absolute;
	top: 90%;
	right: 20px;
	width: 420px;
	z-index: 10;
}

.inner-item-box {
	background: white;
	border-radius: 4px;
	border: solid 1px rgba(155, 155, 155, 0.44);
}

.inner-item-box .item-info {
	padding: 0 20px;
}

.inner-item-box .item-info .block:first-child {
	border: 0;
}

.inner-item-box .item-info .block {
	padding: 20px 0;
	border-top: solid 1px #ECECEC;
}

.inner-item-box .item-info .title {
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 5px;
	color: var(--bs-primary);
	font-family: 'daxlineprobold';
}

.inner-item-box .item-info .value {
	margin: 0;
	color: #6E6E6E;
	font-size: 16px;
}

.inner-item-box .item-info .block .content-box .btn {
	font-size: 12px;
	padding: 5px 20px;
	min-width: 118px;
	background: #f4f1ea;
	color: var(--bs-secondary);
	font-family: 'daxlinepromedium';
}

.inner-item-box .item-info .block .content-box .btn:hover {
	color: #f4f1ea;
	background: var(--bs-secondary);
}

.inner-item-box .locations {
	overflow: hidden;
	padding: 0 20px;
}

.inner-item-box .locations ul {
	margin: 0;
	padding: 15px 0;
	list-style: none;
	overflow: hidden;
	border-top: solid 1px #ECECEC;
}

.inner-item-box .locations ul li {
	display: flex;
	justify-content: space-between;
}

.inner-item-box .locations ul li .date {
	color: #BCBCBC;
	display: block;
	font-size: 14px;
	padding: 10px 0;
	width: 130px;
}

.inner-item-box .locations ul li .title {
	display: block;
	color: #BCBCBC;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 0;
	position: relative;
	width: calc(100% - 180px);
}

.inner-item-box .locations ul li.active .title {
	color: #191818;
	font-family: 'daxlinepromedium';
}

.inner-item-box .locations ul li.active .title:before {
	background: var(--bs-secondary);
}

.inner-item-box .locations ul li .title:before {
	position: absolute;
	left: -30px;
	top: 50%;
	width: 16px;
	height: 16px;
	content: "";
	z-index: 2;
	border-radius: 100%;
	background: white;
	transform: translateY(-50%);
	border: solid 1px var(--bs-secondary);
}

.inner-item-box .locations ul li.active .title:after {
	border-style: solid;
}

.inner-item-box .locations ul li:first-child .title:after {
	z-index: 3;
	bottom: 28px;
	border: solid 1px white;
}

.inner-item-box .locations ul li .title:after {
	position: absolute;
	left: -23px;
	top: -99px;
	bottom: 15px;
	content: "";
	z-index: 1;
	border: dashed 1px var(--bs-secondary);
}

.inner-item-box .locations ul li .status {
	color: #577282;
	display: block;
	padding: 10px 0;
	font-size: 12px;
	width: 60px;
}

.inner-item-box .locations ul li.active .status {
	color: var(--bs-secondary);
	font-family: 'daxlinepromedium';
}

/* Buttons List */
.buttons-list {
	padding: 15px 20px;
	font-family: 'daxlinepromedium';
}

.buttons-list i {
	font-size: 16px;
}

.buttons-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.buttons-list ul li {
	display: inline-block;
	vertical-align: middle;
}

.buttons-list ul li a {
	font-size: 12px;
}

.buttons-list .export-bar a {
	font-size: 12px;
}

.buttons-list .export-bar a:after {
	display: none;
}

/* Export Bar */
.export-bar ul {
	padding: 0;
	min-width: 200px;
}

.export-bar ul li:first-child {
	border: 0;
}

.export-bar ul li {
	border-top: solid 1px #F3F3F3;
}

/* feature order box */
.order-feature-box {
	color: var(--bs-primary);
	background: white;
	border-radius: 4px;
	padding: 20px 20px 15px;
	border: solid 1px #F5F6FA;
	font-family: 'daxlinepromedium';
}

.order-feature-box .img-box {
	width: 47px;
	height: 47px;
	margin-bottom: 10px;
	border-radius: 100%;
	background: #dadde6;
}

.order-feature-box .img-box i {
	font-size: 25px;
	display: block;
	width: 100%;
	text-align: center;
}

.order-feature-box p {
	margin: 0;
}

.order-feature-box .value {
	color: var(--bs-secondary);
	font-size: 30px;
	line-height: 1;
	font-family: 'daxlineprobold';
}

.order-feature-box.active {
	color: white;
	background: var(--bs-primary);
}

.order-feature-box.active .img-box {
	background: rgba(255, 255, 255, 0.17);
}

/* Settings */
.setting-block {
	background: white;
	border-radius: 4px;
}

.setting-block .head {
	padding: 20px;
	border-bottom: solid 1px #E7E7E7;
}

.setting-block .head h2 {
	margin: 0;
	font-size: 18px;
	line-height: 1.2;
	color: var(--bs-secondary);
	font-family: 'daxlineprobold';
}

.setting-content {
	padding: 20px;
}

.setting-block label {
	color: #191818;
}

.setting-block .form-control {
	background: white;
}

.setting-block .footer {
	padding: 15px 0;
	text-align: center;
}

.setting-block .btn {
	font-size: 14px;
	min-width: 200px;
	font-family: 'daxlinepromedium';
}

.setting-notification {
	padding: 20px;
	font-size: 16px;
	line-height: 1.3;
	background: white;
	border-radius: 4px;
}

.setting-notification .head {
	margin: 0 0 35px;
}

.setting-notification h2 {
	margin: 0 0 15px;
	font-size: 18px;
	line-height: 1.2;
	color: var(--bs-secondary);
	font-family: 'daxlineprobold';
}

.setting-notification .top-text {
	color: #BCBCBC;
}

.inner-notification-block:first-child {
	border: 0;
}

.inner-notification-block {
	padding: 20px 0 10px;
	border-top: solid 1px #E7E7E7;
}

.setting-notification h3 {
	font-size: 16px;
	color: var(--bs-primary);
	font-family: 'daxlinepromedium';
}

.interval-holder {
	justify-content: end;
}

.interval-holder .btn-outline-primary {
	border-radius: 0;
	border-color: #DFDFDF;
}

.interval-holder .dropdown-menu {
	min-width: 100%;
}

.interval-holder .dropdown-menu {
	padding: 0;
}

.interval-holder .dropdown-menu li:first-child {
	border: 0;
}

.interval-holder .dropdown-menu li {
	border-top: solid 1px #F3F3F3;
}

.interval-holder .form-switch {
	margin-left: 10px;
}

.form-switch .form-check-input {
	width: 54px;
	height: 32px;
	margin-right: 0;
}

/* Right Wrap */
.right-wrap {
	padding: 20px;
	width: 100%;
	float: right;
	max-width: 465px;
	position: relative;
	margin-right: -15px;
	background: rgba(255, 255, 255, 0.8);
}

.right-wrap:after {
	position: absolute;
	left: 0;
	Right: 0;
	top: 100%;
	content: "";
	margin: 0 0 -9999px;
	padding: 0 0 9999px;
	background: rgba(255, 255, 255, 0.75);
}

.right-wrap .item-box {
	border: 0;
	border-radius: 0;
	background: transparent;
}

.right-wrap .item-box .item-info {
	padding: 0;
}

.right-wrap .info-list {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
	position: relative;
}

.right-wrap .info-list:before {
	position: absolute;
	top: 25px;
	left: 50%;
	width: 3px;
	bottom: 25px;
	content: "";
	transform: translateX(-50%);
	background: var(--bs-secondary);
}

.right-wrap .info-list li {
	display: flex;
	padding: 15px 0;
	align-items: center;
	position: relative;
	justify-content: space-between;
}

.right-wrap .info-list li:before {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 39px;
	height: 39px;
	color: white;
	content: "\f633";
	font-size: 20px;
	line-height: 39px;
	text-align: center;
	border-radius: 100%;
	background: var(--bs-secondary);
	transform: translate(-50%, -50%);
	font-family: bootstrap-icons;
}

.right-wrap .info-list .textbox {
	color: #9B9B9B;
	font-size: 16px;
}

.right-wrap .info-list .textbox .title {
	display: block;
	color: #191818;
	font-weight: 400;
	font-family: 'daxlinepromedium';
}

.right-wrap .info-list .datebox {
	color: var(--bs-gray);
}

.register-order .btn {
	font-size: 14px;
	padding: 13px 22px;
	font-family: 'daxlinepromedium';
}

.register-order .btn i {
	font-size: 20px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}

.locations-area.left {
	float: left;
}

.locations-area .box {
	padding: 20px;
	font-size: 12px;
	max-width: 250px;
	margin: 0 0 20px;
	background: white;
	border-radius: 12px;
	color: var(--bs-gray);
}

.locations-area .box i {
	width: 38px;
	height: 38px;
	padding: 8px;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	border-radius: 100%;
	margin-right: 10px;
}

.locations-area .start i {
	color: var(--bs-secondary);
	background: rgba(165, 139, 81, 0.35);
}

.locations-area .end i {
	color: var(--bs-primary);
	background: rgba(33, 53, 107, 0.35);
}

.locations-area .box .title {
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: var(--bs-primary);
	font-family: 'daxlinepromedium';
}

/* current location block */
.current-location-block {
	padding: 0 20px 20px;
	border-radius: 4px;
	background: #fff;
	position: relative;
	border: 1px solid rgba(155, 155, 155, 0.44);
}

.current-location-block:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 15px;
	margin-top: -1px;
	margin-left: -15px;
}

.current-location-block .table {
	margin: 0;
}

.current-location-block .table tr:first-child td {
	border-top-width: 0;
}

.current-location-block .table td:first-child {
	padding-left: 0;
	border-left-width: 0;
}

.current-location-block .table td {
	padding: 15px;
	min-width: 127px;
	border: solid #ECECEC;
	border-width: 1px 0 0 1px;
}

.current-location-block .title {
	display: block;
	margin: 0 0 5px;
	white-space: nowrap;
	color: var(--bs-primary);
	font-family: 'daxlinepromedium';
}

.current-location-block .value {
	color: #191818;
	display: block;
	padding-left: 18px;
}

/* main-location-box */
.main-location-box {
	position: absolute;
	left: 50%;
	top: 50%;
}

.main-location-box .block {
	padding: 20px;
	width: 420px;
	background: white;
	position: relative;
	border-radius: 4px;
	transform: translate(-50%, -50%);
	border: 0.8px solid rgba(155, 155, 155, 0.44);
}

.main-location-box .block:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 15px;
	margin-top: -1px;
	margin-left: -15px;
}

.main-location-box h3 {
	font-size: 16px;
	font-weight: 400;
	color: var(--bs-primary);
	font-family: 'daxlinepromedium';
}

.main-location-box .block ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	overflow: hidden;
}

.main-location-box .block ul li {
	width: 25%;
	float: left;
	padding: 10px;
}

.main-location-box .block ul .title {
	display: block;
	color: #BCBCBC;
	margin: 0 0 15px;
	white-space: nowrap;
}

.main-location-box .block ul li.gray .title {
	color: #A58B51;
}

.main-location-box .block ul li.blue .title {
	color: #21356B;
}

.main-location-box .block ul li.red .title {
	color: #E64D3C;
}

.main-location-box .block ul .value {
	display: block;
	font-size: 20px;
	font-family: 'daxlineprobold';
}

.main-location-box .block ul .progress-chart {
	overflow: hidden;
	margin: 0 auto 15px;
}

/*---- Form Style ------*/
.btn:focus,
.form-control:focus,
.form-select:focus,
.form-check-input:focus {
	box-shadow: none;
}

/*----General Modal ------*/
.modal-content {
	border-color: #D9D9D9;
	border-radius: 4px;
}

.modal-header {
	padding: 15px 25px;
	border-bottom-color: #E7E7E7;
}

.modal-header .modal-title {
	color: var(--bs-secondary);
	font-family: 'daxlineprobold';
}

.modal-body {
	padding: 25px 25px 0;
}

.modal-body .text {
	color: #999;
}

.modal-footer {
	border: 0;
	justify-content: center;
}

.modal-footer .btn {
	font-size: 14px;
	line-height: 19px;
	padding: 14px 10px;
	min-width: 252px;
	font-weight: 500;
	font-family: 'Inter', sans-serif;
}

.modal-lg .modal-title {
	font-size: 26px;
}

.modal-body .form-label {
	color: #191818;
}

/*---- New Widget Modal ------*/
.new-widget-modal .modal-body .form-label {
	color: var(--bs-primary);
	margin: 0 0 20px;
	font-family: 'daxlineprobold';
}

.new-widget-modal .label {
	color: var(--bs-primary);
	font-size: 16px;
	margin: 0 0 20px;
	display: inline-block;
	vertical-align: top;
	font-family: 'daxlineprobold';
}

.new-widget-modal .form-check {
	margin-bottom: 20px;
}

/*---- Filter Shipment Modal ------*/
.filter-shipment-modal .modal-header {
	border: 0;
	padding: 15px 20px 0;
}

.filter-shipment-modal .modal-title {
	color: #21356B;
	font-size: 16px;
	font-family: 'daxlinepromedium';
}

.filter-shipment-modal .search-form {
	padding: 7px 10px;
	border-radius: 6px;
	border: solid 1px #eee;
}

.filter-shipment-modal .search-form .btn-search {
	border: 0;
	padding: 0;
	margin: 0 10px 0 0;
	float: left;
	font-size: 0;
	line-height: 0;
	width: 19px;
	height: 19px;
	background: url('../images/search-refraction.png') no-repeat;
}

.filter-shipment-modal .search-form input[type="search"] {
	border: 0;
	padding: 0;
	outline: none;
	color: var(--bs-gray);
	font-size: 12px;
	line-height: 19px;
	width: calc(100% - 29px);
	font-family: 'daxlineproregular';
}

.filter-shipment-modal .modal-body {
	padding: 20px;
}

.filter-shipment-modal .form-check {
	padding-top: 8px;
	padding-bottom: 8px;
}

.filter-shipment-modal .form-footer {
	margin-top: 20px;
	padding: 20px 0 0;
	border-top: solid 1px rgba(242, 242, 242, 0.69);
}

.filter-shipment-modal .form-footer button[type=submit] {
	font-size: 14px;
	color: white;
	min-width: 115px;
	font-family: 'daxlinepromedium';
}

/*---- Share Modal ------*/
.modalshare .modal-header {
	border: 0;
}

.modalshare .modal-header .modal-title {
	font-size: 16px;
	color: var(--bs-primary);
	font-family: 'daxlineprobold';
}

.modalshare .modal-header a {
	cursor: pointer;
}

.modalshare .modal-header a i {
	font-size: 18px;
}

.modalshare .modal-body {
	padding: 10px 25px;
}

.modalshare .modal-body ul {
	padding: 0;
	margin: 0 0 20px;
	list-style: none;
}

.modalshare .modal-body ul li {
	padding: 3px;
	display: inline-block;
	vertical-align: middle;
}

.modalshare .modal-body ul li a {
	display: block;
	text-align: center;
	color: var(--bs-secondary);
}

.modalshare .modal-body ul li a i {
	display: block;
	width: 62px;
	height: 62px;
	font-size: 20px;
	line-height: 22px;
	padding: 20px 10px;
	border-radius: 100%;
	background: rgba(165, 139, 81, 0.04);
}

.modalshare .modal-body ul li a:hover {
	color: var(--primary);
}

.modalshare .modal-body ul li a span {
	display: block;
	font-size: 12px;
	padding-top: 8px;
}

.modalshare .modal-body .text {
	text-align: center;
	margin: 0 0 20px;
	color: rgba(110, 110, 110, 0.50);
}

/*---- Feedback Modal ------*/
.modalfeedback .modal-dialog {
	max-width: 393px;
}

.modalfeedback .modal-body {
	padding: 25px;
}

.modalfeedback .btn-close {
	padding: 0;
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 1;
	cursor: pointer;
	background: none;
}

.modalfeedback .btn-close i {
	font-size: 18px;
}

.modalfeedback .modal-body .text {
	font-size: 16px;
	text-align: center;
	margin: 0 0 20px;
	color: var(--bs-primary);
}

.modalfeedback .modal-body ul {
	padding: 0;
	margin: 0 0 20px;
	list-style: none;
}

.modalfeedback .modal-body ul li {
	padding: 3px;
	display: inline-block;
	vertical-align: middle;
}

.modalfeedback .modal-body ul li a {
	display: block;
	text-align: center;
	color: var(--bs-secondary);
}

.modalfeedback .modal-body ul li a i {
	display: block;
	width: 58px;
	height: 58px;
	font-size: 20px;
	line-height: 22px;
	padding: 18px 10px;
	border-radius: 2px;
	background: #EFEFEF;
}

.modalfeedback .modal-body label {
	margin: 0 0 10px;
}

.modalfeedback button[type=submit] {
	font-size: 14px;
	color: white;
	display: block;
	min-width: 101px;
	margin: 0 auto;
}

/*---- Notification Modal ------*/
.modalnotification .modal-header a {
	color: #9D9D9D;
}

.modalnotification .modal-body {
	padding: 0;
}

.modalnotification .modal-body ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.modalnotification .modal-body ul li:first-child {
	border: 0;
}

.modalnotification .modal-body ul li {
	padding: 15px 25px;
	position: relative;
	border-top: solid 1px #E9E9E9;
}

.modalnotification .modal-body ul li.unread:before {
	position: absolute;
	left: 15px;
	top: 8px;
	width: 8px;
	height: 8px;
	content: "";
	border-radius: 100%;
	background: var(--bs-secondary);
}

.modalnotification .modal-body ul li img {
	float: left;
}

.modalnotification .modal-body ul li .textbox {
	overflow: hidden;
	padding: 0 15px;
	font-family: 'daxlinepromedium';
}

.modalnotification .modal-body ul li .textbox .date {
	margin: 0;
	color: var(--bs-gray);
	font-size: 13px;
}

/*---- CAll Modal ------*/
.modalcall {
	text-align: center;
}

.modalcall .modal-body {
	padding: 35px 20px;
}

.modalcall .icon-box {
	overflow: hidden;
	margin: 0 0 15px;
}

.modalcall .icon-box i {
	font-size: 18px;
	line-height: 1;
	display: inline-block;
	padding: 7px 8px;
	border-radius: 4px;
	color: var(--bs-primary);
	background: rgba(33, 53, 107, 0.16);
}

.modalcall .contact-number {
	font-size: 18px;
	color: var(--bs-primary);
}

.modalcall .btn-primary {
	min-width: 100px;
}

/*---- Notifyme Modal ------*/
.modalnotifyme .modal-dialog {
	max-width: 373px;
}

.modalnotifyme .modal-body {
	font-size: 16px;
	padding: 28px 40px;
	text-align: center;
}

.modalnotifyme .modal-body .img-alert {
	display: block;
	margin: 0 auto 20px;
}

.modalnotifyme .modal-body p {
	margin: 0 0 20px;
}

.modalnotifyme .modal-body .btn {
	padding: 12px;
	min-width: 245px;
}

/* Form styling */
.form-label {
	font-size: 16px;
	color: var(--bs-primary);
	font-family: 'daxlinepromedium';
}

.form-select,
.form-control {
	color: var(--bs-gray);
	height: 49px;
	padding: 15px;
	font-size: 14px;
	line-height: 19px;
	border-radius: 6px;
	margin: 0 0 25px;
	background-color: #F7F7F7;
}

textarea.form-control {
	height: 159px;
	resize: none;
}

.form-check-inline label {
	font-size: 16px;
	line-height: 18px;
	color: var(--bs-gray);
	font-family: inter, sans-serif;
}

.form-check-input {
	width: 16px;
	height: 16px;
	margin-top: 0;
	margin-right: 10px;
	vertical-align: middle;
}

.form-check-input:checked+.form-check-label {
	color: var(--bs-primary);
}

@media only screen and (max-width:1199px) {
	.inner-top-tabs {
		display: block !important;
	}

	.left-tabs,
	.right-tabs {
		width: 100%;
	}

	.table-area .inline-form {
		margin: 0 0 20px;
	}

	.items-right-content {
		clear: both;
		padding: 0;
	}

	.main-table-area .table td:last-child {
		width: 120px;
	}
}

@media only screen and (max-width:991px) {
	.login-wrapper {
		padding: 40px 0;
	}

	.login-wrapper .white-box {
		padding: 30px 20px;
	}

	.login-wrapper .logo {
		margin: 0 auto 50px;
	}

	.login-wrapper .form-holder {
		padding: 30px 0 50px;
	}

	.filder-block.full .box:nth-child(2n+1) {
		padding-left: 0;
		border-left-width: 0;
	}

	.filter-area.has-buttons .d-flex {
		display: block !important;
	}

	.filter-area .left-buttons .btn,
	.filter-area .right-buttons .btn {
		margin: 0 0 10px;
	}

	.right-wrap {
		clear: both;
		float: none;
	}

	.progress-wrap ul {
		display: block;
	}

	.progress-wrap ul li {
		width: 24%;
		margin: 0 0 15px;
	}

	.modal-footer .btn {
		min-width: 160px;
	}
}

@media only screen and (max-width:767px) {
	.sidebar {
		position: relative;
		width: 100%;
		padding: 0;
		float: none;
		height: auto !important;
	}

	.sidebar .logo-area,
	.sidebar .navbar {
		max-width: 540px;
		margin: 0 auto;
	}

	.sidebar .navbar ul.menu {
		padding-top: 10px;
	}

	.logout-box {
		position: relative;
		z-index: 1;
		left: 0;
		right: 0;
		bottom: auto;
		max-width: 540px;
		padding: 25px 15px 0;
		margin: 0 auto -45px;
		text-align: right;
	}

	.inner-wrapper {
		margin: 0;
		width: 100%;
	}

	#main {
		height: 100%;
	}

	.table-area .show-result {
		text-align: left;
		padding: 20px 0 0;
	}

	.modal-footer .btn {
		min-width: 130px;
	}

	.items-list {
		margin-left: 0;
	}

	.items-list.small-list {
		max-width: 100%;
	}

	.left-tabs,
	.right-tabs {
		max-width: 100%;
	}

	.inner-top-tabs ul li a {
		min-width: 130px;
	}

	.table-area .inline-form {
		margin: 0;
	}

	.buttons-list {
		display: block !important;
	}

	.buttons-list ul {
		margin: 0 0 15px;
	}
}

@media only screen and (max-width:575px) {
	.connect-widget {
		width: 296px;
	}

	.inner-top-tabs ul li a {
		min-width: 120px;
	}

	.item-box .item-info .block {
		padding: 10px 0;
		display: block !important;
	}

	.item-box .item-info .block .content-box {
		display: flex;
		padding: 3px 0;
		justify-content: space-between;
	}

	.item-box .item-info .title {
		margin: 0;
	}

	.table-area .inline-form .export-bar .btn {
		margin: 15px 0 0;
	}

	.filder-block.full .box {
		width: 100%;
	}

	.filder-block.full .box {
		padding-left: 0;
		border-left-width: 0;
	}

	.table-area .inline-form,
	.filder-block .form-footer,
	.item-box .locations ul li,
	.widget-box .locations ul li,
	.widget-box .block .inner-box,
	.item-box .item-footer .footer-holder {
		display: block !important;
	}

	.filder-block .checkbox-holder {
		margin: 0 0 15px;
	}

	.item-box.expanded .locations.top ul {
		padding-top: 10px;
	}

	.item-box.expanded .locations ul {
		border-top: 0;
		padding: 0;
	}

	.item-box .locations ul {
		position: relative;
	}

	.item-box .locations ul:before {
		position: absolute;
		left: 7px;
		top: 34px;
		width: 3px;
		bottom: 50px;
		content: "";
		z-index: 1;
		background: var(--bs-secondary);
	}

	.item-box .locations ul li {
		margin: 0 0 15px;
		padding-left: 30px;
		position: relative;
	}

	.item-box .locations ul li:before {
		position: absolute;
		left: 0;
		top: 50%;
		width: 17px;
		height: 17px;
		content: "";
		z-index: 2;
		border-radius: 100%;
		background: white;
		transform: translateY(-50%);
		border: solid 1px var(--bs-secondary);
	}

	.item-box .locations ul li.active:before {
		background: var(--bs-secondary);
	}

	.item-box .locations.top {
		overflow: visible;
	}

	.item-box.expanded .locations.top ul {
		overflow: visible;
		border-top: solid 1px #ECECEC;
	}

	.item-box.expanded .locations.top ul:before {
		bottom: -99px;
	}

	.item-box .locations ul li .date,
	.item-box .locations ul li .title {
		width: auto;
		padding: 0;
	}

	.item-box .locations ul li .status {
		width: auto;
		padding: 0;
	}

	.widget-box .locations ul li .title:before,
	.widget-box .locations ul li .title:after,
	.item-box .locations ul li .title:before,
	.item-box .locations ul li .title:after {
		display: none;
	}

	.item-box .item-footer .footer-holder .f-content {
		margin: 0 0 15px;
	}

	.right-wrap .info-list:before {
		left: 13px;
		top: 35px;
		bottom: 35px;
	}

	.right-wrap .info-list li {
		padding-left: 33px;
	}

	.right-wrap .info-list li:before {
		left: 0;
		width: 25px;
		height: 25px;
		font-size: 16px;
		line-height: 25px;
		transform: translate(0, -50%);
	}

	.widget-box .locations ul li {
		margin: 0 0 15px;
		padding-left: 30px;
		position: relative;
	}

	.widget-box.has-icons .item-info .value {
		padding-left: 10px;
	}

	.widget-box .locations ul {
		position: relative;
	}

	.widget-box .locations ul:before {
		position: absolute;
		left: 7px;
		top: 25px;
		width: 3px;
		bottom: 35px;
		content: "";
		z-index: 1;
		background: var(--bs-secondary);
	}

	.widget-box .locations ul li {
		margin: 0 0 15px;
		padding-left: 30px;
		position: relative;
	}

	.widget-box .locations ul li .date,
	.widget-box .locations ul li .title {
		width: auto;
		padding: 0;
	}

	.widget-box .locations ul li:before {
		position: absolute;
		left: 0;
		top: 50%;
		width: 17px;
		height: 17px;
		content: "";
		z-index: 2;
		border-radius: 100%;
		background: white;
		transform: translateY(-50%);
		border: solid 1px var(--bs-secondary);
	}

	.widget-box .locations ul li.active:before {
		background: var(--bs-secondary);
	}

	.graph-body.half {
		display: block;
	}

	.graph-body.half .img-box {
		width: 100%;
		margin: 0 0 20px;
	}

	.graph-body.half .graph-content {
		width: 100%;
		padding: 0 10px;
	}

	.graph-body ul.top-space {
		padding-top: 25px;
	}

	.main-location-box .block {
		width: 300px;
		padding: 20px 10px;
	}

	.main-location-box .block ul li {
		width: 50%;
		padding: 5px;
	}

	.main-location-box .block ul .progress-chart {
		margin-bottom: 5px;
	}

	.main-location-box .block ul .title {
		margin: 0;
	}
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    height: auto;
    min-height: 38px;
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 0 5px;
    margin-right: 5px;
    margin-top: 5px;
}