@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
div#main-edit-page {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 15px;
  margin-top: 65px;
  /* FORM SECTION */
  /* AUTO-COMPLET COUNTRY FIELD */ }
  div#main-edit-page .lateral-edit-menu {
    width: 25%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column; }
  div#main-edit-page .auth-section-edit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 1px 0px 12px -8px #000;
    background-color: #fff;
    border-radius: 5px;
    margin-right: 20px;
    padding: 15px;
    margin-bottom: 15px; }
    div#main-edit-page .auth-section-edit a.photo-auth-edit {
      width: 70px;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 3px solid #d3d3d3;
      border-radius: 50%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      div#main-edit-page .auth-section-edit a.photo-auth-edit img.photo-inner-menu {
        width: 100%;
        height: 100%;
        border-radius: 50%; }
    div#main-edit-page .auth-section-edit a.desc-auth-section-edit {
      width: 77%;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-direction: column; }
      div#main-edit-page .auth-section-edit a.desc-auth-section-edit p.menu-desc {
        font-size: 13px;
        line-height: 17px;
        margin-top: 5px;
        padding-left: 0;
        color: #505050; }
  div#main-edit-page div.menu-laterel {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    box-shadow: 1px 0px 12px -8px #000;
    background-color: #fff;
    border-radius: 5px;
    margin-right: 20px;
    padding: 15px;
    flex-wrap: wrap; }
    div#main-edit-page div.menu-laterel svg {
      width: 20px;
      height: 20px;
      margin-right: 12px; }
    div#main-edit-page div.menu-laterel .title-menu {
      width: 100%;
      border-bottom: 1px solid #dfdfdf;
      padding-bottom: 10px;
      margin-bottom: 20px;
      font-size: 22px; }
    div#main-edit-page div.menu-laterel a.menu-edit-item {
      width: 100%;
      padding: 8px 15px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap;
      color: #0162a6;
      transition: .5s; }
      div#main-edit-page div.menu-laterel a.menu-edit-item:hover {
        color: #109e31;
        transition: .5s; }
      div#main-edit-page div.menu-laterel a.menu-edit-item svg {
        width: 25px;
        height: 25px;
        margin-right: 5px; }
      div#main-edit-page div.menu-laterel a.menu-edit-item p.menu-desc {
        font-size: 13px;
        line-height: 17px;
        margin-top: 5px;
        padding-left: 24px;
        color: #505050; }
      div#main-edit-page div.menu-laterel a.menu-edit-item.current_active {
        color: #109e31;
        transition: .5s; }
  div#main-edit-page div.Edit-photos {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 1px 0px 12px -8px #000;
    background-color: #fff;
    border-radius: 5px;
    margin-right: 20px;
    margin-bottom: 15px;
    padding: 15px;
    flex-wrap: wrap; }
    div#main-edit-page div.Edit-photos i {
      font-size: 12px;
      margin-right: 8px; }
    div#main-edit-page div.Edit-photos span {
      color: #999999; }
    div#main-edit-page div.Edit-photos a {
      transition: .5s; }
      div#main-edit-page div.Edit-photos a:hover {
        color: #109e31 !important;
        transition: .5s; }
  div#main-edit-page div.content-form-edit {
    width: 73%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    /*
    box-shadow: 1px 0px 12px -8px #000;
    background-color: #fff;
    */
    border-radius: 5px;
    padding: 0px;
    margin-bottom: 73px; }
    div#main-edit-page div.content-form-edit div.head-form-center {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      border-bottom: 1px solid #e1e1e1;
      margin-bottom: 10px;
      /*
      border-bottom: 1px solid #e5e5e5;
      margin-bottom: 10px; 
      */ }
      div#main-edit-page div.content-form-edit div.head-form-center div.icon-head-form {
        width: 80px;
        /* height: 100px; */
        margin-right: 12px; }
        div#main-edit-page div.content-form-edit div.head-form-center div.icon-head-form svg {
          width: 84px;
          height: 72px;
          fill: #003458; }
      div#main-edit-page div.content-form-edit div.head-form-center div.head-desc-form {
        width: 85%; }
        div#main-edit-page div.content-form-edit div.head-form-center div.head-desc-form h1.title-t1 {
          font-weight: 600;
          font-size: 1.1rem; }
        div#main-edit-page div.content-form-edit div.head-form-center div.head-desc-form p.menu-desc {
          font-size: 13px;
          line-height: 17px;
          max-width: 100%;
          margin-top: 5px; }
    div#main-edit-page div.content-form-edit form.form-field-data {
      width: 100%; }
      div#main-edit-page div.content-form-edit form.form-field-data .form-control {
        border-radius: 2px;
        border: 1px solid #d3d3d3;
        font-weight: 500;
        font-size: 16px; }
      div#main-edit-page div.content-form-edit form.form-field-data .form-floating label {
        font-size: 14px;
        font-weight: 400;
        font-family: "Ubuntu";
        color: #717171; }
      div#main-edit-page div.content-form-edit form.form-field-data textarea#floatingAbutUser {
        min-height: 120px;
        font-weight: 400;
        font-size: 15px;
        line-height: 22px; }
      div#main-edit-page div.content-form-edit form.form-field-data .title-section-form-edit {
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        div#main-edit-page div.content-form-edit form.form-field-data .title-section-form-edit svg {
          width: 30px;
          height: 30px;
          margin-right: 5px; }
      div#main-edit-page div.content-form-edit form.form-field-data p.desc-experience-edit {
        font-size: 13px;
        max-width: 100%;
        line-height: 15px;
        margin-top: 4px;
        color: #717171;
        font-weight: 400;
        font-family: "Ubuntu"; }
      div#main-edit-page div.content-form-edit form.form-field-data div.content-fields {
        width: 100%; }
        div#main-edit-page div.content-form-edit form.form-field-data div.content-fields .row {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: flex-start; }
      div#main-edit-page div.content-form-edit form.form-field-data div.footer-form {
        padding: 25px 8px;
        border-top: 1px solid #d5d5d5; }
  div#main-edit-page .bs-example {
    font-family: sans-serif;
    position: relative;
    margin: 100px; }
  div#main-edit-page .typeahead,
  div#main-edit-page .tt-query,
  div#main-edit-page .tt-hint {
    border: 2px solid #CCCCCC;
    border-radius: 8px;
    font-size: 22px;
    /* Set input font size */
    height: 30px;
    line-height: 30px;
    outline: medium none;
    padding: 8px 12px;
    width: 396px; }
  div#main-edit-page .typeahead {
    background-color: #FFFFFF; }
  div#main-edit-page .typeahead:focus {
    border: 2px solid #0097CF; }
  div#main-edit-page .tt-query {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; }
  div#main-edit-page .tt-hint {
    color: #999999; }
  div#main-edit-page .tt-menu {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 12px;
    padding: 8px 0;
    width: 422px; }
  div#main-edit-page .tt-suggestion {
    font-size: 22px;
    /* Set suggestion dropdown font size */
    padding: 3px 20px; }
  div#main-edit-page .tt-suggestion:hover {
    cursor: pointer;
    background-color: #0097CF;
    color: #FFFFFF; }
  div#main-edit-page .tt-suggestion p {
    margin: 0; }

