/* DO NOT EDIT THIS FILE, This file is auto-generated using Sass imports. Any changes made to this file will be lost. */
/* Common code for the entire evolver GUI */
.logo_area1 {
  height: 80px;
}

@media (min-width: 320px) {
  .logo_area1 img {
    width: 155px;
    height: 40px;
    margin: unset;
  }
}

@media (min-width: 992px) {
  .logo_area1 img {
    width: 210px;
    height: 54px;
    margin: 51px;
  }
}

.error {
  color: #fc361d;
}

.blue {
  color: #12274b;
}

.search-header-title {
  font-size: 14px;
  font-weight: normal;
}

.no_data {
  height: 100px;
  width: 100%;
  background: #efefef;
  position: relative;
  display: inline-block;
  margin: 0;
}

.no_data span {
  position: absolute;
  margin: 0 auto;
  text-align: center;
  top: 40%;
  width: 100%;
}

/* Common code ends */
/*Member header*/
/* Start member header */
.member_main_page {
  background-color: #f8f8f8;
}

.member_main_page {
  padding-bottom: 20px;
  border-bottom: 2px solid #efefef;
}

.member_main_page img {
  width: 180px;
  height: 45px;
}

.member_main_page input {
  width: 100%;
  height: 40%;
  margin-top: 4%;
  margin-left: 51px;
}

.member_main_page label {
  margin-top: 15%;
}

.main_sidebar {
  position: fixed;
  top: 12.5%;
  left: 0;
  width: 170px;
  -webkit-transition: all 300ms cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 300ms cubic-bezier(0.65, 0.05, 0.36, 1);
  will-change: left, width;
}

.logout_txt {
  font-weight: 500;
  font-size: 13px;
  margin-left: 235px;
}

.sidebar-sticky .nav-link {
  padding-left: 25px;
}

.nav-link .fa {
  font-size: 17px;
  margin-right: 10px;
  color: lightgray;
}

.badge {
  width: 25px;
  background-color: #93001a;
  color: white;
}

.member_dashboard {
  font-family: Montserrat;
  font-size: 13px;
  color: #999999;
  margin-top: 20px;
}

.member_dashboard .sidebar {
  max-width: 13%;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 48px 0 0;
  -webkit-box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
}

.member_dashboard .sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.member_dashboard .sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.member_dashboard .sidebar .nav-link.active {
  color: #12274b;
  font-weight: bold;
}

.member_dashboard .sidebar .nav-link:hover {
  color: blue !important;
}

.member_dashboard .sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 100px);
  padding-top: 2.8rem;
}

.member_dashboard .sidebar-heading {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.member_dashboard [role="main"] {
  padding-top: 70px;
  background: #f8f8f8;
  /* For sidebar */
}

@media (min-width: 320px) {
  .member_dashboard [role="main"] {
    position: absolute;
  }
}

@media (min-width: 992px) {
  .member_dashboard [role="main"] {
    position: relative;
  }
}

.navbar .form-control {
  padding: 0.35rem 1rem;
  margin: 0;
  border-radius: 0;
}

@media (min-width: 320px) {
  .nav-mobile {
    display: block;
  }
}

@media (min-width: 992px) {
  .nav-mobile {
    display: none;
  }
}

.nav-mobile .navbar-brand img {
  width: 140px;
  height: 40px;
}

@media (min-width: 320px) {
  .nav-lg {
    display: none;
  }
}

@media (min-width: 992px) {
  .nav-lg {
    display: block;
  }
}

/* sidebar connections */
#drawer {
  position: absolute;
  right: 0;
  top: 8em;
  height: 80%;
  overflow-x: hidden;
  /* Needed for initial hidden state */
}

#drawer > div {
  height: 100%;
  float: left;
}

#drawer-handle {
  width: 2.3em;
  color: white;
  position: relative;
  line-height: 2.3;
}

#handle-text {
  position: absolute;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  text-orientation: mixed;
  top: 25%;
  background-color: silver;
  height: 170px;
  width: inherit;
  cursor: pointer;
  border-top-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

#drawer-content {
  width: 320px;
  margin-right: -320px;
  /* -width */
}

#drawer-content .qk_call_txt {
  font-weight: bold;
}

#drawer-content .soon_txt {
  color: #c1c1c1;
}

#drawer-content .quick-btn {
  width: 115px;
  height: 52px;
}

/* Header responsive styles */
#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin 0.25s ease-out;
  transition: margin 0.25s ease-out;
  background: white;
  padding-top: 3rem;
  -webkit-box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
}

#sidebar-wrapper .nav-item {
  width: 15rem;
}

#sidebar-wrapper .nav-link {
  font-weight: 500;
  color: #333;
}

#sidebar-wrapper .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

