.custom-navbar {
  background-color: rgb(86, 130, 177);
}

.hero-section {
  background-color: rgb(255, 232, 219);
  height: 100vh;
  padding: 0 1rem;
}
.hero-section h1 {
  color: rgb(0, 0, 0);
}
.hero-section p {
  color: rgb(86, 130, 177);
}
.hero-section .hero-btn {
  background-color: rgb(86, 130, 177);
  border: none;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  color: white;
}
.hero-section .hero-btn:hover {
  background-color: rgb(115, 158, 201);
  color: rgb(255, 232, 219);
}

.company-card {
  background-color: rgb(255, 232, 219);
  border: 1px solid rgb(115, 158, 201);
  color: rgb(0, 0, 0);
  transition: transform 0.2s ease;
}

.company-card:hover {
  transform: scale(1.02);
  cursor: pointer;
}

.company-card .card-header {
  background-color: rgb(86, 130, 177);
  color: white;
}

.card {
  border: 1px solid rgb(115, 158, 201);
}
.card .card-title {
  color: rgb(86, 130, 177);
}
.card .btn-primary {
  background-color: rgb(86, 130, 177);
  border-color: rgb(86, 130, 177);
}
.card .btn-primary:hover {
  background-color: rgb(115, 158, 201);
}
.card .card-footer.bg-peach {
  background-color: rgb(255, 232, 219);
  color: rgb(0, 0, 0);
}

input {
  border: 1px solid rgb(115, 158, 201);
}
input:focus {
  border-color: rgb(86, 130, 177);
  box-shadow: 0 0 0 0.2rem rgba(86, 130, 177, 0.25);
}

.company-form {
  background-color: rgb(255, 241.775, 234.3);
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 10px rgba(86, 130, 177, 0.1);
}
.company-form .form-label {
  color: rgb(86, 130, 177);
  font-weight: 500;
}
.company-form .form-control {
  border: 1px solid rgb(86, 130, 177);
  background-color: white;
  color: rgb(0, 0, 0);
}
.company-form .form-control:focus {
  border-color: rgb(115, 158, 201);
  box-shadow: 0 0 0 0.2rem rgba(115, 158, 201, 0.25);
}
.company-form .btn-primary {
  background-color: rgb(86, 130, 177);
  border-color: rgb(86, 130, 177);
}
.company-form .btn-primary:hover {
  background-color: rgb(115, 158, 201);
  border-color: rgb(115, 158, 201);
}

.car-form {
  background-color: rgb(255, 241.775, 234.3);
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 10px rgba(86, 130, 177, 0.1);
}
.car-form .form-label {
  color: rgb(86, 130, 177);
  font-weight: 500;
}
.car-form .form-control {
  border: 1px solid rgb(86, 130, 177);
  background-color: white;
  color: rgb(0, 0, 0);
}
.car-form .form-control:focus {
  border-color: rgb(115, 158, 201);
  box-shadow: 0 0 0 0.2rem rgba(115, 158, 201, 0.25);
}
.car-form .btn-primary {
  background-color: rgb(86, 130, 177);
  border-color: rgb(86, 130, 177);
}
.car-form .btn-primary:hover {
  background-color: rgb(115, 158, 201);
  border-color: rgb(115, 158, 201);
}

.site-footer {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 232, 219);
}
.site-footer p {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.site-footer .footer-link {
  color: rgb(115, 158, 201);
  text-decoration: none;
}
.site-footer .footer-link:hover {
  color: rgb(86, 130, 177);
  text-decoration: underline;
}

.login-page {
  background-color: rgb(255, 232, 219);
}
.login-page .nav-link {
  color: rgb(86, 130, 177);
  font-weight: 500;
}
.login-page .nav-link.active {
  background-color: rgb(86, 130, 177);
  color: white;
}
.login-page .nav-link:hover {
  color: rgb(115, 158, 201);
}
.login-page label {
  color: rgb(86, 130, 177);
  font-weight: 500;
}

.empty-message {
  text-align: center;
  color: rgb(86, 130, 177);
  font-weight: 500;
  margin-top: 2rem;
}

.btn-outline-primary {
  font-weight: 500;
  padding: 0.6rem 1.2rem;
  transition: all 0.3s ease;
}
.btn-outline-primary:hover {
  background-color: rgb(86, 130, 177);
  color: rgb(255, 232, 219);
}

.btn-primary {
  background-color: rgb(86, 130, 177);
  border: none;
}
.btn-primary:hover {
  background-color: rgb(115, 158, 201);
  color: rgb(255, 232, 219);
}

.login-btn .nav-link {
  font-weight: 500;
}
.login-btn .nav-link:hover {
  color: rgb(255, 232, 219);
}

.admin-tabs .nav-tabs {
  border-bottom: 2px solid rgb(86, 130, 177);
}
.admin-tabs .nav-tabs .nav-link {
  color: rgb(86, 130, 177);
  font-weight: 500;
  border: none;
  border-bottom: 2px solid transparent;
}
.admin-tabs .nav-tabs .nav-link:hover {
  color: rgb(115, 158, 201);
  background-color: rgb(255, 248.2916666667, 244.5);
}
.admin-tabs .nav-tabs .nav-link.active {
  color: rgb(0, 0, 0);
  border-bottom: 2px solid rgb(86, 130, 177);
  background-color: rgb(255, 232, 219);
}
.admin-tabs .tab-content {
  background-color: rgb(255, 232, 219);
  border: 1px solid rgb(86, 130, 177);
  border-top: none;
  padding: 2rem;
}
.admin-tabs .tab-content h4 {
  color: rgb(86, 130, 177);
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */