* {
  font-family: "GilroyR";
}

.button {
  border: none;
  height: 40px;
  padding: 0 15px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "GilroyB";
}

.primary {
  color: #ffffff;
  background-color: #003cc1;
}

.secondary {
  color: #515158;
  background-color: #ffffff;
  border: 1px solid #c4c4cf;
}

.danger {
  color: #ffffff;
  background-color: #ff424e;
}

.success {
  color: #ffffff;
  background-color: #87d068;
}

.dashed {
  color: #515158;
  background-color: #ffffff;
  border: 1px dashed #c4c4cf;
}

.link {
  color: #003cc1;
  height: auto;
  padding: 4px;
  box-shadow: none;
  font-size: 14px;
  font-family: "GilroyB";
}

.icon {
  margin-left: 8px;
}

.primary__disabled {
  cursor: not-allowed;
  color: #ffffff;
  background-color: rgba(0, 60, 193, 0.5);
}

.secondary__disabled {
  cursor: not-allowed;
  color: #515158;
  background-color: #c4c4cf;
}

.dashed__disabled {
  cursor: not-allowed;
  color: #515158;
  background-color: #c4c4cf;
}

.danger__disabled {
  cursor: not-allowed;
  color: #ffffff;
  background-color: rgba(255, 66, 78, 0.5);
}

.success__disabled {
  cursor: not-allowed;
  color: #ffffff;
  background-color: rgba(135, 208, 104, 0.5);
}

.link__disabled {
  color: #515158;
  box-shadow: none;
}