#sidebar-wrapper .nav-link .active {
  color: #12274b;
  font-weight: bold;
}

#sidebar-wrapper .nav-link :hover {
  color: blue;
}

#wrapper.toggled {
  z-index: 1001;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }
  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }
  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
}

/* end member header */
/* Member header ends */
/*Member main */
/*Start Member Main Page*/
.member_main_page {
  background-color: #f8f8f8;
}

.upcoming_event {
  padding-top: 70px;
  background: #f8f8f8;
}

.grey_blue {
  color: #7ca1cb;
}

.profile_img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
}

.recm_img {
  height: 38px;
  width: 38px;
  border-radius: 50%;
}

.member_post_btn {
  font-size: 14px !important;
  background-color: #12274b !important;
  color: white !important;
  padding: 3px 17px 3px 17px !important;
  border: 1px solid #808080 !important;
  border-radius: 15px !important;
  line-height: 20px !important;
}

.banner_img {
  padding-left: 25px;
  padding-right: 25px;
}

.ad-border {
  border: 10px solid #efefef;
}

.post_txt a {
  color: #999999;
}

.post_txt a:hover {
  color: #999999;
}

.post_txt .preview-wrapper {
  position: relative;
  width: 110px;
  height: 110px;
  display: none;
}

.post_txt .preview-wrapper .img-preview {
  width: 110px;
}

.post_txt .preview-wrapper .video-preview {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 110px;
}

.post_txt .preview-wrapper .preview-overlay {
  position: absolute;
  top: 0;
  right: 0;
}

.post_txt .preview-wrapper .preview-overlay .btn {
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: rgba(133, 133, 133, 0.8);
  width: 25px;
  height: 25px;
}

.post_txt .preview-wrapper .preview-overlay .btn i {
  color: #12274b;
  font-size: 14px;
}

.user_post {
  margin-top: 20px;
}

.user_post textarea {
  resize: none;
  line-height: 2;
}

.user_post textarea::-webkit-input-placeholder {
  color: #7ca1cb;
}

.user_post textarea:-ms-input-placeholder {
  color: #7ca1cb;
}

.user_post textarea::-ms-input-placeholder {
  color: #7ca1cb;
}

.user_post textarea::placeholder {
  color: #7ca1cb;
}

.user_post .post_meta {
  padding: 16px;
}

.user_post .post_meta span {
  font-family: Montserrat;
  font-size: 13px;
  margin-top: 20px;
  color: #7ca1cb;
  margin-left: 25px;
}

.user_post .post_meta .dropdown-menu {
  font-family: Montserrat;
  font-size: 13px;
}

.user_post .fa {
  font-size: 20px;
  color: #d8d8d8;
}

.user_post .fa_color {
  color: #12274b;
}

.user_post .content_body {
  padding: 0;
}

.user_post .post_img {
  padding-left: 16px;
  padding-right: 16px;
  max-height: 320px;
}

.user_post .video_img {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 20px;
}

.user_post .post_content_txt {
  font-weight: 500;
  color: black;
  padding: 16px;
}

.user_post .post_votes {
  font-weight: 500;
  padding: 16px;
  color: #7ca1cb;
}

.user_post .post_info {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  color: #7ca1cb;
}

.user_post .post_info a {
  color: #7ca1cb;
}

.user_post .post_info_dot {
  padding-left: 3px;
  padding-right: 3px;
}

.user_post .comment_img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.user_post .comment_block input {
  height: 40px;
  font-size: 14px;
  font-family: Montserrat;
  border: none;
}

@media (min-width: 320px) {
  .user_post .comment_block input {
    width: 150px;
  }
}

@media (min-width: 992px) {
  .user_post .comment_block input {
    width: 600px;
  }
}

.user_post .comment_block textarea {
  width: 600px;
}

.user_post .comment_block .btn {
  background: rgba(200, 193, 193, 0.6);
  height: 32px;
  width: 33px;
  color: #12274b;
}

.user_post .comment_block .fa-arrow-right {
  color: #12274b;
}

.conn-card .conn_title {
  font-size: 13px;
  color: black;
  font-weight: bold;
}

.conn-card .conn_footer {
  font-size: 12px;
}

.img-wrapper {
  position: relative;
}

.img-overlay {
  position: absolute;
  top: 0;
  right: 0;
}

.img-overlay .btn {
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: rgba(200, 193, 193, 0.6);
}

/* end member_main */
/* Member main ends */
/* Member Login*/
@media (min-width: 320px) {
  .nav_login_link1 {
    margin-right: 2%;
  }
}

@media (min-width: 992px) {
  .nav_login_link1 {
    margin-right: 6%;
  }
}

@media (min-width: 320px) {
  #loginForm {
    margin: 38px 0 0;
  }
}

