.card {
    border: solid 1px #008000 !important;
    border-radius: 3px;
  }

  body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
      'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
      sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
      monospace;
  }

  
  .bg-dark {
    --bs-bg-opacity: 1;
    background-color: #008000 !important;
}
.custom-navbar, .bluebg {
  background-color: #008000;
}


.card {
  border: solid 1px #008000 !important;
  border-radius: 3px;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: #008000 !important;
}
.custom-navbar {
background-color: #008000; /* replace with your desired color */
}


.App {
  text-align: center;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

.sidebar {
  background-color: #008000;
  color: white;
  height: 100vh;
}

.sidebar a {
  color: white;
  margin-bottom: 10px;
}

.sidebar a:hover {
  color: #008000;
  text-decoration: none;
}

.transition-all {
  transition: all 0.3s ease;
}


.sidebar .sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background-color: #008000;
}

.sidebar .sidebar-links a {
  color: white;
  padding: 10px;
  text-decoration: none;
  display: block;
  margin: 5px 0;
}

.sidebar .sidebar-links a:hover {
  background-color: #008000;
}

.sidebar .footer {
  background-color: #008000;
  padding: 10px;
  text-align: center;
  color: white;
}
/* Sidebar Header */
.pro-sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background-color: #008000;
}

.pro-sidebar-header h3 {
  color: white;
}

.pro-sidebar-header .toggle-btn {
  background: transparent;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
}

/* Sidebar Links */
.pro-sidebar .sidebar-links a {
  color: white;
  padding: 10px;
  text-decoration: none;
  display: block;
  margin: 5px 0;
}

.pro-sidebar .sidebar-links a:hover {
  background-color: #008000;
}

/* Sidebar Footer */
.pro-sidebar-footer {
  background-color: #008000;
  padding: 10px;
  text-align: center;
  color: white;
}



@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Brand color overrides */
.btn-primary, .bg-primary, .badge-primary, .text-primary, .btn-info, .bg-info, .badge-info, .text-info, .btn-success, .bg-success, .badge-success, .text-success {
  background-color: #0d5097 !important;
  border-color: #0d5097 !important;
  color: #fff !important;
}

.btn-primary:hover, .btn-info:hover, .btn-success:hover {
  background-color: #09396a !important;
  border-color: #09396a !important;
}

a, a.text-primary, a.text-info, a.text-success {
  color: #0d5097 !important;
}

a:hover, a.text-primary:hover, a.text-info:hover, a.text-success:hover {
  color: #09396a !important;
}

  