body {
    background-color: #FFFFFF;
    color: #36454F;
    font-family: Arial, sans-serif;
}

.navbar {
    background-color: #191970;
    padding: 10px 20px;
}

.navbar-brand img {
    height: 40px;
	font-size:20px;
}

.navbar a,
.navbar-brand {
    color: #FFFFFF !important;
}

.navbar a:hover {
	background: #36454F;
}

.navbar .sub:hover {
	background: #191970;
}

.search-bar {
    width: 40%;
}

.hero-section {
    background: url('/static/images/capture_2.PNG') no-repeat center center;
    background-size: cover;
    color: #FFFFFF;
    text-align: center;
    padding: 150px 20px;
    font-weight: bold;
    font-size: 1.5rem;
}

.vehicle-selector {
    background-color: #36454F;
    color: #FFFFFF;
    padding: 20px;
    border-radius: 8px;
    max-width: 800px;
    margin: auto;
}

.btn-custom {
    background-color: #191970;
    color: #FFFFFF;
}

.footer {
    background-color: #191970;
    color: #FFFFFF;
    padding: 20px 0;
}

.footer a {
    color: #FFFFFF;
    text-decoration: none;
}

.footer .social-icons i {
    font-size: 20px;
    margin: 0 10px;
}

.product-section {
    text-align: center;
    padding: 50px 0;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.product-slider {
    display: flex;
    gap: 20px;
    animation: scroll 40s linear infinite;
}

.product-card {
    flex: 0 0 auto;
    width: 400px;
    text-align: center;
}

.product-card img {
    width: 100%;
    height: 380px;
    border-radius: 10px;
}

@keyframes scroll {
    from {
        transform: translateX(1%);
    }

    to {
        transform: translateX(-150%);
    }
}

.categories-container {
    padding: 50px 0;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.categories-wrapper {
    display: flex;
    animation: scroll-left 15s linear infinite;
}

category {
    text-align: center;
    padding: 10px;
    min-width: 200px;
}

.category img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
}

.btn-custom {
	background-color: #36454F;
	color: white;
	border: none;
}
.btn-custom:hover {
	background-color: #FFFFFF;
	color: #191970;
}


.sidebar {
	z-index:1030;
	position: fixed;
	top: 0;
	left: -300px;
	width: 300px;
	height: 100%;
	background: #191970;
	color: white;
	transition: left 0.3s ease-in-out;
	padding-top: 20px;
}
.sidebar.active {
	left: 0;
}

.sidebar.show {
	left: 0;
}

.sidebar a {
	display: flex;
	align-items: center;
	color: white;
	padding: 10px 20px;
	text-decoration: none;
}
.sidebar a:hover {
	background: #36454F;
}
.close-btn {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 24px;
	cursor: pointer;
}
.menu-icon {
	margin-right: 10px;
}

.dropdown-menu {
	border: none;
	box-shadow: none;
}

container {
	max-width: 900px;
	background: #36454F;
	padding: 20px;
	border-radius: 10px;
	margin-top: 50px;
}

.btn-primary {
	background-color: #FFFFFF;
	color: #191970;
	border: none;
}
.btn-danger {
	background-color: #FF4C4C;
	border: none;
}
td input {
	display:inline-block;
	background-color: #FFFFFF;
	color: #191970;
	min-width:250px;
}

a {
	text-decoration:none;
	color:#000;
}

.signup_body {
	background-color: white;
	color: black;
	padding: 20px;
}
.form-control {
	border-radius: 30px;
	border:2px #000 solid;
}

.residents-btn {
	display: inline-block;
	width: ;
	text-align: left;
	border-radius: 30px;
	padding: 10px 20px;
	font-size: 1.2rem;
	border: 1px solid #ddd;
	background-color: #191970;
	color: #FFF;
	margin-bottom: 20px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	border:2px #000 solid;
}
.residents-btn:hover {
	background-color: #f1f1f1;
	color: #191970;
}

.back-btn {
	color: black;
	font-size: 1.2rem;
}

.btn-primary {
	background-color: #191970;
	color: #fff;
	border: none;
	border-radius: 30px;
	padding: 10px 20px;
	font-weight: bold;
}
.btn-primary:hover {
	background-color: #36454A;
	color: #fff;
}

.header-buttons {
	text-align: right;
	margin-bottom: 20px;
}
.header-buttons .btn {
	border-radius: 30px;
	margin-left: 10px;
	background-color: #191970;
	color: #FFF;
}

.header-buttons .btn:hover {
	background-color: #FFF;
	color: #191970;
}


.login-container {
	max-width: 400px;
	margin: 50px auto;
	padding: 20px;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-sign-in {
	background-color: #191970;
	color: white;
	border-radius: 30px;
	width: 100%;
}
.btn-sign-in:hover {
	background-color: #36454A;
	color: #fff;
}
.forgot-password {
	text-align: center;
	font-size: 0.9rem;
	color: #555;
}
.forgot-password a {
	color: #007bff;
	text-decoration: none;
}
.forgot-password a:hover {
	text-decoration: underline;
}

form::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.container-fluid::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}



/*CSS code for overlaying the fetched detailed Oders*/
/* Custom CSS for the overlay alert */
.overlay-alert {
  position: fixed;
  top: 20px;
  left: 1%;
  right: 1%;
  z-index: 1050; /* Ensure it's above other content */
  max-width: 100%; /* Adjust width as needed */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 5); /* Add a shadow for better visibility */
}

/* Position the close button at the top right */
.overlay-alert .btn-close {
  position: absolute;
  top: 5px;
  right:;
}

/* Add some padding to the alert content */
.overlay-alert .alert-content {
  padding-right: 30px; /* Space for the close button */
  eight:700px;
}