﻿/* Components: reusable widgets and their media queries */
/* ==== Begin from root-styles.css ==== */
.footer-text {
	text-align: center;
	color: #888;
	font-size: 0.9rem;
	margin-top: 15px;
}
#signup-container {
	background-color: white;
	padding: 20px;
	border-radius: 15px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	width: 100%;
	max-width: 500px;
	text-align: center;
}
#login-container {
	background-color: white;
	padding: 20px;
	border-radius: 15px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	width: 100%;
	max-width: 400px;
	text-align: center;
}
.add-user-container {
	background-color: white;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	width: 100%;
	max-width: 400px;
	box-sizing: border-box;
}
#signup-button {
	background-color: #007bff;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.3s;
	margin-top: 15px;
	font-weight: bold;
	width: 100%;
	font-size: 1rem;
}
#signup-button:hover {
	background-color: #2B64C4;
}
#main-contact-us-form {
	background-color: white;
	padding: 20px;
	border-radius: 15px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	width: 100%;
	max-width: 500px;
	text-align: center;
}
.hero {
	position: relative;
	background: url('../images/background.jpg') center center/cover no-repeat;
	color: white;
	text-align: center;
	padding: 60px 20px; /* Reduced padding */
}
#pricing {
	position: relative;
	background: url('../images/pricing-bg.jpg') center center/cover no-repeat;
	color: white;
	text-align: center;
	padding: 60px 20px; /* Reduced padding */
}
.hero::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 0;
}
.hero-content {
	position: relative;
	z-index: 1;
	max-width: 800px; /* Limit width to keep content compact */;
	margin: 0 auto;
/* Center align */padding: 20px; /* Optional inner padding */
}
.hero .cta-button {
	background-color: #007bff;
	padding: 1em 2.5em;
	color: white;
	border-radius: 50px;
	font-size: 1.2em;
	transition: background-color 0.3s ease;
}
.hero .cta-button:hover {
	background-color: #2B64C4;
}
.features {
	text-align: center;
}
.feature-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2em;
}
.feature-item {
	max-width: 300px;
	text-align: center;
}
.feature-item img {
	width: auto;
	height: 150px;
}
.benefits {
	background-color: #d6e4fb;
	padding: 3em 1em;
	text-align: center;
}
.benefit-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2em;
}
.benefit-item {
	max-width: 300px;
	text-align: center;
}
.benefit-item img {
	width: 75px;
	height: 75px;
}
.pricing {
	padding: 3em 1em;
	text-align: center;
}
.pricing -item {
	max-width: 600px;
	margin: 1em auto;
	text-align: left;
}
.cta {
	padding: 4em 1em;
	text-align: center;
	background-color: #2c3e50;
	color: white;
	position: relative;
}
.cta .cta-button {
	background-color: #007bff;
	padding: 1em 2.5em;
	color: white;
	border-radius: 50px;
	font-size: 1.2em;
	transition: background-color 0.3s ease;
}
.cta .cta-button:hover {
	background-color: #2B64C4;
}
.pricing-section {
	background-color: #f9f9f9; /* Light grey background for contrast */;
	padding: 50px 20px;
	text-align: center;
}
.pricing-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Responsive grid */;
	gap: 20px; /* Space between pricing items */;
	max-width: 1200px; /* Center content with max width */;
	margin: 0 auto;
}
.pricing-item {
	background-color: #fff; /* White background for card */;
	border: 1px solid #ddd;
/* Subtle border */border-radius: 10px;
/* Rounded corners */padding: 20px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
/* Soft shadow for depth */transition: transform 0.3s ease, box-shadow 0.3s ease; /* Hover effects */
}
.pricing-item:hover {
	transform: translateY(-5px); /* Lift effect */;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Stronger shadow on hover */
}
.price {
	font-size: 1.8rem; /* Large and prominent */;
	color: #28a745; /* Green color for pricing */;
	font-weight: bold;
	margin-bottom: 10px;
}
.price small {
	font-size: 0.8rem; /* Smaller text for details */;
	color: #999; /* Light grey */;
	margin-left: 5px;
}
.password-container {
	position: relative;
	display: flex;
	align-items: center;
}
#admin_password {
	padding-right: 40px; /* Adjust for the button size */
}
.toggle-password {
	position: absolute;
	right: 10px;
	background: none;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 5px;
}
/* ==== End of root-styles.css ==== */
/* ==== Begin from colors.css ==== */
.box {
	fill: var(--box-color) !important;
}
.windshield {
	fill: #c9dbdc; /* Constant color */
}
.black {
	fill: #000000; /* Constant color */
}
.light {
	fill: #ffA500; /* Constant color */
}
.boxplotter-bk {
	background-color: #2c3e50;
	color: #ffffff; /* Optional for contrasting text */
}
.smoke-color {
	background-color: rgba(0, 0, 0, 0.7);
}
.sharp-blue-bk {
	background-color: #007bff;
	color: white;
}
.sharp-blue-text {
	color: #007bff;
}
/* ==== End of colors.css ==== */
/* ==== Begin from core-styles.css ==== */
.custom-select {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 300px;
}
.custom-select::after {
	content: 'â–¼';
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	font-size: 14px;
	color: #555;
	pointer-events: none;
}
.popup-title {
	font-size: 1.90rem;
	color: #333;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: center;
}
.ui-menu .ui-menu-item-wrapper {
	font-size: 20px;
}
* {
	outline: none;
}
.container {
	background-color: white;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	max-width: 1200px;
	box-sizing: border-box;
}
#choose-plan-container {
	max-width: 600px;
}
.plan-list {
	list-style: none;
/* This removes the default dots */padding: 0;
}
#submit-controls {
	display: none;
}
.header {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.public-header {
	display: flex;
	justify-content: space-between;
	padding: 5px 0px;
	background-color: #2E4F82;
	color: white;
	width: 100%;
}
.logo {
	display: flex;
	align-items: center;
}
.logo img {
	height: 40px;
	vertical-align: middle;
	padding-left: 10px;
}
.logo .title {
	margin-left: 10px;
	font-size: 2.2rem;
	font-weight: bold;
}
#userIcon {
	position: relative;
}
.dropdown-menu {
	display: none;
	position: absolute;
	top: 50px;
	right: 60px;
	z-index: 10;
}
#logout-link {
	display: flex;
	justify-content: flex-end;
}
#logout-button {
	padding: 10px 20px;
