body::-webkit-scrollbar, .custom-scrollbar::-webkit-scrollbar {
	width: 8px;
}
body::-webkit-scrollbar-thumb, .custom-scrollbar::-webkit-scrollbar-thumb {
	box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
	border-radius: 100px;
}
body{
	overflow-y: overlay;
}
.custom-scrollbar{
	overflow-y: auto;
}
.my-container{
	padding-right: 7.5px;
	padding-left: 7.5px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
}
.navbar .my-container{
	display: flex;
}
.align-center{
	text-align: center;
}
.align-right{
	text-align: right;
}
.text-black{
	color: black;
}
.pointer{
	cursor: pointer;
}
.description{
	white-space:pre-wrap;
}
.avatar{
	width: 35px;
}
.d-initial{
	display: initial;
	width: auto;
}
.d-inline-block{
	display: initial;
	width: auto;
}
.mt--1{
	margin-top: -5px;
}
.mt--2{
	margin-top: -7px;
}
@media print, screen and (max-width: 767px){
	.mobile{
		display: inline-block;
	}
	.desktop{
		display: none;
	}
	.display_inline{
		display: inline;
		padding-right: 0 !important;
	}
}
@media print, screen and (min-width: 768px){
	.mobile{
		display: none;
	}
	.desktop{
		display: initial;
	}
	.lg-text-right{
		text-align: right;
	}
	.modal-md-right{
		position: absolute;
		right: 0;
		width: 500px;
		margin-top: 0px;
	}
}
.loader {
	left: 0px;
	top: 50%;
	width: 100%;
	height: 40px;
	z-index: 9999; 
	background: url("pageLoader.gif") 50% 50% no-repeat;
	opacity: .8;
}
.modal-loader{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999; 
	background: url("pageLoader.gif") 50% 50% no-repeat;
	opacity: .8;
}
.hide{
	display: none;
}
.bg-gray{
	background-color: gray;
}
.bg-gray a{
	color: #fff;
}
.bg-orange{
	background: coral;
	color: white !important;
}
.btn-orange{
	background: coral;
	color: white !important;
}
.btn-sm{
	padding-top: 3px;
}
.btn:first-child:has(.fa-xmark){
	padding: 0.375rem 0rem;
}
.caption{
	line-height: 1;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 1.5em;
	text-align: justify;
}
.sm-input{
	height: 24px;
	width: 50px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
	padding: 0.1em 0.1em;
}
.dataTables_filter{
	float: left;
}
.dataTables_filter label{
	float: right;
}
div.dataTables_wrapper div.dataTables_length {
  float: right;
}
.dataTables_info {
	clear: unset !important;
}
.ms-choice>span{
	top: 4px !important;
}
.ms-choice {
	border: unset !important;
}
.action-none{
	pointer-events: none;
}
#map {
	position: absolute !important;
	height: 100%;
	width: 100%;
}
.nav-tabs {
	margin-left: -1px;
}
.list-group-item{
	padding: 0rem;
	margin-top: 0;
	line-height: 1.5;
	border: 0;
}
input[type="date"]:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900; 
	content: "\f073";
	color: #555;
	padding: 0 5px;
	width: auto;
}
input[type="date"]::-webkit-calendar-picker-indicator {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	color: transparent;
	background: transparent;
}
.fa, .far, .fas{
	cursor: pointer;
}
.nav-item.nav-link.active{
	z-index: 1;
}
#dispatch-menu:hover + .dropdown-menu {
	display: block;
}
#print-menu:hover + .dropdown-menu {
	display: block;
}
.dropdown-menu:hover {
	display: block;
}
.navbar{
	padding: 0px;
}
.main-header .navbar-nav .nav-item {
	margin-top: 8px;
	padding-bottom: 8px;
}
.main-header .navbar-nav .nav-item.active{
	background: #f4f6f9;
	border: 1px solid #dee2e6;
	border-bottom: unset;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-bottom: -1px;
}
.rating {
	border: none;
}
.myratings {
	font-size: 85px;
	color: green
}
.rating>[id^="star"] {
	display: none
}
.rating>label:before {
	margin: 5px;
	font-size: 1.25em;
	font-family: FontAwesome;
	display: inline-block;
	content: "\f005"
}
.rating>label {
	color: #ddd;
	float: right
}
.rating>[id^="star"]:checked~label,
.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
	color: #FFD700
}
.rating>[id^="star"]:checked+label:hover,
.rating>[id^="star"]:checked~label:hover,
.rating>label:hover~[id^="star"]:checked~label,
.rating>[id^="star"]:checked~label:hover~label {
	color: #FFED85
}
.popup-bubble {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-50%, -100%);
	background-color: white;
	padding: 5px;
	border-radius: 5px;
	font-family: sans-serif;
	overflow-y: auto;
	max-height: 60px;
	box-shadow: 0px 2px 10px 1px rgb(0 0 0 / 50%);
}
.popup-bubble-anchor {
	position: absolute;
	width: 100%;
	bottom: 8px;
	left: 0;
}
.popup-bubble-anchor::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-50%, 0);
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid white;
}
.popup-container {
	cursor: auto;
	height: 0;
	position: absolute;
	width: 200px;
}
.input-group-append .input-group-text{
	padding-top: 9px;
}
.italic{
	font-style: italic;
}
.display-flex{
	display: inline-flex;
}
.align-end{
	text-align: end;
}
.dropdown-item-color {
	color: #007bff;
}
.main-header {
	border-bottom: unset;
}
.main-header .navbar-nav .nav-item.active {
	height: 2.5rem;
	border-radius: 2px;
	background-color: #f4f6f9;
}
.dropdown-toggle::after {
	border: 0;
}
.user-name{
	background: #f4f6f9;
	border-radius: 50%;
	padding: inherit;
	padding-left: 8px;
	padding-right: 1px;
}
.rounded-circle{
	padding: 0.2rem 0.5rem;
	font-size: .8rem;
}
.notes-box {
	border: 1px solid lightgray;
	width: 23px;
	height: 23px;
	text-align: center;
	cursor: pointer;
	margin: 4px;
}
.notes-color{
	background: #ffe26d;
}
.bg-red-hover{
	background-color: #FFDAD9 !important;
}
#custom-tabs-five-tab{
	padding-top: 3px;
	border-bottom: unset;
	overflow: hidden;
}
#custom-tabs-five-tab .nav-link.active {
	background-color: #f4f6f9;
	color: #000 !important;
}
.card-title {
	cursor: pointer;
}
.card-title i.fa-caret-down {
	display: none;
	transition: transform 0.3s ease-in-out;
}
.card.collapsed-card .card-title i.fa-caret-down {
	display: inline-block;
	transform: rotate(-90deg);
}
@media (max-width: 768px) {
	.card-title i.fa-caret-down {
		display: inline-block !important;
	}
}
.card.card-color.card-tabs {
	box-shadow: unset;
}
.card-body .table.table-bordered.table-hover thead tr {
	background-color: #e5e8ec;
	color: #000;
}
.strike-through {
	text-decoration: line-through;
}
.dataTables_filter input {
	color: #495057 !important;
	background-color: #fff !important;
	background-clip: padding-box !important;
	border: 1px solid #ced4da !important;
	border-radius: 0.25rem !important;
	box-shadow: inset 0 0 0 transparent !important;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}
