* {
  box-sizing: border-box;
  font-family:
    -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu,
    cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bg-cards {
  background-color: #012c22 !important;
}
.icon-lg {
  font-size: 1.3em;
}

.radius-top {
  border-radius: 8px 8px 0 0 !important;
}

.offcanvas,
.offcanvas-xxl,
.offcanvas-xl,
.offcanvas-lg {
  --bs-offcanvas-height: 85vh !important;
}

a {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
.link-text:hover {
  text-decoration: underline !important;
}

.admin_notepad {
  background-color: #fff4d5 !important ;
  font-size: 1.3rem !important;
  /* font-family: "Handlee", cursive; */
  font-weight: 400;
  color: #5d5b44;
  font-style: normal;
}

.admin_notepad_link {
  background-color: #fbd9a7 !important;
  font-size: 1.3rem !important;
  color: #3b3a2e;
}

.btn_border_light {
  border: 1px solid #609767 !important;
}
.calendar_border {
  background-color: #efefef;
  padding: 0px;
  border-radius: 10px;
  border: 1px solid #ccc;
}

.header-grad {
  background: #012c22;
  /* background: #1c5c1b;
background: linear-gradient(353deg,rgba(28, 92, 27, 1) 23%, rgba(42, 97, 32, 1) 52%, rgba(25, 117, 74, 1) 82%); */
}
#admin_notepad {
  height: 60vh;
  background-color: #e5e5e5 !important;
}
#rso_notepad {
  height: 60vh;
}

body {
  margin: 0;
}
.nav-bg {
  background-color: #146c43;
  padding-top: 4px;
}
.main_container {
  background-color: #eee;
  background-image: url(white_paper.jpg);
}

h1,
h2,
h3,
h4,
h5,
.fs-4,
.fs-2,
.month-year {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wght" 400;
}

h5 {
  /* font-family: "Ubuntu", sans-serif; */
  font-weight: 400 !important;
}

.highlight_green {
  background-color: #ace7b4;
}

.highlight_txt_orange {
  color: rgb(114, 60, 17);
  font-weight: bold;
}

.content {
  width: 800px;
  margin: 0 auto;
}
.content h2 {
  margin: 0;
  padding: 25px 0;
  font-size: 22px;
  border-bottom: 1px solid #ebebeb;
  color: #666666;
}

.submit {
  margin: 5px;
  background-color: green;
  border: 1px solid #333;
  padding: 5px;
  color: white;
  border-radius: 5px;
}
.arrow {
  text-decoration: none;
  font-size: 22pt;
  font-weight: bolder;
  color: #696969;
}

a {
  cursor: pointer;
  color: #3b4656;
  text-decoration: none;
}

.modal_event_view {
  font-size: 14px !important;
  font-weight: normal;
}

h2 {
  text-decoration-line: underline;
}

.admin_forms h5 {
  color: #666;
  font-family: sans-serif;
  font-weight: 700 !important;
}

table a {
  color: #344f40;
  font-weight: bold;
  text-decoration: none !important;
}

.navtop h2 {
  text-decoration: none;
}

.userInfoModal .btn-close {
  color: white;
}

.nav-btm {
  border-bottom: 3px solid black;
}
.footer {
  background-image: url(tree-line.png), url(noisy_net-short.png);
  background-position:
    bottom,
    left top;
  background-repeat: repeat-x, repeat;
  border-top: 0px solid #2d4330;
}
.footer-copy {
  border-top: 2px solid #fbd9a7;
  color: #637457;
  background-color: #09180b;
  font-family: sans-serif;
  font-variant: small-caps;
  font-size: 14px;
}

.footer img {
  opacity: 1; /* Makes the element 50% transparent */
}

.card h6 {
  font-size: 1.1em;
  font-weight: normal !important;
}

summary {
  cursor: pointer;
}

@media (max-width: 575px) {
  .footer {
    background-image: url(deer_moon.png), url(noisy_net.png);
    background-position:
      bottom,
      left top;
    background-repeat: repeat-x, repeat;
    border-top: 0px solid #2d4330;
  }

  .calendar .days .day_num .event {
    font-size: 13px;
  }

  .admin_notepad {
    font-size: 1rem !important;
    /* font-family: "Handlee", cursive; */
  }

  .calendar_border {
    padding: 0px;
  }
}

@media (max-width: 375px) {
  .calendar_border {
    padding: 0px;
  }
}

#wave {
  position: relative;
  height: 70px;
  width: 100%;
  background: #e0efe3;
}

#wave:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
  width: 340px;
  height: 80px;
  background-color: white;
  right: -5px;
  top: 40px;
}

#wave:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
  width: 300px;
  height: 70px;
  background-color: #e0efe3;
  left: 0;
  top: 27px;
}

.social-icons {
  font-size: 32px !important;
}

.modal_cal_info {
  font-size: 18px;
}

::placeholder {
  color: #969595 !important; /* Sets the placeholder color to red */
}

.accordion-button:not(.collapsed) {
  background-color: rgb(166, 209, 224) !important;
  text-decoration: none !important;
}

.accordion-button {
  font-size: 1rem;
  color: #344f40;
  text-align: left;
  background-color: rgb(166, 209, 224) !important;
}

.form-check-input:checked {
  background-color: #239732 !important;
  border-color: #0f4214 !important;
}

.phone_mute {
  cursor: default !important ;
  color: #7e7e7e !important;
  opacity: 0.4;
}

.notices_border {
  border: 1px solid #a7a7a7 !important;
}

input[type="date"] {
  position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent; /*you need to disable the background becasue the icon can repeat based on input size */
}
.event_highlight {
  background-color: #807b45 !important;
}

.event-btn {
  background-image: linear-gradient(
    45deg,
    #f6f6f6 25%,
    #ffffff 25%,
    #ffffff 50%,
    #f6f6f6 50%,
    #f6f6f6 75%,
    #ffffff 75%,
    #ffffff 100%
  );
  background-size: 8.49px 8.49px;
  color: #014f6e !important;
}
.event-text {
  background-color: white;
}

optgroup:nth-child(1) {
  color: #666;
}

@media print {
  .no-print,
  .no-print * {
    display: none !important;
    background-image: none;
  }
  body {
    margin-top: none;
  }
  .main_container {
    background-color: white;
    background-image: none;
  }
  .calendar .header .month-year {
    padding: 0px 0px;
  }

  .bg-light {
    background-color: white !important;
    --bs-bg-opacity: 0 !important;
  }

  .no-print-margin {
    padding-top: 0 !important;
  }
  .login_body {
    background-color: white;
    background-image: none !important;
  }
  .calendar_border {
    background-color: #ffffff;
    padding: 0px;
  }
}