;background-color: #007bff;
	color: white;
	text-align: right;
}
#user-email-button {
	padding: 10px 20px;
	background-color: rgba(0, 0, 0, 0.6);
	color: white;
	text-align: right;
}
#requestsLink {
	width: 75px;
}
#settingLink {
	width: 75px;
}
.settings-link {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 34px;
	width: 34px;
	border-radius: 25px;
	border-color: var(--text-color);
	border: 2px solid rgba(255, 255, 255, 0.0);
	margin-right: 80px;
	margin-left: 10px;
}
.settings-link:hover {
	border-color: var(--text-color);
	border: 2px var(--text-color) solid;
	cursor: pointer;
}
.header-link {
	color: var(--text-color);
	text-decoration: none;
	padding: 5px 10px;
	border: 2px solid transparent;
	border-radius: 3px;
	transition: background-color 0.3s, border-color 0.3s;
	white-space: nowrap;
	font-size: 18px;
	padding-right: 10px;
	margin-right: 10px;
	text-align: center;
}
.header-link:hover {
	cursor: pointer;
	border: 2px var(--text-color) solid;
}
.public-header-link {
	display: flex;
	color: white;
	text-decoration: none;
	padding: 5px 10px;
	border: 2px solid transparent;
	border-radius: 3px;
	transition: background-color 0.3s, border-color 0.3s;
	white-space: nowrap;
	font-size: 18px;
	text-align: center;
	margin-right: 10px;
}
.public-header-link:hover {
	cursor: pointer;
	border: 2px white solid;
}
#contact-link {
	text-decoration: none;
}
.logo-wrapper {
	display: flex;
	text-decoration: none;
}
.logo-title {
	font-size: 2.2rem;
	font-weight: bold;
	color: var(--text-color);
	padding-left: 5px;
}
.footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	background-color: #434343;
	color: white;
	padding: 10px 0;
	width: 100%;
	font-size: 14px;
}
#right-div {
	flex: 1;
	text-align: left;
}
#left-div {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex: 1;
	height: 100%;
	padding-left: 15px;
	flex-direction: column;
	width: 100%;
}
.status-indicator {
	width: 10px;
	height: 10px;
	background-color: #28a745;
	border-radius: 50%;
	display: inline-block;
	margin-right: 8px;
	margin-top: 5px;
}
.user-email {
	font-weight: bold;
	color: #bdbdbd;
}
#middle-div {
	flex: 2;
	text-align: center;
	margin: 0 auto;
}
.footer-content {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
.desktop-warning {
	background-color: #fff8e1; /* soft yellow */;
	border: 1px solid #ffecb3;
/* lighter yellow border */color: #5c4b00; /* dark golden text */;
	font-size: 13px;
	padding: 6px 10px;
	border-radius: 4px;
}
@media (min-width: 768px) {
/* Hide it for larger screens so it only appears for mobile users */
.desktop-warning {
	display: none;
}
}
#selectTrigger {
	background-image: url('../images/add.png');
}
.show-alert {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images/alert.png');
}
#alert {
	height: 35px;
	width: 35px;
}
#user-rotate-left-button, #user-rotate-right-button, #user-flip-box-markers-button, #user-toggle-truck-markers-button, #info-button-btn {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
	height: 50px;
}
#user-rotate-left-button:hover, #user-rotate-right-button:hover, #user-flip-box-markers-button:hover, #user-toggle-truck-markers-button:hover, #infoButton:hover {
	background-color: #3d3d43;
}
#user-rotate-left-button {
	background-image: url('../images/left-blue.png');
}
#user-rotate-right-button {
	background-image: url('../images/right-blue.png');
}
#user-flip-box-markers-button {
	background-image: url('../images/customer-door.png');
}
#user-toggle-truck-markers-button {
	background-image: url('../images/customer-fit.png');
}
#info-button-btn {
	background-image: url('../images/info.png');
}
#invite-modal {
	min-width: 300px;
}
.invite-modal-content {
	background-color: #fff;
	padding: 20px;
	border: 1px solid #888;
	border-radius: 10px;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 300px;
}
.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
#confirmLogout {
	background-color: #4CAF50;
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
}
#confirmLogout:hover {
	background-color: #45a049;
}
#cancelLogout {
	background-color: #f44336;
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
}
#cancelLogout:hover {
	background-color: #d32f2f;
}
#options-container {
	display: flex;
	flex-direction: column;
	font-family: Arial, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
}
.top-margin-auto {
	margin-top: auto !important;
}
.highlight-request {
	background-color: #e12727;
}
.green-bk {
	background-color: #4CAF50;
	color: white;
}
.green-bk:hover {
	background-color: #3e8e41;
}
.blue-bk {
	background-color: #007bff;
	color: white;
}
.blue-bk:hover {
	background-color: #0066d3;
}
.gray-bk {
	background-color: #c1c1c1;
	color: black;
}
.gray-bk:hover {
	background-color: #a0a0a0;
}
.gray-white-bk {
	background-color: #c1c1c1;
	color: white;
}
.gray-white-bk:hover {
	background-color: #a0a0a0;
}
.yellow-button {
	color: black;
	border: 3px solid yellow;
}
.back-button {
	background-color: #007bff;
	color: white;
	padding: 10px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
}
.large-text {
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #676767;
}
.medium-text {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.welcome-span {
	height: 20px;
}
.powered-text {
	text-align: center;
	color: #888;
	font-size: 1.0rem;
}
.xtra-padding-top-20 {
	padding-top: 20px;
}
.xtra-margin-top-20 {
	margin-top: 20px;
}
.xtra-margin-top-10 {
	margin-top: 10px;
}
.xtra-margin-bottom-10 {
	margin-bottom: 10px;
}
.xtra-padding-bottom-20 {
	padding-bottom: 20px;
}
.xtra-margin-bottom-20 {
	margin-bottom: 20px;
}
.xtra-padding-bottom-10 {
	padding-bottom: 10px;
}
.xtra-padding-top-10 {
	padding-top: 10px;
}
.btn-primary {
	background-color: #007bff;
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
}
.btn-primary:hover {
	background-color: #0066d3;
}
.btn-secondary {
	background-color: #ffc107;
	color: black;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 600;
}
.btn-secondary:hover {
	background-color: #d39e00;
}
.btn-standard {
	background-color: #ccc;
	color: black;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 600;
}
.btn-standard:hover {
	background-color: #222222;
}
.action-buttons {
	display: flex;
	justify-content: space-around;
	gap: 10px;
	margin-top: 15px;
}
div#logo-container {
	background-color: #edeceb;
	margin-top: 20px;
}
#contactLink {
	margin-right: 40px;
}
#verify-container {
	background-color: white;
	padding: 20px;
	border-radius: 15px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	width: 100%;
	max-width: 500px;
}
.mobile-warning {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-color: #ffcc00;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	height: 56px;
	position: fixed;
	bottom: 0px;
	z-index: 1000;
	text-align: center;
	display: none;
}
img#location-icon {
	padding-left: 5px;
}
#link-container {
	display: flex;
	justify-content: center;
	align-items: center;
}
#review-select-container {
	position: static;
	bottom: auto;
	left: auto;
}
.upload-preview {
	width: 150px;
}
@media (max-width: 600px) {
.dropdown-menu {
	top: 78px;
	right: 0px;
	z-index: 10;
}
#sidebar {
	padding: 0px;
}
.settings-link {
	margin-right: 0px;
	margin-left: 0px;
}
}
@media (max-width: 480px) {
.logo-title {
	font-size: 1.5rem;
}
.header-link {
	padding: 5px 5px;
	margin-right: 0px;
}
.signup-status {
	font-size: 18px;
}
.header {
}
.header {
	justify-content: space-around;
}
.large-text {
	font-size: 28px;
}
@media (max-width: 400px) {
.large-text {
	font-size: 26px;
}
}
}
/* ==== End of core-styles.css ==== */
/* ==== Begin from shared-styles.css ==== */
.marker-type-select-button {
	color: #000;
	width: calc(100% - 20px);
	padding: 10px 2.5em 10px 10px;
	margin: 0 10px;
	font-size: 1rem;
	line-height: 1.2;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	transition: border-color 0.3s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	background-image: url("../images/caret-icon.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 0.65em 0.8em;
	outline: none;
	-webkit-text-fill-color: #000;
}
.marker-type-select-button:focus {
	border-color: #999;
	-webkit-tap-highlight-color: transparent;
}
#allow-adds-dropdown {
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 1rem;
	width: 80px;
	padding: 5px 2.5em 5px 10px;
	margin: 0px;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	background-image: url("../images/caret-icon.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 0.65em 0.8em;
	color: #000;
	-webkit-text-fill-color: #000;
	transition: border-color 0.3s ease-in-out;
}
#third-input {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#approve-placement-button, #edit-dispatch-review-button {
	font-weight: 700;
	width: 50%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}