.dataTables_filter input:focus {
	border-color: #80bdff;
	outline: 0;
}
.dataTables_filter{
	float: none;
}
.dataTables_filter label{
	margin-right: 2em;
}
.popover .close{
	margin-top: -3px;
	cursor: pointer;
}
.select2{
	width: 100% !important;
}
.pac-container{
	z-index: 2001 !important;
}
.close span{
	font-size: 1.5rem;
}
.box label{
	height: 25px;
	width: 25px;
	border: 1px solid #a6b1b9;
	margin-bottom: -1px;
}
.box span{
	vertical-align: super;
}
.row-gray{
	background-color: #F3F3F3 !important;
}
.row-red{
	background-color: #FFB9B6 !important;
}
.row-yellow{
	background-color: #FDEFC1 !important;
}
.row-blue{
	background-color: #B7D4FF !important;
}
.vehicle {
	border-bottom: 1px solid rgba(0,0,0,.1) !important;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.vehicle-card{
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.custom-file-label::after{
	display: none;
}
.attach_height{
	height: 60px;
}
.fa-download-font{
	font-size: 3rem;
}
.phones .fa-bars{
	padding-top: 0.75rem;
	padding-right: 3px;
	cursor: move;
}
.vehicle-field-width {
	width: 100px;
}
.notes-bg-color {
	background: #F4F6f9;
}
.popover-border-bottom{
	border-bottom: 1px solid rgba(0,0,0,.125);
}
.print-button{
	margin-top: -30px;
	margin-right: 13px;
}
.border-top-dashed{
	border-top: 1px dashed gray;
}
.navbar-search-block{
	left: unset;
	right: 220px;
}
.navbar-search-block .input-group>.form-control{
	width: auto !important;
}
.nav-tabs .nav-link.active {
	color: #000 !important;
}
.google-search{
	margin-left: -25px;
	margin-right: -25px;
}
.google-search > div{
	text-align: center;
	padding-top: 24px;
}
.notification {
	position: relative;
	text-align: end;
}
.notification small{
	background: red;
	color: white;
	border-radius: 50%;
	padding: 3px;
	position: absolute;
	top: -5px;
	right: -3px;
	width: 22px;
	height: 22px;
	text-align: center;
}
input[type=range].form-control{
	padding: 0px;
}
.tnc-height{
	max-height: 120px;
}
 @media print, screen and (max-width: 360px) {
	.contact{
		font-size: 12px;
		padding-top: 9px;
	}
}
.navbar-collapse.collapse.show{
	position: absolute;
	width: 100%;
	background: rgb(0, 95, 184);
	top: 56px;
	left: 0px;
	padding-left: 17px;
}
.navbar-toggler{
	margin-left: 17%;
}
.text-danger{
	font-weight: 550;
}
.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}
.payment-option img{
	width: 50px;
}
.payment-option .corner {
	position: absolute;
	top: -30px;
	right: -25px;
}
.payment-option{
	overflow-y: unset !important;
	border-radius: 3px;
	padding: 1rem;
	text-align: center;
	cursor: pointer;
}
.payment-option p{
	line-height: 1.2rem;
}
.custom-control-label::before {
	box-shadow: none !important;
}
#card-container{
	height: 50px;
}
.form-control.error{
	-webkit-appearance: none;
	border: 2px solid #ff0000 !important;
	border-radius: 4px;
	box-shadow: 0 0 4px rgba(255, 0, 0, 0.3);
	outline: none;
}
.bg-table-default{
	background-color: #0000000d;
}
@font-face {
	font-family: 'redirect-icomoon';
	src: url('./../fonts/redirect/icomoon.eot?rvmqif');
	src: url('./../fonts/redirect/icomoon.eot?rvmqif#iefix') format('embedded-opentype'),
		url('./../fonts/redirect/icomoon.ttf?rvmqif') format('truetype'),
		url('./../fonts/redirect/icomoon.woff?rvmqif') format('woff'),
		url('./../fonts/redirect/icomoon.svg?rvmqif#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
.redirect-icon {
	font-family: 'redirect-icomoon' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.redirect-icon:before {
	content: "\e900";
}
