@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v3-latin-regular.eot');
  src: local(''),
    url('../fonts/inter-v3-latin-regular.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/inter-v3-latin-regular.woff2') format('woff2'),
    url('../fonts/inter-v3-latin-regular.woff') format('woff'),
    url('../fonts/inter-v3-latin-regular.ttf') format('truetype'),
    url('../fonts/inter-v3-latin-regular.svg#Inter') format('svg');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/inter-v3-latin-500.eot');
  src: local(''),
    url('../fonts/inter-v3-latin-500.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/inter-v3-latin-500.woff2') format('woff2'),
    url('../fonts/inter-v3-latin-500.woff') format('woff'),
    url('../fonts/inter-v3-latin-500.ttf') format('truetype'),
    url('../fonts/inter-v3-latin-500.svg#Inter') format('svg');
}


.layout {
  min-height: calc(100vh - 117px);
}

html {
  background-color: #fdf8f0;
}

body, button, input, optgroup, select, textarea {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
}
.layout {
  background-color: #fff;
}
.filters {
  position: sticky;
  top: 2em;
}

.is-full-width {
  width: 100%;
}

.is-full-height {
  height: 100%;
}

.navbar-item img {
  max-height: 4.75rem;
}

.has-border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.has-border-top {
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.field .label {
  font-size: 1em;
}

.input {
  box-shadow: none;
  backdrop-filter: blur(50px);
  background-color: rgba(0, 0, 0, .05);
  border: none;
  border-radius: 4px;
}

.input:active, .input:focus {
  border: none;
  box-shadow: none;
}

p {
  color: #eee !important;
}

.menu {
  position: fixed;
  display: inline-block;
  min-width: 15rem;
  font-size: 1rem;
  background-color: rgb(24, 24, 24);
  height: 100vh;
  z-index: 1;
}

.menu * {
  font-family: Inter;
  color: #fff;
}

.menu-list {
  line-height: 1.25;
}

.menu-list a {
  transition: 300ms;
  border-left: .25em solid transparent !important;
  border-radius: 0;
  display: block;
  padding: .5rem 0 .5rem 1em;
  color: rgb(153, 153, 153);
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1px;
}

.menu-list a:hover {
  border-left: .25em solid #73dee4 !important;
  background-color: #000 !important;
  color: #73dee4;
}

.menu-list a.is-active {
  font-weight: 500 !important;
  background-color: #000 !important;
  border-left: .25em solid #73dee4 !important;
  color: #73dee4;
}

.footer {
  background-color: #eee;
  font-size: 14px;
  padding: 3rem 1.5rem;
}

.card {
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 5px;
  border-radius: 0;
}

.has-box {
  border-radius: .25rem;
  border: 2px solid #e2e8f0;
  background-color: #fff;
  padding: 1.25rem;
}

.input.search {
  padding: 4px 4px 4px 12px;
  border-radius: 2px;
  border: solid 1px #d2d1cc;
  background-color: #fff;
}
.input.search::placeholder {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #a6a49a;
}

.display-grid {
  display: grid !important;
}

.menu-label {
  margin-top: .75rem;
  margin-bottom: .75rem;
  color: #666f81;
  font-size: .75em;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 0 .75rem;
}

.help {
  color: #666f81 !important;
}

.is-strong-border-left {
  border-left: 4px solid #ededed80;
}

.table td, .table th {
  border-width: 0 0 1px !important;
}

.table tbody tr:last-child td, .table tbody tr:last-child th {
  border-bottom-width: 0 !important;
}

.navbar-link.is-active, .navbar-link:hover, a.navbar-item.is-active, a.navbar-item:hover {
  background-color: #e2e2e324;
  color: #fff;
}

.columns:not(:last-child) {
  margin-bottom: calc(2.5rem - .75rem);
}

hr {
  background-color: #ededed80;
  height: 4px;
}

.navbar-link.is-active, .navbar-link:hover, .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, a.navbar-item.is-active, a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover {
  background-color: transparent !important;
  color: #fff !important;
  outline: none;
}

.content {
  margin-left: 13.5rem;
}

.is-error {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, .7);
}

.is-primary, .button.is-primary, .button.is-primary.is-hovered, .button.is-primary:hover {
  background-color: #000;
  color: #fff;
}

.button {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
}

.button.is-focused:not(:active), .button:focus:not(:active) {
  box-shadow: none;
}

.button.is-focused, .button:focus {
  border-color: transparent;
}

.button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:hover,
.button.is-primary.is-outlined.is-focused, .button.is-primary.is-outlined:focus {
  background-color: #fdf8f0;
  border-color: #fdf8f0;
}

.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #fdf8f0;
  color: rgb(77, 74, 54);
  transition: 200ms;
}

@media (max-width: 768px) {
  .menu {
      position: relative;
      height: auto;
  }

  .content {
      margin-left: 0;
  }

  .content .has-flex-items {
      display: block !important;
  }

  .content .has-flex-items > * {
      padding-bottom: 1em;
  }

  .reverse-columns {
      flex-direction: column-reverse;
      display: flex;
  }

  .reverse-columns .is-strong-border-left {
      border-left-width: 0;
      border-bottom: 4px solid #ededed80;
      margin: .75rem .75rem 0 !important;
      padding: 0 0 2rem !important;
  }
}

.content h1 {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}

.subtitle {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #000;
}

.content table thead th {
  font-size: 10px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #a6a49a;
  text-transform: uppercase;
}

.content table td {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #4d4a36;
}

.content table th a {
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #458588;
}

.content table th{
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.4px;
}

.content table td, .content table th {
  padding: 16px;
}

.pagination {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
}

.developers-auth .input {
  border-radius: 2px;
  background-color: #fff;
  border-bottom: 1px solid #a6a49a;
}
.developers-auth .input::placeholder {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #2e585b;
}

.developers-auth .field {
  margin-bottom: 46px;
}

.developers-auth {
  padding: 80px;
  background-color: #fff;
}
