/* GLOBAL
/* ********************************************************************* */
body,
html {
  height: 100%;
  width: 100%;
  background-color: #fafafa;
}

@media only screen and (max-width: 480px) {
  .h-100 {
    height: auto !important;
  }
}

.limit-width-800 {
  max-width: 800px;
}

.scroll-down-div {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  text-align: center;
  cursor: pointer;
  opacity: 0.7;
}

.scroll-down-div:hover {
  opacity: 1;
}

@media only screen and (max-width: 480px) {
  .scroll-down-div {
    display: none;
  }
}

.alert-trim {
  display: inline-block;
}

.center-pills {
  display: flex;
  justify-content: center;
}

/* HIDE RECAPTCHA BADGE */

.grecaptcha-badge {
  visibility: hidden;
}

/* BOOTSTRAP PERSONALIZATION
/* ********************************************************************* */

/*! Tophat `Skeeblu` Bootstrap 4.1.2 theme */

.btn {
  padding: 0.5rem 1rem;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.8rem 1.6rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.4rem 0.8rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

h1 {
  font-size: 2.5rem;
  font-weight: 500px;
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

/* NAVIGATION
/* ********************************************************************* */

.navbar {
  border-bottom: 1px solid #e6e6e6;
  font-size: 15px;
}

.navbar-brand-image {
  vertical-align: middle;
  margin-right: 5px;
}

.navbar-brand {
  color: #2595ff !important;
  font-weight: 550;
}

.navbar-brand.white {
  color: #ffffff !important;
}

.navbar .nav-link.btn {
  color: #fafafa !important;
  font-size: 14px !important;
  padding: 0.5rem 1rem;
}

.navbar .nav-link.btn:hover,
.navbar .nav-link.btn:focus,
.navbar .nav-link.btn:active {
  color: #fff !important;
}

.navbar-toggler {
  color: rgba(37, 149, 255, 1) !important;
  border-color: rgba(37, 149, 255, 0.8) !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(37, 149, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

/* INDEX - SIGNED IN
/* ********************************************************************* */

#userLoadClipsSpinner {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.clip-card:hover img {
  opacity: 0.8;
}

.clip-card .input-title {
  border: 1px solid #ddd;
  color: #222;
}

.clip-card .input-title:hover {
  border: 1px solid #aaa;
}

.clip-card .input-title::placeholder {
  color: #888;
}

.clip-card .input-title:-ms-input-placeholder {
  color: #888;
}

.clip-card .input-title::-ms-input-placeholder {
  color: #888;
}

/* INDEX - SIGNED OUT
/* ********************************************************************* */

.index-input-container {
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.15);
}

.intro-subtext {
  color: #737373;
  font-size: 19px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  margin: 15px auto 0;
}

.supported-sites-text {
  color: #737373;
  font-weight: 500;
  font-size: 17px;
  margin: 20px;
  text-align: center;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}

.supported-site-logo {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
  opacity: 0.7;
}

.supported-site-logo-youtube-live {
  height: 50px;
  margin-top: -28px;
}

.supported-site-logo-mixer {
  height: 44px;
  margin-top: -28px;
}

.supported-site-logo-fa {
  font-size: 50px;
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 20px;
  color: #595959;
  opacity: 0.7;
}

/* SIGNUP, LOGIN AND RECOVER
/* ********************************************************************* */

.form-signin {
  width: 100%;
  max-width: 400px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* CLIP
/* ********************************************************************* */

.clip-video {
  width: 100%;
}

.clip-info-title {
  margin-top: 3px;
}

.clip-info-col {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-left: 1px solid rgba(0, 0, 0, 0.125);
  border-right: 1px solid rgba(0, 0, 0, 0.125);
  padding: 10px;
  -webkit-border-bottom-right-radius: 0.25rem;
  -webkit-border-bottom-left-radius: 0.25rem;
  -moz-border-radius-bottomright: 0.25rem;
  -moz-border-radius-bottomleft: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.clip-info-col .clip-info {
  color: #6c757d !important;
  font-size: 80%;
  font-weight: 400;
}

@media only screen and (max-width: 480px) {
  .clip-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .clip-info-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100%;
    max-width: none;
  }
  .clip-info-container .clip-stats {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .clip-info-container .clip-stats .col-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .clip-info-col {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-left: 0px solid rgba(0, 0, 0, 0.125);
    border-right: 0px solid rgba(0, 0, 0, 0.125);
    -webkit-border-bottom-right-radius: 0rem;
    -webkit-border-bottom-left-radius: 0rem;
    -moz-border-radius-bottomright: 0rem;
    -moz-border-radius-bottomleft: 0rem;
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem;
  }
}

.clip-banner-left {
  top: 0px;
  left: -175px;
  width: 160px;
  position: absolute;
  text-align: right;
}

.clip-banner-right {
  top: 0px;
  right: -175px;
  width: 160px;
  position: absolute;
  text-align: left;
}

/* EMBED
/* ********************************************************************* */

.container-embed {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* FOOTER
/* ********************************************************************* */

.footer {
  background-color: #2a2a2a;
  padding: 60px 15px;
  color: #aeaeae;
}

.footer h3 {
  margin-bottom: 10px;
  font-weight: 600;
  color: #f2f2f2;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 16px;
}

.footer a {
  color: #c8c8c8;
  font-size: 15px;
}

.footer a:hover,
.footer a:focus,
.footer a:active {
  color: #fff;
  text-decoration: none;
}

.footer p.social a {
  font-size: 18px;
  margin-right: 15px;
}

.footer .btn-outline-light:hover,
.footer .btn-outline-light:focus,
.footer .btn-outline-light:active {
  color: #111;
}

.extension-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 48px;
  /* Set the fixed height of the footer here */
  line-height: 48px;
  /* Vertically center the text there */
  background-color: #cce5ff;
  z-index: 100;
  /* disable alert css */
  margin-bottom: 0px !important;
  border: 0px solid #fff !important;
  border-radius: 0 !important;
  padding: 0px !important;
  border-top: 1px solid #b8daff !important;
  color: #000000 !important;
}

.footer-feedback-margin {
  background-color: #2a2a2a;
  height: 48px;
}

.footer-feedback {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.second-footer {
  background-color: #202020;
  padding: 20px 15px;
  color: #aeaeae;
}

.second-footer p {
  font-size: 12px;
  margin-bottom: 0px;
}

.second-footer p a {
  color: #c8c8c8;
}

.second-footer p a:hover,
.second-footer p a:focus,
.second-footer p a:active {
  color: #fff;
  text-decoration: none;
}

/* GALLERY
/* ********************************************************************* */

#galleryLoadClipsSpinner {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.gallery-streamer-group > .row {
  overflow-x: auto;
  white-space: nowrap;
  flex-wrap: nowrap;
}

.gallery-streamer-group > .row > .col-xs-4 {
  display: inline-block;
  float: none;
}

.gallery-streamer-card {
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
}

.gallery-streamer-card:hover {
  opacity: 0.8;
}

.gallery-streamer-image {
  width: 100px;
  height: 100px;
}

.gallery-streamer-name {
  word-break: break-all !important;
  font-weight: bold;
  width: 80px;
  overflow: hidden;
}

.gallery-streamer-body {
  padding: 10px;
  text-align: center;
}

/* TEXT-CONTENT
/* ********************************************************************* */

.text-content-header {
  padding: 0 15px;
  color: #2a2a2a;
  background-color: #fafafa;
}

.text-content-header h1 {
  margin: 80px 0 100px;
  text-align: center;
}

.text-content-header h1 .subtitle {
  font-size: 19px;
  line-height: 30px;
  font-weight: 500;
  max-width: 600px;
  letter-spacing: 0;
  text-align: center;
  margin: 15px auto 0;
}

.text-content-body {
  border-top: 5px solid #e6e6e6;
  background-color: #fafafa;
  color: #2a2a2a;
  padding: 80px 0 100px;
}

.text-content-body .container {
  max-width: 800px;
}

.text-content-question {
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  margin: 30px 0 25px;
}

.text-content-reply {
  padding-left: 25px;
  border-left: 3px solid #e6e6e6;
  color: #666;
}

.text-content-reply p {
  margin: 0 0 10px;
}