.sidebar-bottom-controls {
	margin-top: auto;
	padding-top: 20px;
	padding-bottom: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
span#allow-adds-dropdown-button {
	width: 60px;
}
.lower-button {
	width: calc(100% - 20px);
	padding: 10px;
	margin: 5px 10px;
	font-size: 1rem;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	text-align: center;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	user-select: none;
}
.lower-button:hover {
	background-color: #e6e6e6;
	border-color: #bbb;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
#reset-map-button {
	width: calc(100% - 20px);
	padding: 10px;
	margin-top: 10px;
	font-size: 1rem;
	box-sizing: border-box;
}
#save-dispatch-button {
	background-color: #3478f5;
	color: #fff;
	font-size: 16px;
	padding: 12px 24px;
	border: none;
	font-weight: 700;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 20px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
	display: none;
}
#save-dispatch-button:hover {
	background-color: #255fd1;
}
.marker-info-container {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	width: 100%;
	z-index: 200;
}
#email-missing-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
}
#defaults-toast {
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
}
.square-button-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 3px 0px;
}
#select-trigger {
	cursor: pointer;
	height: 45px;
	width: 45px;
	border: none;
}
#select-trigger-image {
	height: 100%;
	width: auto;
}
.light-blue {
	background-color: #3478f5;
}
.review-button-group {
	display: flex;
	gap: 10px;
	padding: 0px 10px;
	justify-content: center;
}
.approve-button {
	background-color: #28a745;
	color: white;
	height: 60px;
}
.approve-button:hover {
	background-color: #208737;
}
.review-button {
	background-color: #007BFF;
	color: white;
	height: 60px;
}
.review-button:hover {
	background-color: #0066d3;
}
.review-button, .approve-button, .save-button {
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	cursor: pointer;
}
.save-button {
	background-color: #ffc107;
	color: black;
	font-weight: bold;
	height: 56px;
	font-size: 16px;
}
.save-button:hover {
	background-color: #f3c640;
}
#notificationCheckbox {
	display: flex;
}
.controls > div {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 0px;
}
.title {
	text-align: center;
	margin: 0;
	padding: 5px;
	color: rgba(0, 0, 0, 0.5);
}
#cancel-review-button {
	margin-top: auto;
}
.review-button-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 3px 0px;
	width: 60px;
}
.search-bar {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background-color: #f5f5f5;
	border-radius: 8px;
	width: 100%;
}
.search-form {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	max-width: 500px;
}
#date-filters {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding-bottom: 15px;
}
.date-filter-form {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 800px;
}
.table-container {
	width: 100%;
	max-width: 1450px;
}
.resend {
	text-align: right;
}
.red-bg {
	background-color: rgba(255, 0, 0, 0.5);
	color: black;
	font-weight: bold;
}
.green-bg {
	background-color: rgba(0, 128, 0, 0.5);
	color: black;
}
.yellow-bg {
	background-color: rgba(255, 255, 0, 0.5);
	color: black;
}
.blue-bg {
	background-color: rgba(204, 230, 255, 1);
	color: black;
}
.resubmit-icon, .copy-link-icon {
	text-decoration: none;
}
.resubmit-icon:hover, .copy-link-icon:hover {
	text-decoration: none;
}
.pagination {
	text-align: center;
	margin: 20px 0;
}
.pagination .current-page {
	background-color: #007bff;
	color: white;
	border: 1px solid #007bff;
}
.keys-list {
	list-style: none;
	padding: 0;
}
.notice-message {
	background-color: #fff8e6;
	border: 1px solid #ffd27f;
	padding: 10px;
	margin-top: 10px;
	border-radius: 5px;
}
.smoke-color {
	background-color: rgba(0, 0, 0, 0.7);
}
#address-container {
	background: var(--header-color);
	color: var(--text-color);
	padding: 5px 20px;
	font-size: 1.1rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	justify-content: space-between;
	box-sizing: border-box;
	height: 45px;
}
.form-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background-color: white;
	width: 100%;
	margin: 20px 10px;
	max-width: 600px;
}
.no-line {
	text-decoration: none;
}
.row {
	flex-direction: row;
	height: auto;
}
.description-text {
	color: #333;
	text-align: center;
}
.upload-preview img {
	max-width: 100%;
	height: auto;
}
.checkbox-svg-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
	height: 50%;
}
.drop-area {
	padding: 30px 0px;
	cursor: pointer;
	color: #2d2d2d;
	transition: border-color 0.3s ease;
	border: 2px dashed #666;
	text-align: center;
	width: 200px;
	align-self: flex-end;
}
.drop-area.dragover {
	border-color: #999;
}
.checkbox-img-wrapper {
	display: flex;
	flex-direction: row;
}
#colorsSvgContainer {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	padding-top: 20px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	width: 100%;
}
#svgContainer {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	min-width: 560px;
}
.svg-container {
	display: inline-block;
}
.colors-svg-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 700px;
	height: 200px;
	border: 1px solid #ddd;
	border-radius: 8px;
	background-color: #fafafa;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-bottom: 10px;
	min-width: 280px;
}
.color-picker-container {
	display: flex;
	gap: 15px;
	justify-content: center;
}
.set-colors-label {
	font-weight: bold;
	color: #333;
	padding: 10px;
}
#setColorsContainer {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
#thumbnails {
	display: flex;
	gap: 10px;
	padding-left: 30px;
}
.thumbnail {
	width: 100px;
	height: 100px;
	cursor: pointer;
}
.input-row {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.input-row label {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}
.md-button {
	background-color: #007bff;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.3s;
}
#edit-company {
	max-width: 500px;
}
.form-group {
	width: 100%;
}
.form-group label {
	display: block;
	color: #666;
	font-weight: bold;
	font-size: 1rem;
	margin: 5px 0;
	text-align: center;
	padding-top: 5px;
}
.text-one-rem {
	font-size: 1rem;
	margin: 5px 0;
	font-weight: bold;
}
.default-add-setting, .custom-header-setting, .upload-logo, .allow_driver_edit {
	display: flex;
	align-items: center;
	gap: 5px;
	margin: 20px 0;
	padding-left: 30px;
}
#edit-company-submit-button:hover {
	background-color: #0066d3;
}
.welcome-container {
	text-align: center;
	margin: 50px auto;
	max-width: 600px;
	background: #ffffff;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.ss-image {
	width: 100%;
	height: auto;
	max-width: 450px;
	max-height: 280px;
	display: block;
	margin: 10px auto;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	object-fit: contain;
}
.ss-img {
	width: 100%;
	height: auto;
	max-width: 450px;
	max-height: 280px;
	display: block;
	margin: 10px auto;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	object-fit: contain;
}
#default-settings-form {
	width: 100%;
	max-width: 500px;
}
#equipment-sort {
	width: 160px;
}
.setup-actions {
	display: flex;
	justify-content: space-around;
}
.red {
	background-color: #c80000;
}
.red:hover {
	background-color: #a50000;
}
.blue {
	background-color: #007bff;
}
.blue:hover {
	background-color: #0066d3;
}
.orange {
	background-color: #FF4500;
}
.orange:hover {
	background-color: #cc3700;
}
.green {
	background-color: #4CAF50;
}
.green:hover {
	background-color: #3e8e41;
}
.gray {
	background-color: #888;
}
.gray:hover {
	background-color: #6e6e6e;
}
.circle-text {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #3478f5; /* Default color */;
	color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	line-height: 1.2;
	text-transform: uppercase;
	position: relative;
}
.circle-text:hover {
	background-color: #4c86f1; /* Default color */
}
.circle-text .top-text {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: 4px;
}
.circle-text .bottom-text {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	bottom: 4px;
}
.popup-note {
	font-size: 11px;
	color: white;
	margin-top: 4px;
	font-style: italic;
}
#hide-legend-container {
	display: none;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	margin-right: 15px;
	width: 100%;
	color: #0066FF;
	padding-top: 10px;
	font-weight: 700;
}
#show-legend {
	display: none;
	color: #0066FF;
	padding-top: 10px;
	font-weight: 700;
}
@media (max-width: 760px) {
.search-form {
	flex-direction: column;
}
#setColorsContainer {
	flex-direction: column;
}
#thumbnails {
	display: flex;
	flex-direction: row;
	gap: 10px;
	padding: 0;
	width: 100%;
	max-width: 300px;
	box-sizing: border-box;
	min-width: 0;
	overflow-x: auto;
}
.checkbox-img-wrapper {
	display: flex;
	flex-direction: column;
}
.upload-wrapper {
	flex-direction: column;
}
.equipment-item {
	flex-direction: column;
}
.equipment-container {
	flex-direction: row;
}
#sidebar-top-controls {
	height: auto;
}
.hide-div-mobile {
	display: none;
}
#hide-legend-container {
	display: flex;
}
#show-legend {
	display: flex;
}
}
@media only screen and (max-width: 400px) {
#customize-demo-logo {
	font-size: 20px;
}
#address-container {
	font-size: .9rem;
}
#location-icon {
	display: none;
}
}
}
/* ==== End of shared-styles.css ==== */
/* ==== Begin from users.css ==== */
#address-container {
	background: var(--header-color);
	color: var(--text-color);
	padding: 5px 20px;
	font-size: 1.1rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	justify-content: space-between;
	box-sizing: border-box;
	height: 45px;
}
#address-container span {
	margin-right: 20px;
}
.roundButtons {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	background-color: #49494b;
	height: 45px;
	width: 45px;
	margin: 0px 5px;
}
.user-action {
	border-radius: 5px;
	padding: 5px 10px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	height: 50px;
}
#user-submit-button {
	background-color: #28a745;
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 600;
}
#user-submit-button:hover {
	background-color: #2fb14c;
	border: 1px solid #2fb14c;
}
#user-edit-button {
	background-color: #007BFF;
	border: 1px solid #007BFF;
	color: white;
}
#user-edit-button:hover {
	background-color: #0056b3;
	border: 1px solid #0056b3;
}
#user-confirm-button {
	background-color: #28A745;
	border: 1px solid #28a745;
	color: white;
}
#user-confirm-button:hover {
	background-color: #1e7e34;
	border: 1px solid #1e7e34;
}
#initial-user-edit-button {
	background-color: #007BFF;
	border: 1px solid #007BFF;
	color: white;
}
#initial-user-edit-button:hover {
	background-color: #0056b3;
	border: 1px solid #0056b3;
}

