.body {
  background-color: white;
  font-family: Nunito, sans-serif;
  font-size: 13px;
  text-align: left;
  width: 100%;
  height: 100%;
}

/* .headers {
    padding: 15px;
    font-size: 16px;
    font-weight:bold;
    text-align: left;
    color: #4f525b9e;
    border-bottom: 1px solid;
    border-color: #EFF0F3;
    background-color: #f3f3f3;
} */

.filter_zone {
  display: grid;
  grid-column: 3 / -1;
  grid-row: 1 / 1;
}


.content {
  display: grid;
  /* if menu enabled = grid-column: 2 / -1;
    else: */
  grid-column: 3 / -1;
  grid-row: 2 / -1;
  /*grid-template-columns: repeat(3, minmax(250px, 1fr)); 
    grid-template-rows: repeat(1, 1fr);*/
  background-color: #FDFDFD;
  z-index: 1;

}


.content_login {
  display: grid;
  grid-column: 1 / -1;
  grid-row: 2 / -1;
  background-color: #FDFDFD;

}


.container {

  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 3 / -1;
  grid-gap: 5px;
  background-color: #FDFDFD;
  text-align: center;
}

.header {

  text-align: center;
  font-size: large;
}

.menu {
  padding-top: 30px;
  margin-left: 0px;
  background-color: #fefefe;
  min-width: 120px;
  max-width: 200px;
  grid-column: 1 / 3;
  grid-row: 1 / -1;
  height: 100%;
}

.menu-item {
  font-size: 14px;
  padding: 5px;
  padding-left: 20px;
  color: #B3B7B8;
  text-decoration: none;
  text-align: left;

}

.menu-item a {
  display: block;
  color: #939394;
  text-decoration: none;
}

.menu-item:hover {
  background-color: #ffd64f79;
  border-radius: 5px;
}

.item-selected {
  font-style: bold;
  background-color: #ffd64f49;
  border-radius: 5px;
}

.menu ul {
  list-style-type: none;
  color: #B3B7B8;

}

.menu-items {
  margin-bottom: 20px;
}


.ads_list {

  display: grid;
  grid-template-columns: repeat(3, minmax(250px, 600px));
  grid-gap: auto;
  justify-content: space-around;
  /* if menu enabled = grid-column: 1 / -1;
    else: */
  width: 100%;
  grid-column: 3 / -1;
  grid-template-rows: auto;
  vertical-align: middle;
  grid-auto-flow: dense;
}

.ads_list_flex {
  display: flex;
  justify-content: space-evenly;
}

.card-header {
  display: flex;
  justify-content: space-between;
  padding: 5px 15px 5px 15px;
}

.hidden_id {
  font-size: 6px;
  color: white;

}

.ad-card {

  border: 2px;
  border-style: solid;
  border-radius: 5px;
  border-color: #F2F3F5;
  margin: 10px;
  height: fit-content;
}

.ad-card img {
  display: flex;
  max-width: 100%;

}

.ad_created {
  color: #91989e7e;

}

.ad_user a {
  color: #91989e7e;
  text-decoration: none;
}

.ad_user a:hover {

  text-decoration: underline;
}

.ad_title,
.ad_title a {
  display: block;
  font-weight: 700;
  font-size: 16px;
  text-align: left;
  padding: 0 15px 0 15px;
  color: #939394;
  text-decoration: none;

}

.ad_title a:hover {
  display: block;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  padding: 0 15px 0 15px;
  color: #676768;
  text-decoration: underline;

}

.small {
  font-size: 10px;
}

.ad_metrics,
.ad_metrics a {
  display: block;
  color: #91989e7e;
  padding: 0 0px 0px 10px;
}

.board_title {
  padding: 25px;
}

.ad_url a {
  display: block;
  color: #91989e7e;
  text-align: left;
  padding: 0 15px 5px 15px;
  word-wrap: break-word;
  text-decoration: none;
}

.ad_url a:hover {
  text-decoration: underline;
}

.card_footer {
  display: flex;
  justify-content: space-between;
  padding: 5px;
}

.ad_source a {
  color: #91989e7e;
  text-decoration: none;
  opacity: 0.4;
}

.ad_source a:hover {
  color: #91989e7e;
  text-decoration: none;
  opacity: 1;
  border-radius: 3px;
}

.row {
  display: flex;
  width: 100%;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0 4px;
}

.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;

}

@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}



