/* Main Variables */
:root {
	--primary-color: #006DFF;
	--background-color: #f6f6f6;

}

::-webkit-validation-bubble {
	background-color: var(--primary-color);
}

::-webkit-validation-bubble-top-outer-arrow {
	background-color: var(--primary-color);
}

::-webkit-validation-bubble-top-inner-arrow {
	background-color: var(--primary-color);
}

::-webkit-validation-bubble-message {
	background-color: var(--primary-color);
}

::-webkit-validation-bubble-icon {
	background-color: var(--primary-color);
}

form:invalid::after {
	background-color: var(--primary-color);
}



@font-face {
	font-family: 'DS-DIGII';
	src: url(../fonts/fonts/DS-DIGII.TTF);
}

@font-face {
	font-family: 'Justus-Italic';
	src: url(../fonts/fonts/Justus-Italic.TTF);
}

body {
	-ms-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	-ms-transform-origin: 50% 50% !important;
	-webkit-transform-origin: 50% 50% !important;
	transform-origin: 50% 50% !important;
}

body,
html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	background: var(--background-color);
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
	-ms-overflow-style: none;
	overflow-x: hidden;
	-ms-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	-ms-transform-origin: 50% 50% !important;
	-webkit-transform-origin: 50% 50% !important;
	transform-origin: 50% 50% !important;
}

h1,
h2,
h3 {
	font-family: 'Raleway', sans-serif;
}

iframe {
	overflow: hidden;
	height: 100%;
}

iframe::-webkit-scrollbar {
	display: none;
}

.vertical-align-middle {
	margin-top: 14vh;
}

.vertical-align-middle-sign-up {
	margin-top: 11vh;
}

.vertical-align-middle-forgot-password {
	margin-top: 20vh;
}

.fa-star {
	color: rgb(255, 219, 40);
}

.fa-star-half-alt {
	color: rgb(255, 219, 40);
}

.fa-circle-check {
	color: var(--primary-color);
}

.fa-globe {
	color: #888;
	font-size: 20px;
}

.fa-phone-flip {
	color: #888;
	font-size: 20px;
}

.fa-diamond-turn-right {
	color: #888;
	font-size: 20px;
}

h1 {
	text-transform: uppercase;
	margin: 0 0 20px 0;
	font-weight: 500;
	font-size: 25px;
	color: #333;
}

h2 {
	text-transform: uppercase;
	margin: 0 0 20px 0;
	font-weight: 800;
	font-size: clamp(2rem, 8vw, 4rem);
	color: #333;
}

h3 {
	font-size: 15px;
	font-weight: 600;
	color: #333;
}

h4 {
	font-family: 'DS-DIGII';
	font-size: 30px;
	color: #333;
	font-weight: 600;
}

h5 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: medium;
}

p {
	font-size: 15px;
}

p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}

a {
	color: #333;
	font-weight: 400;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	color: var(--primary-color);
}

ul,
ol {
	list-style: none;
}

ul,
ol {
	padding: 0;
}

hr {
	height: 1px;
	width: 90%;
	text-align: center;
	position: relative;
	background: rgb(128, 128, 128);
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0;
}

table,
th,
td {
	border: 1px solid black;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	text-align: center;
}

input {
	padding: 8px;
	width: 100%;
}

select {
	padding: 8px;
	width: 100%;
	text-align: center;
}

.button {
	padding: 8px;
	width: 60%;
	background: linear-gradient(to right, #6372ff 0%, var(--primary-color) 100%) !important;
	border: none;
	color: #fff;

}

body::-webkit-scrollbar {
	display: none;
}

input[type="file"] {
	display: none;
}

.inputWithIcon {
	position: relative;
}

.inputWithIcon i {
	position: absolute;
	right: 0;
	bottom: 15px;
	padding: 10px;
	padding-right: 15px;
}

.inputWithIcon2 {
	position: relative;
}

.inputWithIcon2 i {
	position: absolute;
	right: 0;
	bottom: 4px;
	padding: 10px;
	padding-right: 15px;
}

input[type="checkbox"] {
	width: 10px;
}

.forgotpassword {
	float: right;
}

.container-center {
	padding: 10px;
}

/*MAP COORDINATES*/
#content-desktop {
	display: block;
}

#content-mobile {
	display: none;
}

@media screen and (max-width: 768px) {

	#content-desktop {
		display: none;
	}

	#content-mobile {
		display: block;
	}

}