.content-forms-and-infos .form-instructions {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .content-forms-and-infos .form-instructions .photo-description {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    min-height: 355px; }
    .content-forms-and-infos .form-instructions .photo-description h2 {
      width: 100%;
      font-weight: 600;
      font-size: 1.0rem;
      margin-bottom: 15px;
      margin-top: 10px;
      color: #505050; }
    .content-forms-and-infos .form-instructions .photo-description p {
      font-size: 13px;
      line-height: 17px;
      max-width: 100%;
      margin-bottom: 15px;
      color: #777; }

.avatar-upload {
  position: relative;
  max-width: 255px;
  margin: 50px auto; }
  .avatar-upload .avatar-edit {
    position: absolute;
    right: 165px;
    z-index: 1;
    bottom: -35px; }
    .avatar-upload .avatar-edit input {
      display: none; }
      .avatar-upload .avatar-edit input + label {
        display: flex;
        width: 115px;
        height: 40px;
        margin-bottom: -6px;
        margin-right: -90px;
        border-radius: 2px;
        background: #FFFFFF;
        /* border: 2px solid #0162a6; */
        border: 2px solid #109e31;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0);
        justify-content: center;
        align-items: center;
        cursor: pointer;
        font-weight: normal;
        padding-left: 15px;
        transition: .5s; }
        .avatar-upload .avatar-edit input + label:hover {
          background: #f1f1f1;
          border-color: #0162a6;
          transition: .5s; }
          .avatar-upload .avatar-edit input + label:hover:after {
            color: #0162a6;
            transition: .5s; }
        .avatar-upload .avatar-edit input + label:after {
          content: "\f030";
          font-family: 'FontAwesome';
          position: absolute;
          color: #109e31;
          top: 12px;
          left: 14px;
          right: 0;
          text-align: center;
          margin: auto;
          transition: .5s; }
  .avatar-upload .avatar-preview {
    width: 255px;
    height: 255px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #d5d5d5;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1); }
    .avatar-upload .avatar-preview > div {
      width: 100%;
      height: 100%;
      border-radius: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }

.avatar-upload-cover {
  position: relative;
  max-width: 100%;
  margin: 0px 0px; }
  .avatar-upload-cover .avatar-edit {
    position: absolute;
    right: 115px;
    z-index: 1;
    top: 24px; }
    .avatar-upload-cover .avatar-edit input {
      display: none; }
      .avatar-upload-cover .avatar-edit input + label {
        display: flex;
        width: 100px;
        height: 34px;
        margin-bottom: 0;
        margin-right: -90px;
        border-radius: 5px;
        background: #FFFFFF;
        border: 2px solid #0162a6;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
        justify-content: center;
        align-items: center;
        cursor: pointer;
        font-weight: normal;
        transition: .5s; }
        .avatar-upload-cover .avatar-edit input + label:hover {
          background: #f1f1f1;
          border-color: #109e31;
          transition: .5s; }
          .avatar-upload-cover .avatar-edit input + label:hover:after {
            color: #109e31;
            transition: .5s; }
        .avatar-upload-cover .avatar-edit input + label:after {
          content: "\f040";
          font-family: 'FontAwesome';
          color: #0162a6;
          position: absolute;
          top: 10px;
          left: 8px;
          right: 0;
          text-align: center;
          margin: auto;
          transition: .5s; }
  .avatar-upload-cover .avatar-preview {
    width: 100%;
    height: 30vw;
    min-height: 350px;
    position: relative;
    border-radius: 1px;
    border: 0px solid #d5d5d5;
    box-shadow: 0px 1px 8px -4px black; }
    .avatar-upload-cover .avatar-preview > div {
      width: 100%;
      height: 100%;
      border-radius: 1px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }

b {
  font-weight: 800 !important;
  font-family: "Ubuntu"; }

/*# sourceMappingURL=edit-page.css.map */
