/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */
.edit-user-page-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0px;
  min-height: calc (100vh - 70px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.edit-user-page-form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  padding: 20px 40px 0px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}

.edit-user-page-user-avatar-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.edit-user-page-avatar-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.edit-user-page-avatar-container > input {
  display: none;
}

.edit-user-page-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 42px;
  margin: 20px 0px 10px 0px;
}

.edit-user-image {
  width: 100px;
  height: 100px;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
}

.edit-user-avatar-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 42px;
  border: 1px solid;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
  width: 100px;
  height: 100px;
}

.edit-user-image-add-edit-icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
  width: 100px;
  margin: 0px 0px 20px 0px;
}

.edit-user-section-collapse-btn {
  font-size: 1.2rem;
  margin: 0px 20px 0px 0px;
}

.edit-user-section-collapse-btn:hover {
  cursor: pointer;
}

.edit-user-section-content {
  width: 100%;
}

.edit-user-page-editable-fields-container {
}

.edit-user-page-editable-fields-groups-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 30px 0px 10px 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  font-size: 0.85rem;
}

.edit-user-page-editable-user-avatar-section {
  width: 90%;
  font-size: 1.6rem;
  font-weight: 600;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
}

.edit-user-page-editable-user-info-section {
  width: 90%;
  font-size: 1.6rem;
  font-weight: 600;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0px;
}

.edit-user-fields-group {
  padding: 0px !important;
}

.edit-user-page-editable-user-info-section-divider {
  width: 100%;
  height: 2px;
  margin: 20px 0px 10px 0px;
}

.edit-user-page-editable-fields-label {
  font-size: 0.85rem;
  padding-top: 8px;
  font-weight: 500;
  min-width: 100px;
}

.edit-user-page-groups-fields-label {
  font-size: 0.85rem;
  padding-top: 10px;
  font-weight: 500;
  min-width: 100px;
}

.edit-user-page-editable-fields {
  width: 70%;
  font-size: 0.85rem;
  font-weight: 500;
  margin: 0px 10px 0px 0px;
  padding: 12px 8px 0px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  height: 44px;
  border: none;
  border-bottom: 1px solid;
}

.edit-user-page-editable-fields:focus {
  border-bottom: 2px solid;
  font-style: italic;
  outline: 0;
}

.edit-user-page-select-options-container {
  width: 70%;
  height: 44px;
  background-color: transparent;
  font-size: 0.85rem;
  border: none;
  border-bottom: 1px solid;
  font-weight: 500;
  margin: 0px 0px 0px 0px;
  padding: 12px 8px 0px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.edit-user-page-select-options {
}

.edit-user-page-user-groups-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.edit-user-page-checkbox-label-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0px;
}

.edit-user-page-user-groups-label {
  font-size: 0.85rem;
  font-weight: 500;
  margin-left: 10px;
  height: 10px;
}

.edit-user-page-divider {
  background-color: #4d4d4d;
  height: 1.5px;
  width: 100%;
  margin: 20px 0px 20px 0px;
}

.edit-user-page-save-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 20px 0px;
}

.edit-user-page-save-btn {
}

.edit-user-page-save-btn:disabled {
  color: #d6d6d6;
}

.edit-user-page-save-btn:focus {
  outline: 1px solid;
}

/*
===================================================================================================
  Laptop small
===================================================================================================
  */
@media only screen and (max-width: 992px) {
  .edit-user-section-content {
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
  }
  .edit-user-section-content-col {
    width: 90% !important;
  }
}

/*
===================================================================================================
  Mobile
===================================================================================================
  */
