html,
body {
  font-family: 'Nunito-Regular', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2e008b !important;
  font-family: 'Catamaran', sans-serif;
  font-weight: 700 !important;
}
input,
select {
  padding: 16px !important;
  color: #212529 !important;
}
a {
  text-decoration: none !important;
}
.form-check label {
  margin: 8px 0 0 8px !important;
}
.form-check input {
  float: none !important;
}
.form-floating input {
  margin: 14px 0 !important;
  padding-top: 30px !important;
}
.form-floating select {
  margin: 14px 0 !important;
  padding-top: 26px !important;
  padding-bottom: 10px !important;
}
.form-floating > label {
  padding: 14px 0 0 16px !important;
}
.form-floating > label::after {
  background: transparent !important;
}
.btn {
  margin: 32px 16px 48px 0;
  padding: 20px !important;
  min-width: 200px !important;
  border-radius: 50px !important;
  font-weight: 500 !important;
}
.btn-primary {
  background-color: #2e008b !important;
  border-color: #2e008b;
  border-color: #ffffff !important;
}
.btn-info {
  background-color: #2e008b !important;
  border-color: #2e008b;
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.btn-secondary {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #000000;
}
.btn-small {
  padding: 8px 16px !important;
  font-size: 14px !important;
  min-width: 120px !important;
}
.pagination .pagination .page-link {
  color: #000000;
  background-color: #ffffff;
}
input[type="checkbox"] {
  float: left;
  display: inline-block;
  width: 20px;
}
input {
  border-radius: 8px;
  border: none;
  background: #F3F5F5;
  padding: 10px;
  width: 100%;
  margin-bottom: 16px;
}
textarea {
  border-radius: 8px;
  border: none;
  background: #F3F5F5;
  padding: 10px;
  width: 100%;
  margin-bottom: 16px;
}
label {
  display: inline-block;
}
label.required::after {
  content: ' *';
}
legend {
  position: relative;
}
legend::after {
  content: ' *';
}
select {
  border-radius: 8px;
  border: none;
  background: #F3F5F5;
  padding: 10px;
  width: 100%;
  margin-bottom: 16px;
}
.container {
  background: #FFF;
  border-radius: 32px 32px 0 0;
  margin: 0;
  max-width: revert;
}
aside {
  padding: 24px;
}
aside .navbar {
  padding: 0;
}
aside .navbar .nav-item {
  height: 56px;
  margin-bottom: 8px;
  line-height: 1.75;
  padding-top: 6px;
}
aside .navbar .nav-item .bi {
  margin: 0 16px;
}
aside .navbar .nav-item .nav-link {
  color: #7f7f7f;
  border-radius: 8px;
  height: 56px;
  padding-top: 14px;
  background-color: rgba(255, 255, 255, 0.85);
}
aside .navbar .nav-item.active .nav-link {
  color: #2e008b;
  background-color: rgba(46, 0, 139, 0.05);
}
aside .navbar-brand {
  margin: 20px 0 40px 16px;
}
.suggestions-list {
  position: absolute;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  background-color: #ffffff;
  border: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: 1000;
  max-width: 100%;
}
.suggestions-list li {
  padding: 8px 12px;
  cursor: pointer;
}
.suggestions-list li:hover {
  background-color: #f0f0f0;
}
.suggestions-list li.selected {
  background-color: #007bff;
  color: #fff;
}
.flatpickr-calendar .flatpickr-month {
  height: 60px !important;
}
.flatpickr-calendar .flatpickr-month .numInput {
  font-size: 16px !important;
}
.flatpickr-calendar .cur-year {
  padding-right: 0 !important;
}
.help-text {
  font-size: 12px;
  color: #7f7f7f;
  margin-top: 1rem !important;
}
.action-block-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-items: center;
  justify-content: center;
}
.action-block-clickable {
  cursor: pointer;
  text-decoration: none;
}
.action-block {
  position: relative;
  width: 335px;
  height: 335px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 15px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  transition: transform 0.3s;
}
.action-block:hover {
  transform: scale(1.05);
}
.action-block-title {
  font-size: 22px;
  margin: 0 0 10px 0;
  color: #000000 !important;
  position: relative;
  top: -30px;
}
.action-block-text {
  font-size: 14px;
  margin: 0;
  font-weight: bold;
  color: #2e008b !important;
  position: relative;
  top: -10px;
}
.action-block-image {
  position: absolute;
  top: 0;
  right: -9px;
  width: 45%;
  height: auto;
}
.dashboard-container {
  margin-top: 20px;
}
.dashboard-text {
  text-align: center;
  width: 70%;
  margin-left: 15%;
}
.dashboard-subtitle {
  font-size: 18px;
  margin-top: 10px;
}
.footer {
  background-color: #2e008b;
  padding: 70px 24px 50px;
  position: relative;
  z-index: 1;
  width: 100%;
}
.footer-container {
  max-width: 1024px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.footer-upper-section {
  flex: 1 1 0;
  display: flex;
}
@media (min-width: 768px) {
  .footer-upper-section {
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .footer-left-section {
    margin-left: -15px;
    margin-right: 80px;
  }
  .footer {
    min-height: 350px;
    height: 1px;
  }
  .footer-right-section-column {
    width: auto;
    margin-top: 0;
  }
  .footer-lower-section {
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
  }
}
.footer-slogan {
  font-family: 'Catamaran', sans-serif;
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0.0125rem;
  text-align: left;
  color: #ffffff;
  padding: 24px 0;
  max-width: 500px;
}
.footer-right-section {
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
  width: 100%;
  max-width: 760px;
  flex-wrap: wrap;
  display: flex;
  flex-flow: row wrap;
}
.footer-right-section-column {
  display: flex;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.footer-link {
  font-family: 'Catamaran', sans-serif;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5625;
  cursor: pointer;
  margin-top: 16px;
  margin-bottom: 0;
  font-weight: bold;
  border-bottom: 2px solid transparent;
  transition: all 0.75s ease 0s;
  text-decoration: none;
}
.footer-link:hover {
  text-decoration: underline !important;
}
.footer-column-title {
  font-family: 'Catamaran', sans-serif;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 1rem;
  line-height: 1.5;
}
.footer-lower-section {
  align-items: center;
  display: flex;
}
.footer-white-text {
  margin-right: 16px;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5625;
}
.order-info {
  margin-bottom: 20px;
}
.section {
  margin-bottom: 40px;
}
.order-details {
  margin-bottom: 10px;
}
.bold-text {
  font-weight: bold;
}
/* Search bar */
.search-bar {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.search-form {
  display: flex;
  align-items: center;
}
.search-input-container {
  display: flex;
  align-items: center;
  padding: 8px;
  border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  outline: none;
  width: 200px;
  flex: 1;
  height: 60px;
  background-color: #ffffff;
}
.search-input {
  flex: 1;
  border: none;
  background-color: #ffffff;
  outline: none;
  padding-right: 10px !important;
}
.search-btn {
  background-color: transparent;
  border: none;
  color: #2e008b;
  cursor: pointer;
  font-size: 1rem;
  -webkit-text-stroke-width: 2px;
}
.search-input-container input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
.page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
table a {
  margin: 0 5px 5px 0 !important;
}
/*# sourceMappingURL=style.css.map */