/*END OF MAP COORDINATES*/
.error {
	background-color: rgba(255, 36, 36, 0.692);
	color: rgb(255, 253, 253);
	border-radius: 20px;
	border: rgb(255, 11, 11);
	padding: 10px;
}

.success {
	background-color: #90EE90;
	color: rgb(255, 253, 253);
	border-radius: 20px;
	border: #228B22;
	padding: 10px;
}

/* Navigation */
#menu {
	padding-left: 0px;
	padding-right: 10px;
	transition: all 0.8s;
}

#menu.navbar-default {
	background-color: #fff;
	border-color: rgba(0, 60, 255, 0);
	box-shadow: 0 0 10px rgb(0 0 0 / 40%);
}

#menu a.navbar-brand {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
}

#menu.navbar-default .navbar-nav>li>a {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	color: #555;
	font-size: 15px;
	font-weight: 400;
	padding: 8px 2px;
	border-radius: 0;
	margin: 9px 20px 0 20px;
}

#menu.navbar-default .navbar-nav>li>a:after {
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 2px;
	background: linear-gradient(to right, #6372ff 0%, var(--primary-color) 100%);
	content: "";
	transition: width 0.2s;
}

#menu.navbar-default .navbar-nav>li>a:hover:after {
	width: 100%;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	background-color: transparent;
}

.navbar-default .navbar-nav>.active>a:after,
.navbar-default .navbar-nav>.active>a:hover:after,
.navbar-default .navbar-nav>.active>a:focus:after {
	display: block !important;
	position: absolute !important;
	left: 0 !important;
	bottom: -1px !important;
	width: 100% !important;
	height: 2px !important;
	background: linear-gradient(to right, #6372ff 0%, var(--primary-color) 100%) !important;
	content: "" !important;
	transition: width 0.2s !important;
}

.navbar-toggle {
	border-radius: 0;
	border-color: white;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #fff;
	border-color: #ffffff;
}

.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #608dfd;
}

.section-title h2 {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 15px;
}

.section-title h2::after {
	position: absolute;
	content: "";
	background: linear-gradient(to right, var(--primary-color) 0%, #6372ff 100%);
	height: 4px;
	width: 60px;
	bottom: 0;
	margin-left: -30px;
	left: 50%;
}

.section-title h3 {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 15px;
}

.section-title h3::after {
	position: absolute;
	content: "";
	background: linear-gradient(to right, var(--primary-color) 0%, #6372ff 100%);
	height: 4px;
	width: 60px;
	bottom: 0;
	margin-left: -30px;
	left: 50%;
}

.section-title p {
	font-size: 18px;
}

.btn-custom {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	color: #fff;
	background-color: var(--primary-color);
	background-image: linear-gradient(to right, var(--primary-color) 0%, #6372ff 100%);
	padding: 14px 34px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	border-radius: 25px;
	transition: all 0.5s linear;
	border: 0;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
	color: #fff;
	background-image: none;
	background-color: #6372ff;
}

a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	outline-offset: none;
}

/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../img/intro-bg.jpg) center center no-repeat;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.intro .overlay {
	background: rgba(0, 0, 0, 0.2);
}

.intro h1 {
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 82px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
}

.intro h1 span {
	font-weight: 800;
	color: var(--primary-color);
}

.intro p {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	line-height: 30px;
	margin: 0 auto;
	margin-bottom: 60px;
}

header .intro-text {
	padding-top: 350px;
	padding-bottom: 200px;
	text-align: center;
}

/* Features Section */
#features {
	padding-top: 60px;
	background: var(--background-color);
	height: 100%;
}

#features i.fa {
	font-size: 38px;
	margin-bottom: 20px;
	transition: all 0.5s;
	color: #fff;
	width: 100px;
	height: 100px;
	padding: 30px 0;
	border-radius: 50%;
	background: linear-gradient(to right, #6372ff 0%, var(--primary-color) 100%);
	box-shadow: 10px 10px 10px rgba(0, 0, 0, .05);
}

/*DROP DOWN LIST*/
.custom-select select {
	display: none;
	/*hide original SELECT element: */
}

.dropdown {
	background-color: var(--primary-color);
	padding: 5px;
	color: #e5e5e5;
	width: 100%;
	border: 0px;
	outline: 0px;
}

/* Style the arrow inside the select element: */
.select-selected:after {
	position: absolute;
	content: "";
	top: 14px;
	right: 20px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
	border-color: transparent transparent #fff transparent;
	top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
	color: #ffffff;
	padding: 8px 16px;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
}

/* Style items (options): */
.select-items {
	position: absolute;
	background-color: var(--primary-color);
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
	display: none;
}

