body {
	overflow: auto;
	background-color: #F8F8F8;
}

body,
p,
a {
	font-family: 'Roboto-Regular';
	font-size: 10pt;
}

a {
	text-decoration: none;
	transition: all 0.3s ease;
}

a:hover {
	text-decoration: none !important;
	transition: all 0.3s ease;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.space-text {
	white-space: nowrap;
}

.font-weight-bold,
b,
strong {
	font-family: 'Roboto-Bold';
}

.documents .videos .youtube-btn,
.open-video-box,
button {
	cursor: pointer;
}

.border-radius-50 {
	border-radius: 50px;
	overflow: hidden;
}

.form-control {
	font-size: 10pt;
	padding: 3px 5px;
	outline: none !important;

}

select.form-control:not([size]):not([multiple]) {
	height: 31px;
}

button,
.form-control:focus {
	outline: none !important;
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.fa {
	min-width: 20px;
	text-align: center;
}

.font-orange {
	color: orange;
}

.font-red {
	color: #FF0000;
}

.font-dark-red {
	color: #7C0D11;
}

.font-success {
	color: #28A745;
}

.font-primary {
	color: #007BFF;
}

.bg-gray {
	background-color: #F4F4F4;
}

.bg-gray-2 {
	background-color: #CCCCCC;
}

.bg-black {
	background-color: #000000;
}

.text-gray {
	color: #BEBEBF;
}

.text-gray-light {
	color: #d2d1d1;
}

.transparent {
	background-color: transparent !important;
}

.text-error {
	color: #da5454 !important;
}

.text-part {
	color: #A2D246 !important;
}

.table td,
.table th {
	padding: .75rem;
	vertical-align: middle;
	border-top: 1px solid #dee2e6;
}

.bg-properties {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.notification {
	display: inline-block;
	position: fixed;
	bottom: 0;
	right: 0;
	visibility: hidden;
	z-index: 9999;
}

.notification .alert {
	position: relative;
	box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	visibility: hidden;
	-webkit-animation-name: example;
	/* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 5s;
	/* Safari 4.0 - 8.0 */
	animation-name: example;
	animation-duration: 5s;
}

.notification .alert-dismissible .close {
	position: absolute;
	padding: 0px;
	top: 0;
	bottom: 0;
	right: 10px;
}

@keyframes example {
	0% {
		visibility: hidden;
		opacity: 1;
	}

	1% {
		visibility: visible;
	}

	7% {
		visibility: visible;
		right: 20px;
	}

	90% {
		visibility: visible;
		opacity: 1;
	}

	100% {
		visibility: hidden;
		opacity: 1;
		right: 20px;
	}
}

.line-1,
.line-2,
.line-3,
.line-4,
.line-5,
.line-6 {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.line-1 {
	-webkit-line-clamp: 1;
}

.line-2 {
	-webkit-line-clamp: 2;
}

.line-3 {
	-webkit-line-clamp: 3;
}

.line-4 {
	-webkit-line-clamp: 4;
}

.line-5 {
	-webkit-line-clamp: 5;
}

.line-6 {
	-webkit-line-clamp: 6;
}

.font-light {
	color: #A8B1C7;
}

/* login box css */
.login {
	background-image: url(../images/bg-login.jpg);
}

.login .img {
	background-color: #EFF2F7;
}

.label {
	position: relative;
}

.label span {
	position: absolute;
	left: 10px;
	top: -9px;
	background-color: white;
	color: #84757D;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;

}

.label .span-color {
	color: #84757D;
}

.font-dark {
	color: #636363;
}

.shadow {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
}

.shadow-dark {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}

/*End login box css */
.header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

/* Topbar */
.header .topbar {
	position: fixed;
	left: 260px;
	right: 0px;
	top: 0px;
	height: 86px;
	z-index: 9999;
	background: linear-gradient(180deg, rgba(248, 248, 248, 0.9) 80%, rgba(0, 212, 255, 0) 100%);

}

.header .noti {
	position: relative;
	font-size: 18px;
	color: #757575;
	cursor: pointer;
}

.header .noti .dropi {
	position: absolute;
	top: -14px;
	right: -2px;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	background-color: #CB3806;
	font-size: 10px;
	color: white;
	text-align: center;
	padding-top: 4px;
	font-family: Roboto-Bold;
}

.header .noti .dropy {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 200px;
	background-color: #ffffff;
	font-size: 10px;
	color: white;
	text-align: center;
	font-family: Roboto-Bold;
}

.header .noti .dropy a {
	font-size: 14px !important;
}

.header .topbar .card {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
}

.header .topbar .card a,
.header .topbar .card button,
.header .topbar .card .user {
	font-size: 18px;
	color: #757575;
	padding: 11px 0px;
	position: relative;
	cursor: pointer;
}

.header .topbar .card .image {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}

.header .topbar .drop {
	position: absolute;
	right: 0px;
	top: 60px;
	display: none;
	width: 168px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
	z-index: 999;
}

.header .topbar .drop a {
	font-size: 14px;
}

.header .topbar .drop a:hover {
	color: #015EEA;
	padding-left: 10px !important;
}

.header .topbar .card .drop.show {
	display: block;
}

/* End Topbar */



.header .navs {
	position: fixed;
	width: 260px;
	background-color: white;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
	z-index: 99999;


}

.header .navs .links {
	overflow: auto;
	max-height: 89%;
}

.header .navs .links a {
	display: block;
	color: #626262;
	font-size: 14px;
	padding: 10px 10px;

}

.header .navs .links a.active {
	background-color: #015EEA !important;
	font-size: 16px;
	color: white;
	border-radius: 5px;
	box-shadow: 0 0 10px 0 rgba(1, 94, 234, .6) !important;

}

.header .navs .links a:hover {
	border-radius: 5px;
	background-color: #F6F6F6;
	box-shadow: 0 0 10px 0 rgba(246, 246, 246, .6);
}

.header .body {
	position: fixed;
	left: 260px;
	right: 0px;
	top: 0px;
	padding-top: 86px;
	bottom: 0px;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;

}

.header .navs .links::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar {
	height: 7px;
}

.header .navs .links::-webkit-scrollbar,
.messages .users::-webkit-scrollbar,
.header .body::-webkit-scrollbar {
	width: 7px;
}

.header .navs .links::-webkit-scrollbar-thumb,
.messages .users::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-thumb,
.header .body::-webkit-scrollbar-thumb {
	background-color: #C1C1C1;
	border-radius: 200px;
}



.cards .card {
	box-shadow: 0 3px 16px rgba(0, 0, 0, .23);
	background-size: cover;
	background-position: top center;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	height: 86px;
}

.cards .today {
	background-image: linear-gradient(to left, #0db2de 0%, #005bea 100%) !important;
}

.cards .total-commission:before,
.cards .total-message:before,
.cards .life-time-fuels:before,
.cards .fuels-month:before,
.cards .fuels-week:before,
.cards .fuels-today:before,
.cards .life-time:before,
.cards .month:before,
.cards .week:before,
.cards .parked:before,
.cards .today:before {
	font-size: 100px;
	color: #ECF0FA;
	opacity: 50%;
	font-family: 'FontAwesome';
	position: absolute;
}

.cards .today:before {
	content: "\f1b2";
	font-size: 125px;
	bottom: -50px;
	right: -20px;
}

.cards .fuels-today:before {
	content: "\f017";
	font-size: 125px;
	bottom: -50px;
	right: -20px;
}

.cards .fuels-today {
	background-image: linear-gradient(to left, #3CC466 0%, #0CA363 100%) !important;
}

.cards .week:before {
	content: "\f135";
	font-size: 110px;
	bottom: -41px;
	right: 0;
}

.cards .week {
	background-image: linear-gradient(to right, #f93a5a 0%, #f7778c 100%) !important;
}

.cards .parked:before {
	content: "\f256";
	font-size: 110px;
	bottom: -41px;
	right: -32px;
}

.cards .parked {
	background-image: linear-gradient(to right, #4b4b4b 0%, #adadad 100%) !important;
}


.cards .fuels-week:before {
	content: "\f133";
	font-size: 110px;
	bottom: -30px;
	right: -32px;
}

.cards .fuels-week {
	background-image: linear-gradient(to right, #CF8004 0%, #FABA00 100%) !important;
}

.cards .month:before {
	content: "\f201";
	bottom: -34px;
	right: -10px;
}

.cards .month {
	background-image: linear-gradient(to left, #48d6a8 0%, #029666 100%) !important;
}

.cards .fuels-month:before {
	content: "\f1fe";
	bottom: -40px;
	right: -30px;
	font-size: 110px;
}

.cards .fuels-month {
	background-image: linear-gradient(to left, #F0706F 0%, #CA3704 100%) !important;
}

.cards .life-time:before {
	content: "\f1c0";
	bottom: -30px;
	right: -10px;
}

.cards .life-time {
	background-image: linear-gradient(to left, #efa65f, #f76a2d) !important;
}

.cards .life-time-fuels:before {
	content: "\f233";
	bottom: -44px;
	right: -10px;
	font-size: 112px;
}

.cards .life-time-fuels {
	background-image: linear-gradient(to left, #7F6EFB, #120CA5) !important;
}

.cards .total-message:before {
	content: "\f0e0";
	top: -53px;
	bottom: -44px;
	right: -50px;
	font-size: 136px;
	color: #CFF48D;
}

.cards .total-message {
	background-color: #DCFFA0 !important;
}

.cards .total-commission:before {
	content: "\f0e0";
	top: -53px;
	bottom: -44px;
	right: -50px;
	font-size: 136px;
	color: #FDC2C8;
}

.cards .total-commission {
	background-color: #FFE2E6 !important;
}

.record .card {
	box-shadow: 0 0px 15px rgba(0, 0, 0, .23);
}

.record .card .number {
	min-width: 75%;
}

.record .card .icon {
	min-width: 45px;
	min-height: 45px;
	border-radius: 100%;
	text-align: center;
	font-size: 20px;
	background-color: #D3E3FF;
	padding-top: 12px;
}

.record .card .img {
	width: 35px;
	height: 35px;
	border-radius: 100%;
	text-align: center;

	font-size: 16px;
	padding-top: 6px;

}

/* Sale Management */


/*End Sale Management */



/* Pagiantion Css */

.pagination {
	justify-content: flex-end;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
	display: inline-flex;
}

.pagination .page-item .page-link {
	border: solid white 1px;
	padding: 10px;
	background: transition;
	color: #757575;
	font-size: 8pt;
	border-radius: 0px;

}

.pagination .page-item .current {
	background-color: #015EEA;
	padding-left: 14px;
	padding-right: 14px;
	color: white;
}


/* End Pagiantion Css */



/* User */

.user-img {
	min-width: 30px;
	height: 30px;
	border-radius: 100%;
	text-align: center;
	line-height: 31px;
	color: white;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.agent-img img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 122px;
}

.profile .card {
	overflow: hidden;
}

.profile .nav-tabs {
	border-bottom: solid px #A8B1C7;
}

.profile .tab-pane,
.profile .nav-tabs .nav-item a {
	border: solid 1px #A8B1C7;
}

.profile .nav-tabs .nav-item a.active {
	background-color: #ECF0FA;
}

.profile .tab-pane {
	border-top: none;

}

.profile .card .head {
	font-size: 50px;
	line-height: 150px;
	border-radius: 100%;
	width: 150px;
	height: 150px;
}

/* End User */


/* Messaage */
.messages .card.mes {
	overflow: hidden;
}

.messages .overlay {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 100%;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 999;
	transition: all 0.3s ease;
}

.messages .overlay.show {
	left: 0px;
	transition: all 0.3s ease;
}

.messages .res-contact {
	width: 250px;
	background-color: white;
	z-index: 999;
	height: 480px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: -250px;
}

.messages .res-contact.show {
	left: 0px;
	transition: all 0.3s ease;
}

.messages .users {
	height: 406px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}

.messages .message {
	height: 480px;
}

/* End Messaage */
.mirror {
	position: fixed;
	top: 0px;
	cursor: pointer;
	right: 0px;
	bottom: 0px;
	left: 100%;
	background-color: rgba(0, 0, 0, .7);
	z-index: 9999;
	transition: all 0.3s ease;
}

.mirror.show {
	left: 260px !important;

	transition: all 0.3s ease;
}

.open-video-modal .modal-content {
	position: relative;
}

.open-video-modal .modal-content button {
	border: solid black 1px;
	position: absolute;
	background-color: #F0F0F0;
	z-index: 999999;
	top: -10px;
	opacity: 1;
	right: -10px;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	font-size: 14px;
	z-index: 1;

}

.open-video-modal .modal-body .vidoe-box {
	position: relative;
}

.open-video-modal .vidoe-box img {
	max-height: 407px;
}

.open-video-modal .modal-body .vidoe-box iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
}

.open-video-box .card .card-img {
	height: 135px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.open-video-box .card .card-img:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 1;
	transition: all 0.3s ease;
}

.open-video-box .card:hover .card-img:before {
	background-color: rgba(0, 0, 0, 0);
	transition: all 0.3s ease;
}

.deleted-btn {
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 11;
}

.documents .box {
	max-width: 96px;
	min-width: 96px;
	height: 100px;
	display: inline-block;
	vertical-align: bottom;

}

.documents .videos {
	width: 49%;
	height: 83px;
	display: inline-block;
	vertical-align: bottom;
	overflow: hidden;
	position: relative;

}

.documents .videos img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 83px;
}

.documents .videos .youtube-btn {
	position: absolute;
	top: 0px;
	padding-top: 26px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.5);
}

.documents .videos .youtube-btn img {
	width: 40px;
	opacity: .7;
}

.documents .videos .youtube-btn:hover img {
	opacity: 1;
}


.premission a {
	position: relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;

}

.premission .collapse .inner {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.premission a span {
	padding-left: 30px;
}

.premission a[aria-expanded="true"] {
	background-color: #DAE0E5 !important;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.premission a[aria-expanded="true"]:before,
.premission a[aria-expanded="false"]:before {
	position: absolute;
	left: 10px;
	top: 11px;
	z-index: 999;
}

.premission a[aria-expanded="true"]:before {
	content: "\f068";
	font: normal normal normal 14px/1 FontAwesome;
}

.premission a[aria-expanded="false"]:before {
	content: "\f067";
	font: normal normal normal 14px/1 FontAwesome;
}

.hr {
	position: relative;
}

.hr div {

	width: 40px;
	height: 25px;
	top: -10px;
	font-size: 16px;
	background-color: #fff;
	display: block;
	bottom: 0px;
	text-align: center;
	margin: auto;
	margin-bottom: -13px;

}

.icons .icons-box {
	box-shadow: 0 3px 16px rgb(0 0 0 / 23%);
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 10px;
	background-color: white;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;

}

.icons .icons-box .tag {
	box-shadow: 0 0px 16px rgb(0 0 0 / 23%);
	position: absolute;
	top: -6px;
	right: -10px;
	background: #CD3B0B;
	padding-left: 8px;
	padding-right: 8px;
	height: 20px;
	border-radius: 50px;
	font-size: 11px;
	padding-top: 3px;
}

.icons p {
	color: black;
}

.background-radial-gradient {
    background-color: hsl(218, 41%, 15%);
    background-image: radial-gradient(650px circle at 0% 0%, hsl(218, 41%, 35%) 15%, hsl(218, 41%, 30%) 35%, hsl(218, 41%, 20%) 75%, hsl(218, 41%, 19%) 80%, transparent 100%), radial-gradient(1250px circle at 100% 100%, hsl(218, 41%, 45%) 15%, hsl(218, 41%, 30%) 35%, hsl(218, 41%, 20%) 75%, hsl(218, 41%, 19%) 80%, transparent 100%);
}

#radius-shape-1 {
    height: 220px;
    width: 220px;
    top: -60px;
    left: -130px;
    background: radial-gradient(#44006b, #ad1fff);
    overflow: hidden;
}

#radius-shape-2 {
    border-radius: 38% 62% 63% 37% / 70% 33% 67% 30%;
    bottom: -60px;
    right: -110px;
    width: 300px;
    height: 300px;
    background: radial-gradient(#44006b, #ad1fff);
    overflow: hidden;
}

.bg-glass {
    background-color: hsla(0, 0%, 100%, 0.9) !important;
    backdrop-filter: saturate(200%) blur(25px);
}
.submenu,
.mainMenu {position:relative; display: block}
.submenu[aria-expanded="true"]:before,
.submenu[aria-expanded="false"]:before,
.mainMenu[aria-expanded="true"]:before,
.mainMenu[aria-expanded="false"]:before{
	position: absolute;
}
.submenu[aria-expanded="true"]:before,
.submenu[aria-expanded="false"]:before,
.mainMenu[aria-expanded="true"]:before,
.mainMenu[aria-expanded="false"]:before{
	right:10px;
	top:13px;
}

.submenu[aria-expanded="true"]:before,
.mainMenu[aria-expanded="true"]:before{
	content: "\f107";
	font: normal normal normal 14px/1 FontAwesome;	
}
.submenu[aria-expanded="false"]:before,
.mainMenu[aria-expanded="false"]:before{
	content: "\f104";
	font: normal normal normal 14px/1 FontAwesome;
}
.submenu[aria-expanded="true"]{
	background-color: #D4D4D4 !important;
    font-size: 16px;
    border-radius: 5px;
}
.mainMenu[aria-expanded="true"]{
	background-color: #015EEA !important;
    font-size: 16px;
    color: white !important;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(1, 94, 234, .6) !important;
}
#innerAccording{
	background-color: #f5f5f5
}
.custom .page{
	background-color: #DEE2E6 !important;
    box-shadow: unset !important;
    color: #747474;
	border-radius: 0.25rem!important;

	
}

.navs .side-menu-scroll .my-collaps [aria-expanded="true"]:before,
.navs .side-menu-scroll .my-collaps [aria-expanded="false"]:before{
	position: absolute;
}
.navs .side-menu-scroll .my-collaps
{position:relative;}
.navs .side-menu-scroll .my-collaps .collapse-body a.active,
.navs .side-menu-scroll .my-collaps .collapse-body a:hover{
	background-color:#DEE2E6 !important;
	box-shadow: unset !important;
	color: #747474;
}
.navs .side-menu-scroll .my-collaps [aria-expanded="true"]:before,
.navs .side-menu-scroll .my-collaps [aria-expanded="false"]:before{
	right:10px;
	top:13px;
}
.navs .side-menu-scroll .my-collaps [aria-expanded="true"]:before{
	content: "\f107";
	font: normal normal normal 14px/1 FontAwesome;	
}
.navs .side-menu-scroll .my-collaps [aria-expanded="false"]:before{
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
}

.navs .side-menu-scroll .my-collaps .collapse-body{overflow: hidden;background-color:#F8F8F8;	}	

.navs .side-menu-scroll .my-collaps [aria-expanded="true"]
{overflow: hidden;background-color:#d4d4d4 !important;	}

.tracking {
    height: 80vh;
    overflow: hidden;
}

.tracking iframe {
    height: 80vh;
}

.card.position-relative {
    position: relative;
}

.position-relative {
    position: relative;
}
.right-side{
	position: absolute;
    top: 5px;
    bottom: 5px;
    width: 300px;
    background-color: white;
	border-radius: 10px;
	overflow: hidden;
}

.left-side {
    top: 5px;
    bottom: 5px;
    min-width: 300px;
    background-color: white;
	border-radius: 10px;
	overflow: hidden;
}
.left-side{
    left: 5px;
	height: 68.5vh;
}
.customer{
	overflow-y: auto;
	height: 59vh;
}
.right-side {
	height: 67vh;
    right: -100%;
	transition: all 0.3s ease;
}
.right-side.show {
	right: 5px;
	transition: all 0.3s ease;
}
.right-side.minimized {
    height: 50px; /* Adjust the height as desired */
}
.stats-box,
.energy-status{
	position: absolute;
    bottom:-120%;
	left:15px;
    background-color: white;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.3s ease;
	height: 90px;
	right: 0px;
}

.energy-status:first-child{
	left: 0px;
}
.stats-box.show,
.energy-status.show{
	bottom: 0px;
	transition: all 0.3s ease;
}

.energy-status .better-values{
	width: 60%;
}
.energy-status .better-progress{
	height: 2px;
}

.sen-icon{
	position: absolute;
	top: 5px;
	right: 10px;
	height: 40px;
}
.stats{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 91px;
}
.stats .card{
	border-radius: 10px;
}

/* .energy-status .text-box{
	min-width:20%;
} */

.line-bar:before{
	position: absolute;
	top:-2;
	right:0;
	bottom:0;
	background-color:   #015EEA;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 100%;
}
.vehicles-info{
	border-left: #fff solid 2px ;
	cursor: pointer;
}
.vehicles-info.active,
.vehicles-info:hover{
	border-left: #015EEA solid 2px ;
	background-color:#F7F4FF ;
}
.icon-box{
	width: 30px;
	min-width: 30px;
}

.customer::-webkit-scrollbar {
	height: 7px;
}

.customer::-webkit-scrollbar{
	width: 7px;
}
.customer:hover::-webkit-scrollbar-thumb{
	
	background-color: #C1C1C1;
}

.customer::-webkit-scrollbar-thumb{
	background-color: transparent ;
	border-radius: 200px;
}

.loadingline{
	width: 10%;
	min-height: 6px;
}
.loadingline:first-child{
	border-top-right-radius:10px ;
	border-bottom-right-radius:10px ;
}
.loadingline:last-child{
	border-top-left-radius:10px ;
	border-bottom-left-radius:10px ;
}

.bg-light2{
	background-color: #D3D3D3;
}

.progress-line{
	width: 80%;
	min-height: 6px;
	border-radius:10px ;
	overflow: hidden;
}
.time-line{
	overflow-y: auto;
	height: 539px;
}

.time-line::-webkit-scrollbar {
	height: 7px;
}

.time-line::-webkit-scrollbar{
	width: 7px;
}
.time-line:hover::-webkit-scrollbar-thumb{
	
	background-color: #C1C1C1;
}

.time-line::-webkit-scrollbar-thumb{
	background-color: transparent ;
	border-radius: 200px;
}

.time-line .track-data.active{
	border:solid #3413FF 2px;
	background-color: #FCFBFF;
	padding-bottom: 1rem!important;

}
.time-line .track-data{
	border-radius: 5px;
	padding-left: 1.2rem!important;
	padding-right: 1.2rem!important;
	padding-top: 1rem!important;

}

.close-btn{
	position: absolute;
	top: 1rem;
	right: 1rem;
}

.minimize-btn {
    position: absolute;
    top: 1rem;
    right: 3rem; /* Adjust this value to position it next to the close button */
}

.table-hover tr:hover{
	background-color: #DEE2E6 !important;
	transition: all 0.3s ease;
}


.lds-ellipsis {
	display: block;
	position: relative;
	width: 80px;
	height: 60px;
	margin-left:auto ;
	margin-right:auto ;
  }
  .lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #fff;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
	background-color: #EE5039;
  }
  .lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
	0% {
	  transform: scale(0);
	}
	100% {
	  transform: scale(1);
	}
  }
  @keyframes lds-ellipsis3 {
	0% {
	  transform: scale(1);
	}
	100% {
	  transform: scale(0);
	}
  }
  @keyframes lds-ellipsis2 {
	0% {
	  transform: translate(0, 0);
	}
	100% {
	  transform: translate(24px, 0);
	}
  }  
/* GEO */
.nav-pills .nav-link.active {
	border-color: #ef523a;
}

.dt-buttons {
	padding-left: 10px;
	padding-top: 10px;
}

.dataTables_filter {
	padding-right: 15px !important;
}

.dataTables_info {
	padding-left: 15px;
}

.dataTables_paginate {
	padding-right: 15px;
	padding-bottom: 20px;
}

#InfoDiv {
	width: 95% !important;
	left: 2% !important;
}

#InfoDiv div {
	padding-left: 0px !important;
	padding-right: 0px !important;
	font-size: 11px;
}


#InfoDiv div {
	padding-left: 0px !important;
	padding-right: 0px !important;
	font-size: 11px;
}

.infoVal {
	font-size: 13px;
}

#description {
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
}

#infowindow-content .title {
	font-weight: bold;
}

#infowindow-content {
	display: none;
}

#map #infowindow-content {
	display: inline;
}

.pac-card {
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #fff;
	border: 0;
	border-radius: 2px;
	box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
	margin: 10px;
	padding: 0 0.5em;
	font: 400 18px Roboto, Arial, sans-serif;
	overflow: hidden;
	font-family: Roboto;
	padding: 0;
}

#pac-container {
	padding-bottom: 12px;
	margin-right: 12px;
}

.pac-controls {
	display: inline-block;
	padding: 5px 11px;
}

.pac-controls label {
	font-family: Roboto;
	font-size: 13px;
	font-weight: 300;
}

#pac-input {
	background-color: #fff;
	font-family: Roboto;
	font-size: 15px;
	height: 30px;
	font-weight: 300;
	margin-left: 12px;
	padding: 0 11px 0 13px;
	text-overflow: ellipsis;
	width: 400px;
}

#pac-input:focus {
	border-color: #4d90fe;
}

#title {
	color: #fff;

	font-size: 25px;
	font-weight: 500;
	padding: 6px 12px;
}