#user-dismiss-button {
	background-color: #6C757D;
	border: 1px solid #6C757D;
/* or use #DC3545 for red */color: white;
}
#user-dismiss-button:hover {
	background-color: #5A6268;
	border: 1px solid #5A6268;
}
#initial-user-dismiss-button {
	background-color: #6C757D;
	border: 1px solid #6C757D;
/* or use #DC3545 for red */color: white;
}
#initial-user-dismiss-button:hover {
	background-color: #5A6268;
	border: 1px solid #5A6268;
}

.key-button img {
	width: 40px;
	height: 40px;
}
.key-button {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	z-index: 999;
	text-decoration: none;
}
#toggle-control-button {
	display: none;
	position: absolute;
	bottom: 300px;
	left: 10px;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 2;
}
#selectTrigger, #addMarkerSetButton, #deleteMarkerSetButton, #selectAllMarkersButton, #rotateLeftButton, #rotateRightButton {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#addMarkerSetButton {
	background-image: url(../images/add.png);
	bottom: 240px;
}
#select-trigger-image {
	height: 100%;
	width: auto;
}
.notice-message {
	background-color: #fff8e6;
	border: 1px solid #ffd27f;
	padding: 10px;
	margin-top: 10px;
	border-radius: 5px;
}
.popup-overlay {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	justify-content: center;
	align-items: center;
}
.popup-content {
	position: relative;
	background-color: white;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	text-align: center;
	max-width: 500px;
	margin: auto;
}
.unlock-button {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	z-index: 10;
	text-decoration: none;
	display: none;
}
.unlock-button img {
	width: 40px;
	height: 40px;
}
.logout-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px 25px;
	background-color: gray;
	color: #ffffff;
	text-decoration: none;
	border-radius: 50px;
	font-size: 16px;
	font-weight: bold;
	border: none;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	transition: background-color 0.3s ease;
	margin-top: 10px;
}
.ui-menu .ui-menu-item-wrapper {
	font-size: 22px;
}
#override-btn {
	bottom: 210px;
	background-image: url('../images/red-over-ride.png');
	background-color: white;
	z-index: 5;
}
@media only screen and (max-width: 400px) {
#user-submit-button {
	padding: 5px 10px;
}
#user-rotate-left-button, #user-rotate-right-button, #user-flip-box-markers-button, #user-toggle-truck-markers-button, #info-button-btn {
	width: 40px;
	height: 40px;
}
}
/* ==== End of users.css ==== */