.ads {
  max-width: 250px;
  border-right: 1px;
  border-color: #EFF0F3;
  border-style: solid;
  border-left: 0px;
  border-top: 0px;
  border-bottom: 0px;

}




.card {

  border-radius: 5px;
  text-align: left;
  padding: 15px 15px 15px 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.card:hover {
  background-color: #FAF6FF;
}

.post_info {
  grid-column: 2 / 3;
  grid-row: 1 / -1;
  border-right: 1px;
  border-color: EFF0F3;
  border-style: solid;
  border-left: 0px;
  border-top: 0px;
  border-bottom: 0px;

}

.post_info_content {
  text-align: left;
  overflow: scroll;
  display: block;
  height: 80vh;
  padding-right: 15px;
  margin: 10px;
  line-height: 1.2;



}

.editor_prompt {
  grid-column: 3 / 4;
  grid-row: 1 / 3;
  border: 0;
  background-color: #FDFDFD;

}

.editor_write {

  grid-column: 3 / 4;
  grid-row: 3 / -1;
  border: 0px;
  border-style: solid;
  border-color: #EFF0F3;
}

.prompt_column {
  font-family: Nunito, sans-serif;
  overflow: scroll;
  display: block;
  height: 80vh;
}

.textarea_prompt {
  font-size: 13px;
  padding: 5px;
  padding-right: 45px;
  font-family: Nunito, sans-serif;
  white-space: pre-line;
  margin-top: 10px;
  border: 0px;
  border-style: solid;
  border-color: #EFF0F3;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  height: 140px;
}

.prompts_list {
  overflow: scroll;
  height: 70px;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;

}

.prompt_selector {
  color: #4f525b9e;
  font-family: Nunito, sans-serif;
  font-size: 13px;
  padding: 5px;
  margin-top: 3px;
  border-radius: 5px;
  border: 1px;
  border-style: solid;
  border-color: #EFF0F3;
  background-color: #fff;
}

.prompt_selector:hover {
  background-color: #FAF6FF;
  color: #4f525b;


}

.textarea_editor {

  font-family: Nunito, sans-serif;
  border-radius: 5px;
  border: 0px;
  outline: none;
  white-space: pre-line;
  border-style: solid;
  border-color: #EFF0F3;
  width: 100%;
  height: 30%;
  padding: 10px;
  margin-top: 15px;
  padding-right: 45px;
}

.submit_button {
  font-family: Nunito, sans-serif;
  margin: 5px;
  padding: 5px;
  font-size: 16px;
  color: #000000;
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 13px;

}

.submit_button:hover {
  background-color: #a056f9;

}

.editor_controls {
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 0px;

}

.footer {
  grid-column: 3 / -1;
  background-color: violet;
}

input {
  width: 70%;
  padding: 12px 20px;
  margin: 5px 0;
  box-sizing: border-box;
  font-size: 13px;
  font-family: Nunito, sans-serif;
  background-color: #FDFDFD;
  border: 2px solid;
  border-color: #C8CBCE;

}

.items {
  white-space: pre-line;
  font-size: 13px;
  text-align: left;
  padding-left: 15px;
  margin: 5px;
  padding: 10px;
  border: 2px solid;
  border-radius: 5px;
  border-color: #EFF0F3;
  word-break: normal;
  display: block;
}

.item-openai {
  white-space: pre-line;
  font-size: 10px;
  text-align: left;
  padding-left: 15px;
  margin: 5px;
  padding: 10px;
  border: 2px solid;
  border-radius: 5px;
  border-color: #EFF0F3;
  word-break: break-all;
  display: block;
}

.items-comment {
  font-size: 13px;
  text-align: left;
  padding-left: 15px;
  margin: 5px;
  padding: 10px;
  border: 2px solid;
  border-radius: 5px;
  border-color: #EFF0F3;
  word-break: normal;
  display: block;
}

.items:hover {
  background-color: #FAF6FF;
}


.settings {
  grid-column: 1 / 2;
  grid-row: 1 / -1;
  border-right: 1px;
  border-color: #EFF0F3;
  border-style: solid;
  border-left: 0px;
  border-top: 0px;
  border-bottom: 0px;

}


.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 5px 5px;
  z-index: 1;
}

.dropdown-point {
  display: flex;
  flex-direction: column;
}

.dropdown:hover .dropdown-content {
  display: flex;
  flex-direction: column;
}

.search_bar {
  border-radius: 5px;
  border-color: #C8CBCE;
  border-style: solid;
}

