/* line 1, vendor/assets/lib/snackbar/src/sass/snackbar.sass */
.snackbar-container {
  transition: all 500ms ease;
  transition-property: top, right, bottom, left, opacity;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  min-height: 14px;
  background-color: #070b0e;
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  line-height: 22px;
  padding: 18px 24px;
  bottom: -100px;
  top: -100px;
  opacity: 0;
  z-index: 9999;
}

/* line 20, vendor/assets/lib/snackbar/src/sass/snackbar.sass */
.snackbar-container .action {
  background: inherit;
  display: inline-block;
  border: none;
  font-size: inherit;
  text-transform: uppercase;
  color: #4caf50;
  margin: 0 0 0 24px;
  padding: 0;
  min-width: min-content;
  cursor: pointer;
}

@media (min-width: 640px) {
  /* line 33, vendor/assets/lib/snackbar/src/sass/snackbar.sass */
  .snackbar-container {
    min-width: 288px;
    max-width: 568px;
    display: inline-flex;
    border-radius: 2px;
    margin: 24px;
  }
}

@media (max-width: 640px) {
  /* line 41, vendor/assets/lib/snackbar/src/sass/snackbar.sass */
  .snackbar-container {
    left: 0;
    right: 0;
    width: 100%;
  }
}

/* line 47, vendor/assets/lib/snackbar/src/sass/snackbar.sass */
.snackbar-pos.bottom-center {
  top: auto !important;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

/* line 53, vendor/assets/lib/snackbar/src/sass/snackbar.sass */
.snackbar-pos.bottom-left {
  top: auto !important;
  bottom: 0;
  left: 0;
}

/* line 58, vendor/assets/lib/snackbar/src/sass/snackbar.sass */
.snackbar-pos.bottom-right {
  top: auto !important;
  bottom: 0;
  right: 0;
}

/* line 63, vendor/assets/lib/snackbar/src/sass/snackbar.sass */
.snackbar-pos.top-left {
  bottom: auto !important;
  top: 0;
  left: 0;
}

/* line 68, vendor/assets/lib/snackbar/src/sass/snackbar.sass */
.snackbar-pos.top-center {
  bottom: auto !important;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

/* line 74, vendor/assets/lib/snackbar/src/sass/snackbar.sass */
.snackbar-pos.top-right {
  bottom: auto !important;
  top: 0;
  right: 0;
}

@media (max-width: 640px) {
  /* line 81, vendor/assets/lib/snackbar/src/sass/snackbar.sass */
  .snackbar-pos.bottom-center, .snackbar-pos.top-center {
    left: 0;
    transform: none;
  }
}

/* line 1, app/assets/stylesheets/application/components/profile/_cards.scss */
.card {
  /*
  &__title {
    @include to(3) {
      font-weight: 500;
    }
  }
  */
  /*
  &__item-text {
    @include to(2) {
      text-align: center;
    }
  }
  */
}

/* line 2, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__header, .card__header-sidebar {
  align-items: center;
  border-bottom: 1px solid #cde7ff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px 30px;
  position: relative;
  width: 100%;
  word-break: break-word;
}

/* line 14, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__body {
  word-break: break-word;
  padding: 0 25px 15px 30px;
}

/* line 19, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__header-sidebar {
  border: none;
  padding-bottom: 10px;
  padding-top: 10px;
}

/* line 25, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__header-sidebar:first-child {
  padding-top: 20px;
  padding-bottom: 10px;
}

/* line 30, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__header-sidebar:last-child {
  padding-bottom: 20px;
  padding-top: 10px;
}

/* line 35, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__header-sidebar .ion {
  font-size: 1em;
}

/* line 48, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__item-label, .card__item-label--rounded {
  border: 1px solid #1779ba;
  border-radius: 5px;
  margin: 5px 10px;
  padding: 10px 15px 10px 15px;
  position: relative;
}

/* line 55, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__item-label .ion, .card__item-label--rounded .ion {
  color: #1779ba;
  font-size: 0.8em;
  margin-left: 10px;
  line-height: 1em;
  cursor: pointer;
}

/* line 64, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__item-label--rounded {
  border-radius: 23px;
  border: none;
  background-color: #1779ba;
  color: #ffffff;
}

/* line 71, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__item-label--rounded .ion {
  color: #1779ba;
  font-size: 0.8em;
  margin-left: 10px;
  line-height: 1em;
  color: #fff;
  cursor: pointer;
}

/* line 81, app/assets/stylesheets/application/components/profile/_cards.scss */
.card a.card__item {
  color: #000000;
}

/* line 85, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  /*
    @include to(4) {
      flex-direction: column;
      justify-content: center;
    }
    */
}

/* line 93, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__item .row {
  width: 100%;
}

/* line 97, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__item:first-child {
  margin-top: 0;
}

/* line 101, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__item:last-child {
  margin-bottom: 0;
}

/* line 112, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__item__details {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* line 120, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__side-image {
  margin-right: 30px;
  width: 100px;
  height: 100px;
  border-radius: 5px;
  overflow: hidden;
  /*
    @include to(4) {
      margin: 0 0 10px 0;
    }
    */
}

/* line 132, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__side-image img {
  object-fit: cover;
}

/* line 145, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__item-title, .card__item-title-sidebar {
  font-size: 18pt;
  font-weight: bolder;
  line-height: 1.8rem;
  /*
    @include to(2) {
      font-size: 1.3em;
      font-weight: bold;
    }

    @include to(2) {
      text-align: center;
    }
    */
}

/* line 162, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__item-title-sidebar {
  font-size: 1.4em;
  line-height: 0.8em;
}

/* line 168, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__item-paragraph {
  line-height: 1em;
  margin-bottom: 0;
  /*
    @include to(2) {
      text-align: center;
    }
    */
}

/* line 179, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__item-paragraph-small {
  font-size: 0.8em;
  margin-bottom: 0;
}

/* line 184, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__item-date {
  text-align: right;
  margin-top: 10px;
  /*
    @include to(2) {
      text-align: center;
    }
    */
}

/* line 195, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__item-buttons {
  /*
    @include to(2) {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin-top: 15px;
    }
    */
}

