@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* ###################################################################### */
/*                            Global Styles                                  */
/* ###################################################################### */

* {
  font-family: "Poppins", sans-serif;
}

/* ###################################################################### */
/*                            Nav Styles                                  */
/* ###################################################################### */
#logo {
  height: auto;
  width: auto;
}

#logo_container {
  height: auto;
  width: auto;
  margin-left: 1em;
}

#logo_container a img {
  display: inline-block;
  max-width: 1.8em;
  max-height: 1.8em;
}

#logo_container a h4 {
  display: inline-block;
}

#brand_name_container {
  height: auto;
  width: auto;
  padding-left: 1em;
}

nav .login-buttons {
  margin-right: 1em;
}

nav .userWelcomeMessage {
  margin-right: 1em;
  color: white;
}

nav a:hover,
nav a {
  color: white;
  text-decoration: none;
}

.nav-item {
  margin-left: 0.5em;
  margin-bottom: 0;
}

nav form input {
  float: left !important;
  width: 450px !important;
}

.nav-link {
  color: white !important;
}

/* ###################################################################### */
/*                           login Styles                                 */
/* ###################################################################### */

#userLoginForm {
  width: 75%;
  border-radius: 1em;
}

#userCreationForm {
  width: 75%;
  border-radius: 1em;
}

/* ###################################################################### */
/*                         Homepage Styles                                */
/* ###################################################################### */

#home_createBtn {
  border-radius: 1rem;
}

#home_list {
  border-radius: 2rem;
}

main {
  min-height: calc(100vh - 100px);
}

#home_list li {
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px #000000;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

.catchphrase {
  /* text-align: center; */
  font-size: 140%;
  margin: auto;
}

.quick-guide {
  margin: 8px 0 5px 0 !important;
}

.img-fluid {
  height: 400px !important;
  object-fit: contain;
  border-radius: 15px !important;
}

.download_pdf {
  font-size: 16px;
  margin-bottom: 5px;
  width: fit-content !important;
  text-decoration: none;
}

.download_pdf i {
  margin-left: 5px;
}

.showcase {
  padding-left: 4em;
}

footer h3 {
  color: white;
  text-align: center;
  background: rgb(132, 95, 145);
  padding-bottom: -0.1rem;
  margin-bottom: -0.1rem;
}

header h2 {
  text-align: center;
  color: rgba(255, 255, 255, 0.618);
  background: rgb(132, 95, 145);
  padding-bottom: 1rem;
  padding-top: 1rem;
}

/*Style Carousel*/

.carousel-inner a {
  text-align: center;
  color: rgb(33, 70, 12);
  text-decoration: none;
}

/*Style Cards*/

#popularCardBody p {
  display: inline-block;
  text-overflow: none;
}

#popularCardBody a {
  float: right;
}

#popularCardBody img {
  max-width: 100%;
}

/* Style SearchField*/
.input-group {
  padding-top: 1%;
  padding-bottom: 4%;
}

/* ###################################################################### */
/*                          Search Styles                                 */
/* ###################################################################### */

#search-form {
  display: flex;
  width: 100%;
}

#search-results .card {
  padding-left: 0;
  padding-right: 0;
}

form.searchbar img {
  height: 20px;
  width: 20px;
}

form.searchbar button:hover {
  background: #0b7dda;
}

/* Clear floats */
form.searchbar::after {
  content: "";
  clear: both;
}

/* ###################################################################### */
/*                         Campaign Styles                                */
/* ###################################################################### */

.add-read-more {
  display: none;
}

.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
  display: none;
}

.add-read-more.show-more-content .read-more {
  display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
  font-weight: bold;
  margin-left: 2px;
  color: blue;
  cursor: pointer;
}

.accordion-item {
  border: none !important;
}

.fundraiserAccordionButton::after {
  margin-left: 1em !important;
}

.fundraiserAccordionButton .progress {
  width: 70%;
  margin-left: auto;
  background-color: #3fae77;
  height: 2em !important;
}

.mealCalendarAccordionButton::after {
  margin-left: 1em !important;
}

/* .serviceProjectAccordionButton {
  display: flex;
  align-items: center;
} */

.serviceProjectAccordionButton .serviceProjectDateTime,
.potluckAccordionButton .potluckDateTime {
  margin-left: auto;
  font-size: 0.8em;
}

