main {
  padding-top: 1rem;
}

body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 1rem;
}

.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

.btn-transparent {
 background: transparent;
}

.api-key {
  background: transparent;
  border: none;
  cursor: unset;
}

.clean-link {
  color: #FFF;
  text-decoration: none;
}

.clean-link:hover {
   color: #FFF;
   text-decoration: none;
}

.primary-color {
   background-color: #4285f4!important;
}

.white-text {
   color: white;
}

.badge-text-fix {
    white-space: pre-line;
}
.pagination {
  justify-content: center;
}
.pagination-page-info {
  padding: .6em;
  padding-left: 0;
  margin-left: 0;
  font-size: 12px;
}
.pagination-page-info b {
  color: black;
  padding-left: 2px;
  padding: .1em .25em;
  font-size: 125%;
}
a.mb-1 {
  text-decoration: none;
}