.modal .modal-header .btn-close {
    padding: 0.8rem;
    box-shadow: 0 5px 20px 0 rgba(34, 41, 47, 0.1);
    border-radius: 0.357rem;
    background-color: #fff;
    opacity: 1;
    transition: all 0.23s ease 0.1s;
    position: relative;
    transform: translate(18px, -10px);
}

.modal-header .btn-close {
    padding: 0.4rem 0.7rem;
    margin: -0.4rem -0.7rem -0.4rem auto;
}

.switch {
	position: relative;
	display: inline-block;
	width: 38px;
	height: 22px;
  }
  
  .switch input { 
	opacity: 0;
	width: 0;
	height: 0;
  }
  
  .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  .slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 4px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.switch input:checked + .slider {
	background-color: #2196F3;
}
  
.switch  input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}
  
.switch input:checked + .slider:before {
	-webkit-transform: translateX(14px);
	-ms-transform: translateX(14px);
	transform: translateX(14px);
}
  
  /* Rounded sliders */
.slider.round {
	border-radius: 34px;
}
  
.slider.round:before {
	border-radius: 50%;
}

.sen-icon{
	position: absolute;
	top: 5px;
	right: 10px;
	height: 40px;
}


.close-btn-select-option{
	border:unset;
	position: absolute;
	right:0px;
	background: transparent;
	color: white;
	font-size: 16px;
    top: -1px;
    right: -2px;
}
.dropdown-menu.show .close-btn-select-option{
	display: none;
}
.filter-option-inner-inner .option-content{
	position: relative;
	padding-right:16px;
	background-color:#DC3545;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	color: white;
}