@media only screen and (max-width: 768px) {
  /* profile page */

  .profile-page-main {
    margin-top: 20px;
  }

  .profile-page-title {
    width: 95%;
    padding: 0px 0px 10px 0px;
    text-align: center;
  }

  .profile-page-form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #fff;
    width: 100%;
    width: 100%;
    padding: 20px 0px 0px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .profile-page-header {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 0px 0px 0px;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
  }

  .profile-page-avatar-container {
    margin: 0px;
    padding: 0px;
  }

  .profile-page-avatar {
    margin: 0px;
    padding: 0px;
  }

  .profile-page-name-email-container {
    padding: 10px 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 90%;
    border-bottom: 1px solid;
  }

  .profile-page-name {
    font-size: 1.2rem;
  }

  .profile-page-email {
    font-size: 0.85rem;
  }

  .profile-page-user-info-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .profile-page-editable-fields-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px 0px 40px 0px;
    padding: 0px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .profile-page-editable-user-info-section {
    width: 90%;
    font-size: 1.3rem;
    font-weight: 600;
    /* border-bottom: 1px solid; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    margin: 10px 0px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .profile-page-editable-user-info-section-divider {
    width: 85%;
    height: 1.5px;
    margin: 10px 0px;
  }

  .profile-page-editable-fields-label {
    font-size: 1.2rem;
    padding: 0px;
    font-weight: 600;
    margin: 40px 0px 20px 0px;
    width: 100%;
  }

  .profile-page-editable-fields {
    width: 80%;
    text-align: center;
    font-size: 0.85rem;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid;
  }
  /* 
  .profile-page-edit-container {
    width: 20%;
  } */

  .profile-page-divider {
    background-color: #d6d6d6;
    height: 2px;
    width: 95%;
    margin: 20px 0px 10px 0px;
  }

  .profile-page-save-btn-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .profile-page-save-btn {
    width: 90%;
    height: 44px;
    background-color: #00294c;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: ;
    -moz-border-radius: ;
    -ms-border-radius: ;
    -o-border-radius: ;
  }

  .profile-page-save-btn:disabled {
  }

  .profile-page-save-btn:hover {
  }

  .profile-page-save-btn:focus {
  }

  /* edit user page */

  .edit-user-page-main {
    margin-top: 0px;
  }

  .edit-user-page-title {
  }

  .edit-user-page-form-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0px 20px 0px 20px;
  }

  .edit-user-page-user-avatar-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .edit-user-page-editable-user-avatar-section {
    width: 90%;
    font-size: 1.2rem;
    font-weight: 600;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px 0px 10px 0px;
  }

  .edit-user-page-editable-user-info-section {
    width: 90%;
    font-size: 1.25rem;
    font-weight: 600;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    margin: 10px 0px;
  }

  .edit-user-section-content {
    flex-direction: column !important;
  }

  .edit-user-section-content-col {
    width: 100% !important;
  }

  .edit-user-page-editable-fields-container {
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .edit-user-page-editable-fields-groups-container {
    margin: 0px 0px 0px 0px;
    width: 100%;
    flex-direction: column;
  }

  .edit-user-page-editable-user-info-section-divider {
    width: 100%;
    height: 1.5px;
    margin: 10px 0px;
  }

  .edit-user-page-editable-fields-label {
    font-size: 0.85rem;
    padding: 0px;
    font-weight: 600;
    margin: 10px 0px 20px 20px;
    width: 100%;
  }

  .edit-user-page-groups-fields-label {
    margin: 10px 20px 20px 10px;
    font-weight: 600;
    padding: 0px;
  }

  .edit-user-page-editable-fields {
    width: 95%;
    text-align: left;
    padding: 0px 5px;
    margin: 0px;
    border-bottom: 1px solid;
    text-align: left;
  }

  .edit-user-page-select-options-container {
    width: 95%;
    font-weight: 500;
    padding: 0px 5px;
    border-bottom: 1px solid;
  }

  .edit-user-page-select-options {
  }

  .edit-user-page-user-groups-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: 0px 0px 20px 20px;
  }

  .edit-user-page-divider {
    background-color: #d6d6d6;
    height: 2px;
    width: 95%;
    margin: 20px 0px 20px 0px;
  }

  .edit-user-page-save-btn-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0% 5%;
    box-sizing: border-box;
  }

  .edit-user-page-save-btn {
  }
}
