#home-icon {
  text-align: center;
  height: 50px;
  width: 50px;
  padding: 13px 9px;
  display: inline-block;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 200px;
  color: var(--fulcro-blue-9);
  background-color: white;
  font-size: 26px;
}

#icon-text {
  text-transform: uppercase;
  color: var(--fulcro-blue-9) !important;
  text-align: center;
  /* font-weight: bold; */
  /* font-size: 24px; */
  font-size: 12px;
}

#home-form {
  padding: 1em 0;
}

#home-form2 {
  padding-top: 2em;
  padding-bottom: 2em;
}

#home-icon:hover {
  background-color: var(--fulcro-blue-9);
  color: white;
  /* border: 1px solid #eb9601; */
}

.home-box-wrapper .box-body {
  height: 120px;
}

.home-icon-wrapper {
  margin-top: 10px;
}

.home-select select#department,
.home-select#tenant {
  /* background: transparent; */
  text-align: center;
  text-align-last: center;
  cursor: pointer;
  /* font-size: 15px; */
  border-radius: 6px !important;
  border: 1px solid #ccc !important;
}