@media (min-width: 992px) {
  #loginForm {
    margin: 60px 60px;
  }
}

@media (min-width: 320px) {
  #loginForm .row {
    padding: unset;
  }
}

@media (min-width: 992px) {
  #loginForm .row {
    padding: 0 9%;
  }
}

.login-left {
  border: 2px solid #efefef;
}

.login-left .terms-link {
  color: #12274b;
  font-size: 13px;
}

.login-left .terms-link:hover {
  color: #000000;
}

.login-left .terms_txt {
  color: #999999;
  font-size: 13px;
}

.login-left .submit_form_btn {
  width: 90px;
  height: 33px;
  font-family: Montserrat;
  font-size: 13px;
  text-align: center;
  line-height: 18px;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#12274b), to(#333333));
  background: linear-gradient(#12274b, #333333);
  border: 1px solid rgba(64, 64, 64, 0);
  border-radius: 15px;
  margin-top: 19px;
}

.login-left .submit_form_btn:hover {
  color: #ffffff;
}

.login-right {
  background: url("../bg_image/pic_handshake.png") no-repeat;
  background-size: 100% 100%;
}

.login-right hr::after {
  content: "";
  background: white;
  height: 2px;
  display: block;
}

.login-right .welcome_txt {
  font-family: Montserrat;
}

@media (min-width: 320px) {
  .login-right .welcome_txt {
    font-size: 20px;
    padding-top: 15px;
    font-weight: normal;
  }
}

@media (min-width: 992px) {
  .login-right .welcome_txt {
    font-size: 25px;
    padding-top: 100px;
    font-weight: bold;
  }
}

.login-right .welcome_footer {
  font-family: Montserrat;
}

@media (min-width: 320px) {
  .login-right .welcome_footer {
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: normal;
  }
}

@media (min-width: 992px) {
  .login-right .welcome_footer {
    padding-top: 90px;
    font-size: 20px;
    font-weight: 300;
  }
}

.registration_form1 {
  padding-top: 65px;
}

@media (min-width: 320px) {
  .registration_form1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  .registration_form1 {
    padding-left: 65px;
    padding-right: unset;
  }
}

.registration_form1 p {
  font-family: Montserrat;
  font-size: 13px;
  margin-top: 20px;
  font-weight: bold;
}

.registration_form1 h1 {
  font-family: Montserrat;
  font-size: 24px;
  color: #8c271c;
  font-weight: 600;
}

.registration_form1 .forgot-block {
  max-width: 90%;
}

.registration_form1 .forgot-block .forgot-link {
  color: #999999;
  font-size: 14px;
}

.registration_form1 .forgot-block .forgot-link:hover {
  color: #000000;
}

.registration_form1 .email {
  background-color: transparent;
  border-bottom: 2px solid #cccccc !important;
  border: none;
}

@media (min-width: 320px) {
  .registration_form1 .email {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .registration_form1 .email {
    width: 90%;
  }
}

.registration_form1 .pass {
  background-color: transparent;
  border-bottom: 2px solid #cccccc !important;
  border: none;
}

@media (min-width: 320px) {
  .registration_form1 .pass {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .registration_form1 .pass {
    width: 90%;
  }
}

.registration_form1 label {
  height: 21px;
  font-family: Montserrat;
  font-size: 13px;
  color: #999999;
  font-weight: 600;
}

.terms-block {
  margin-top: 40px;
  border-top: 1px dashed silver;
  padding: 20px 20px;
}

.footer-area1 {
  width: 100%;
  min-height: 330px;
  font-family: Arial;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #333333;
  background-color: #e5e5e5;
  background-repeat: repeat;
  background-position: left top;
}

@media (min-width: 320px) {
  .footer-area1 {
    padding: 45px 15px 45px !important;
  }
}

@media (min-width: 992px) {
  .footer-area1 {
    padding: 45px 130px 45px !important;
  }
}

.footer-area1 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-area1 p {
  text-align: justify;
  padding: 20px 40px 20px 30px;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 24px;
  color: #7a7a7a;
}

.footer-area1 span {
  font-family: Montserrat;
  font-size: 12px;
  line-height: 24px;
  color: #7a7a7a;
  margin-left: 10px;
}

.footer-area1 i {
  font-size: 16px;
  color: #7a7a7a;
}

.footer-area1 a {
  color: #7a7a7a;
}

.footer-area1 a:hover {
  color: black;
}

.links_heading1 {
  font-family: Montserrat;
  font-size: 19px;
  color: #93001a;
}

.menu11 {
  list-style-type: none;
  text-align: left;
  font-family: Montserrat;
  font-size: 14px;
  padding-left: 0px;
  margin-top: 25px;
  line-height: 24px;
  color: #7a7a7a;
}

.contact_heading1 {
  font-family: Montserrat;
  font-size: 19px;
  color: #93001a;
  margin-bottom: 30px;
}

/* Login ends */
/* Forgot pass */
@media (min-width: 320px) {
  #forgotForm {
    margin: 38px 0 0;
  }
}

@media (min-width: 992px) {
  #forgotForm {
    margin: 60px 60px;
  }
}

@media (min-width: 320px) {
  #forgotForm .row {
    padding: unset;
  }
}

