/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

@import url("/assets/navbar-c81fa3f6.css");
@import url("/assets/taskList-af937907.css");
@import url("/assets/footer-fec3e85f.css");
@import url("/assets/form-f53591cb.css");
@import url("/assets/alerts-4f65c944.css");

body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #f0f0f0;
}


.notice {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  padding: 12px 20px;
  margin: 16px 0;
  border-radius: 4px;
}

.alert {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  padding: 12px 20px;
  margin: 16px 0;
  border-radius: 4px;
}

.container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .container {
    width:90%;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 10px;
  }

  .notice,
  .alert {
    padding: 10px 15px;
    margin: 12px 0;
    font-size: 14px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1025px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1441px) {
  .container {
    max-width: 1400px;
  }
}

svg {
  vertical-align: middle;
  width:30px;
  height:30px;
}

svg:hover {
  color:green
}