.search_bar::-webkit-search-cancel-button {
  display: none;
}

#filter_bubble {
  position: fixed;
  overflow: auto;
  left: 10;
  top: 0px;
  bottom: 0px;
  z-index: 999;
  width: 200px;
  background-color: #fefefe;
  justify-content: center;
  padding: 10px;
  font-size: 10px;
  /* border-radius: 7px;
    border: 1; /* Remove borders 
    border-color: #939394;
    border-style: solid;
     
    margin-top: 20px; */
  color: #939394;
}



.filter_bubble input {
  max-width: 150px;
  border-radius: 5px;
  font-size: 12px;
}


.filter_bubble a {
  color: gray;
  text-decoration: none;
}


.select {

  width: 70%;
  height: 20px;
  border-radius: 5px;
  font-size: 12px;
  margin-bottom: 16px;
}

.filter_bubble a {
  color: #939394;
  text-decoration: none;
}

.filter_bubble a:hover {
  color: #939394;
  text-decoration: underline;
}

.filter_bubble p {

  display: inline-flex;
  flex-direction: column;
}



.clear_filters {
  border: 2px;
  border-color: #999a9a;
  border-style: solid;
}

.filter_controls {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.reset_filters {
  color: #939394;
  text-decoration: none;
}

.reset_filters:hover {
  text-decoration: underline;
}



.results_indicator {
  font-size: 12px;
  font-style: italic;
  color: #939394;
  margin-top: -12px;
}

#myBtn {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 30px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: 1;
  /* Remove borders */
  border-color: #939394;
  border-style: solid;
  outline: none;
  /* Remove outline */
  background-color: rgb(255, 255, 255);
  /* Set a background color */
  color: 939394;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 10px;
  /* Some padding */
  border-radius: 7px;
  /* Rounded corners */
  font-size: 12px;
  /* Increase font size */
}

#signup_floating {
  cursor: none;
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 0px;
  /* Place the button at the bottom of the page */
  height: 140px;
  left: 0;
  right: 0;
  /* Place the button 30px from the right */
  z-index: 999;
  /* Make sure it does not overlap */
  outline: none;
  /* Remove outline */
  background-color: rgb(255, 255, 255);
  /* Set a background color */
  color: 939394;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 10px;
  /* Some padding */
  border-radius: 7px;
  /* Rounded corners */
  font-size: 12px;
  /* Increase font size */
  border: 1px;
  border-style: solid;
  border-color: #000;
  scrollbar-shadow-color: #000000;
}

#filter_button {
  position: fixed;
  /* Fixed/sticky position */
  top: 10px;
  /* Place the button at the bottom of the page */
  left: 10px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: 1;
  /* Remove borders */
  border-color: #939394;
  border-style: solid;
  outline: none;
  /* Remove outline */
  background-color: rgb(255, 255, 255);
  /* Set a background color */
  color: 939394;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 10px;
  /* Some padding */
  border-radius: 7px;
  /* Rounded corners */
  font-size: 12px;
  /* Increase font size */
}

#filter_button:hover {
  background-color: #FFD64F;
}

#myBtn:hover {
  background-color: #cccccc;
  /* Add a dark-grey background on hover */
}


.dropdown_subitems a {
  color: #939394;
  text-decoration: none;
}

.dropdown_subitems a:hover {
  color: #939394;
  text-decoration: underline;
}



/* HOMEPAGE */
.navbar_homepage {
  top: 0;
  display: flex;
  height: auto;
  background-color: #f8f8f8;
}

.logo_homepage {
  display: block;
  padding: 5px 5px 5px 30px;
  font-size: 18px;
  font-weight: bold;
}

.section_homepage {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: auto;
  background-color: #fff;
  margin-bottom: 50px;
}

.hero_text {
  font-size: 32px;
  text-align: center;
  padding: 20px;
}

.hero_subtext {
  font-size: 18px;
  text-align: center;
  padding: 10px;
  width: 60%;
}

.main_cta {
  display: block;
  background-color: #FFD64F;
  padding: 10px 25px 10px 25px;
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0px;
  border-radius: 5px;
  max-width: 150px;
  align-items: center;
}

.main_cta a {
  color: #000;
  text-decoration: none;
}

.main_cta:hover {
  background-color: #f9b702;
}

.popup_cta {
  display: block;
  background-color: #FFD64F;
  padding: 10px 25px 10px 25px;
  font-size: 18px;
  border: 0px;
  border-radius: 5px;
  max-width: 150px;
  align-items: center;
}