@media (min-width: 992px) {
  #forgotForm .row {
    padding: 0 9%;
  }
}

.forgot_form {
  padding-top: 65px;
}

@media (min-width: 320px) {
  .forgot_form {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  .forgot_form {
    padding-left: 65px;
  }
}

.forgot_form p {
  font-family: Montserrat;
  font-size: 13px;
  margin-top: 20px;
  font-weight: bold;
}

.forgot_form h1 {
  font-family: Montserrat;
  font-size: 24px;
  color: #8c271c;
  font-weight: 600;
}

.forgot_form .email {
  background-color: transparent;
  border-bottom: 2px solid #cccccc !important;
  border: none;
}

@media (min-width: 320px) {
  .forgot_form .email {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .forgot_form .email {
    width: 90%;
  }
}

.forgot_form label {
  height: 21px;
  font-family: Montserrat;
  font-size: 13px;
  color: #999999;
  font-weight: 600;
}

.forgot-left {
  border: 2px solid #efefef;
}

.forgot-left .login-link {
  color: #12274b;
  font-size: 13px;
}

.forgot-left .login-link:hover {
  color: #000000;
}

.forgot-left .back_txt {
  color: #999999;
}

.forgot-left .submit_form_btn {
  width: 90px;
  height: 33px;
  font-family: Montserrat;
  font-size: 13px;
  text-align: center;
  line-height: 18px;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#12274b), to(#333333));
  background: linear-gradient(#12274b, #333333);
  border: 1px solid rgba(64, 64, 64, 0);
  border-radius: 15px;
  margin-top: 19px;
}

.forgot-left .submit_form_btn:hover {
  color: #ffffff;
}

.back-block {
  margin-top: 100px;
  border-top: 1px dashed silver;
  padding: 20px 20px;
}

.forgot-right {
  background: url("../bg_image/pic_handshake.png") no-repeat;
  background-size: 100% 100%;
}

.forgot-right hr::after {
  content: "";
  background: white;
  height: 2px;
  display: block;
}

.forgot-right .welcome_txt {
  font-family: Montserrat;
}

@media (min-width: 320px) {
  .forgot-right .welcome_txt {
    font-size: 20px;
    padding-top: 15px;
    font-weight: normal;
  }
}

@media (min-width: 992px) {
  .forgot-right .welcome_txt {
    font-size: 25px;
    padding-top: 100px;
    font-weight: bold;
  }
}

.forgot-right .welcome_footer {
  font-family: Montserrat;
}

@media (min-width: 320px) {
  .forgot-right .welcome_footer {
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: normal;
  }
}

@media (min-width: 992px) {
  .forgot-right .welcome_footer {
    padding-top: 90px;
    font-size: 20px;
    font-weight: 300;
  }
}

.footer-area {
  padding: 45px 90px 45px 90px !important;
  width: 100%;
  min-height: 330px;
  font-family: Arial;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #333333;
  background-color: #e5e5e5;
  background-repeat: repeat;
  background-position: left top;
  padding: 45px 50px 45px 20px !important;
}

.footer-area p {
  text-align: justify;
  padding: 20px 40px 20px 30px;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 24px;
  color: #7a7a7a;
  text-align: justify;
  padding: 20px 20px 20px 0px;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 24px;
  color: #7a7a7a;
}

.footer-area span {
  font-family: Montserrat;
  font-size: 12px;
  line-height: 24px;
  color: #7a7a7a;
  padding-right: 40px;
  margin-left: 10px;
}

.footer-area i {
  font-size: 16px;
  color: #7a7a7a;
}

.links_heading {
  font-family: Montserrat;
  font-size: 13px;
  color: #93001a;
}

.menu1 {
  list-style-type: none;
  text-align: left;
  font-family: Montserrat;
  font-size: 13px;
  padding-left: 0px;
  margin-top: 25px;
  line-height: 24px;
  color: #7a7a7a;
}

/* Forgot pass ends*/
/* Member join */
.member_join_page h1 {
  font-family: Montserrat;
  font-size: 24px;
  color: #8c271c;
  font-weight: 600;
}

@media (min-width: 320px) {
  .member_join_page h1 {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .member_join_page h1 {
    margin-bottom: 60px;
  }
}

.member_join_page input {
  background-color: transparent;
  border-bottom: 2px solid #cccccc !important;
  border: none;
}

@media (min-width: 320px) {
  .member_join_page input {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .member_join_page input {
    width: 90%;
  }
}

.member_join_page label {
  height: 21px;
  font-family: Montserrat;
  font-size: 13px;
  color: #999999;
  font-weight: 300;
}

@media (min-width: 320px) {
  .login-info {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  .login-info {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 320px) {
  .join_row {
    margin-top: 38px;
  }
}

@media (min-width: 992px) {
  .join_row {
    margin-top: 8%;
  }
}

.join_img {
  background: url("../bg_image/pic_handshake.png") no-repeat;
  background-size: cover;
  font-family: Montserrat;
}

@media (min-width: 320px) {
  .join_img {
    padding-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .join_img {
    padding-bottom: 60px;
  }
}

.join_txt {
  color: white;
  line-height: 1.6;
}

@media (min-width: 320px) {
  .join_txt {
    margin-top: 15px;
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .join_txt {
    margin-top: 65px;
    font-size: 16px;
  }
}

.chk_box {
  padding-top: 15px;
  padding-right: 20px;
  margin-bottom: 0;
  padding-left: 20px;
}

.chk_box label {
  height: 21px;
  font-family: Montserrat;
  font-size: 13px;
  color: #999999;
  font-weight: 300;
  padding-top: 2px;
}

.chk_box input {
  width: unset;
}

.txt_area {
  padding-bottom: 50px;
  padding-left: 20px;
}

@media (min-width: 320px) {
  .txt_area {
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  .txt_area {
    margin-bottom: 8%;
  }
}

.txt_area .submit_form_btn {
  width: 90px;
  height: 33px;
  font-family: Montserrat;
  font-size: 13px;
  text-align: center;
  line-height: 18px;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#12274b), to(#333333));
  background: linear-gradient(#12274b, #333333);
  border: 1px solid rgba(64, 64, 64, 0);
  border-radius: 15px;
  margin-top: 19px;
}

.txt_area .submit_form_btn:hover {
  color: #ffffff;
}

.txtarea label {
  height: 21px;
  font-family: Montserrat;
  font-size: 13px;
  color: #999999;
  font-weight: 300;
}

.conditions span {
  font-family: Montserrat;
  font-size: 12px;
  line-height: 24px;
  color: #7a7a7a;
  padding-right: 40px;
  margin-left: 10px;
}

.join_terms .terms-link {
  color: #12274b;
  font-size: 13px;
}

.join_terms .terms-link:hover {
  color: #000000;
}

.join_terms .terms_txt {
  color: #999999;
  font-size: 13px;
}

/* Member join ends */
/* Change pass */
#changeForm {
  margin: 60px 60px;
}

.changepass_form {
  padding: 55px 60px 70px 60px;
}

.changepass_form p {
  font-family: Montserrat;
  font-size: 13px;
  margin-top: 20px;
  font-weight: bold;
}

.changepass_form hr::after {
  content: "";
  background: #12274b;
  height: 3px;
  display: block;
}

.changepass_form hr {
  margin-bottom: 70px;
  border: 0;
}

.changepass_form h1 {
  font-family: Montserrat;
  font-size: 24px;
  color: #8c271c;
  font-weight: 600;
}

.changepass_form input {
  width: 100%;
  background-color: transparent;
  border-bottom: 2px solid #cccccc !important;
  border: none;
}

.changepass_form label {
  height: 21px;
  font-family: Montserrat;
  font-size: 13px;
  color: #999999;
  font-weight: 600;
}

.changepass_header {
  border-bottom: 2px solid #efefef;
}

.form-border {
  border: 2px solid #efefef;
}

.copyright_footer {
  background: black;
  color: #666666;
}

@media (min-width: 320px) {
  .copyright_footer {
    padding: 20px 0 20px 10px;
  }
}

@media (min-width: 992px) {
  .copyright_footer {
    padding: 20px 0 20px 90px;
  }
}

.copyright_footer a {
  color: #666666;
}

.copyright_footer a:hover {
  color: white;
}

/* Change pass ends */
/* Popup css classes */
.popup_common {
  font-family: Montserrat;
}

.popup_common input {
  background-color: transparent;
  border-bottom: 2px solid #cccccc !important;
  border: none;
  width: 100%;
}

.popup_common input::-webkit-input-placeholder {
  color: #cccccc;
  font-weight: 200;
}

.popup_common input:-ms-input-placeholder {
  color: #cccccc;
  font-weight: 200;
}

.popup_common input::-ms-input-placeholder {
  color: #cccccc;
  font-weight: 200;
}

.popup_common input::placeholder {
  color: #cccccc;
  font-weight: 200;
}

.popup_common h1 {
  font-size: 24px;
  color: #12274b;
  font-weight: bold;
  margin-bottom: 30px;
}

.popup_common p {
  font-size: 13px;
  color: #999999;
  margin-top: 20px;
  font-size: 13px;
  color: #999999;
  margin-top: 20px;
}

.popup_common label {
  height: 24px;
  margin-top: 10px;
  font-size: 15px;
  color: #999999;
}

.popup_common .btn {
  font-size: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#12274B), to(#333333));
  background: linear-gradient(#12274B, #333333);
  color: #808080;
  font-weight: 500;
  margin-top: 20px;
  padding: 6px 26px 6px 26px;
  border-radius: 15px;
  line-height: 20px;
}

.popup_common .start_date {
  border-right: none;
  border-left: none;
  border-top: none;
  border-bottom: 2px solid #cccccc;
  width: 100%;
}

.popup_common .start_date:invalid {
  color: #808080;
}

.popup_common .custom_select {
  border-right: none;
  border-left: none;
  border-top: none;
  border-bottom: 2px solid #cccccc;
  width: 100%;
}

.popup_common .chk_box {
  padding-left: 50px;
  padding-top: 15px;
  margin-bottom: 0;
}

.popup_common .chk_box label {
  height: 21px;
  font-family: Montserrat;
  font-size: 13px;
  color: #999999;
  font-weight: 300;
}

.popup_common .form_chk_box [type="radio"] {
  width: unset;
}

.error {
  color: #fc361d;
  font-size: 12px;
}

.modal-content .custom_modal_padding {
  padding: 0 50px 30px 50px;
}

.custom_close {
  color: #a5a4a4;
}

/* Popup common ends */
/* Member profile */
.profile_card {
  color: white;
  background: #c51263;
}

.profile_card .profile_alert_txt {
  margin-left: 10px;
  text-decoration: underline;
}

.profile_card .profile_img {
  width: 100px;
  height: 100px;
}

.profile_card .dropdown-menu {
  font-family: Montserrat;
  font-size: 13px;
}

.profile_card .fa-camera {
  cursor: pointer;
}

.profile_card .main_title {
  font-family: Montserrat;
  font-size: 17px;
  font-weight: bold;
}

.accept_deny_block {
  padding-top: 12px;
}

.accept_deny_block .outline_btn {
  color: #12274b;
  border-color: #12274b;
  width: 90px;
  height: 30px;
}

.accept_deny_block .raised_btn {
  color: white;
  background: #12274b;
  width: 90px;
  height: 30px;
}

.accept_deny_block .raised_btn:hover {
  color: white;
}

.accept_deny_block .outline_btn_remove {
  color: #12274b;
  border-color: #12274b;
  width: 30%;
  height: 30px;
}

#profile_tabs {
  border: 1px solid #efefef;
  padding-top: 12px;
  padding-left: 12px;
}

#profile_tabs .nav-link {
  color: #808080;
  border: 0;
}

#profile_tabs .nav-link:active {
  color: #212529;
}

#profile_tabs li .active {
  border-bottom: 0.214rem solid #12274b;
  background-color: transparent;
  color: #12274b;
}

#profile_tabs li a {
  padding-left: 0;
  padding-right: 0;
  margin-right: 30px;
}

.profile_subcards .card {
  margin-top: 15px;
}

.profile_subcards .card_title {
  color: #7c8d93;
  padding-bottom: 5px;
}

.profile_subcards .more_txt {
  color: #b3b0b0;
}

.profile_subcards p {
  color: darkslategrey;
}

.profile_subcards .fa {
  color: #7c8d93;
}

.profile_subcards .sub_title {
  color: #12274b;
  font-weight: bold;
}

.profile_subcards a {
  color: #7ca1cb;
}

.profile_subcards .accom_txt {
  color: #12274b;
  font-weight: bold;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.profile_conn .list-group-item {
  padding-left: 45px;
}

.profile_conn .profile_img {
  height: 45px;
  width: 45px;
  border-radius: 50%;
}

.profile_conn .card-header {
  background: white;
  font-weight: bold;
  font-size: 20px;
  color: black;
  border-bottom: 3px solid #efefef;
}

.profile_conn .title_txt {
  color: #12274b;
  font-weight: bold;
  font-size: 14px;
}

.profile_conn .more_txt {
  color: #12274b;
  font-size: 15px;
  background: white;
}

.scroll_user .modal-dialog {
  overflow-y: initial;
}

.scroll_user .modal-body {
  height: 30rem;
  overflow-y: auto;
}

/* Member profile ends */
/* Member sub payment */
.member_sub_payment {
  border: 2px solid #efefef;
}

.member_sub_payment h1 {
  font-family: Montserrat;
  font-size: 25px;
  color: #12274b;
  margin-top: 60px;
  margin-bottom: 30px;
  font-weight: 900;
  text-align: center;
}

.member_sub_payment .member_card_txt {
  color: #93001a;
}

.member_sub_payment .join_img {
  background: url("../css/bg_image/pic_handshake.png") no-repeat;
  background-size: cover;
  padding-bottom: 60px;
  font-family: Montserrat;
}

.member_sub_payment .membership_margin {
  margin-top: 40px;
  margin-bottom: 20px;
}

.member_sub_payment .price_margin {
  margin-bottom: 0px;
  margin-top: 25px;
  color: #93001a;
}

.member_sub_payment .coupon {
  margin-top: 30px;
}

.member_sub_payment .apply_change {
  margin-left: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 900;
}

.member_sub_payment .total_cost {
  margin-top: 15px;
  color: #93001a;
}

.member_sub_payment .total {
  margin-top: 15px;
  color: #93001a;
  font-weight: 700;
}

.member_sub_payment .member_subtxt {
  color: #b3b0b0;
}

.member_sub_payment .member_gold {
  color: #12274b;
  font-weight: 900;
}

.member_sub_payment .payment_margin {
  margin-left: 6%;
  margin-right: 6%;
  padding-bottom: 30px;
}

.member_sub_payment .btn {
  color: white;
  background: #12274b;
  width: 90px;
  height: 30px;
  border-radius: 25px;
}

.member_sub_payment .header_img {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
}

.member_sub_payment .header_img .head_txt {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 40%;
  color: white;
  width: 60%;
}

/* Member sub payment */
/*Error Popups*/
.error_popups span {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}

.error_popups .outline_btn {
  color: #12274b;
  border-color: #12274b;
  width: 90px;
  height: 30px;
  font-weight: 700;
}

.error_popups .raised_btn {
  color: white;
  background: #12274b;
  width: 90px;
  height: 30px;
}

.error_popups .error_btn {
  padding-left: 216px;
  padding-top: 35px;
}

.close_error_btn i {
  color: #808080;
}

.error_modal_padding {
  padding: 0 10px 30px 10px;
}

/*Error Popups*/
/* Settings */
.settings_tab .form-control {
  font-size: 14px;
}

.settings_tab .disabled_btn {
  background-color: #cccccc;
  color: #808080;
  font-weight: 500;
  width: 100px;
  height: 30px;
}

.settings_tab .raised_btn {
  color: white;
  background: #12274b;
  width: 90px;
  height: 30px;
}

.settings_tab #changePass_verify input {
  width: 40%;
}

.settings_tab #vertical_tabs {
  background-color: white;
}

.settings_tab #vertical_tabs .active {
  color: #12274b;
  border-left: 5px solid #12274b;
  background-color: white;
  font-weight: bold;
}

.settings_tab #vertical_tabs .nav-link {
  color: #12274b;
}

.settings_tab .toggle_block .btn-primary {
  background-color: black;
  border-color: black;
  font-size: 14px;
}

.settings_tab .toggle_block .toggle.ios,
.settings_tab .toggle_block .toggle-on.ios,
.settings_tab .toggle_block .toggle-off.ios {
  border-radius: 20px;
  font-size: 14px;
}

.settings_tab .toggle_block .toggle-on.btn {
  padding-right: 20px;
  font-size: 14px;
}

.settings_tab .toggle_block .toggle-off.btn {
  padding-right: 7px;
  font-size: 14px;
}

.settings_tab .toggle_block .toggle.ios .toggle-handle {
  border-radius: 90px;
  width: 40px;
}

.settings_tab .enabled_txt {
  color: #35c883;
}

/* End settings */
/* groups member page */
#group_tabs {
  border: 1px solid #efefef;
  padding-top: 12px;
  padding-left: 12px;
}

#group_tabs .nav-link {
  color: #808080;
  border: 0;
}

#group_tabs li .active {
  border-bottom: 0.214rem solid #12274b;
  background-color: transparent;
  color: #12274b;
}

