/*.header, .home, footer, .home > div > div, .home.home-buttons, .youzify-membership .youzify-membership-form > header, .form_head, .signup > div > div .create_user_form_wrap > form > div .submit_container > div {
    background-color: dimgray !important;
  }

  footer > div:last-child, .filter_section_background, #feedback-button, #feedback-form-submit, #feedback-button-close, .cookie_banner {
    background-color: dimgray !important;
  }

  #filter_add_keyword, .wizard-button, .hover-message {
    background-color: dimgray !important;
  }

  #filter_reset_fields_container {
    color: darkgray !important;
  }*/
 
  .fas.fa-user-circle {
    color:  #15159F !important;
  }

  footer .bebas-300 {
    font-weight: 600;
  }

  .fas.fa-users {
    color: #0a406a;
  }

  .signup > div > div .create_user_form_wrap .form_head {
    height: unset;
  }

  /*.bottom_nav.bebas-500 {
    background-color: dimgray;
  }

  #sidebar {
    background-color: dimgray;
  }

  .sidebar-wrapper .sidebar-navigation i {
    background-color: dimgray;
  }

  #submit_update_form {
    background-color: dimgray !important;
  }

  .profile_sidebar_info {
    background-color: dimgray !important;
  }

  .profile_sidebar_body.profile_sidebar_section {
    background-color: dimgray !important;
  }

  .profile_section_sidebar {
    background-color: dimgray !important;
  }*/

 #showcase-button {
      position: fixed;
      top: 1%;
      text-orientation: mixed;
      writing-mode: vertical-rl;
      border-top: 1px;
      padding: 11px;
      font-size: 20px;
      font-weight: bold;
      font-style: normal;
      fill: #ffffff;
      color: #ffffff;
      background-color: #15159F;
      border-radius: 5px;
      cursor:pointer;
      z-index: 4;
}

    #feedback-button {
      position: fixed;
      top: 25%;
      text-orientation: mixed;
      writing-mode: vertical-rl;
      border-top: 1px;
      padding: 11px;
      font-size: 20px;
      font-weight: bold;
      font-style: normal;
      fill: #ffffff;
      color: #ffffff;
      background-color: #15159F;
      border-radius: 5px;
      cursor:pointer;
      z-index: 4;
}
    #feedback-button-close {
      cursor:pointer;
    }
    #feedback-form {
      display:none;
      width: 15%;
      min-width:300px;
      position: fixed;
      top: 10%;
      right: 0px;
      background-color: #ffffff;
      z-index: 999999999999999999999999999999;
      box-shadow: 1px 10px 10px 10px #cccccc;
      padding: 25px;
    }
    #feedback-form-heading {
      fill: #ffffff;
      color: #ffffff;
      background-color: #15159F;
      border-radius: 5px;
      width: 100%;
      font-size: 16px;
      font-weight: normal;
      line-height: 20px;
      text-align: left;
      margin-bottom: 15px;
      font-weight: bold;
      margin: 0px -5px 15px -5px;
      padding:10px;
    }
    #feedback-form-label {
      width: 100%;
    }
    #feedback-form-input, #feedback_name, #feedback_email, #feedback_comment, #feedback_rating {
      width: 100%;
      text-align:  left;
    }
    .fa.fa-star {
        color:gold;
    }
    @media screen and (min-width: 1201px) {
      #feedback-button {
        right: 0;
      }
      #feedback-form {
        right: 0;
      }
      #feedback-button-close {
        left: -38px;
      }
    }
    @media screen and (max-width: 1200px) {
      #feedback-button {
        left: 0px;
      }
      #feedback-form {
        left: 0px;
      }
      #feedback-button-close {
        right: -38px;
      }
    }

    #filter_results_submit {
      width: 94%;
    }

    #tags_virtual, #tags_in_person {
      font-size: 20px !important;
    }

    .create_user_form_wrap {
      display: flex !important;
    }

    #login-user-circle {
      display: none;
    }

    @media only screen and (max-width: 825px) {
      #wizard-buttons-outer, #feedback-button { /* wizard is obsolete as footer nav takes over */
        display: none;
      }
    }

    .no_results_found {
      text-align: center;
    }

    .header > nav > a {
      width: 16%;
    }

    * {
      padding: 0;
      margin: 0;
      box-sizing: border-box;
    }

    #found_users_result_bottom {
      padding-right: 5px;
    }

    @media only screen and (max-width: 825px) {
      .header > div:first-child, .header > nav { /* , .header > .header_dropdown { */
        display: flex !important;
      }

      .header > nav {
        display: none !important;
      }

      .header > div > div > a > img {
        padding: 0px !important;
      }

      .contact > div > div > div:last-child > div > div {
        flex-direction: column;
      }
    }