.event-host-item {
    margin: 15px 0 0 0;
    color: #231F20;
  }

  .event-host-item:hover {
    color: var(--main-theme-color-hover);
  }
  
  .event-host-item img.blank-guest-img {
    border-radius: 50%;
    width: 65px;
    height: 65px;
    object-fit: cover;
  }

  .event-host-item .croppie-result {
    border-radius: 50%;
    position: relative;
    overflow: hidden;
  }

  .event-host-item .croppie-result img {
    position: absolute;
  }

  .form-select {
    padding: 15px 45px 15px 24px;
    font-size: 15px;
    font-weight: 400;
    color: var(--tg-secondary-color);
    vertical-align: middle;
    background: url("../../../assets/images/select_down_arrow.png") no-repeat scroll 97.5% center;
    background-color: transparent;
    border: 1.5px solid var(--tg-secondary-color);
    border-radius: 8px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: .3s ease-in-out;
    width: 100%;
    height: 56px;
    cursor: pointer;
}