@font-face {
  font-family: "Gilroy-EB";
  src: url("/assets/dev_portal/gilroy_extrabold-c7b0064f.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("/assets/dev_portal/gilroy_regular-3a8cf321.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
.dropdown-content li {
  font-family: "Gilroy";
}

.dropdown-content li > .dropdown_menu_item {
  color: rgba(0, 0, 0, 0.87) !important;
}

.user_info {
  color: rgba(0, 0, 0, 0.38) !important;
  font-size: small !important;
}

nav.subnav {
  margin-top: 35px;
  background-color: #1F1F1F;
}

.brand-logo.title {
  padding-left: 20px;
  font-family: "Gilroy";
  font-size: large;
}

.blank_state_container {
  text-align: center;
  padding-top: 80px;
}

.blank_state {
  max-width: 280px;
  margin: auto;
  margin-bottom: 30px;
}

.oauth_image {
  max-width: 160px;
}

.blank_state_container h5 {
  font-family: "Gilroy-EB";
}

.blank_state_container p {
  max-width: 500px;
  margin: auto;
  margin-bottom: 30px;
}

.list_item_link:link {
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
  text-decoration: none;
}

.list_item_link:visited {
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
  text-decoration: none;
}

.list_item_link:hover {
  color: #26A69A;
  background-color: transparent;
  text-decoration: underline;
}

.list_item_link:active {
  color: #26A69A;
  background-color: transparent;
  text-decoration: underline;
}

.collection-item.avatar {
  background-color: #f2f2f2 !important;
}

.collection {
  border-left: 0px !important;
  border-right: 0px !important;
}

.back_button {
  color: black;
}

.card_rows {
  margin-left: 12px;
}

#toast-container {
  top: auto !important;
  left: auto !important;
  bottom: 40px;
  right: 40px;
}

/* */