/* line 206, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__item-buttons .edit-item, .card__item-buttons .edit {
  padding: 10px;
  background-color: #1779ba;
  border-radius: 50%;
  text-align: right;
  float: right;
}

/* line 213, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__item-buttons .edit-item .ion, .card__item-buttons .edit .ion {
  font-size: 1.2em;
  color: #fff;
}

/* line 217, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__item-buttons .edit-item:hover, .card__item-buttons .edit:hover {
  background-color: #115b8d;
}

/* line 224, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__item__labels {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

/* line 233, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__item-plus-sign i {
  font-size: 2em;
  line-height: 1em;
  margin-left: 10px;
}

/* line 240, app/assets/stylesheets/application/components/profile/_cards.scss */
.card .figcaption--show {
  opacity: 1;
  transform: translateY(0px);
}

/* line 2, app/assets/stylesheets/application/components/profile/_profile.scss */
.profile__user-picture {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
}

/* line 8, app/assets/stylesheets/application/components/profile/_profile.scss */
.profile__profile-strength {
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  width: 100%;
}

/* line 20, app/assets/stylesheets/application/components/profile/_profile.scss */
.profile__strength-level {
  background-color: #1779ba;
  background-image: linear-gradient(90deg, #1779ba 49%, #fff 49%);
  border-radius: 25px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  height: 40px;
  width: 100%;
}

/* line 33, app/assets/stylesheets/application/components/profile/_profile.scss */
.profile .profile-sections {
  margin-top: 15px;
  padding: 0;
  position: relative;
}

/* line 38, app/assets/stylesheets/application/components/profile/_profile.scss */
.profile .profile-sections__add-more {
  align-items: center;
  background-color: #ff6b35;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  width: 100%;
}

/* line 49, app/assets/stylesheets/application/components/profile/_profile.scss */
.profile .profile-sections__add-more span {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1em;
}

/* line 56, app/assets/stylesheets/application/components/profile/_profile.scss */
.profile .profile-sections .sidebar-item {
  cursor: pointer;
  flex-direction: row;
  /*
      @include to(3) {
        flex-direction: row;
        justify-content: space-between;
      }
      */
  /*
      @include at(4) {
        justify-content: center;
      }
      */
}

/* line 73, app/assets/stylesheets/application/components/profile/_profile.scss */
.profile .profile-sections .sidebar-item .card__item-text {
  width: 230px;
  /*
        @include to(3) {
          text-align: left;
        }
        @include at(4) {
          margin: 0 45px;
        }
        */
}

/* line 85, app/assets/stylesheets/application/components/profile/_profile.scss */
.profile .profile-sections .sidebar-item .card__item-title, .profile .profile-sections .sidebar-item .card__item-title-sidebar {
  font-size: 1.2em;
  font-weight: bold;
  /*
        @include to(3) {
          text-align: left;
        }
        */
}

/* line 95, app/assets/stylesheets/application/components/profile/_profile.scss */
.profile .profile-sections .sidebar-item .card__side-image {
  border-radius: 0;
  height: 30px;
  margin-right: 15px;
  width: 30px;
}

/* line 102, app/assets/stylesheets/application/components/profile/_profile.scss */
.profile .profile-sections .sidebar-item .card__side-image {
  border-radius: 0;
  height: 30px;
  margin-right: 15px;
  width: 30px;
}

/* line 3, app/assets/stylesheets/application/components/profile/_modal_profile_main.scss */
.image-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* line 10, app/assets/stylesheets/application/components/profile/_modal_profile_main.scss */
.image-cropper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 17, app/assets/stylesheets/application/components/profile/_modal_profile_main.scss */
.cropit-preview {
  /* You can specify preview size in CSS */
  width: 150px;
  height: 150px;
  margin-left: 20px;
  border-radius: 50%;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #ddd;
}

/* line 26, app/assets/stylesheets/application/components/profile/_modal_profile_main.scss */
.cropit-preview img {
  max-width: none;
}

/* line 31, app/assets/stylesheets/application/components/profile/_modal_profile_main.scss */
.cropit-preview-image-container {
  border-radius: 50%;
  overflow: hidden;
}

/* line 36, app/assets/stylesheets/application/components/profile/_modal_profile_main.scss */
.cropit-image-input {
  visibility: hidden;
}

/* line 40, app/assets/stylesheets/application/components/profile/_modal_profile_main.scss */
.range_input {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 45, app/assets/stylesheets/application/components/profile/_modal_profile_main.scss */
.range_input .icon-small {
  font-size: 1em;
  line-height: 1em;
  margin-top: 3px;
  margin-right: 10px;
  color: #bbb;
}

/* line 53, app/assets/stylesheets/application/components/profile/_modal_profile_main.scss */
.range_input .icon-large {
  font-size: 1.5em;
  line-height: 1em;
  margin-left: 10px;
  color: #bbb;
}

/* line 61, app/assets/stylesheets/application/components/profile/_modal_profile_main.scss */
.uploade_picture_link {
  width: 100%;
  text-align: center;
  line-height: 1em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* line 70, app/assets/stylesheets/application/components/profile/_modal_profile_main.scss */
.uploade_picture_link .ion {
  font-size: 1.5em;
  margin-right: 10px;
}

/* line 1, app/assets/stylesheets/application/components/profile/_cards.scss */
.card {
  /*
  &__title {
    @include to(3) {
      font-weight: 500;
    }
  }
  */
  /*
  &__item-text {
    @include to(2) {
      text-align: center;
    }
  }
  */
}

/* line 2, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__header, .card__header-sidebar {
  align-items: center;
  border-bottom: 1px solid #cde7ff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px 30px;
  position: relative;
  width: 100%;
  word-break: break-word;
}

/* line 14, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__body {
  word-break: break-word;
  padding: 0 25px 15px 30px;
}

/* line 19, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__header-sidebar {
  border: none;
  padding-bottom: 10px;
  padding-top: 10px;
}

/* line 25, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__header-sidebar:first-child {
  padding-top: 20px;
  padding-bottom: 10px;
}

/* line 30, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__header-sidebar:last-child {
  padding-bottom: 20px;
  padding-top: 10px;
}

/* line 35, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__header-sidebar .ion {
  font-size: 1em;
}

/* line 48, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__item-label, .card__item-label--rounded {
  border: 1px solid #1779ba;
  border-radius: 5px;
  margin: 5px 10px;
  padding: 10px 15px 10px 15px;
  position: relative;
}

/* line 55, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__item-label .ion, .card__item-label--rounded .ion {
  color: #1779ba;
  font-size: 0.8em;
  margin-left: 10px;
  line-height: 1em;
  cursor: pointer;
}

/* line 64, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__item-label--rounded {
  border-radius: 23px;
  border: none;
  background-color: #1779ba;
  color: #ffffff;
}

/* line 71, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__item-label--rounded .ion {
  color: #1779ba;
  font-size: 0.8em;
  margin-left: 10px;
  line-height: 1em;
  color: #fff;
  cursor: pointer;
}

/* line 81, app/assets/stylesheets/application/components/profile/_cards.scss */
.card a.card__item {
  color: #000000;
}

/* line 85, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  /*
    @include to(4) {
      flex-direction: column;
      justify-content: center;
    }
    */
}

/* line 93, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__item .row {
  width: 100%;
}

/* line 97, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__item:first-child {
  margin-top: 0;
}

/* line 101, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__item:last-child {
  margin-bottom: 0;
}

/* line 112, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__item__details {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* line 120, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__side-image {
  margin-right: 30px;
  width: 100px;
  height: 100px;
  border-radius: 5px;
  overflow: hidden;
  /*
    @include to(4) {
      margin: 0 0 10px 0;
    }
    */
}

/* line 132, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__side-image img {
  object-fit: cover;
}

/* line 145, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__item-title, .card__item-title-sidebar {
  font-size: 18pt;
  font-weight: bolder;
  line-height: 1.8rem;
  /*
    @include to(2) {
      font-size: 1.3em;
      font-weight: bold;
    }

    @include to(2) {
      text-align: center;
    }
    */
}

