/**
* @see https://azmind.com/bootstrap-social-icons/
*/

/******************************************************/
/********************* Icons **************************/

.social-login-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

.azm-social {
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 0;
  transition: all 0.3s;
}
.azm-social:hover,
.azm-social:focus,
.azm-social:active {
  outline: 0;
  opacity: 0.8;
}

.azm-size-32 {
  width: 32px;
  height: 32px;
  margin: 5px;
  padding-top: 8px;
  font-size: 14px;
  line-height: 14px;
}

.azm-size-48 {
  width: 48px;
  height: 48px;
  margin: 8px;
  padding-top: 13px;
  font-size: 21px;
  line-height: 21px;
}

.azm-size-64 {
  width: 64px;
  height: 64px;
  margin: 10px;
  padding-top: 16px;
  font-size: 28px;
  line-height: 28px;
}

.azm-r-square {
  border-radius: 4px;
}

.azm-circle {
  border-radius: 50%;
}

.azm-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 4px;
  width: 100%;
  color: #212529;
  border: 2px solid #E1E4E7;
  padding: 5px 15px;
}

.azm-btn i {
  padding-right: 52px;
  font-size: 21px;
  line-height: 21px;
  vertical-align: top;
  width: 27px;
  height: 21px;
}

.azm-btn i:after {
  content: "";
  position: absolute;
  top: 15%;
  left: 72px;
  width: 1px;
  height: 45%;
  background: #ccc;
  background: rgba(255, 255, 255, 0.3);
}

.azm-border-bottom {
  padding-top: 12px;
  border-bottom: 4px solid rgba(0, 0, 0, 0.1);
}

.azm-pill {
  border-radius: 400px;
}

.azm-gradient {
  position: relative;
  overflow: hidden;
}

.azm-shadow-left {
  position: relative;
  overflow: hidden;
}

.azm-shadow-left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.azm-shadow-bottom {
  position: relative;
  overflow: hidden;
}

.azm-shadow-bottom:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, 0.1);
}