.popup_cta a {
  color: #000;
  text-decoration: none;
}

.popup_cta:hover {
  background-color: #f9b702;
}

.schedule_cta {
  display: block;
  background-color: #FFD64F;
  font-size: 13px;
  margin-left: 40px;
  margin-right: 40px;
  border-color: #4f525b;
  border-style: solid;
  padding: 14px;
  margin-bottom: 5px;
  border: 2px;
  border-radius: 5px;
  align-items: center;
}

.schedule_cta a {
  color: #000;
  text-decoration: none;
}

.schedule_cta:hover {
  background-color: #f9b702;
}

.benefits_homepage {
  display: flex;
  justify-content: space-around;
  column-gap: 30px;
}

.feature_homepage {

  display: flex;
  max-width: 300px;
  padding: 15px;
  font-size: 18px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 15px;
}

.feature_homepage img {
  max-width: 300px;
  border-radius: 5px;
}

.footer_homepage {
  bottom: 0;
  display: flex;
  height: auto;
  background-color: #f8f8f8;
  justify-content: space-evenly;
}

.footer_homepage p {
  padding: 10px;
  max-width: 33%;
}

/* LOGIN */

.login_page {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 100%;
  justify-content: center;


}

.login_form {
  margin-top: 35px;
  padding: 15px;
  font-size: 16px;
  display: grid;
  grid-column: 2/3;
  border: 1px;
  border-style: solid;
  border-radius: 10px;
}

.login_form input {
  font-size: 16px;
  border-radius: 5px;
  margin-left: 5px;
  display: block;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.secondary_buttons {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.login_form .helptext {
  font-size: 10px;
  display: block;
}

.login_form ul {
  font-size: 10px;
  display: block;
}

.login_form p {
  margin: 5px;
}

.search_zone {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.search_area {
  max-width: 60%;
  min-width: 500px;
}

.filter_card input {
  height: 8px;
  border-color: #EFF0F3;
}

.filter_card input[name*="_min"] {
  max-width: 50px;
  height: 8px;
  padding-left: 1px;
  padding-right: 1px;
}

.filter_card input[name*="_max"] {
  max-width: 50px;
  height: 8px;
  padding-left: 1px;
  padding-right: 1px;
}

.filter_card {
  display: flex;
  flex-direction: column;

}

.submitFilter {
  line-height: 10px;
  background-color: #C8CBCE;
  border-radius: 5px;
}

.submitFilter:hover {
  line-height: 10px;
  background-color: #FFD64F;
  border-radius: 5px;
}




.filter_fields select {
  margin-bottom: 15px;
  width: 70%;
  margin: 5px 0;
  box-sizing: border-box;
  font-size: 13px;
  font-family: Nunito, sans-serif;
  background-color: #FDFDFD;
  border: 2px solid;
  border-color: #EFF0F3;

}

.save_selector {
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border-color: #ebedef;
  border-style: solid;
  padding: 5px 5px 5px 5px;
  height: 35px;
  color: #CACDD0;
  font-size: 16px;
}


/* .save_selector:focus {
  border-color: #067735;

}

.save_selector::selection {
  border-color: #067735;

} */

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

.add_board {
  width: 80%;
}

.add_board:hover {
  background-color: #FFD64F;
}

.add_board_form input {
  border: 0px;
}

.testimonials {
  display: flex;
  justify-content: space-evenly;
  column-gap: 30px;
}

.testimonial_block {
  display: block;
  max-width: 250px;
  background-color: #F8F8F8;
  border-style: solid;
  border-radius: 5px;
  border: 0;
  padding: 15px;
}

.testimonial_quote {
  font-size: 18px;
  margin: 5px;
}

.testimonial_pic img {
  padding: 5px;
  border-style: solid;
  border-radius: 30px;
  border: 0px;
}

.testimonial_author {
  padding-top: 15px;
  justify-content: space-evenly;
  display: flex;
  -ms-flex-align: center;
}

.modal_container {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
}

.closer {
  position: fixed;
  top: -20;
  right: 0;

}

.tutorial_button {
  background-color: #C8CBCE;
  border-radius: 5px;
  padding: 10px;
  font-family: Nunito, sans-serif !important;
  font-size: 13px;
}

.tutorial_button:hover {
  background-color: #FFD64F;
  border-radius: 5px;
}

.subreddit_field {
  color: #C8CBCE;
  display: flex;
}