/* line 162, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__item-title-sidebar {
  font-size: 1.4em;
  line-height: 0.8em;
}

/* line 168, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__item-paragraph {
  line-height: 1em;
  margin-bottom: 0;
  /*
    @include to(2) {
      text-align: center;
    }
    */
}

/* line 179, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__item-paragraph-small {
  font-size: 0.8em;
  margin-bottom: 0;
}

/* line 184, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__item-date {
  text-align: right;
  margin-top: 10px;
  /*
    @include to(2) {
      text-align: center;
    }
    */
}

/* line 195, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__item-buttons {
  /*
    @include to(2) {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin-top: 15px;
    }
    */
}

/* line 206, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__item-buttons .edit-item, .card__item-buttons .edit {
  padding: 10px;
  background-color: #1779ba;
  border-radius: 50%;
  text-align: right;
  float: right;
}

/* line 213, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__item-buttons .edit-item .ion, .card__item-buttons .edit .ion {
  font-size: 1.2em;
  color: #fff;
}

/* line 217, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__item-buttons .edit-item:hover, .card__item-buttons .edit:hover {
  background-color: #115b8d;
}

/* line 224, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__item__labels {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

/* line 233, app/assets/stylesheets/application/components/profile/_cards.scss */
.card__item-plus-sign i {
  font-size: 2em;
  line-height: 1em;
  margin-left: 10px;
}

/* line 240, app/assets/stylesheets/application/components/profile/_cards.scss */
.card .figcaption--show {
  opacity: 1;
  transform: translateY(0px);
}

/* line 3, app/assets/stylesheets/application/components/_venture_cards.scss */
.venture-card--flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

/* line 8, app/assets/stylesheets/application/components/_venture_cards.scss */
.venture-card--flex .venture-card__picture {
  flex-shrink: 4;
  height: 320px;
  width: 100%;
  border-right: 1px;
  border-style: solid;
  border-color: #e6e6e6;
}

/* line 18, app/assets/stylesheets/application/components/_venture_cards.scss */
.venture-card--flex .venture-card__bottom {
  display: flex;
  flex-direction: column;
  flex-shrink: 3;
  width: 100%;
}

/* line 25, app/assets/stylesheets/application/components/_venture_cards.scss */
.venture-card--flex .venture-card__content {
  height: 180px;
  flex: 1;
}

/* line 30, app/assets/stylesheets/application/components/_venture_cards.scss */
.venture-card--flex .venture-card__title {
  font-size: 1.5rem;
}

/* line 35, app/assets/stylesheets/application/components/_venture_cards.scss */
.venture-card {
  border: none;
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
}

/* line 41, app/assets/stylesheets/application/components/_venture_cards.scss */
.venture-card__picture {
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #ffffff;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

/* line 49, app/assets/stylesheets/application/components/_venture_cards.scss */
.venture-card__picture img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  transition: all 0.2s ease-in-out;
  left: 0;
}

/* line 59, app/assets/stylesheets/application/components/_venture_cards.scss */
.venture-card__picture:hover img {
  transform: scale(1.2) translateY(-35%);
  opacity: 0.7;
}

/* line 67, app/assets/stylesheets/application/components/_venture_cards.scss */
.venture-card__btn-group {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  flex-direction: row;
}

/* line 75, app/assets/stylesheets/application/components/_venture_cards.scss */
.venture-card__btn {
  padding: 5px 10px;
  background-color: #ffffff;
  color: #666666;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  margin: 0 10px;
}

/* line 87, app/assets/stylesheets/application/components/_venture_cards.scss */
.venture-card__btn:first-child {
  margin-left: 0;
}

/* line 91, app/assets/stylesheets/application/components/_venture_cards.scss */
.venture-card__btn:last-child {
  margin-right: 0;
}

/* line 95, app/assets/stylesheets/application/components/_venture_cards.scss */
.venture-card__btn .ion {
  margin-right: 6px;
}

/* line 99, app/assets/stylesheets/application/components/_venture_cards.scss */
.venture-card__btn--edit {
  background-color: #E67E22;
  color: #fff;
}

/* line 102, app/assets/stylesheets/application/components/_venture_cards.scss */
.venture-card__btn--edit:hover {
  background-color: #fff;
  color: #E67E22;
}

/* line 108, app/assets/stylesheets/application/components/_venture_cards.scss */
.venture-card__btn--delete {
  background-color: #A21D21;
  color: #fff;
}

/* line 111, app/assets/stylesheets/application/components/_venture_cards.scss */
.venture-card__btn--delete:hover {
  background-color: #fff;
  color: #A21D21;
}