.select-items div:hover,
.same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}

/*Map*/
.map {
	background-image: url(img/map.jpg);
	width: 100%;
	height: 100%;
}

/* [IMAGE] */
.zoomD {
	width: 100%;
	height: auto;
	cursor: pointer;
}

/* [LIGHTBOX BACKGROUND] */
#lb-back {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	transition: all ease 0.4s;
}

#lb-back.show {
	visibility: visible;
	opacity: 1;
}

/* [LIGHTBOX IMAGE] */
#lb-img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}

#lb-img img {
	/* You might want to play around with 
	   width, height, max-width, max-height
	   to fit portrait / landscape pictures properly. */
	width: 100%;
	height: auto;

	/* ALTERNATE EXAMPLE
	width: 100%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto; */
}

/*DIESEL PRICES*/
.margin-top {
	margin-top: 20px;
}

.margin-bottom {
	margin-bottom: 0px;
}

.active {
	color: var(--primary-color);
}

.tab-size {
	font-size: min(max(12px, 1.5vw), 16px);
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.previous-diesel-price-box {
	margin-top: 12px;
}

.border {
	border-style: solid;
	border-color: #333;
	border-width: 2px;
}

.border-top {
	border-style: solid;
	border-color: #333;
	border-width: 2px;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

.border-w-bottom {
	border-style: solid;
	border-color: #333;
	border-width: 2px;
}

.border-left-none {
	border-style: solid;
	border-color: #333;
	border-width: 2px;

}

.border-right-none {
	border-style: solid;
	border-color: #333;
	border-width: 2px;
}

.border-w-radius {
	border-width: 2px;
}

/*AFRICA TRUCK STOP DIESEL PRICES*/
.heading-size {
	font-size: 18px;
}

/*PETROL PRICES*/
.petrol-heading {
	font-size: 14px;
}

.petrol-digits {
	font-size: 25px;
}

/*SIGN-Up*/
/* Full-width input fields */
input[type=text],
input[type=password] {
	width: 100%;
	padding: 10px 20px;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 0px;
	box-sizing: border-box;
	margin-top: 10px;
	color: rgba(3, 2, 2, 0.979);
}

/* Set a style for all buttons */
.submit {
	background-color: var(--primary-color);
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 0px;
	cursor: pointer;
	width: 100%;
}

.submit-buy {
	background-color: var(--primary-color);
	color: white;
	border: none;
	border-radius: 0px;
	cursor: pointer;
	width: 100%;
}

/*SERVICES*/
.search-bar {
	padding-left: 0px;
	padding-right: 0px;
}

.search-button {
	padding-left: 0px;
	padding-right: 0px;
}

.service_card_container {
	border-width: 1px;
	border-style: solid;
	border-color: lightgrey;
	border-radius: 15px;
	background-color: white;
	align-items: center;
}

.my_row {
	background-color: var(--primary-color);
	border-radius: 12px;

}

.service_card_buttons {
	background-color: var(--primary-color);
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}

.a {
	color: black;
	border: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: small;
}

.activ {
	color: var(--primary-color);
	text-transform: uppercase;
	font-weight: 700;
	font-size: small;
}

.autocomplete-items {

	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	left: 0;
	right: 0;
}

.autocomplete-items div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
	/*when hovering an item:*/
	background-color: #e9e9e9;
}

.autocomplete-active {
	/*when navigating through the items using the arrow keys:*/
	background-color: var(--primary-color) !important;
	color: #ffffff;
}

/*AD-REQUESTS*/
.accept {
	background-color: rgb(38, 255, 30);
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 15px;
	cursor: pointer;
	width: 100%;
}

.decline {
	background-color: rgb(255, 30, 30);
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 15px;
	cursor: pointer;
	width: 100%;
}

/*ADD-SERVICES-CONFIRM*/
.radius {
	border-radius: 15px;
}

.white {
	color: #333;
	background: linear-gradient(to right, #d1d1d1 0%, #bebebe 100%);
	border: 5px #333;
}

.gradient {
	background: linear-gradient(to right, #6372ff 0%, var(--primary-color) 100%);
}

/*DIESEL PRICES*/
.upcoming-diesel-price-box {
	margin-bottom: 15px;
}

#map {
	height: 100%;
}

.custom-map-control-button {
	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;
	height: 40px;
	cursor: pointer;
}

.custom-map-control-button:hover {
	background: rgb(235, 235, 235);
}

.map-overlay {
	margin-top: -30px;
}

#longitude {
	color: transparent;
	style: none;
}

#latitude {
	color: transparent;
	style: none;
}

