.custom-modal-content-container
{
  .up-header
  {
    font-size: 30px;
  }
  .sub-header
  {
    font-size: 20px;
  }

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

  input.has-visited.ng-invalid:not(.has-focus) {
    border: 1px solid #800000;
    background: #DBBFBF;
  }

  .btn-change-image
  {
    border-radius: 0;
  }

  img.social-avatar
  {
    height: 50px;
    width: auto;
    border-radius: 7px;
    border: 2px solid $base-color-light;
    background-color: $base-color-light;
    cursor: pointer;
  }

  .ext-image-option {
    padding-top: 10px;
  }

}