/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
body {
  font-family: Arial, sans-serif;
  background: #f7f7f7;
  margin: 0;
}

h1 {
  margin-bottom: 10px;
}

h2 {
  margin-top: 30px;
}

input, textarea, select {
  display: block;
  margin-bottom: 10px;
  padding: 8px;
  width: 100%;
  max-width: 500px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

button {
  padding: 8px 14px;
  border: none;
  background: #2c7be5;
  color: white;
  border-radius: 6px;
  cursor: pointer;
}

button:hover {
  background: #1a68d1;
}

.card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  transition: all 0.15s ease;
}

.card:hover {
cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transform: translateY(-1px);
}

/* Headings */
h1 {
  font-size: 28px;
  font-weight: 600;
}

h2 {
  font-size: 20px;
  font-weight: 600;
}

/* Links */
a {
  color: #2c7be5;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Inputs tighter */
input {
  font-size: 14px;
}

/* Buttons nicer */
button {
  font-weight: 500;
}
.status {
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
}

.status-complete {
  background: #e6f4ea;
  color: #1e7e34;
}

.status-progress {
  background: #fff4e5;
  color: #b26a00;
}

.status-notstarted {
  background: #f0f0f0;
  color: #666;
}
label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 4px;
}

