@charset "UTF-8";
/* CSS Document */

html {
  scroll-behavior: smooth;
}

body {
  background-color: #f4f4f4;
}

/* General Styles */
.container {
  width: 90%;
  max-width: 1600px;
  border-radius: 10px;
  border: 1px solid #cecece;
  padding: 40px 30px 30px 30px;
  box-shadow: 0px 10px 20px #cecece;
  margin-top: 40px;
  margin-bottom: 60px;
  background-color: #ffffff;
}
.container-eventDesc {
  margin: 0% 5% 0% 5%;
  max-width: 1600px;
  border-radius: 10px;
  border: 1px solid #cecece;
  padding: 40px 30px 30px 30px;
  box-shadow: 0px 10px 20px #cecece;
  margin-top: 40px;
  margin-bottom: 60px;
  background-color: #ffffff;
}
.container-wrapper {
  margin: 0% 5% 0% 5%;
}
.container-wrapper > div {
  width: 100% !important;
}
.div_center {
  width: 80%;
  margin: auto;
}
.max-width-600 {
  max-width: 600px !important;
}
.max-width-800 {
  max-width: 800px !important;
}
.max-width-1000 {
  max-width: 1000px !important;
}
.max-width-1200 {
  max-width: 1200px !important;
}
.spacer-10 {
  display: block;
  width: 100%;
  height: 10px;
}
.spacer-20 {
  display: block;
  width: 100%;
  height: 20px;
}
.spacer-40 {
  display: block;
  width: 100%;
  height: 40px;
}

.spacer-60 {
  display: block;
  width: 100%;
  height: 60px;
}
.spacer-80 {
  display: block;
  width: 100%;
  height: 80px;
}
.spacer-100 {
  display: block;
  width: 100%;
  height: 100px;
}
.margin-bottom-20 {
  margin-bottom: 50px !important;
}

/* Header Section */
header {
  display: block;
  /* height: 140px !important; */
}

.header-container {
  display: block;
  /* align-items: center; */
  /* z-index: 10; */
  /* float: left; */
  width: 100%;
}
.header-logo {
  display: block;
  width: 100%;
  max-width: 220px;
  margin: auto;
}
.content-wrapper {
  padding: 40px;
}
.buttons {
  background-color: transparent;
  position: relative;
  top: -65px;
}
.prev-next-btn {
  border: none;
  background-color: transparent;
  padding: 5px;
}
.prev-btn {
  display: inline-block;
  position: relative;
  float: left;
}
.next-btn {
  display: inline-block;
  position: relative;
  float: right;
}
.format-table {
  width: 100%;
}
.format-table td,
.format-table th {
  padding: 10px !important;
  vertical-align: top;
}

.format-date-number-container {
  display: block;
  width: 100%;
  text-align: right !important;
  font-size: 0.75em;
  line-height: 0.8em;
  margin-bottom: 8px;
}
.format-date-number {
  margin: 0 !important;
  font-weight: 600;
}
.date-greyed-out {
  color: #a4a4a4;
}

.events-area {
  min-height: 100px !important;
}
.sign-in {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 1rem;
  max-width: 600px;
  margin: auto;
  min-height: 70px;
}

.nav-container {
  min-height: 45px;
}