#group_tabs li a {
  padding-left: 0;
  padding-right: 0;
  margin-right: 30px;
}

.group_fun .list-group-item {
  padding-left: 45px;
}

.group_fun .profile_img {
  height: 45px;
  width: 45px;
}

.group_fun .card-header {
  background: white;
  font-size: 13px;
  color: #808080;
  border-bottom: 3px solid #efefef;
}

.group_fun .card-header:hover {
  color: #000;
}

.group_fun .title_txt {
  color: #12274b;
  font-weight: bold;
  font-size: 14px;
}

.group_fun .font_color {
  color: #93001A;
}

/* groups member page */
/*membership share post popups */
.membership_popups_card .row {
  margin-bottom: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.membership_popups_card .membership_popups_alert_txt {
  margin-left: 10px;
}

.membership_popups_card .profile_img {
  height: 30px;
  width: 30px;
}

.outline_btn1 .btn {
  color: white;
  background: #999999;
  width: 110px;
  height: 40px;
}

/* membership share post popups*/
/* Project search */
.project_tabs .project_icon {
  color: #676cfb;
}

.project_tabs .project_title {
  font-weight: bold;
  color: black;
}

.project_tabs .project_meta {
  color: #7ca1cb;
}

/* Project search ends  */
/* Add Member */
/* Start of Add member / Group tag styling */
.add_member_popup {
  font-family: Montserrat;
  /* Tag Input */
  /* End of tag input*/
}

.add_member_popup .custom_input {
  background-color: transparent;
  border-bottom: 2px solid #cccccc !important;
  border: none;
  width: 100%;
}

.add_member_popup .custom_input::-webkit-input-placeholder {
  color: #cccccc;
  font-weight: 200;
}

.add_member_popup .custom_input:-ms-input-placeholder {
  color: #cccccc;
  font-weight: 200;
}

.add_member_popup .custom_input::-ms-input-placeholder {
  color: #cccccc;
  font-weight: 200;
}

.add_member_popup .custom_input::placeholder {
  color: #cccccc;
  font-weight: 200;
}

.add_member_popup .ui-widget.ui-widget-content {
  font-family: Montserrat;
  font-size: 14px;
  padding: 5px;
  border: unset;
}

.add_member_popup .ui-menu .ui-menu-item {
  border-bottom: 0.5px solid #cecccc;
  font-family: Montserrat;
  font-size: 14px;
}

.add_member_popup #members_tagsinput {
  border: 1px solid white;
}

