/* static/css/base.css */
/* This is the sites css settings */

main {position: relative;} /* to place scrollbar */
section {height: 300vh;} /* so we can scroll */
footer {height: 5rem;} /* a typical footer height */

a {
    color: #099646;
}

a:hover, a:active {
    text-decoration: underline;
    color: black;
}

body {
    background-color: #fafcfc;
}

.bordered-div {
    padding: 10px;
    background-color: WHITE;
    border: 1px solid #064428;
    border-radius: 8px;
    margin: 25px 10px 25px;
}

.bordered-text {
    border: 2px solid #3498db; /* Blue border */
    border-radius: 15px;      /* Rounded corners for the border */
    padding: 10px 15px;       /* Spacing around the text */
    outline-offset: 5px;      /* Distance of outline from border */
}

.bottom-row {
    background-color: #9bc4a6;
}
.button {
  color: #2A47BB !important;
  font-size: 18px;
}

.card {
    padding: 10px;
    background-color: WHITE;
    border: 1px solid #064428;
    border-radius: 8px;
    margin: 25px 10px 25px;
}

.card-header, .card-footer {
    background-color: #a2e0bd;
    color: black!important;
}

.card-link {
    color: #0ec23e !important;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

.card-text {
    color: #064428 !important;
    font-size: 17px;
    text-decoration: none;
}

.card-title {
    color: #064428 !important;
    font-size: 24px;
}

.custom-input {
    height: 100px;
}

.dropdown-item {
    background-color: WHITE;
    color: #064428 !important;
    border: 1px solid #D3D3D3;
}

.ellipsis {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.features {
    text-align: center;
    padding: 3rem 1rem;
    background-color: #f5f9f6;
}

.features h4 {
    font-size: 2rem;
    color: #1b4332;
    margin-bottom: 2rem;
}

.feature-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

.feature-card {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    padding: 1.5rem;
    width: 280px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.feature-card i {
  font-size: 2.5rem;
  color: #2d6a4f;
  margin-bottom: 1rem;
}

.feature-card h3 {
  font-size: 1.25rem;
  color: #1b4332;
}

.feature-card p {
  color: #333;
  font-size: 0.95rem;
}

h1, h2, h3, h4, h5, th {
    color: #064428;
}

.header-color {
    color: white;
}

.imgsize {
    height: 325px;
    width: auto;
}

.img1 {
  height: 200px;
  width: auto;
}

input[type=text] {
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    color: #555;
    outline: none;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nav-link{
    color: #064428 !important;
}

.nav-link-card{
    color: #064428 !important;
    font-size: 17px;
    text-decoration: none;
}

.navbar-toggler-icon .navbar-toggler{
    color: #064428 !important ;
}
.navbar-toggle span{
  color: #064428 !important ;
}

p {
    font-family: Arial;
    font-size: 22px;
    color: #064428;
}

.p-notes {
    font-family: Arial;
    font-size: 17px;
    color: #064428;
}

.p-small {
    font-family: Arial;
    font-size: 15px;
    color: #064428;
}

.site-link {
    color: #064428 !important;
    font-size: 20px;
}

td {
    color: #064428;
}

.top-row {
    background-color: #9bc4a6;
}

.tooltip .tooltiptext {
  width: 120px;
  top: 100%;
  left: 50%;
  margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
}
tr:hover {
  background-color: #eaeae1;
}

tr {
  border-bottom: 1px solid #ddd;
}

ul {
  height: 100%;
  padding: 0px 5px 0px 20px;
  font-size: 20px;
}

.underline-style {
    text-decoration: underline;
}

/* ==================== Calendar */
.calendar {
  width: 90%;
  margin: auto;
  font-size: 12px;
}

.calendar tr, .calendar td {
  border: 1px solid #D3D3D3;
}

.calendar th {
  padding: 5px;
  text-align: center;
  font-size: 15px;
}

.calendar td {
  width: 100px;
  height: 100px;
  padding: 18px 0px 0px 5px;
}

.month {
  font-size: 25px;
}

.date {
  font-size: 15px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
    margin: auto;
}

.center-text {
    margin: auto;
    text-align: center;
}
/* ==================== End Calendar */

/* =================== Start Scroll to Top */
.scroll-top {
  position: absolute;
  top: 120vh;
  bottom: 2rem;
  right: 1rem;
}

.scroll-top__link {
  position: -webkit-sticky;
  position: sticky;
  top: 85vh;
  text-decoration:none;
  border-radius: .25rem;
  background-color: #63b084;
  padding:1rem;
  color: white;
  font-weight:700;
  opacity:.7;
}

.scroll-top__link:hover {
  opacity: initial;
  color: white;

}
/* =================== End Scroll to Top */

/* ==================== Sortable */
.sortable th:hover::after {
  color: inherit;
  font-size: 1.2em;
  content: '\00a0\025B8';
}

.sortable th::after {
  font-size: 1.2em;
  color: transparent;
  content: '\00a0\025B8';
}

.sortable th.dir-d::after {
  color: inherit;
  content: '\00a0\025BE';
}

.sortable th.dir-u::after {
  color: inherit;
  content: '\00a0\025B4';
}

th.no-sort {
  pointer-events: none;
}

th.no-sort::after {
  content: none;
}
/* ==================== End Sortable */
