@font-face {
  font-family: 'Young Serif';
  src: url('/assets/YoungSerif-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html {
  max-width: 860px;
  margin: 0 auto;
}

body {
  font-family: "Barlow", "Arial", sans-serif;
  background-color: #eeeeee;
}

h1 {
  font-family: "Young Serif", serif;
  font-weight: normal;
  font-style: normal;
  color: #4b31dd;
  text-align: center;
}

h1 i {
  margin-right: 10px;
}

img {
  border-radius: 50%;
}

.profile-info {
  display: flex;
  align-items: center;
  margin: 20px 0 20px 0;
  color: black;
  text-decoration: none;

}

img#profile-avatar {
  width: 80px;
  height: 80px;
}

#profile-names {
  margin-left: 20px;
}

#profile-names p {
  margin: 0;
}

#profile-name {
  font-size: 24px;
  font-weight: bold;
}

#profile-handle {
  color: gray;
}

.big-number-holder {
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.big-number {
  text-align: center;
  font-weight: bold;
  margin: 0 20px 20px 20px;
  flex-grow: 1;
}

.big-number p {
  margin: 0 auto;
}

.big-number-number {
  font-size: 40px;
}

.big-number-metric {
  font-size: 20px;
}

#content-loading .dash-spinner {
  position: absolute;
  top: 50px;
  left: 50%;
}

.feed-info {
  font-size: 20px;
}

.total-metrics {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 0;
}

.total-metrics p {
  margin-top: 0;
}

.filters{
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  align-items: baseline;
  font-size: 20px;
  color: gray;
}

.DateInput_input {
  font-weight: 400;
  color: gray;
  font-size: 20px;
}

.freq-picker-container {
  display: inline-flex;
  align-items: baseline;
}

.freq-picker-container p {
  margin-right: 20px;
}

#freq-picker {
  min-width: 100px;
}

#freq-picker span {
  color: gray;
}

.feed-post-link {
  text-decoration: none;
}

.feed-post {
  border: 1px light-gray solid;
  border-radius: 10px;
  margin: 30px 0 30px 0;
  padding: 20px;
  background-color: white;
}

.feed-post-header {
  display: inline-flex;
  align-items: center;
}

.feed-post-header p {
  margin: 0 0 -2px 10px;
}

img.feed-post-avatar {
  width: 36px;
  height: 36px;
}

.feed-post-name {
  font-weight: bold;
  font-size: 18px;
  color: black;
}

.feed-post-handle {
  color: gray;
}

.feed-post-text {
  white-space: pre-wrap;
  color: black;
}

.feed-post-footer {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
}

.feed-post-footer {
  display: inline-flex;
  color: black;
}

.feed-post-metrics span {
  padding: 0 50px 0 0;
}

.feed-post-metrics span i {
  margin: 0 10px 0 0;
}

.feed-post-date {
  text-align: right;
  margin: 0;
}
