﻿@import url("https://fonts.googleapis.com/css?family=Lato");
@import url("https://fonts.googleapis.com/css?family=Merriweather");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital@1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Raleway:wght@400;700&display=swap");
html {
  font-size: 16px;
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Lato", sans-serif, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 200;
  background-color: #FFFFFF;
  color: #343434;
  margin: 0;
}

.bg-white {
  background-color: #FFFFFF;
}

.form-control:focus {
  box-shadow: none;
}

[contenteditable]:focus {
  outline: 0px solid transparent;
}

.no-outline:focus {
  outline: 0px solid transparent;
}

h1 {
  font-weight: 100;
  font-size: 2.2rem;
  color: #7B8758;
}

h2 {
  font-weight: 100;
  font-size: 2rem;
  color: #343434;
}

h3 {
  font-weight: 100;
  font-size: 1.7rem;
  color: #343434;
}

h4 {
  font-weight: 100;
  font-size: 1.4rem;
  color: #343434;
}

h5 {
  font-weight: 100;
  font-size: 1.2rem;
  color: #343434;
}

h6 {
  font-weight: 100;
  font-size: 1.1rem;
  color: #343434;
}

.small {
  font-weight: 100;
  font-size: 0.8rem;
  color: #343434;
}

.x-small {
  font-weight: 100;
  font-size: 0.7rem;
  color: #343434;
}

.vh-10 {
  height: 10vh;
}

.vh-20 {
  height: 20vh;
}

.vh-25 {
  height: 25vh;
}

.vh-30 {
  height: 30vh;
}

.vh-40 {
  height: 40vh;
}

.vh-50 {
  height: 50vh;
}

.vh-50 {
  height: 50vh;
}

.vh-60 {
  height: 60vh;
}

.vh-70 {
  height: 70vh;
}

.vh-80 {
  height: 80vh;
}

.vh-90 {
  height: 90vh;
}

.radius-5 {
  border-radius: 5px;
}

.radius-10 {
  border-radius: 10px;
}

.radius-15 {
  border-radius: 15px;
}

.radius-20 {
  border-radius: 20px;
}

.icon-48, .icon-xsmall, .image-48, .image-xsmall {
  height: 48px;
}

.icon-96, .icon-small, .image-96, .image-small {
  height: 96px;
}

.icon-128, .icon-medium, .image-128, .image-medium {
  height: 128px;
}

.icon-256, .icon-large, .image-256, .image-large {
  height: 256px;
}

.text-justify {
  text-align: justify;
}

.req, .required {
  color: #860000;
}

a {
  color: #7B8758;
  text-decoration: none;
}
a:hover {
  color: #003366;
}

.cursor-pointer {
  cursor: pointer;
}

.modal-body .title {
  font-size: 1.2rem;
  color: #7B8758;
  margin-bottom: 5px;
}

.card-body .title {
  font-size: 1.2rem;
  color: #7B8758;
  margin-bottom: 5px;
}

.modal-body .controls {
  margin-top: 10px;
  text-align: right;
}

.card-body .controls {
  margin-top: 10px;
  text-align: right;
}

.clickable:hover {
  background-color: #F8F8Fc;
}

.dataTable thead th {
  color: var(--bs-primary) !important;
  font-weight: bold;
}

.inspirational-quote {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 1.5rem;
  color: #444;
  border-left: 4px solid #6abf4b;
  padding-left: 1rem;
  margin: 2rem 0;
  position: relative;
  line-height: 1.6;
  background: #f9f9f9;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
}

.inspirational-quote footer {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  color: #666;
  margin-top: 0.5rem;
  text-align: right;
}

.main-page-heading {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #2e2e2e;
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 1.2;
  position: relative;
}

.main-page-heading::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #7B8758; /* match your accent color */
  margin: 0.75rem auto 0;
  border-radius: 2px;
}

.body-container {
  overflow-x: hidden;
  height: 100%;
  min-height: 70vh;
  vertical-align: top;
  padding-bottom: 20px;
}

.logo-large {
  height: 100px;
}

.logo-medium {
  height: 80px;
}

.logo-small {
  height: 60px;
}

.logo-xsmall {
  height: 40px;
}

.avatar {
  height: 80px;
}

.avatar-large {
  height: 256px;
}

.avatar-medium {
  height: 128px;
}

.avatar-small {
  height: 64px;
}

.avatar-xsmall {
  height: 48px;
}

.border-radius-1em {
  border-radius: 1em;
}

.page-title {
  font-size: 1.2em;
  color: #351C75;
}

.section {
  margin-bottom: 1em;
}

.card-section {
  border-radius: 1em;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  margin-bottom: 1em;
}

.card-section-secondary {
  border-radius: 1em;
  border: 1px solid #F8F8Fc;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
  margin-bottom: 1em;
}

.card-section-border-top {
  border-radius: 0.2rem;
  border-bottom: 0.1rem solid #FFFFFF;
  border-top: 0.3rem solid #351C75;
}

.section-controls {
  text-align: right;
  margin-top: 2em;
}

.modal-controls {
  text-align: right;
  margin-top: 2em;
}

.fieldset {
  margin-bottom: 0.5em;
}

.modal-body .modal-title {
  font-weight: 100;
  font-size: 1.2rem;
  color: #343434;
  margin-bottom: 1em;
}

@media print {
  a:link {
    border-bottom: none !important;
    text-decoration: none !important;
  }
  a[href]:after {
    content: none !important;
  }
}
.data-val-required {
  color: #a00000;
  font-size: 0.8em;
}

span.circle {
  background: #B08850;
  border-radius: 50%;
  color: #FFFFFF;
  display: inline-block;
  font-weight: bold;
  line-height: 48px;
  margin-right: 5px;
  text-align: center;
  width: 48px;
}

.user-avatar {
  width: 30px;
  height: 30px;
  background-color: #ccc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
}

.avatar-5xl {
  height: 9.375rem;
  width: 9.375rem;
}

.avatar {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
