.alliance-square-btn {
  width: 42px;
  height: 42px;
  padding: unset !important;
}

.alliance-outline-btn {
  display: flex;
  height: 42px;
  padding: 11px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid #d3d3d3;
  color: #333;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.alliance-blue-btn {
  display: flex;
  height: 42px;
  padding: 11px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: #51a1c8;
  border: 0px;
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: background-color 0.2s ease;
}

.alliance-blue-btn:hover {
  background: #4089ac;
  color: #fff;
  cursor: pointer;
}

.alliance-btn {
  display: flex;
  height: 42px;
  padding: 11px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 6px;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
