:root {
  --primary: #f59331;
  --secondary: #5aa5d3;
  --tertiary: #414042;
  --success: #81c367;
  --primary-subtle: #f9bf85;
  --secondary-subtle: #9ac8e4;
  --tertiary-subtle: #807d82;
  --success-subtle: #b3dba4;
}
.primary {
  color: var(--primary);
}
.secondary {
  color: var(--secondary);
}
.tertiary {
  color: var(--tertiary);
}
.success {
  color: var(--success);
}
.primary-subtle {
  color: var(--primary-subtle);
}
.secondary-subtle {
  color: var(--secondary-subtle);
}
.tertiary-subtle {
  color: var(--tertiary-subtle);
}
.success-subtle {
  color: var(--success-subtle);
}
.pointer {
  cursor: pointer;
}
.btn-primary,
.btn-secondary,
.btn-success {
  --bs-btn-color: #ffffff;
}
.btn-primary,
.btn-secondary,
.btn-success,
.btn-outline-primary,
.btn-outline-secondary,
.btn-outline-success {
  --bs-btn-hover-color: #ffffff;
  --bs-btn-active-color: #ffffff;
}
.btn-report {
  background-color: var(--success);
  border-color: var(--success);
}
.btn:hover {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
.form-label {
  font-weight: bold;
}
main {
  width: 99%;
}
.modal-header,
.offcanvas-header {
  background-color: var(--primary-subtle) !important;
}
.tagify {
  --tags-focus-border-color: var(--bs-primary) !important;
}
.btn-tagify {
  background-color: var(--bs-success);
  text-align: center;
  border-radius: 18px;
  --placeholder-color: #ffffff !important;
  &:focus-within {
    background-color: transparent;
  }
}
.quick-add {
  color: #0000ee;
  cursor: pointer;
  font-size: small;
  &:hover {
    color: #551a8b;
  }
}
ul.navbar-nav > li > a.active,
.active-nav {
  background-color: hsl(203, 58%, 85%);
}
ul.navbar-nav > li > a.nav-link:hover {
  background-color: hsl(203, 58%, 95%);
}
@media (min-width: 768px) {
  .style53 {
    width: 300px;
  }
  .style204 {
    width: 670px;
  }
}
@media (min-width: 1200px) {
  .style100 {
    width: 600px;
  }
}
.style56 {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.nav-container {
  background-color: #ffffff;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .nav-container {
    min-width: 250px;
    max-width: 250px;
    min-height: 100vh;
  }
}
.style76 {
  font-style: italic;
  color: #ffffff;
  text-align: center;
}
.style77 {
  text-align: center;
  color: #ffffff;
}
.style78 {
  background-color: #ffffff;
  max-width: 500px;
  margin: 4px;
}
@media (min-width: 576px) {
  .style78 {
    width: 500px;
  }
}
.form-background {
  border-radius: 8px;
  background-color: #ffffff;
  margin-top: 20px;
}
.style100 {
  max-width: 500px;
  width: 80%;
}
.style102 {
  background-color: #ffffff;
  max-width: 500px;
  border-radius: 14px;
  margin-top: 1em;
  padding-top: 2em;
  padding-bottom: 2em;
}
.bg-secondary-gradient {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(white),
    color-stop(41%, var(--bs-secondary))
  );
  background-image: linear-gradient(270deg, white 0%, var(--bs-secondary) 41%);
}
.style108 {
  border-radius: 14px;
}
.dashboard-card {
  &:hover {
    background-color: hsl(203, 58%, 95%);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
  }
}
.form-section {
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  border: 2px solid #d3d3d3;
  border-radius: 8px;
}
.red {
  color: red;
}
.green {
  color: green;
}
.style200 {
  width: 45%;
  max-width: 250px;
}
.form-full {
  max-width: 1200px;
}
.form-half {
  max-width: 730px;
}
.style225 {
  max-width: 900px;
}
.style226 {
  max-width: 600px;
}
.style227 {
  max-width: 1000px;
}
.style224 {
  min-width: 670px;
}
.small-input {
  width: 150px;
}
.small-input-group {
  width: 200px;
}
textarea {
  field-sizing: content;
  min-height: 6rem !important;
}

div:has(> textarea) {
  overflow: hidden;
  padding: 3px;
}
.dropdown-item {
  font-size: 1.1rem;
}
.logo-form {
  content: url(/assets/images/AryuLogoVertical.png);
  width: 250px;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