.add_member_popup .taginput_wrapper {
  min-height: 100px;
  border: 1px solid #bbbaba;
}

.add_member_popup h1 {
  font-size: 24px;
  color: #12274b;
  font-weight: bold;
  margin-bottom: 30px;
}

.add_member_popup label {
  height: 24px;
  margin-top: 10px;
  font-size: 15px;
  color: #999999;
}

.add_member_popup .btn {
  font-size: 14px;
  background: -webkit-gradient(linear, left top, left bottom, from(#12274B), to(#333333));
  background: linear-gradient(#12274B, #333333);
  color: #808080;
  font-weight: 500;
  margin-top: 20px;
  padding: 6px 26px 6px 26px;
  border-radius: 15px;
  line-height: 20px;
}

.add_member_popup input {
  outline: 0;
}

.add_member_popup * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Montserrat;
  font-size: 14px;
}

.add_member_popup html {
  height: 100%;
  margin: 0;
}

.add_member_popup body {
  min-height: 100%;
  font-family: "Roboto";
  margin: 0;
  background-color: #fafafa;
}

.add_member_popup .container {
  margin: 150px auto;
  max-width: 960px;
}

.add_member_popup label {
  display: block;
  padding: 20px 0 5px 0;
}

.add_member_popup .tagsinput,
.add_member_popup .tagsinput * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.add_member_popup .tagsinput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #556270;
  padding: 5px 5px 0;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
}

.add_member_popup .tagsinput.focus {
  border-color: #ccc;
}

.add_member_popup .tagsinput .tag {
  position: relative;
  background: #cccccc;
  display: block;
  max-width: 100%;
  word-wrap: break-word;
  padding: 5px 30px 5px 11px;
  border-radius: 15px;
  margin: 0 5px 5px 0;
}

.add_member_popup .tagsinput .tag .tag-remove {
  position: absolute;
  background: 0 0;
  display: block;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  color: #ff6b6b;
  line-height: 30px;
  padding: 0;
  border: 0;
}

.add_member_popup .tagsinput .tag .tag-remove:after,
.add_member_popup .tagsinput .tag .tag-remove:before {
  background: #353d46;
  position: absolute;
  display: block;
  width: 13px;
  height: 1px;
  top: 14px;
  left: 10px;
  content: "";
}

.add_member_popup .tagsinput .tag .tag-remove:before {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.add_member_popup .tagsinput .tag .tag-remove:after {
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.add_member_popup .tagsinput div {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.add_member_popup .tagsinput div input {
  background: 0 0;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  padding: 5px;
  border: 0;
  margin: 0 5px 5px 0;
}

.add_member_popup .tagsinput div input.error {
  color: #ff6b6b;
}

.add_member_popup .tagsinput div input::-ms-clear {
  display: none;
}

.add_member_popup .tagsinput div input::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.add_member_popup .tagsinput div input:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.add_member_popup .tagsinput div input::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.add_member_popup .tagsinput div input:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

/* End of Add member */
/* Add Member ends  */
/*# sourceMappingURL=custom.css.map */