.page-subtitle {
  font-size: 12px;
  color: #6e7687;
  padding-left: 10px;
}

.form-text {
  font-size: 90%;
}

.alert {
  margin-top: 20px;
  margin-bottom: 20px;
}

.svg-inline--fa {
  margin-right: 4px;
}

.btn-copy {
  float: right;
  height: 37px;
}

.btn-copy .svg-inline--fa {
  margin: 0;
}

.header {
  padding-bottom: 15px;
  h2 {
    padding-left: 15px;
    small {
      font-size: 18px;
      color: #868686;
    }
  }
  .buttons {
    padding-right: 15px;
  }
}

.page-options {
  .btn {
    margin-left: 10px;
  }
}

pre {
  background: #f5f5f5;
  padding: 5px 10px;
  border-radius: 4px;
}

.give-page {
  padding: 20px 0;
  h2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  form {
    padding-top: 10px;
  }
  form.button_to {
    padding-top: 0;
  }
}

.the_wheel {
  background-image: url("/assets/wheel_back-06e86a9e.png");
  background-position: center;
  background-repeat: no-repeat;
  background-position-y: 15px;
}

#canvas {
  margin-top: 74px;
}

h1.winner, h1.alerttext, h1.username, h1.donated {
  margin-bottom: 0;
  margin-top: 10px;
  font-family: 'Roboto';
  font-weight: bold;
  color: white;
  font-size: 30px;
  text-shadow: rgb(32, 32, 32) 1px 1px 4px;
}

tr.row-UserNotice {
  background: lightyellow !important;
}

ul.mediarequest {
  padding: 0;
  list-style: none;
}

ul.mediarequest li {
  padding: 5px 10px;
}

ul.mediarequest li.playing {
  background-color: lightyellow;
}

.table-won-games {
  h4 {
    margin: 0;
  }
  .row, .code {
    padding: 10px 0;
  }
  .code {
    margin-bottom: 0;
    code {
      font-size: 110%;
      display: block;
      text-align: center;
      padding: 5px 0;
    }
  }
}

.activate_gif {
  width: 1000px;
  margin-left: -50%;
  max-width: initial;
}


.activity-feed {
  padding: 15px;
  list-style: none;

  .feed-item {
    position: relative;
    padding-bottom: 20px;
    padding-left: 30px;
    border-left: 2px solid #e4e8eb;

    &:last-child {
      border-color: transparent;
      padding-bottom: 0;
    }

    &::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: -6px;
      width: 10px;
      height: 10px;
      border-radius: 6px;
      background: #fff;
      border: 1px solid #f37167;
    }

    .date {
      display: block;
      position: relative;
      top: -5px;
      color: #8c96a3;
      text-transform: uppercase;
      font-size: 13px;
    }
    .text {
      position: relative;
      top: -3px;
    }
  }
}


.birthday-day {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}

.birthday-month {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rainbow-progress {
  .progressbg-text {
    font-size: 15px;
    font-weight: bold;
    color: white;
    text-shadow: black 1px 1px 4px;
    padding: 0 2px;
  }
  .rainbow-bar {
    background: linear-gradient(to right, #ef5350, #7e57c2, #2196f3, #26c6da, #43a047, #eeff41, #f9a825, #ff5722);
    font-size: 15px;
    font-weight: bold;
  }
}


@keyframes appear-then-fade {
  0%, 100% {
    opacity:0
  }
  5%, 60% {
    opacity:1
  }
}


.flash {
  position: fixed;
  top: 0;
  right: 22px;
  z-index: 150;

  .alert {
    animation: appear-then-fade 4s both;
  }
}



html,body.sessions.new {
  height: 100%;
}
body.sessions.new {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin h2 {
  margin-bottom: 25px;
}
.form-signin p {
  margin-bottom: 30px;
}





section.changelog {
  small {
    float: right;
    a {
      color: #707070;
    }
  }
  p.more {
    text-align: right;
    a {
      color: #707070;
    }
  }
  h3 {
    border-bottom: 1px solid #ccc;
    font-size: 140%;
    padding-bottom: 6px;
    margin-bottom: 0;
    small {
      font-size: 60%;
      margin-top: 10px;
      float: none;
    }
  }
  p.type {
    background: #efefef;
    margin-top: 0;
    font-size: 100%;
    padding: 8px;
    color: #333;
    background-color: white;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(white));
    background-image: -moz-linear-gradient(top, #efefef, white);
  }
  h3 + p {
    padding-top: 10px;
  }
  ul {
    margin: 15px 25px;
    margin-left: 0;
    line-height: 1.5;
    list-style-type: none;
    padding-left: 0;
    li {
      padding-left: 25px;
      margin-bottom: 6px;
      code {
        background: #efefef;
        font-size: 90%;
        padding: 1px 3px;
      }
      b.tag {
        background: #d1c7c7;
        font-weight: bold;
        padding: 1px 3px;
        font-size: 80%;
        text-transform: uppercase;
        color: #fff;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
      }
      span {
        &.left {
          display: block;
          float: left;
          text-align: right;
          width: 150px;
          margin-right: 15px;
        }
        &.right {
          margin-left: 140px;
          display: block;
          text-align: left;
          font-weight: normal;
        }
      }
    }
  }
}