/* Typography */
h1 {
  font-family: fieldwork-hum, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.6em;
  padding-bottom: 1rem;
  text-align: center;
}
h2 {
  font-family: fieldwork-hum, sans-serif;
  font-weight: 600;
  font-style: normal;
}
h3 {
  font-family: fieldwork-hum, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5em;
}
h4 {
  font-family: fieldwork-hum, sans-serif;
  font-weight: 600;
  font-style: normal;
}
h5 {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 1.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
p {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  opacity: 1;
}
.format-weekday {
  font-family: fieldwork-hum, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  background-color: #000000;
  color: #fefefe;
}
.width-14-28 {
  width: 14.28%;
}

.font-larger {
  font-size: 2.5rem;
}

/* Colouring */
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
.text-blue {
  color: #649ab0 !important;
}
.text-green {
  color: #a2b878 !important;
}
.text-orange {
  color: #faa761 !important;
}
.text-pink {
  color: #f06374 !important;
}
.text-purple {
  color: #c07cb1 !important;
}
.text-grey {
  color: #c0c0c0 !important;
}
.bg-black {
  background-color: #000000;
}
.bg-grey {
  background-color: #ededed;
}
.bg-blue {
  background-color: #69a1b8 !important;
}
.bg-green {
  background-color: #a2b878 !important;
}
.bg-green-dark {
  background-color: #93a56b !important;
}
.bg-orange {
  background-color: #faa761 !important;
}
.bg-pink {
  background-color: #f06374 !important;
}
.bg-pink-dark {
  background-color: #dc5a69 !important;
}
.bg-purple {
  background-color: #c47fb5 !important;
}
.hover-pointer :hover {
  cursor: pointer;
}
.dot {
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: block;
  margin: auto;
  position: relative;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  transform: rotate(45deg) translate(-50%, -50%);
  left: 30%;
  top: 30%;
  height: 23px;
  width: 10px;
  border-bottom: 3px solid red;
  border-right: 3px solid red;
}

.event-name-input {
  width: 98% !important;
}
/* Buttons */
.event-btn {
  display: block;
  width: 70%;
  line-height: 30px;
  margin: 20px auto;
  color: #1e1616;
  background-color: #69a1b8;
  text-shadow: none;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 0.9em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background-size: 0% 60px;
  background-position-y: 100%;
  background-position-x: 0%;
  background-repeat: no-repeat;
  transition: background-size 0.2s ease-in-out;
  border: 2px solid #ffffff;
}
.event-btn-detail {
  display: block;
  width: 50%;
  line-height: 30px;
  margin: 20px 0;
  color: #1e1616;
  background-color: #69a1b8;
  text-shadow: none;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 0.9em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background-size: 0% 60px;
  background-position-y: 100%;
  background-position-x: 0%;
  background-repeat: no-repeat;
  transition: background-size 0.2s ease-in-out;
  border: 2px solid #ffffff;
  white-space: normal;
  word-wrap: break-word;
}
.event-btn-detail-red {
  display: block;
  width: 50%;
  line-height: 30px;
  margin: 20px 0px;
  color: #1e1616;
  background-color: #ff0000b4;
  text-shadow: none;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 0.9em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background-size: 0% 60px;
  background-position-y: 100%;
  background-position-x: 0%;
  background-repeat: no-repeat;
  transition: background-size 0.2s ease-in-out;
  border: 2px solid #ffffff;
  white-space: normal;
  word-wrap: break-word;
}

.dates-grayed-btn {
  background-color: grey !important;
}
.event-btn-detail-red:hover {
  color: #ffffff;
  text-decoration: none;
  background-size: 100% 60px;
  background-image: linear-gradient(#000, #000);
  border: 2px solid #000;
}
.event-btn:hover {
  color: #ffffff;
  text-decoration: none;
  background-size: 100% 60px;
  background-image: linear-gradient(#000, #000);
  border: 2px solid #000;
}
.event-btn-detail:hover {
  color: #ffffff;
  text-decoration: none;
  background-size: 100% 60px;
  background-image: linear-gradient(#000, #000);
  border: 2px solid #000;
}
.btn-lg {
  width: 300px !important;
}

/* laoder */
.loader {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.full {
  opacity: 50%;
}

.full-btn {
  color: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-image: none;
}

.full-btn:hover {
  color: #ffffff;
  border: 2px solid #fff;
  background-image: none;
}
.btn-flat-small {
  display: block;
  width: 100%;
  max-width: 140px;
  margin: auto;
  line-height: 50px;
  color: #4f4f4f;
  text-shadow: none;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background-size: 0% 60px;
  background-position-y: 100%;
  background-position-x: 0%;
  background-repeat: no-repeat;
  transition: background-size 0.2s ease-in-out;
  border: 2px solid #ffffff;
  padding: 0 !important;
}
.btn-flat-small:hover {
  color: #ffffff;
  text-decoration: none;
  background-size: 100% 60px !important;
}

.btn-flat {
  display: block;
  width: 200px;
  margin: auto;
  line-height: 60px;
  /* color: #ffffff; */
  color: #4f4f4f;
  text-shadow: none;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 1.1em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background-color: #efefef;
  background-size: 0% 60px;
  background-position-y: 100%;
  background-position-x: 0%;
  background-repeat: no-repeat;
  transition: background-size 0.2s ease-in-out;
  border: 2px solid #ffffff;
  padding: 0 !important;
}
.btn-flat:hover {
  color: #ffffff;
  text-decoration: none;
  background-size: 100% 60px !important;
}

.btn-flat-blue {
  background-image: linear-gradient(#69a1b8, #69a1b8);
}
.btn-flat-blue:hover {
  background-image: linear-gradient(#69a1b8, #69a1b8);
  border: 2px solid #69a1b8;
}
.btn-flat-green {
  background-image: linear-gradient(#a2b878, #a2b878);
}
.btn-flat-green:hover {
  background-image: linear-gradient(#a2b878, #a2b878);
  border: 2px solid #a2b878;
}

.btn-flat[disabled],
.btn-flat[disabled]:hover {
  background: rgb(250, 250, 250);
  color: rgb(195, 195, 195);
}

.show-password-box {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.show-password-box label {
  cursor: pointer;
  margin-bottom: 0;
  font-size: small;
  user-select: none;
}
.cursor-pointer {
  cursor: pointer;
}
#monthYearForm {
  display: flex;
  flex-direction: column;
}
#pgreeting {
  margin-bottom: 20px;
  color: #555 !important;
  font-size: 0.9em;
  margin: auto;
}
.wallet-balance {
  font-size: 3em;
  width: 100%;
  text-align: center;
  border: 2px solid #cecece;
  padding: 10px;
  margin: 20px 0;
}
.wallet-id,
.fund-notes {
  font-size: 1em;
}

.fund-notes {
  text-align: left;
}
/* Forms */
.rowantree-form-text {
  display: inline-block;
  line-height: 50px !important;
  text-align: center;
  width: 100%;
}

input.rowantree-form {
  padding: 10px 15px;
  border: 1px solid #cecece;
  border-radius: 3px;
  margin-bottom: 20px;
  width: 100%;
  line-height: 30px;
}
input.rowantree-form:active,
input.rowantree-form:focus {
  outline: none !important;
  border: 1px solid #69a1b8;
  box-shadow: 0 0 0 2px #69a1b8;
}

select.rowantree-form {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  line-height: 30px;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #cecece;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
}
.rowantree-form-textarea {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  line-height: 30px;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #cecece;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
}
.rowantree-form-textarea:focus {
  outline: none !important;
  border: 1px solid #69a1b8;
  box-shadow: 0 0 0 2px #69a1b8;
}

.rowantree-form-textarea:disabled{
  background-color: rgba(245, 245, 245, 0.712);
}

select.rowantree-form:focus {
  outline: none !important;
  border: 1px solid #69a1b8;
  box-shadow: 0 0 0 2px #69a1b8;
}

#statement-range-form {
  display: grid;
  column-gap: 8px;
  grid-template-columns: 1fr 1fr;
  font-size: 14px;
}
#statement-range-form label {
  display: flex;
  flex-direction: column;
}
#searchDateButton {
  grid-column: span 2;
  line-height: unset;
  height: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b1b1b1;
}
/* Hide the browser's default checkbox */
input[type="checkbox"] {
  position: relative;
  top: 2px;
  cursor: pointer;
  height: 20px;
  width: 20px;
  padding: 0;
  margin-right: 5px;
}

.donation-smallprint {
  margin-top: 0px;
  margin-bottom: 30px;
}

.text-divider {
  border-top: 2px solid #cecece;
  text-align: center;
  margin: 20px 0;
}
.text-divider p {
  position: relative;
  z-index: 10 !important;
  top: -13px;
  font-family: fieldwork-hum, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #cecece;
  background: #ffffff;
  display: inline-block;
  padding: 0 10px;
  line-height: 20px;
}

/* Member Information */
.pomodoro {
  border-style: dashed;
  width: 20px;
}
.main-task-container {
  display: inline-block;
  width: 100%;
}
.main-task-number {
  display: inline-block;
  width: 5%;
}
.main-task {
  font-weight: bold;
  font-style: italic;
  border-top: 0ch;
  border-left: 0ch;
  border-right: 0ch;
  border-bottom: 2px solid #ececec;
  width: 94%;
}
.main-task:active,
.main-task:focus {
  outline: none !important;
}

.task-description {
  margin-bottom: 20px;
  color: #555 !important;
  font-size: 0.9em;
  margin: auto;
}

.target {
  vertical-align: top;
  font-size: x-small;
  text-align: center;
}

.textbox-lines {
  width: 100%;
  font-size: 19px;
  border: none;
  background-attachment: local;
  background-color: #fefefe;
  background-image: repeating-linear-gradient(
    #fff,
    #fff 36px,
    #ececec 36px,
    #ececec 38px
  );
  line-height: 38px;
  padding: 6px 0px;
  resize: none;
}
.textbox-lines:active,
.textbox-lines:focus {
  border: none !important;
  outline: none !important;
}

/* Footer Section */
.footer-text {
  border-left: 2px solid #404040;
  padding: 20px 0 0 40px;
}
.footer-contact-letter {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 0.8em;
  text-transform: uppercase;
  padding-right: 20px;
  color: #f06374;
  opacity: 1 !important;
}
footer a {
  color: #ffffff;
  opacity: 1 !important;
}
footer a:hover {
  color: #f06374;
  opacity: 1 !important;
}
small {
  display: block;
  margin-top: 40px;
}
small,
small a {
  color: #404040 !important;
}

.header-padding {
  margin-bottom: 3rem;
}
.job-title {
  margin-bottom: 1.2rem;
}
.text-right {
  margin-bottom: 1.2rem;
}

.flex-container {
  display: flex;
  align-items: center;
}

.bio-text {
  padding: 0 4rem;
}
.bio-text p {
  line-height: 1.8rem;
}
.bio-img {
  margin-bottom: 2rem;
}

/* Structure */
.full-width-padded-section {
  padding: 4rem 0;
}
.padded-title-bar {
  padding: 4rem 0 3rem 0;
}
.no-bottom-padding {
  padding-bottom: 0 !important;
}
.no-margins {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-side-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.resend-code {
  font-size: 14px;
  color: rgb(67, 67, 255) !important;
  text-decoration: underline !important;
  display: flex;
  justify-content: center;
  text-align: center;
}
.resend-code {
  cursor: pointer;
}
.reset-password {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.resend-code-message {
  color: rgb(255, 67, 67) !important;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-bottom: 5px;
}

/* Table Formatting */
.overflow-table {
  overflow-x: auto;
}

.rowantree-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  padding: 20px;
  font-family: sans-serif;
  font-size: small;
  box-sizing: border-box;
  width: 100%;
}

.rowantree-table td,
.rowantree-table th {
  padding: 10px;
  text-align: left;
}

.rowantree-table th,
.rowantree-table tfoot {
  background-color: #a2b878;
  border: 1px solid #93a56b;
  color: #252525;
}

.rowantree-table td {
  border: 1px solid #ececec;
}

.rowantree-table tfoot {
  padding: 0px;
}

.rowantree-table tr:hover,
.rowantree-table tr:focus,
.table tr:hover {
  color: red;
}

.datagridtr:nth-child(even) {
  background-color: #f3f3f3;
}

label.register-input {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 1.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}

.date-header {
  text-transform: uppercase;
  font-size: 0.5em;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  margin-bottom: 20px;
  /* color: #c0c0c0; */
  color: #929292;
}
.rowantree-iframe {
  border: none;
  width: 100%;
  margin: 0 0 -60px 10px;
  padding: 0;
}

/* Modal Boxes */
.modal {
  display: none;
  position: fixed;
  padding-top: 100px;
  padding-left: 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
  position: relative;
  background-color: white;
  border-radius: 25px;
  padding: 20px;
  margin: auto;
  width: 90%;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.ModalInput {
  font-size: 12px;
}

.close-btn {
  float: right;
  color: lightgray;
  font-size: 24px;
  font-weight: bold;
}

.close-btn:hover {
  color: darkgray;
}

textarea {
  width: 95%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 16px;
  resize: none;
}
.small-btn {
  color: #1e1616;
  background-color: #69b882;
  text-shadow: none;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 0.9em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: background-size 0.2s ease-in-out;
  border: 2px solid #ffffff;
}
.small-btn:hover {
  color: #ffffff;
  text-decoration: none;
  background-size: 100% 60px;
  background-image: linear-gradient(#000, #000);
  border: 2px solid #000;
}

.forms-section .prev-month,
.forms-section .next-month {
  width: 80px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  background-color: #b1b1b1;
}
.customTextarea {
  height: 21vh;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.required-star-red {
  color: red;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

/* Animations */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* ====================================================== */
/* ================= Device adjustments ================= */
/* ====================================================== */

/* Large - Desktop only */
@media only screen and (min-width: 992px) {
  .hide-on-desktop {
    display: none;
  }
  .show-on-desktop {
    display: block;
  }
}

/* Large - Not on desktop */
@media only screen and (max-width: 991px) {
  .hide-on-desktop {
    display: inline-block;
  }
  .show-on-desktop {
    display: none;
  }
  .time-fill-container {
    padding: 20px;
  }
  .container-wrapper {
    margin: unset;
  }
}

@media only screen and (max-width: 740px) {
  .container-eventDesc {
    margin: unset;
    border: none;
    border-radius: 0px;
  }
}

@media only screen and (max-width: 500px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .content-wrapper {
    padding: 16px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 400px) {
  .container {
    padding-left: 6px;
    padding-right: 6px;
    margin-left: 2px;
    margin-right: 2px;
    width: 100%;
  }

  .content-wrapper {
    padding: 10px;
    margin: 0 auto;
  }
}