/* line 118, app/assets/stylesheets/application/components/_venture_cards.scss */
.venture-card__favorite {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  color: #1779ba;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

/* line 133, app/assets/stylesheets/application/components/_venture_cards.scss */
.venture-card__favorite .ion {
  font-size: 1.2em;
  transition: all 0.4s ease-in-out;
}

/* line 138, app/assets/stylesheets/application/components/_venture_cards.scss */
.venture-card__favorite:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

/* line 140, app/assets/stylesheets/application/components/_venture_cards.scss */
.venture-card__favorite:hover .ion {
  transform: scale(1.2);
  color: #0f4d76;
}

/* line 146, app/assets/stylesheets/application/components/_venture_cards.scss */
.venture-card__favorite--active {
  background-color: #1779ba;
}

/* line 149, app/assets/stylesheets/application/components/_venture_cards.scss */
.venture-card__favorite--active svg {
  color: #ffffff;
}

/* line 154, app/assets/stylesheets/application/components/_venture_cards.scss */
.venture-card__favorite--active:hover svg {
  color: #ffffff;
}

/* line 162, app/assets/stylesheets/application/components/_venture_cards.scss */
.venture-card__content {
  padding: 15px 30px;
  height: 170px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

/* line 170, app/assets/stylesheets/application/components/_venture_cards.scss */
.venture-card__content .svg_venture_card {
  right: -20px;
  bottom: -22px;
  position: absolute;
  z-index: 3;
  /*
      @include at(3) {
        right: -67px;
      }

      @include at(1) {
        right: -40px;
      }
      */
}

/* line 188, app/assets/stylesheets/application/components/_venture_cards.scss */
.venture-card__title {
  font-size: 12pt;
  font-weight: bold;
  text-align: left;
  min-height: 52px;
}

/* line 195, app/assets/stylesheets/application/components/_venture_cards.scss */
.venture-card__paragraph {
  font-size: 10pt;
  margin-bottom: 0;
  text-align: left;
  width: 100%;
  word-wrap: break-word;
}

/* line 203, app/assets/stylesheets/application/components/_venture_cards.scss */
.venture-card__connections {
  background-color: #f3f6f9;
  padding: 40px 0 10px 0;
  position: relative;
  width: 100%;
}

/* line 209, app/assets/stylesheets/application/components/_venture_cards.scss */
.venture-card__connections__span {
  font-size: 12px;
  font-weight: bold;
  left: 10px;
  position: absolute;
  top: 5px;
}

/* line 217, app/assets/stylesheets/application/components/_venture_cards.scss */
.venture-card__connections__images {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 10px 10px 20px;
}

/* line 226, app/assets/stylesheets/application/components/_venture_cards.scss */
.venture-card__connections__item {
  height: 60px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  width: 60px;
}

/* line 233, app/assets/stylesheets/application/components/_venture_cards.scss */
.venture-card__connections__item:first-child {
  margin-left: 0;
}

/* line 236, app/assets/stylesheets/application/components/_venture_cards.scss */
.venture-card__connections__item:last-child {
  margin-right: 0;
}

/* line 240, app/assets/stylesheets/application/components/_venture_cards.scss */
.venture-card__connections__item img {
  min-height: 100%;
  max-width: 100%;
  border-radius: 30px;
  overflow: hidden;
}

/* line 247, app/assets/stylesheets/application/components/_venture_cards.scss */
.venture-card__connections__item figcaption {
  background-color: #1779ba;
  border-radius: 4px;
  bottom: -25px;
  color: #fefefe;
  font-size: 0.8rem;
  left: 0;
  min-width: 170px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  text-align: center;
  transform: translateY(-15px);
  transition: all 0.2s ease-in-out;
  visibility: visible;
  width: 100%;
  z-index: 2;
}

/* line 265, app/assets/stylesheets/application/components/_venture_cards.scss */
.venture-card__connections__item figcaption:before {
  border-bottom: 8px solid #1779ba;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: '';
  display: block;
  height: 0;
  left: 25px;
  position: absolute;
  top: -8px;
  width: 0;
}

/* line 280, app/assets/stylesheets/application/components/_venture_cards.scss */
.venture-card__connections .figcaption--show {
  opacity: 1;
  transform: translateY(0px);
}

/* line 6, app/assets/stylesheets/application/notifications.scss */
.notifications__message a,
.top-bar .nav-links li .notifications__message a {
  display: inline-block;
  padding: 0;
}

/* line 11, app/assets/stylesheets/application/notifications.scss */
.notifications__notifications-button,
.top-bar .nav-links li .notifications__notifications-button {
  position: relative;
}

/* line 13, app/assets/stylesheets/application/notifications.scss */
.notifications__notifications-button__link,
.top-bar .nav-links li .notifications__notifications-button__link {
  padding: 0.75rem 0;
}

/* line 16, app/assets/stylesheets/application/notifications.scss */
.notifications__notifications-button__link__icon,
.top-bar .nav-links li .notifications__notifications-button__link__icon {
  margin-right: 0 !important;
  /* Remove me when layout is sane */
}

/* line 22, app/assets/stylesheets/application/notifications.scss */
.notifications__unread-count,
.top-bar .nav-links li .notifications__unread-count {
  position: absolute;
  z-index: 100;
  top: -0.4rem;
  right: -0.35rem;
  min-width: 1rem;
  height: 1rem;
  background-color: #ff0033;
  border-radius: 9999px;
  padding: 0 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 38, app/assets/stylesheets/application/notifications.scss */
.notifications__unread-count-inline,
.top-bar .nav-links li .notifications__unread-count-inline {
  position: static;
}

/* line 42, app/assets/stylesheets/application/notifications.scss */
.notifications__unread-count-mobile-orb,
.top-bar .nav-links li .notifications__unread-count-mobile-orb {
  left: 1.2rem;
  top: 0.1rem;
}

/* line 47, app/assets/stylesheets/application/notifications.scss */
.notifications__unread-count span,
.top-bar .nav-links li .notifications__unread-count span {
  display: inline;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 1;
}

/* line 55, app/assets/stylesheets/application/notifications.scss */
.notifications__modal-arrow,
.top-bar .nav-links li .notifications__modal-arrow {
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.4rem solid #fff;
  position: absolute;
  right: 1.45rem;
  top: -0.4rem;
}

/* line 66, app/assets/stylesheets/application/notifications.scss */
.notifications__modal,
.top-bar .nav-links li .notifications__modal {
  right: -1.35rem !important;
  /* Remove me when layout is sane */
}

/* line 70, app/assets/stylesheets/application/notifications.scss */
.notifications__control-message,
.top-bar .nav-links li .notifications__control-message {
  margin: 1rem;
  font-weight: bold;
}

/* line 75, app/assets/stylesheets/application/notifications.scss */
.notifications__section-title,
.top-bar .nav-links li .notifications__section-title {
  padding: 1rem;
  border-bottom: 1px #cacaca solid;
}

/* line 80, app/assets/stylesheets/application/notifications.scss */
.notifications__modal-section,
.top-bar .nav-links li .notifications__modal-section {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

/* line 85, app/assets/stylesheets/application/notifications.scss */
.notifications__list-full,
.top-bar .nav-links li .notifications__list-full {
  margin: 1rem;
}

/* line 89, app/assets/stylesheets/application/notifications.scss */
.notifications__pagination-container,
.top-bar .nav-links li .notifications__pagination-container {
  margin: 0rem 2rem 2rem 2rem !important;
}

/* line 93, app/assets/stylesheets/application/notifications.scss */
.notifications__container,
.top-bar .nav-links li .notifications__container {
  padding: 0.75rem;
  border-top: 1px #cacaca solid;
  transition: background-color 500ms linear;
}

/* line 99, app/assets/stylesheets/application/notifications.scss */
.notifications__container.unread,
.top-bar .nav-links li .notifications__container.unread {
  background-color: #ffffc8;
}

/* line 103, app/assets/stylesheets/application/notifications.scss */
.notifications__container:first-child,
.top-bar .nav-links li .notifications__container:first-child {
  border-top: 0px;
}

/* line 107, app/assets/stylesheets/application/notifications.scss */
.notifications__wrapper,
.top-bar .nav-links li .notifications__wrapper {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 18rem;
  padding: 0.25rem 0.25rem;
}

/* line 114, app/assets/stylesheets/application/notifications.scss */
.notifications__profile-picture,
.top-bar .nav-links li .notifications__profile-picture {
  display: inline-block;
  vertical-align: middle;
}

/* line 118, app/assets/stylesheets/application/notifications.scss */
.notifications__profile-picture a,
.top-bar .nav-links li .notifications__profile-picture a {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: #000000;
  font-weight: normal;
  line-height: 1.2rem;
}

/* line 125, app/assets/stylesheets/application/notifications.scss */
.notifications__profile-picture a:hover,
.top-bar .nav-links li .notifications__profile-picture a:hover {
  border-bottom: 0;
}

/* line 130, app/assets/stylesheets/application/notifications.scss */
.notifications__profile-picture p,
.top-bar .nav-links li .notifications__profile-picture p {
  margin-bottom: 0.5rem;
}

/* line 135, app/assets/stylesheets/application/notifications.scss */
.notifications__content_wrapper,
.top-bar .nav-links li .notifications__content_wrapper {
  flex: 1;
  display: flex;
}

/* line 140, app/assets/stylesheets/application/notifications.scss */
.notifications__profile-picture,
.top-bar .nav-links li .notifications__profile-picture {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  max-height: 50px;
  max-width: 50px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 1rem;
}

/* line 153, app/assets/stylesheets/application/notifications.scss */
.notifications__time span,
.top-bar .nav-links li .notifications__time span {
  color: #8a8a8a;
  font-size: 0.75em;
  line-height: 1em;
  vertical-align: baseline;
}

/* line 161, app/assets/stylesheets/application/notifications.scss */
.notifications__show-more-container,
.top-bar .nav-links li .notifications__show-more-container {
  border-top: 1px #cacaca solid;
}

/* line 165, app/assets/stylesheets/application/notifications.scss */
.notifications__show-more-button,
.top-bar .nav-links li .notifications__show-more-button {
  padding: 1.5rem;
  font-size: 1rem;
}

/* line 170, app/assets/stylesheets/application/notifications.scss */
.notifications__actions,
.top-bar .nav-links li .notifications__actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: stretch;
  justify-content: start;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 0.5rem 0;
}

/* line 180, app/assets/stylesheets/application/notifications.scss */
.notifications__actions a.btn,
.top-bar .nav-links li .notifications__actions a.btn {
  width: 100%;
  justify-content: center;
}

@media screen and (max-width: 39.9375em) {
  /* line 187, app/assets/stylesheets/application/notifications.scss */
  .notifications .card__header, .notifications .card__header-sidebar,
.top-bar .nav-links li .notifications .card__header {
    padding: 1rem;
    margin-bottom: 0;
  }
  /* line 192, app/assets/stylesheets/application/notifications.scss */
  .notifications__list-full,
.top-bar .nav-links li .notifications__list-full {
    margin: 0;
  }
}

/* line 1, app/assets/stylesheets/application/components/_connection.scss */
.connection {
  width: 30px;
  height: 30px;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
  position: relative;
  background-color: #cacaca;
  text-align: center;
  border-radius: 50%;
}

/* line 13, app/assets/stylesheets/application/components/_connection.scss */
.connection:first-child {
  margin-left: 0;
}

/* line 16, app/assets/stylesheets/application/components/_connection.scss */
.connection:last-child {
  margin-right: 0;
}

/* line 20, app/assets/stylesheets/application/components/_connection.scss */
.connection__level-orb {
  background-color: #516AE2;
  border-radius: 50%;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  margin-left: -0.12rem;
  margin-top: -0.12rem;
  text-align: center;
}

/* line 33, app/assets/stylesheets/application/components/_connection.scss */
.connection__level-orb__number {
  color: #FFF;
  font-size: 8px;
  font-weight: bold;
  line-height: 0.75rem;
  vertical-align: top;
}

/* line 41, app/assets/stylesheets/application/components/_connection.scss */
.connection__level-orb__suffix {
  font-weight: normal;
  font-size: 5px;
  line-height: 0.625rem;
  vertical-align: top;
  letter-spacing: -0.0125rem;
}

/* line 50, app/assets/stylesheets/application/components/_connection.scss */
.connection img {
  min-height: 100%;
  max-width: 100%;
  border-radius: 50%;
  overflow: hidden;
}

/* line 57, app/assets/stylesheets/application/components/_connection.scss */
.connection figcaption {
  background-color: #1779ba;
  border-radius: 4px;
  bottom: -30px;
  color: #fefefe;
  font-size: 0.8rem;
  left: -10px;
  min-width: 170px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  text-align: center;
  transform: translateY(-15px);
  transition: all 0.2s ease-in-out;
  visibility: visible;
  width: 100%;
  z-index: 2;
}

/* line 75, app/assets/stylesheets/application/components/_connection.scss */
.connection figcaption:before {
  border-bottom: 8px solid #1779ba;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: '';
  display: block;
  height: 0;
  left: 25px;
  position: absolute;
  top: -8px;
  width: 0;
}

/* line 89, app/assets/stylesheets/application/components/_connection.scss */
.connection:hover figcaption {
  opacity: 1;
  transform: translateY(0px);
}

/* line 1, app/assets/stylesheets/application/components/_card_connection.scss */
.card-connection {
  height: 60px;
  width: 60px;
  min-width: 60px;
  margin-left: 0.65rem;
  margin-right: 0.65rem;
  position: relative;
}

/* line 10, app/assets/stylesheets/application/components/_card_connection.scss */
.card-connection .connection__level-orb {
  margin-left: 0.12rem;
  margin-top: 0.12rem;
}

/* line 15, app/assets/stylesheets/application/components/_card_connection.scss */
.card-connection__plus {
  width: 60px;
  height: 60px;
  display: inline-block;
  align-items: center;
  vertical-align: middle;
  border-radius: 50%;
  text-align: center;
  background-color: #cacaca;
  color: #000000;
  font-weight: bold;
  font-size: 1rem;
  line-height: 58px;
}

/* line 2, app/assets/stylesheets/application/components/_filters.scss */
.filters a {
  color: #7a7a7a;
}

/* line 4, app/assets/stylesheets/application/components/_filters.scss */
.filters a:hover, .filters a.active {
  font-weight: bold;
  color: #1779ba;
}

/* line 2, app/assets/stylesheets/application/components/_nav.scss */
.title-bar .mobile-nav-logo {
  display: inline-block;
  margin: 8px 10px;
  margin-right: 50%;
  width: 80px;
}

/* line 9, app/assets/stylesheets/application/components/_nav.scss */
.title-bar .mobile-menu-button {
  color: #1779ba;
  display: inline-block;
  margin-top: 8px;
  position: absolute;
  right: 25px;
}

/* line 17, app/assets/stylesheets/application/components/_nav.scss */
.title-bar .menu-icon:after {
  background: #1779ba;
  box-shadow: 0 7px 0 #1779ba, 0 14px 0 #1779ba;
}

@media screen and (max-width: 640px) {
  /* line 27, app/assets/stylesheets/application/components/_nav.scss */
  .mobile-quick-icons .flex.items-center.space-x-2 .flex.flex-col.items-center {
    min-width: 40px;
  }
  /* line 30, app/assets/stylesheets/application/components/_nav.scss */
  .mobile-quick-icons .flex.items-center.space-x-2 .flex.flex-col.items-center svg {
    width: 16px;
    height: 16px;
  }
  /* line 35, app/assets/stylesheets/application/components/_nav.scss */
  .mobile-quick-icons .flex.items-center.space-x-2 .flex.flex-col.items-center span {
    font-size: 10px;
    line-height: 1;
    margin-top: 2px;
  }
}

@media screen and (max-width: 480px) {
  /* line 46, app/assets/stylesheets/application/components/_nav.scss */
  .mobile-quick-icons .flex.items-center.space-x-2 .flex.flex-col.items-center {
    min-width: 35px;
  }
  /* line 49, app/assets/stylesheets/application/components/_nav.scss */
  .mobile-quick-icons .flex.items-center.space-x-2 .flex.flex-col.items-center span {
    font-size: 9px;
  }
}

@media screen and (min-width: 40em) and (max-width: 39.9375em) {
  /* line 57, app/assets/stylesheets/application/components/_nav.scss */
  .top-bar {
    height: 100vh;
  }
}

/* line 62, app/assets/stylesheets/application/components/_nav.scss */
.top-bar .main-logo {
  margin: 10px 0 10px 25px;
  width: 165px;
}

@media screen and (max-width: 39.9375em) {
  /* line 62, app/assets/stylesheets/application/components/_nav.scss */
  .top-bar .main-logo {
    display: none;
  }
}

/* line 71, app/assets/stylesheets/application/components/_nav.scss */
.top-bar .nav-links {
  margin: 5px 25px;
}

@media screen and (max-width: 39.9375em) {
  /* line 71, app/assets/stylesheets/application/components/_nav.scss */
  .top-bar .nav-links {
    padding: 10px 0px;
    margin: 0 25px;
  }
}

/* line 78, app/assets/stylesheets/application/components/_nav.scss */
.top-bar .nav-links .nav-profile-picture {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  object-fit: cover;
}

@media screen and (max-width: 39.9375em) {
  /* line 85, app/assets/stylesheets/application/components/_nav.scss */
  .top-bar .nav-links li {
    text-align: center;
  }
}

@media screen and (max-width: 39.9375em) {
  /* line 90, app/assets/stylesheets/application/components/_nav.scss */
  .top-bar .nav-links li button,
.top-bar .nav-links li a {
    font-weight: bold;
  }
}

/* line 98, app/assets/stylesheets/application/components/_nav.scss */
.top-bar .nav-links li button:hover,
.top-bar .nav-links li a:hover {
  border-bottom: 1px solid #fff;
}

/* line 101, app/assets/stylesheets/application/components/_nav.scss */
.top-bar .nav-links li button.no-bottom-border:hover,
.top-bar .nav-links li a.no-bottom-border:hover {
  border-bottom: none;
}

@media screen and (max-width: 39.9375em) {
  /* line 101, app/assets/stylesheets/application/components/_nav.scss */
  .top-bar .nav-links li button.no-bottom-border:hover,
.top-bar .nav-links li a.no-bottom-border:hover {
    border: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  /* line 98, app/assets/stylesheets/application/components/_nav.scss */
  .top-bar .nav-links li button:hover,
.top-bar .nav-links li a:hover {
    border: 1px solid #fff;
  }
}

/* line 118, app/assets/stylesheets/application/components/_nav.scss */
.nav-dropdown {
  border-radius: 4px;
  border-style: none;
  box-shadow: 2px 2px 8px 4px rgba(18, 11, 26, 0.1);
  z-index: 3;
}

/* line 126, app/assets/stylesheets/application/components/_nav.scss */
.nav-dropdown.notifications {
  width: 25rem;
  max-height: 25rem;
}

/* line 132, app/assets/stylesheets/application/components/_nav.scss */
.mobile-menu-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*

.dropdown .is-dropdown-submenu button {
  padding: 0.7rem 1rem;
}

*/
/* line 2, app/assets/stylesheets/application/components/profile_invitation/profile_invitation.scss */
.profile-invitation__content {
  margin: 30px auto;
  max-width: 1360px;
}

/* line 1, app/assets/stylesheets/application/components/profile_invitation/invite_block.scss */
.invite-block__image, .invite-block__figure {
  height: 100px;
  width: 100px;
}

/* line 6, app/assets/stylesheets/application/components/profile_invitation/invite_block.scss */
.invite-block__company, .invite-block__position {
  line-height: 1rem;
}

/* line 12, app/assets/stylesheets/application/components/profile_invitation/invite_block.scss */
.invite-block__line {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px 30px;
}

/* line 20, app/assets/stylesheets/application/components/profile_invitation/invite_block.scss */
.invite-block__figure {
  border: 4px solid #1779ba;
  border-radius: 50px;
  margin-right: 20px;
  overflow: hidden;
}

/* line 28, app/assets/stylesheets/application/components/profile_invitation/invite_block.scss */
.invite-block__content {
  flex-grow: 2;
}

/* line 32, app/assets/stylesheets/application/components/profile_invitation/invite_block.scss */
.invite-block__name {
  color: #1779ba;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
}

/* line 39, app/assets/stylesheets/application/components/profile_invitation/invite_block.scss */
.invite-block__position {
  margin: 0;
}

/* line 44, app/assets/stylesheets/application/components/profile_invitation/invite_block.scss */
.invite-block__company {
  font-weight: bold;
}

/* line 53, app/assets/stylesheets/application/components/profile_invitation/invite_block.scss */
.invite-block__buttons {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-grow: 1.5;
  justify-content: flex-end;
}

/* line 61, app/assets/stylesheets/application/components/profile_invitation/invite_block.scss */
.invite-block__buttons--ignore, .invite-block__buttons--more-options {
  color: #8a8a8a;
  line-height: 1rem;
  margin: 0 15px 0 0;
}

/* line 72, app/assets/stylesheets/application/components/profile_invitation/invite_block.scss */
.invite-block__buttons--more-options {
  cursor: pointer;
  padding: 15px;
  position: relative;
}

/* line 79, app/assets/stylesheets/application/components/profile_invitation/invite_block.scss */
.invite-block__buttons--more-options.active .invite-block__line-options {
  transform: translateY(0);
  opacity: 1;
}

/* line 86, app/assets/stylesheets/application/components/profile_invitation/invite_block.scss */
.invite-block__line-options {
  background-color: #fefefe;
  border: 1px solid #8a8a8a;
  right: 0;
  opacity: 0;
  padding: 15px;
  position: absolute;
  top: 35px;
  transform: translateY(5px);
  transition: all 0.4s ease-in-out;
}

/* line 1, app/assets/stylesheets/application/components/profile_invitation/connections_add_contacts.scss */
.connections-contacts-block__image, .connections-contacts-block__figure-link {
  height: 35px;
  width: 35px;
}

/* line 6, app/assets/stylesheets/application/components/profile_invitation/connections_add_contacts.scss */
.connections-contacts-block {
  text-align: center;
}

/* line 9, app/assets/stylesheets/application/components/profile_invitation/connections_add_contacts.scss */
.connections-contacts-block__connections-total {
  color: #1779ba;
  font-size: 2.5rem;
  font-weight: lighter;
  text-align: center;
}

/* line 16, app/assets/stylesheets/application/components/profile_invitation/connections_add_contacts.scss */
.connections-contacts-block__subtitle {
  font-size: 1.5rem;
  margin: 2px 0;
}

/* line 21, app/assets/stylesheets/application/components/profile_invitation/connections_add_contacts.scss */
.connections-contacts-block__link {
  font-weight: bolder;
}

/* line 25, app/assets/stylesheets/application/components/profile_invitation/connections_add_contacts.scss */
.connections-contacts-block__figures {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 10px 0;
}

/* line 33, app/assets/stylesheets/application/components/profile_invitation/connections_add_contacts.scss */
.connections-contacts-block__figure-link {
  border: 2px solid #1779ba;
  border-radius: 18px;
  overflow: hidden;
}

/* line 44, app/assets/stylesheets/application/components/profile_invitation/connections_add_contacts.scss */
.connections-contacts-block__invite-title {
  font-size: 1.25rem;
  font-weight: bolder;
}

/* line 49, app/assets/stylesheets/application/components/profile_invitation/connections_add_contacts.scss */
.connections-contacts-block__input-invite {
  border: 1px solid #8a8a8a;
}

/* line 3, app/assets/stylesheets/application/components/profile_invitation/venture_invite_block.scss */
.venture-invites-block__invite-block {
  margin-bottom: 30px;
}

/* line 7, app/assets/stylesheets/application/components/profile_invitation/venture_invite_block.scss */
.venture-invites-block__invite-line {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 14, app/assets/stylesheets/application/components/profile_invitation/venture_invite_block.scss */
.venture-invites-block__buttons {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

/* line 21, app/assets/stylesheets/application/components/profile_invitation/venture_invite_block.scss */
.venture-invites-block__buttons--ignore {
  color: #8a8a8a;
  margin-right: 15px;
}

/* line 26, app/assets/stylesheets/application/components/profile_invitation/venture_invite_block.scss */
.venture-invites-block__buttons--accept {
  margin: 0;
}

/* line 5, app/assets/stylesheets/application/components/venture_page/_top.scss */
.venture-details__top-content {
  background-color: #000000;
}

/* line 8, app/assets/stylesheets/application/components/venture_page/_top.scss */
.venture-details__top-content:before {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, black 100%);
}

/* line 13, app/assets/stylesheets/application/components/venture_page/_top.scss */
.venture-details__content {
  align-items: flex-end;
  bottom: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  left: 50%;
  max-width: 1200px;
  position: absolute;
  transform: translate(-50%, 0);
  width: 100%;
  /*
    @include to(4) {
      align-items: center;
      bottom: 50%;
      flex-direction: column;
      padding: 15px;
      transform: translate(-50%, 50%);
    }
    */
}

/* line 40, app/assets/stylesheets/application/components/venture_page/_top.scss */
.venture-details__logo {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: flex-start;
  max-width: 80%;
  /*
    @include to(4) {
      flex-direction: column;
      width: 100%;
    }
    */
}

/* line 54, app/assets/stylesheets/application/components/venture_page/_top.scss */
.venture-details__logo__container {
  margin-right: 2.2rem;
  overflow: hidden;
  flex-shrink: 0;
  /*
      @include to(4) {
        margin-right: 0;
      }
      */
}

/* line 65, app/assets/stylesheets/application/components/venture_page/_top.scss */
.venture-details__logo__image {
  min-width: 100%;
  border: 5px solid #fefefe;
}

/* line 70, app/assets/stylesheets/application/components/venture_page/_top.scss */
.venture-details__logo__image-div {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 80, app/assets/stylesheets/application/components/venture_page/_top.scss */
.venture-details__name-about {
  color: #fefefe;
  /*
    @include to(4) {
      max-width: 75%;
    }
    */
}

/* line 89, app/assets/stylesheets/application/components/venture_page/_top.scss */
.venture-details__title {
  font-size: 42px;
  font-weight: bold;
  /*
    @include to(5) {
      text-align: center;
    }
    */
}

/* line 99, app/assets/stylesheets/application/components/venture_page/_top.scss */
.venture-details__about {
  font-size: 22px;
  max-width: 700px;
  overflow: hidden;
  text-overflow: ellipsis;
  /*
    @include to(5) {
      text-align: center;
    }
    */
}

/* line 112, app/assets/stylesheets/application/components/venture_page/_top.scss */
.venture-details__top-contact-background {
  display: flex;
  flex-direction: column;
  flex-shrink: 5;
  width: 100%;
  /*
    @include to(5) {
      align-self: center;
      margin-top: 15px;
      max-width: 200px;
    }
    */
}

/* line 127, app/assets/stylesheets/application/components/venture_page/_top.scss */
.venture-details__top-edit-background {
  color: #fefefe;
  text-align: right;
  transition: color 0.25s ease-out;
  /*
    @include to(4) {
      text-align: center;
    }
    */
}

/* line 138, app/assets/stylesheets/application/components/venture_page/_top.scss */
.venture-details__top-edit-background:hover {
  color: rgba(254, 254, 254, 0.6);
}

/* line 143, app/assets/stylesheets/application/components/venture_page/_top.scss */
.venture-details__links {
  background-color: #cacaca;
  display: block;
  width: 100%;
}

/* line 150, app/assets/stylesheets/application/components/venture_page/_top.scss */
.venture-details__links-content {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 80px;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  padding: 15px;
  /*
    @include to(4) {
      flex-direction: column;
      text-align: center;
    }
    */
}

/* line 169, app/assets/stylesheets/application/components/venture_page/_top.scss */
.venture-details__website-link {
  margin: 0;
}

/* line 173, app/assets/stylesheets/application/components/venture_page/_top.scss */
.venture-details__venture-link {
  color: #1779ba;
  /*
    @include to(3) {
      display: none;
    }
    */
}

/* line 182, app/assets/stylesheets/application/components/venture_page/_top.scss */
.venture-details__venture-link .ion {
  margin-right: 10px;
}

/* line 2, app/assets/stylesheets/application/components/venture_page/_edit_button.scss */
.venture-details__edit--transparent i, .venture-details__edit--blue i {
  border-radius: 40px;
  color: #fefefe;
  display: table-cell;
  font-size: 0.8rem !important;
  height: 40px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  vertical-align: middle;
  width: 40px;
}

/* line 15, app/assets/stylesheets/application/components/venture_page/_edit_button.scss */
[data-edit-label] {
  position: relative;
}

/* line 19, app/assets/stylesheets/application/components/venture_page/_edit_button.scss */
[data-edit-label-color='blue']::before {
  color: #1779ba;
}

/* line 23, app/assets/stylesheets/application/components/venture_page/_edit_button.scss */
[data-edit-label-color='white']::before {
  color: #fefefe;
}

/* line 27, app/assets/stylesheets/application/components/venture_page/_edit_button.scss */
[data-edit-label-position='left']::before {
  left: -190px;
}

/* line 31, app/assets/stylesheets/application/components/venture_page/_edit_button.scss */
[data-edit-label-position='right']::before {
  right: -220px;
}

/* line 35, app/assets/stylesheets/application/components/venture_page/_edit_button.scss */
[data-edit-label]::before {
  content: attr(data-edit-label);
  font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif, serif;
  font-size: 0.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* line 48, app/assets/stylesheets/application/components/venture_page/_edit_button.scss */
.venture-details__edit--blue i {
  background-color: #1779ba;
}

/* line 51, app/assets/stylesheets/application/components/venture_page/_edit_button.scss */
.venture-details__edit--blue i:hover {
  background-color: #115b8d;
}

/* line 59, app/assets/stylesheets/application/components/venture_page/_edit_button.scss */
.venture-details__edit--transparent i {
  background-color: rgba(254, 254, 254, 0.6);
}

/* line 62, app/assets/stylesheets/application/components/venture_page/_edit_button.scss */
.venture-details__edit--transparent i:hover {
  background-color: rgba(254, 254, 254, 0.7);
}

/* line 2, app/assets/stylesheets/application/components/venture_page/_inline_text.scss */
.venture-details__inline-text {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  /*
    @include to(4) {
      flex-direction: column;
    }
    */
}

/* line 15, app/assets/stylesheets/application/components/venture_page/_inline_text.scss */
.venture-details__margin-left {
  margin-left: 15px;
}

/* line 19, app/assets/stylesheets/application/components/venture_page/_inline_text.scss */
.venture-details__margin-right {
  margin-right: 15px;
}

/* line 2, app/assets/stylesheets/application/components/venture_page/_component_placeholder.scss */
.venture-details__placeholder:hover {
  background-color: #d9d9d9;
}
