body {
  color: #afafaf;
  background-color: #1b1b1b;
  font-size: 12px;
}

li {
  list-style-type: none;
}

.text-highlight {
  color: beige;
}

.label-moderator-color {
  color: rgb(190, 190, 23);
}

a {
  color: lightblue;
}

input, select, textarea {
    padding: 5px 8px;
    border-radius: 3px;
    border: 1px solid #1b1b1b;
    background: #1b1b1b;
    color: #afafaf;
}

textarea {
    width: 400px;
}

.navigation-container {
  margin: 25px 0;
}

@media screen and (max-width: 767px) {

    input[type=text], select, textarea { width: 100%; }
    .col-sm-12 { margin-bottom: 50px;}
}

.block-comments,
.block-profiles,
.block-subcats,
.block-votes {
    height: 400px;
    overflow: auto;
    margin-top:25px;
    margin-bottom: 25px;
    padding: 10px;
    background:#ececec;
    border: 1px solid #615d5d;
}

.block-comments {
  overflow: none;
  height: auto;
}

.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba(255, 255, 255, 0.5)
        50% 50%
        no-repeat;
}

body.loading .modal {
    display: block;
}

body.loading {
    overflow: hidden;
}

.loader,
.loader:before,
.loader:after {
  background: #666666;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #666666;
  text-indent: -9999em;
  margin: 100px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}


.moderate-edits th,
.moderate-edits td {
  border-top: none;
}

#dashboard-tiles {
  clear: both;
}

#dashboard-tiles span {
  display: inline-block;
  border: 1px solid #bbb;
  padding: 20px;
  margin: 10px;
  text-align: center;
  font-size: 1rem;
  width: 300px;
  height: auto;
}

#mod-basics {
  margin-top: 20px;
}

#mod-basics p {
  font-size: 115%;
}

.carousel-container {
  display: inline-flex !important;
  width: 100%;
  align-items: center;
  height: 248px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  border-radius: 16px;
  overflow: hidden;
}
.carousel-container .avatar {
  flex-shrink: 0;
  width: 174px;
  height: 174px;
  margin-left: 37px;
}
.carousel-container .information {
  margin-left: 38px;
}
.carousel-container .information .information-name {
  display: block;
  font-size: 36px;
  color: white;
}
.carousel-container .information .information-subcategory {
  display: block;
  font-size: 20px;
  color: #8C8C8C;
}
.carousel-container .information .information-type {
  display: block;
  color: #C3924A;
  font-size: 22px;
}
.carousel-container .information .information-description {
  display: block;
  color: #D9D9D9;
  font-size: 18px;
  max-width: 550px;
}

.topic-hr {
  width:100%;
  border: 0;
  height: 7px;
  background-image: linear-gradient(to right, rgba(102, 255, 0, 0.75), rgba(0, 255, 221, 0.75), rgba(102, 255, 0, 0.75));
}

/* .carousel-container .avatar {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}

.carousel-containe .avatar img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
} */