/* .item-card-detail {
  margin-left: auto;
  font-size: 0.8em;
} */

.serviceProjectAccordionButton::after,
.potluckAccordionButton::after {
  margin-left: 1em !important;
}

.table-detail {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 15px;
  /* column-gap: 15px; */
  border: 1px solid #00000057;
  padding: 8px;
}

.table-detail .title {
  margin-right: 25px;
  font-weight: bold;
}

#createCampaignForm {
  border-radius: 1em;
}

#campaign-card {
  border: none !important;
}

.campaign-card-image {
  vertical-align: unset !important;
  margin: unset !important;
}

#followButton,
#unfollowButton {
  float: right;
}

#addBtn1,
#addBtn2,
#addBtn3 {
  margin-right: 1%;
  margin-bottom: 1%;
}

.start-end-date {
  /* width: 100%; */
  padding: 5px 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  column-gap: 20px;
  /* grid-template-columns: minmax(186px, 1fr) minmax(186px, 1fr); */
  /* grid-template-columns: repeat(2, minmax(300px, 1fr));
  gap: 20px; */
}

.start-end-date div {
  flex: 1;
  min-width: 250px;
}

#manageCampaignForm {
  margin-left: auto !important;
}

.campaignHeader {
  display: flex;
  margin-top: 15px;
  margin-bottom: 20px;
}

.shareCampaignComponentContainer {
  display: flex;
  justify-content: center;
  /* margin: 20px; */
  color: black;
}

.shareCampaignComponent {
  display: flex;
  /* margin-top: 10px; */
  margin-bottom: 5px;
  padding: 20px;
  /* border: 0.5px solid rgb(184, 183, 183); */
  box-shadow: 0 0px 2px rgb(0 0 0 / 20%);
  border-radius: 20px;
  width: 100% !important;
  flex-direction: column;
}

#comment-logo {
  margin-top: 15px;
  animation: rotatelogo 20s linear infinite;
}

@-webkit-keyframes rotatelogo /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatelogo {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.shareCampaignComponentTitle {
  align-self: center;
  margin: 0px;
  padding-bottom: 20px;
}

.socialMediaLinksContainer {
  align-self: center;
  font-size: 3rem;
  line-height: 0;
}

.socialMediaLinksContainer-small {
  font-size: 1.5rem;
  margin-top: 10px;
  text-align: end;
  /* border: 1px solid black; */
}

.socialMediaLink {
  text-decoration: none;
  color: black;
}

.socialMediaLink:hover {
  transform: scale(1.1);
}

.copyCampaignText {
  padding: 10px;
  border: 0.5px solid rgb(181 181 181);
  border-radius: 0px;
  overflow: hidden !important;
}

.add-campaign-type-button {
  margin-top: 2em;
}

.hmf-accordion {
  font-size: 0.8em !important;
}

.accordion-button {
  text-decoration: none !important;
  border: none !important;
  box-shadow: none !important;
  color: white !important;
  /* color: black !important; */
  width: 100%;
}

#mealDateAccordion:not(.collapsed) {
  background-color: unset !important;
}

.accordion-button img {
  margin-left: auto !important;
}

#campaign_photo {
  margin-left: 33%;
  width: 33%;
  padding-bottom: 2%;
}

#campaign_fullDescription {
  margin: 10px;
}

/* .campaign-description {

  padding-top: 0.5rem!important
} */

.roundedAccordion {
  border-radius: 1rem !important;
  font-size: 1.5rem !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* #fundraiserAccordion {
  border-radius: 1rem;
  font-size:1.5rem; 
}

#mealAccordion {
  border-radius: 1rem;
  font-size:1.5rem;
}

#workPartyAccordion {
  border-radius: 1rem;
  font-size:1.5rem;
} */

.workPartIdentify {
  font-size: 14px;
  margin-left: 5px;
}

.pickerContainer {
  width: 32rem;
}

#campaign_footer {
  text-align: right;
  margin-top: 2%;
}

#addMealIcon {
  margin-left: 50rem;
  width: 2rem;
  height: 2rem;
}

#timeInput {
  width: 50%;
}

#timeInputLabel {
  margin-left: 1%;
}