.petrolblock {
	margin-top: 10px;
	margin-bottom: 15px;
}

.denscalc {
	overflow: hidden;
}

.expansioncalc {
	padding-left: 10px;
	padding-right: 10px;
}

.Fuelconscalc {
	padding-left: 10px;
	padding-right: 10px;
}

.textbox {
	background-color: #ffffff;
	box-shadow: 5px 10px 18px #888888;
	padding: 5px;
	border-width: 1.5px;
	border-radius: 10px;
	margin-left: 5px;
	margin-right: 5px;
	color: #333;
}

.shadow {
	box-shadow: 1px 1px 18px #888888;
}

.nextpagebutton {
	padding: 4%;
	background-color: var(--primary-color);
	color: rgb(255, 255, 255);
	border: none;
	margin-top: 10px;
	width: 100%;
}

.nextpagebutton:hover,
.nextpagebutton:active,
.nextpagebutton:visited {
	color: black;
}

@media screen and (min-width: 768px) {
	.nextpagebutton {
		padding: 1.5%;
		background-color: var(--primary-color);
		color: rgb(255, 255, 255);
		border: none;
		margin-top: 10px;
		width: 60%;
	}
}

@media screen and (min-width: 768px) {
	.topparagraph {
		margin-top: 10%;
		height: 100%;


	}
}

.leftbutton {
	float: left;
	margin-left: 5px;
}

.rightbutton {
	float: right;
	margin-right: 5px;
}

details[open] .readmore {
	display: none;
}

.currentpricebox {
	box-shadow: 5px 3px 18px #888888;
	border-radius: 15px;

}

.currentpriceleft {
	border-bottom-left-radius: 15px;
}

.currentpriceright {
	border-bottom-right-radius: 15px;
}

.petrol-container {
	padding-left: 15px;
	padding-right: 15px;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height: 510px;
}

.pricebox {
	box-shadow: 2px 3px 18px #888888;
	border-radius: 15px;

}

/*QR CODE*/
#html5-qrcode-button-camera-start {
	background-color: var(--primary-color);
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 0px;
	cursor: pointer;
	width: 100%;
}

#html5-qrcode-button-camera-stop {
	background-color: var(--primary-color);
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 0px;
	cursor: pointer;
	width: 100%;
}

#html5-qrcode-button-camera-permission {
	background-color: var(--primary-color);
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 0px;
	cursor: pointer;
	width: 100%;
}

#html5-qrcode-select-camera {
	display: none;
	color: white;
}

#html5-qrcode-select-camera:after {
	content: ' ';
}

.csvbox {
	border: 1px solid silver;
	padding-top: 25px;

}

#reader__dashboard_section_csr>span {
	color: transparent;
}

/*Profile*/
.profileitems {
	padding: 20px;
	border-bottom: 0.5px solid #888888de;
	width: 100%;
}

.top {
	padding: 20px;
	border-bottom: 0.5px solid #888888de;
	border-top: 0.5px solid #888888de;
}

.delete {
	text-align: center;
	color: red;
}

.profile-menu {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}

/*Vehicles*/
.vehicleblock {
	padding-left: 20px;
	padding-right: 20px;
}

/*Fuel Stations*/
.infowindownavitem {
	height: 100%;
	padding: 11px;
}

.checkmarktext {
	font-weight: 100px;
	font-size: 12px;
}

.serviceslist {
	list-style-image: url('../img/check-solid.svg');
	font-size: 20px;
}

.vehiclescontainer {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 5px;
	margin-left: 5px;
}

.vehicleradio {
	float: left;
	width: 12px;
}

/*checkout page*/


.checkoutdetails {
	width: 100%;
	margin-top: 20%;
}

.total {
	font-size: 30px;
	color: #333;
	font-weight: 700;
}

.paybutton {
	padding-top: 10px;
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: white;
}

/*DEPOT MANAGEMENT*/
.add-user {
	float: right;

}

/*Supplier app*/
.supplier-logout {
	float: right;
	margin-top: 14px;
}


/*terms and conditions*/
/* The Modal (background) */
.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	/* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	/* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

/* News Feed*/
.filterbutton {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-user-select: none;
	width: 70px;
	text-align: left;
	border: none;
	font-weight: 800;
	font-size: 16px;
	float: left;
	background-color: var(--background-color);
}

select:focus {
	outline: none;
}

.filtericon {
	float: left;
	padding: 0px;
	font-color: #777;
	position: static;
	margin-top: 0.9em;
}