.ets_social_login i {
  padding-bottom: 15px !important;
}

/************** Custom CSS ***************/

/** Google Button - Rafawastaken **/

.ets_solo_social_btn.medium {
  height: auto !important;
}

.activegoogle_new_desginer.google .ets_solo_social_btn {
  padding: 9px !important;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px !important;

  background-color: white !important;
  color: #4889f4 !important;

  border: 1px solid #4889f4;

  transition: all 0.3s ease-in-out !important;
}

.activegoogle_new_desginer.google .ets_solo_social_btn:hover {
  background-color: #4889f4 !important;
  color: white !important;

  transition: all 0.3s ease-in-out !important;
}

.ets_solo_social_btn {
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
}

.google:not(.google_new_desginer) i.svg_gl {
  margin: -8px 6px -8px -8px !important;
  border-radius: 100% !important;
}

.svg_gl {
  background-color: white !important;
  border-radius: 100%;
  justify-self: flex-start;
}

/** Facebook Button - Rafawastaken **/

.activegoogle_new_desginer.facebook .ets_solo_social_btn {
  padding: 9px !important;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px !important;

  background-color: white !important;
  color: #4889f4 !important;

  border: 1px solid #4889f4 !important;

  transition: all 0.3s ease-in-out !important;
}

.activegoogle_new_desginer.facebook .ets_solo_social_btn:hover {
  background-color: #4889f4 !important;
  color: white !important;
  transition: all 0.3s ease-in-out !important;
}

.ets_solo_social_btn.medium.rounded.name > i {
  background-color: white !important;
  border-radius: 100%;
  justify-self: flex-start;
  border-radius: 100% !important;
  margin: -8px 2px -8px -8px !important;
  border-radius: 100% !important;
}

.ets_solo_social_btn i svg {
  width: 18px !important;
  height: auto !important;
  fill: #4889f4 !important;
  vertical-align: middle !important;
}