.progress {
  height: 3em !important;
}

/* ###################################################################### */
/*                         Meal Calendar Styles                           */
/* ###################################################################### */
.meal-allergies {
  text-align: center;
  color: red;
  padding: 5px 0;
}
#mealCalendarAccordion {
  padding-bottom: 3%;
  /* margin-bottom: 10px; */
  max-height: 500px;
}

.mealCalendarDate {
  align-self: center;
  padding-top: 20px;
  padding-bottom: 10px;
}

.mealCalendarTitle {
  text-align: center;
  padding-top: 15px;
}

.allFoodTypesContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  place-content: center;
}

.foodTypeContainer {
  display: flex;
}

.addMealContainer {
  /* border: 0.5px solid rgb(184, 183, 183); */
  border-radius: 20px;
  margin-top: 10px;
  margin-right: 5px;
  margin-bottom: 40px;
  margin-left: 5px;
  padding: 15px;
}

.addMealInputContainer {
  /* display: flex; */
  margin: 15px 0 25px 0;
}

.addMealInput {
  display: flex;
}

.addMealButton {
  /* text-align: center; */
  /* padding-top: 15px; */
}

.addMealButton input {
  width: 100px;
  height: 30px;
  margin-top: 10px;
  padding: 5px !important;
  background-color: #16c0f0;
  border: none !important;
}

.editMealButton input {
  width: 80px;
  height: 30px;
  margin-top: 10px;
  padding: 5px !important;
  background-color: #4CD08D;
  border: none !important;
}


.individualMealContainer {
  border: 0.5px solid rgb(184, 183, 183);
  border-radius: 20px;
  margin-top: 10px;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
}

.individualMealDescription {
  margin: 0;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.individualMealButton {
  text-align: center;
  padding-bottom: 15px;
}

.addedMeals-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.meal-container {
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}

.meal-donor {
  font-size: 14px;
  font-weight: bold;
}

.meal-donated span {
  font-size: 12px;
  font-weight: bold;
}

/* ###################################################################### */
/*                         Project Card Styles                            */
/* ###################################################################### */

#campaign-followers {
  text-align: end;
}

/* ###################################################################### */
/*                         Comment Styles                                */
/* ###################################################################### */

#comments_container {
  border: 0.5px solid rgb(155, 122, 122);
  border-radius: 15px;
  background-color: lightgrey;
}

.comment {
  border-radius: 5px;
}

/* .comment h4,
.comment span,
.darker h4,
.darker span {
  display: inline;
} */

/* .comment p,
.comment span,
.darker p,
.darker span {
  color: rgb(184, 183, 183);
} */

/* .comment h4 {
  font-weight: bold;
} */

.comment-body {
  overflow-wrap: break-word;
}

.form-group input,
.form-group textarea {
  /* background-color: rgb(211, 205, 205); */
  border: 1px solid rgb(86, 99, 99);
  border-radius: 12px;
}

.comment-section {
  /* display: grid !important;
  grid-template-columns: 1fr 300px; */
  margin-top: 20px !important;
}

.comment-container {
  padding: 8px;
  /* border: 1px solid rgba(0, 0, 0, 0.146); */
  border-radius: 15px;
  /* height: 200px; */
  /* box-shadow: 0 2px 10px rgb(0 0 0 / 0.2); */
  box-shadow: 0 0px 2px rgb(0 0 0 / 20%);

  /* display: flex; */
  /* flex-direction: column; */
}

.comment-container .title {
  margin-bottom: -1.5rem !important;
}

.comment-author,
.comment-date {
  color: rgba(128, 128, 128, 0.602);
  font-size: 14px !important;
  font-weight: bold;
}

.comment-author {
  display: flex;

  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.comment-date {
  font-size: 12px !important;
  font-weight: 500;
  padding: 5px 0;
}

.comment-body {
  color: black;
}

.comment-delete {
  width: 18px;
  height: 18px;
}

.comment_form {
  padding: 0 12px;
}

@media (min-width: 1200px) {
  .comment-author {
    font-size: 14px !important;
  }
}

/* .comment_form {
  border: 1px solid rgba(16, 46, 46, 1);
  background-color: rgba(41, 128, 128, 0.973);
  border-radius: 5px;
} */

/* ###################################################################### */
/*                         Contact Us/About Us Styles                     */
/* ###################################################################### */

#contactName {
  margin-bottom: 1%;
}

