.field-icon {
    float: right;
    margin-left: 78%;
    margin-top: -59px;
    position: relative;
    z-index: 2;
  }
  
  .error p {
    color: #ff0000;
    font-size: 20px;
    font-weight: bold;
    margin: 50px;
  }
  input[type="email"]{
    background-color: transparent !important;
  }
  /* The message box is shown when the user clicks on the password field */
  #validation_message {
    display: none;
    background: #4a4a4a;
    color: #000;
    position: relative;
    padding: 20px;
    margin-top: 10px;
  }
  
  #validation_message p {
    padding: 10px 35px;
    font-size: 18px;
  }
  
  #validation_message h3 {
    color: #ffaa00;
  }
  
  /* Add a green text color and a checkmark when the requirements are right */
  .valid {
    color: #78bf1f;
  }
  
  .valid:before {
    position: relative;
    left: -35px;
    content: "Ã¢Å“â€";
  }
  
  /* Add a red text color and an "x" when the requirements are wrong */
  .invalid {
    color: red;
  }
  
  .invalid:before {
    position: relative;
    left: -35px;
    content: "Ã¢Å“â€“";
  }
  
  .swal-text {
    font-weight: 900;
  }
  
  .swal-footer {
    text-align: center;
    margin-top: 5px;
  }
  
  .swal-button {
    background-color: #3b82da;
  }
  .swal2-confirm {
    background-color: #3b82da !important;
  }
  .swal-button:hover {
    background-color: #3b82da !important;
  }
  
  /* TREE CSS */
  ul.custom-tree,
  ul.custom-tree ul {
    width: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  
  ul.custom-tree li {
    display: block;
    width: auto;
    float: left;
    vertical-align: top;
    padding: 0;
    margin: 0;
    min-width: 100px;
  }
  
  ul.custom-tree ul li {
    background-image: url(/real-estate/assets/images/dot.gif);
    background-repeat: repeat-x;
    background-position: left top;
  }
  
  ul.custom-tree li span {
    display: block;
    width: 90px;
    margin: 0 auto;
    text-align: center;
    white-space: normal;
    letter-spacing: normal;
  }
  
  ul.custom-tree ul li:last-child {
    background-repeat: no-repeat;
    background-size: 50% 1px;
    background-position: left top;
  }
  
  ul.custom-tree ul li:first-child {
    background-repeat: no-repeat;
    background-size: 50% 1px;
    background-position: right top;
  }
  
  ul.tree ul li:first-child:last-child {
    background: none;
  }
  
  ul.custom-tree ul li span {
    background: url(/real-estate/assets/images/dot.gif) no-repeat 50% top;
    background-size: 1px 0.8em;
    padding-top: 1.2em;
  }
  
  ul.custom-tree ul {
    background: url(/real-estate/assets/images/dot.gif) no-repeat 50% top;
    background-size: 1px 0.8em;
    margin-top: 0.2ex;
    padding-top: 0.8em;
  }
  
  ul.custom-tree {
    width: 1024px;
    margin-top: 30px;
  }
  
  ul.custom-tree a {
    color: #4b4b4b;
  }
  
  ul.custom-tree div {
    padding: 3px;
    border-radius: 3px;
    overflow: hidden;
  }
  
  .custom-tree li span a {
    cursor: pointer;
    text-decoration: none;
    color: #000 !important;
  }
  
  .custom-tree li span a img {
    width: 75%;
    border-radius: 100%;
  }
  /* / TREE CSS */