.vehiclesInfo{
	z-index: 1;
	background-color: white;
	top:25px;
	left:25px;
	width: 260px;
}

@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 992px) {

	.messages .contacts {
		min-width: 0px !important;
		overflow: visible;
	}

	.messages .message {
		height: 100%;
	}

	.messages .users {
		height: 100%;
		border-right: #DEE2E6;
	}

	.icons .icons-box {
		display: inline-block;
		width: 64px;
		height: 64px;
	}
}

@media screen and (max-width: 768px) {
	.form {
		min-width: 100%;
	}

	.container {
		padding-right: 8px;
		padding-left: 8px;
	}

	h1 {
		font-size: 22pt;
	}

	h2 {
		font-size: 20pt;
	}

	h3 {
		font-size: 18pt;
	}

	h4 {
		font-size: 16pt;
	}

	h5 {
		font-size: 14pt;
	}

	h6 {
		font-size: 10pt;
	}

	.header .navs {
		left: -100%;
		transition: all 0.3s ease;
	}

	.header .show {
		left: 0px;
		transition: all 0.3s ease;
	}

	.header .topbar,
	.header .body {
		left: 0px;
	}

	.profile .nav-item {
		width: 100%;
		margin-bottom: 5px;
	}

	.open-video-box .card .card-img {
		height: 250px;
	}
}

@media screen and (max-width: 576px) {}


/* animated */


.animated {
	gap: 30px;
}

.animated .box {
	width: 100px;
    height: 100px;
    background-color: #f0f0f0;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.animated .box.active {
	transition: all 0.3s ease;
	border: solid blue 1px;
}


.animated .box.not-active {
	transition: all 0.3s ease;
	border: solid blue 1px;
	opacity:0;
	display: none;
}