#contactEmail {
  margin-bottom: 1%;
}

#contactMessage {
  background: transparent;
}

#contactButton {
  margin-top: 2%;
  margin-bottom: 1%;
}

.contactTitle {
  margin-bottom: 15px !important;
}

.form-group {
  margin-bottom: 12px !important;
}

.form-group label {
  margin-bottom: 5px !important;
}

/* ###################################################################### */
/*                               Color Styles                             */
/* ###################################################################### */

.bg-hmf-purple {
  background-color: #8a25b1 !important;
}
.bg-hmf-green {
  background-color: #4bd18e !important;
}
.bg-hmf-orange {
  background-color: #f09116 !important;
}
.bg-hmf-blue {
  background-color: #16c0f0 !important;
}
.bg-hmf-light-purple {
  background-color: #9d62b4 !important;
}
.bg-hmf-light-green {
  background-color: #87dab0 !important;
}
.bg-hmf-light-orange {
  background-color: #f5ab4a !important;
}
.bg-hmf-light-blue {
  background-color: #58cded !important;
}

.text-hmf-purple {
  color: #8a25b1 !important;
}
.text-hmf-green {
  color: #4bd18e !important;
}
.text-hmf-orange {
  color: #f09116 !important;
}
.text-hmf-blue {
  color: #16c0f0 !important;
}

@media only screen and (max-width: 600px) {
  .img-fluid {
    height: 300px !important;
  }
}

.accordion-body {
  padding: 0 !important;
}

.accordion-body-manage {
  padding: 1rem 1.25rem !important;
}

.table-meal-col {
  display: grid;
  grid-template-columns: 100px 120px 1fr;
  padding: 0 !important;
}

.table-4-col {
  display: grid;
  grid-template-columns:
    minmax(250px, 1fr) minmax(250px, 1fr) minmax(250px, 1fr)
    minmax(250px, 1fr);
  padding: 0 !important;
}

.table-3-col {
  display: grid;
  grid-template-columns: 100px minmax(150px, 1fr) minmax(
      400px,
      1fr
    );
  /* grid-template-columns: minmax(250px, 1fr) minmax(250px, 1fr) minmax(
      400px,
      1fr
    ); */
  padding: 0 !important;
}

.table-2-col {
  display: grid;
  grid-template-columns: 100px minmax(200px, 1fr);
  /* grid-template-columns: 300px minmax(400px, 1fr); */
  padding: 0 !important;
}

.table-meal-col > *,
.table-4-col > *,
.table-3-col > *,
.table-2-col > * {
  padding: 8px;
  border-left: 1px solid #00000057;
  border-bottom: 1px solid #00000057;
}

.table-meal-col > *:first-child,
.table-4-col > *:first-child,
.table-3-col > *:first-child,
.table-2-col > *:first-child {
  font-weight: 500;
}

.table-meal-col > *:last-child,
.table-4-col > *:last-child,
.table-3-col > *:last-child,
.table-2-col > *:last-child {
  border-right: 1px solid #00000057;
}

.table-meal-col.table-header > *,
.table-4-col.table-header > *,
.table-3-col.table-header > *,
.table-2-col.table-header > * {
  border-top: 1px solid #00000057;
  font-weight: 500;
}

.table-container {
  overflow: scroll;
  margin-top: 10px;
}

.shade-cell {
  background-color: #00000021;
}

.shade-cell-faded {
  background-color: #0000000f;
}

.shade-cell-orange {
  background-color: rgba(255, 166, 0, 0.111);
}

#formFoodType,
#formDate {
  font-weight: bold;
}

.ui-timepicker-standard {
  z-index: 1055 !important;
}

body.modal-open {
  overflow: hidden !important;
}

.empty-items {
  font-weight: 500;
  margin-bottom: 20px;
}

.transparency-breakdown {
  display: flex;
  flex-direction: row;
}

.transparency-breakdown__title {
  width: 200px;
  margin: 0;
  padding: 0;
  font-weight: 500;
}

.transparency-breakdown__value {
  margin: 0 0 0 10px;
  padding: 0;
  font-weight: bold;
}
