html {
  font-size: 14px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #5c7f3f;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  background-color: #f8f2ed;
  color: #2c3e18;
  line-height: 1.6;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: #6b7c5a;
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.navbar {
  background-color: #ffffff !important;
  border-bottom: 1px solid rgba(92, 127, 63, 0.1) !important;
  box-shadow: 0 2px 10px rgba(92, 127, 63, 0.15) !important;
}
.navbar .navbar-brand {
  color: #5c7f3f !important;
  font-weight: 700;
  font-size: 1.4rem;
}
.navbar .nav-link {
  color: #2c3e18 !important;
  font-weight: 500;
  transition: all 0.3s ease;
}
.navbar .nav-link:hover {
  color: #5c7f3f !important;
}
.navbar .dropdown-menu {
  border: 1px solid rgba(92, 127, 63, 0.1);
  box-shadow: 0 4px 15px rgba(92, 127, 63, 0.15);
}

.btn-primary {
  background: linear-gradient(135deg, #5c7f3f 0%, #7a9b5a 100%);
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  background: linear-gradient(135deg, #4a6b2f 0%, #5c7f3f 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(92, 127, 63, 0.25);
}
.btn-primary:active, .btn-primary:focus {
  background: linear-gradient(135deg, #4a6b2f 0%, #5c7f3f 100%);
  box-shadow: 0 0 0 3px rgba(92, 127, 63, 0.2);
}

.btn-outline-primary {
  border: 2px solid #5c7f3f;
  color: #5c7f3f;
  border-radius: 8px;
  padding: 10px 22px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn-outline-primary:hover {
  background-color: #5c7f3f;
  border-color: #5c7f3f;
  color: #ffffff;
  transform: translateY(-1px);
}

.form-control {
  border: 2px solid rgba(107, 124, 90, 0.2);
  border-radius: 8px;
  padding: 12px 16px;
  transition: all 0.3s ease;
  background-color: #ffffff;
}
.form-control:focus {
  border-color: #5c7f3f;
  box-shadow: 0 0 0 3px rgba(92, 127, 63, 0.1);
  background-color: #ffffff;
}

.form-label {
  color: #2c3e18;
  font-weight: 500;
  margin-bottom: 8px;
}

.card {
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(92, 127, 63, 0.15);
  background-color: #ffffff;
}
.card .card-header {
  background: linear-gradient(135deg, #5c7f3f 0%, #7a9b5a 100%);
  border: none;
  border-radius: 8px 8px 0 0;
  padding: 20px;
}
.card .card-header h4, .card .card-header h5, .card .card-header h6 {
  color: #ffffff;
  margin-bottom: 0;
}
.card .card-body {
  padding: 25px;
}

.alert {
  border: none;
  border-radius: 8px;
  padding: 15px 20px;
}
.alert.alert-success {
  background-color: rgba(122, 155, 90, 0.15);
  color: #4a6b2f;
  border-left: 4px solid #5c7f3f;
}
.alert.alert-info {
  background-color: rgba(92, 127, 63, 0.1);
  color: #4a6b2f;
  border-left: 4px solid #7a9b5a;
}

.container {
  background-color: transparent;
}

.footer {
  background-color: #ffffff;
  border-top: 1px solid rgba(92, 127, 63, 0.1);
  color: #6b7c5a;
}
.footer a {
  color: #5c7f3f;
  text-decoration: none;
}
.footer a:hover {
  color: #4a6b2f;
  text-decoration: underline;
}

.table {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(92, 127, 63, 0.15);
}
.table th {
  background-color: #5c7f3f;
  color: #ffffff;
  border: none;
  padding: 15px;
  font-weight: 600;
}
.table td {
  padding: 12px 15px;
  border-bottom: 1px solid rgba(107, 124, 90, 0.1);
}
.table tbody tr:hover {
  background-color: rgba(92, 127, 63, 0.05);
}

@media (max-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
}

/*# sourceMappingURL=main.css.map */
