body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  background-color: #F9F9F9 !important;
}

.link-custom-hover {
  color: #000000 !important;
}
.link-custom-hover:hover {
  color: #000000 !important;
  text-decoration: underline !important;
}

.ssbc-button--facebook {
  background-color: transparent !important;
}
.ssbc-button--facebook .ssbc-button__icon {
  fill: #3b5998 !important;
}

.ssbc-button--twitter {
  background-color: transparent !important;
}
.ssbc-button--twitter .ssbc-button__icon {
  fill: #55acee !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.modal-edit {
  background-color: #313141;
}
.modal-edit .modal-header {
  background-color: #313141;
  border-bottom: 1px solid #444455;
}/*# sourceMappingURL=global.css.map */