/* line 1, app/assets/stylesheets/notifications.scss */
.notifications {
  padding: 10px;
  margin: 20px;
  border: 1px solid #eee;
  border-radius: 3px;
}

/* line 7, app/assets/stylesheets/notifications.scss */
.notifications .heading {
  border-bottom: 1px solid #eee;
  padding: 5px;
  margin-bottom: 10px;
}

/* line 14, app/assets/stylesheets/notifications.scss */
.notifications .notification-group {
  padding: 10px;
  margin-bottom: 20px;
}

/* line 18, app/assets/stylesheets/notifications.scss */
.notifications .notification-group .group-title {
  padding: 5px 0;
  color: #999;
  border-bottom: 1px solid #eee;
}

/* line 25, app/assets/stylesheets/notifications.scss */
.notifications .notification {
  margin: 0;
  padding: 10px 0px;
  color: #999;
}

/* line 30, app/assets/stylesheets/notifications.scss */
.notifications .notification a {
  color: #555;
}

/* line 32, app/assets/stylesheets/notifications.scss */
.notifications .notification.unread {
  color: #444;
}

/* line 35, app/assets/stylesheets/notifications.scss */
.notifications .notification.unread .media-heading {
  font-weight: bold;
  font-size: 14px;
}

/* line 40, app/assets/stylesheets/notifications.scss */
.notifications .notification.unread a {
  color: #222;
  text-decoration: underline;
}

/* line 45, app/assets/stylesheets/notifications.scss */
.notifications .notification .media-content p:last-child {
  margin-bottom: 0;
}

/* line 51, app/assets/stylesheets/notifications.scss */
.notifications .notification .user-avatar img {
  width: 32px;
  height: 32px;
  border-radius: 120px;
}

/* line 54, app/assets/stylesheets/notifications.scss */
.notifications .notification .media-right {
  min-width: 100px;
  color: #AAA;
  font-size: 13px;
}
/* line 1, app/assets/stylesheets/scaffolds.scss */
body {
  background-color: #fff;
  color: #333;
  margin: 33px;
}

/* line 6, app/assets/stylesheets/scaffolds.scss */
body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

/* line 11, app/assets/stylesheets/scaffolds.scss */
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

/* line 16, app/assets/stylesheets/scaffolds.scss */
a {
  color: #000;
}

/* line 19, app/assets/stylesheets/scaffolds.scss */
a:visited {
  color: #666;
}

/* line 22, app/assets/stylesheets/scaffolds.scss */
a:hover {
  color: #fff;
  background-color: #000;
}

/* line 26, app/assets/stylesheets/scaffolds.scss */
th {
  padding-bottom: 5px;
}

/* line 29, app/assets/stylesheets/scaffolds.scss */
td {
  padding: 0 5px 7px;
}

/* line 32, app/assets/stylesheets/scaffolds.scss */
div.field,
div.actions {
  margin-bottom: 10px;
}

/* line 36, app/assets/stylesheets/scaffolds.scss */
#notice {
  color: green;
}

/* line 39, app/assets/stylesheets/scaffolds.scss */
.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

/* line 44, app/assets/stylesheets/scaffolds.scss */
#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px 7px 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

/* line 51, app/assets/stylesheets/scaffolds.scss */
#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px -7px 0;
  background-color: #c00;
  color: #fff;
}

/* line 60, app/assets/stylesheets/scaffolds.scss */
#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}

/* line 64, app/assets/stylesheets/scaffolds.scss */
label {
  display: block;
}
#center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
* {box-sizing: border-box}
body {
  font-family: Arial, Helvetica, sans-serif;
}
body, html {
    height: 100%;
}
.hero-image {
  background-image: url("/assets/header5.png");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.search-container {
  float:right;
  margin-top: 15px;
}
.search-container button {
  float: right;
  padding: 6px 13px;
  margin-top: 8px;
  margin-right: 16px;
  background: #d7d7d7;
  font-size: 17px;
  border: none;
  cursor: pointer;
}
.search-container button:hover {
  background: #ccc;
}
.cs-search-container {
  text-align: center;
  float: center;
  display: contents;
  margin-top: 15px;
}
.cs-search-container button {
  float: center;
  padding: 6px 13px;
  margin-top: 5%;
  margin-right: 16px;
  background: #d7d7d7;
  font-size: 17px;
  border: none;
  cursor: pointer;
}
.cs-search-container button:hover {
  background: #ccc;
}
.round {
  width: 100%;
  border-radius: 15px;
  border: 1px #100 solid;
  padding: 5px 5px 5px 25px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.corner {
  position: absolute;
  top: 3px;
  left: 5px;
  height: 20px;
  width: 20px;
  z-index: 10;
  border-radius: 10px;
  border: none;
  background: #ffffff;
}
.search {
  width: 500px;
  height: 45px;
  border-radius: 24px;
  color: #191919;
  border: 1px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  font-size: 16px;
  font-family: Bahnschrift;
}
.round-button {
  border-radius: 12px;
}
body{
  margin: 0;
}
.active {
  background-color: #4CAF50;
  color: white;
}
.button-login {
  background-color: #e8e8e8;
  border: none;
  color: black;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  border-radius: 12px;
}
.rounded-comment-circle {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: inline-block;
}
.rounded-avatar {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  display: inline-block;
  left: 50%;
}
.dropbtn {
  padding: 16px;
  position: relative;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.avatarDropdown {
  position: absolute;
  padding: 10px;
  display: inline-block;
  right: 1%;
  top: 1%;
}
.dropdown1 {
  position: absolute;
  padding: 10px;
  text-decoration: none;
  color: pink;
  font-size: 25px;
  right: 6%;
  top: 1%;
}
.dropdown a {
  color: gray;
}
.dropdown1 a:hover {
  background-color: transparent;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 140px;
  border-style: solid;
  border-width: 0px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: 20px;
  border-radius: 4px;
}
.commentdrop-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 140px;
  border-style: solid;
  border-width: 0px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 4px;
}
.commenteditfield {
  display: none;
}
.commentdrop-content a {
  color: black;
  padding: 10px 14px;
  text-decoration: none;
  display: block;
}
.comment-body {
  display: none;
}
.commentdrop-content span {
  color: black;
  padding: 10px 14px;
  text-decoration: none;
  display: block;
}
.bal-edit:hover {
  background-color: #e8e8e8;
}
.commentdrop-content span:hover {
  background-color: #e8e8e8;
}
.commentdrop-content a:hover {
  background-color: #e8e8e8;
}
.comment-report {
  color: black;
  background-color: #ffffff;
  padding: 10px 14px;
  text-decoration: none;
  display: block;
  border: none;
  cursor: pointer;
  height: 38px;
  width: 140px;
  text-align: left;
}
.comment-report:hover {
  background-color: #e8e8e8;
}
.commentdropbtn {
  padding: 16px;
  position: relative;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown-content a {
  color: black;
  padding: 10px 14px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  background-color: #e8e8e8;
  border-radius: 5px;
}
.show {display:block;}
.bg-ha {
  display: none;
  transition: 0.5s;
}
.blurr>* {
  filter: blur(8px);
  z-index: 1;
}
.bg-sad {
  display: block;
  filter: blur(0);
  background-color: rgba(255, 255, 255, 1);
  left: 50%;
  padding: 20px;
  text-align: center;
  border: 3px solid #7c7c7c;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  position: fixed;
  top: 50%;
  bottom: auto;
  z-index: 99999 !important;
  transition: 0.5s;
}
.comment-container {
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  height: 500px;
  width: 400px;;
}
.reply-container {
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  height: 450px;
  width: 300px;;
}
/* I recommend someone to change this, this is generally just used for testing. START */
span.twitter-typeahed .tt-menu, span.twitter-typeahead .tt-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
span.twitter-typeahead .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

#damn {
  display: inline;
}

#damn * {
  display: inline;
}
/* I recommend someone to change this, this is generally just used for testing. END */
.home-videos {
  position: relative;
  text-align: center;
  margin-top: 5%;
  border-left: 1px solid #d8dada;
  border-right: 1px solid #d8dada;
  margin-left: 15%;
  margin-right: 15%;
}

.vertical-line {
  display: inline-block;
  border-left: 1px solid #d8dada;
  margin: 0 10px;
  padding-left: 215px; /* You have to add +15 to any value u set for this (since the vertical-line-right class) */
  height: 700px;
}
.vertical-line-right {
  display: inline-block;
  border-right: 1px solid #d8dada;
  position: relative;
  margin: 0 10px;
  margin-left: 200px;
  height: 700px;
}

.channel-videos {
  position: relative;
  text-align: center;
  margin-top: 15px;
  border-left: 1px solid #d8dada;
  border-right: 1px solid #d8dada;
  margin-left: 15%;
  margin-right: 15%;
}

.like-icon {
  height: 24px;
  width: 24px;
}

.comment-like-icon {
  height: 24px;
  width: 24px;
}
.c-avatar {
  height: 150px;
  width: 150px;
  border-color: #fcfafa;
  border-style: solid;
  padding: 0px;
  border-radius: 50%;
  margin: 5px;
  display: inline-block;
}
.logo {
  height: auto;
  width: 65px;
  margin-top: 15.999px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.profile-divide {
  margin-top: 20px;
  box-shadow: 0px -1px 5px 1px #b3b3b3;
}
.profile-divide1 {
  margin-top: 20px;
  box-shadow: 0px 1px 5px 1px #b3b3b3;
}
.profile-dividews {
  margin-top: 20px;
}
.username, .follow-button, .follower-count, .follower, .following, .following-count, .name, .username1, .username2, .bio {
  display: inline-block;
}
.follower-count, .username, .following-count, .following, .follower, .name, .username1, .username2, .bio {
  position: relative;
}
.username {
  vertical-align: top;
  font-size: 24px;
  top: -55px;
  left: 205px;  /* For everything that has overflow: hidden we have to add
width.  */
  text-overflow: ellipsis;
  width: 20%;
}
.username1 {
  vertical-align: top;
  font-size: 24px;
  width: 20%;
  text-overflow: ellipsis;
  top: -55px;
  left: 200px;
}
.username2 {
  vertical-align: top;
  font-size: 26px;
  top: 0px;
  left: -200px;
}
.bio {
  vertical-align: top;
  font-size: 16px;
  top: -75px;
  left: 205px;
  width: 20%;
}
.name {
  vertical-align: top;
  font-size: 26px;
  top: -115px;
  left: 200px;
}
#logo:hover {
  color: #fff;
  background-color: #fff;
}
.follow-button {
  border-radius: 32px;
  font-size: 48px;
  color: #4d364a;
  background-color: #fffafe;
  border-color: #ededed;
  border-style: solid;
  padding: 10px;
  width: 20%;
  text-align: center;
  right: 10%;
  top: 175.999px;
  position: absolute;
}
.follower-count {
  left: 285px;
  margin: 5px;
  padding: 5px;
  color: #ffc4f3;
  top: -45px;
}
.follower {
  left: 360px;
  top: -90px;
  padding: 5px;
  margin: 5px;
}
.following {
  left: 525px;
  top: -90px;
  padding: 5px;
  margin: 5px;
}
.following-count {
  left: 450px;
  margin: 5px;
  padding: 5px;
  color: #ffc4f3;
  top: -45px;
}
.badge-image {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.comment-badge-image {
  height: 25px;
  width: 25px;
  border-radius: 50%;
}
.video-badge-image {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.video-thumbnail {
  width: 243px;
  height: 432px;
  border-radius: 12%;
}
/* Make clicks pass-through */
/* line 6, ../.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress {
  pointer-events: none;
}

/* line 10, ../.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
/* line 23, ../.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
/* line 38, ../.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 100;
  top: 15px;
  right: 15px;
}

/* line 46, ../.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

/* line 60, ../.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

/* line 65, ../.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.turbolinks-progress-bar {
  visibility: hidden;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *

 *= require_`lf




 */

.errora:hover {
  transition: 10s;
  background-color: rgba(215, 215, 215, 0.5);
}
.errora {
  margin-top: 10px;
  border-radius: 12px;
  height: 100px;
  width: auto;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.errordiv {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.errortitle {
  text-align: center;
}
.errorimage:hover {
  transform: scaleX(-1);
  transition-delay: 10s;
}
.errorimage {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-top: auto;
  width: 360px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.closebtn:hover {
  background-color: rgba(215, 215, 215, 0.5);
}
.notification-closebtn:hover {
  background-color: rgba(215, 215, 215, 0.5);
}
.notification-settings-closebtn:hover {
  background-color: rgba(215, 215, 215, 0.5);
  text-decoration: none;
}
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.25s;
}
.notification-closebtn {
  margin-left: 25px;
  color: white;
  font-weight: bold;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.25s;
  display: inline-block;
  border-radius: 12px;
}
.notification-settings-closebtn {
  color: white;
  font-weight: bold;
  width: auto;
  font-size: 22px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.25s;
  display: block;
  width: 150px;
  border-radius: 32px;
  text-decoration: none;
}
.notification-settings-text{
  text-decoration: none;
  color: #720039;
}
.close-icon {
   width: 75px;
   height: auto;
}
.notification-close-icon {
  width: 75px;
  height: auto;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 12px;
}
#video {
  position: absolute;
}
 #wrapper {
   position: relative;
   display: flex;
   justify-content: center;
   align-items: center;
   width: 270px;
   height: 480px;
 }
#video-overlay {
  display: none;
  z-index: 9999999;
}

.pause-icon {
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  height: auto;
}

.rounded-circle {
  border-radius: 50%;
  display: inline-block;
}
.login-page{
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background: #fff8fb;
}
.box {
  width: 300px;
  border-radius: 25px;
  padding: 40px;
  box-shadow: 0 2px 10px rgba(0,0,0,.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  text-align: center;
}
.box h1{
  color: black;
  text-transform: uppercase;
  font-weight: 500;
}
.box-input {
  border: 0;
  background: none;
  display: block;
  margin: 20px auto;
  text-align: center;
  border: 2px solid #ffbaba;
  padding: 14px 10px;
  width: 200px;
  outline: none;
  color: #595959;
  border-radius: 24px;
  transition: 0.25s;
}
.box-input :focus {
  width: 280px;
  border-color: #03fcb1;
}
.submit-button {
  background: none;
  display: block;
  margin: 20px auto;
  text-align: center;
  border: 2px solid #1cffbb;
  padding: 14px 40px;
  outline: none;
  color: #595959;
  border-radius: 24px;
  transition: 0.25s;
  cursor: pointer;
}
.submit-button-1 {
  background: none;
  display: block;
  margin: 20px auto;
  text-align: center;
  border: 2px solid #f9a7d0;
  padding: 14px 40px;
  outline: none;
  color: #595959;
  border-radius: 24px;
  transition: 0.25s;
  cursor: pointer;
}
.submit-button :hover{
  background: #03fcb1;
}
.white {
  color: black;
  text-decoration: none;
}
.white1 {
  color: black;
  text-decoration: none;
  display: inline-block;
  margin-left: 10px;
  vertical-align: text-bottom;
  text-align: center;
}
.links {
  color: #6c6b6bf0;
  text-decoration: none;
  font-size: 12px;
}
.alert {
  padding: 20px;
  margin: 0px;
  background-color: #f44336;
  color: white;
}
.box2 {
  width: 420px;
  border-radius: 25px;
  padding: 40px;
  box-shadow: 0 2px 10px rgba(0,0,0,.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  text-align: center;
}
.box3 {
  height: 300px;
  padding: 40px;
  width: 300px;
  border-radius: 25px;
  box-shadow: 0 2px 10px rgba(0,0,0,.2);
  position: absolute;
  left: 10%;
  background: #fff;
  text-align: center;
  top: 15%;
}
.box3 h1{
  color: black;
  text-transform: uppercase;
  font-weight: 500;
}
.box3-input {
  border: 0;
  background: none;
  display: block;
  margin: 20px auto;
  text-align: center;
  border: 2px solid #ffbaba;
  padding: 14px 10px;
  width: 200px;
  outline: none;
  color: #595959;
  border-radius: 24px;
  transition: 0.25s;
}
.box3-input :focus {
  width: 280px;
  border-color: #03fcb1;
}
#password-dropdown {
  display: none;
}
.notify-bell-size {
  height: 45px;
  width: 45px;
}
.avatar-align {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: inline-block;
}
.clear {
  text-decoration: none;
}
.clear a:hover {
  background-color: transparent;
  color: gray;
}
#arrow {
  height: 40px;
  width: 55px;
  padding: 10px;
}
a:hover {
  background-color: transparent;
  color: #d4d4d4;
}
.Row {
  display: table;
}
.Column {
  display: table-cell;
  padding: 20px;
}
span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
span.twitter-typeahead .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.input-group.input-group-lg span.twitter-typeahead .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.input-group.input-group-sm span.twitter-typeahead .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
span.twitter-typeahead {
  width: 100%;
}
.input-group span.twitter-typeahead {
  display: block !important;
  height: 34px;
}
.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu {
  top: 32px !important;
}
.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
  border-radius: 0;
}
.input-group span.twitter-typeahead:first-child .form-control {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group span.twitter-typeahead:last-child .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.input-group.input-group-sm span.twitter-typeahead {
  height: 30px;
}
.input-group.input-group-sm span.twitter-typeahead .tt-menu,
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
  top: 30px !important;
}
.input-group.input-group-lg span.twitter-typeahead {
  height: 46px;
}
.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
  top: 46px !important;
}
.unread {
  border-left: 3px solid red;
}
div.reply {
  text-indent: 30px;
}
.center {
  text-align: center;
}
.bottom-text {
  color: #fcdef9;
  font-size: 15px;
  font-family: "Verdana";
  margin-bottom: 10px;
}
.bottom-menu {
  background-color: #303030;
  overflow: hidden;
  /* position:absolute; */
  width: 100%;
  height: 75px;
  bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.closebtn {
  position: relative;
  border: none;
  cursor: pointer;
  border-radius: 12px;
}
.left-follower-avatar {
  width: 50px;
  height: auto;
  border-radius: 50%;
}
.follower-bar {
  position: absolute;
  margin-left: 25px;
  padding: 10px;
  margin-top: 75px;
}
.follower-header {
  padding-left: 5px;
  font-size: 20px;
}
.notification-a:visited {
  text-decoration: none;
  color: #1c1c1c;
}
.notification-a {
  color: #1c1c1c;
  display: inline-flex;
}
.notification-cell a {
  line-height: 40px;
  text-decoration: none;
  color: #1c1c1c;
  font-size: 16px;
  display: inline-flex;
}
.haam {
  display: block !important;
}
.notification-cell:hover {
  background-color: rgba(196, 196, 196, 0.5);
}
.notification-avatar {
  width: 100px;
  height: auto;
  border-color: #fcfafa;
  border-style: solid;
  padding: 0px;
  border-radius: 50%;
  margin: 5px;
  display: inline-block;
}
.notification-cell {
  text-align: center;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  width: 325px;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 36px;
  transition: 0.5s;
}
.notification-table {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5%;  
  border-collapse: separate;
  border-spacing: 0 15px;
}
.channel-cell a {
  width:100%;
  line-height:40px;
  text-decoration: none;
  color: #141414;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 5px;
}
.channel-a:visited {
  text-decoration: none;
  color: #1c1c1c;
}
.channel-cell:hover {
  background-color: rgba(196, 196, 196, 0.5);
}

.channel-cell {
  margin-bottom: 1%;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  width: 200px;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 36px;
  transition: 0.5s;
}

.channel-table {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5%;
  border-collapse: separate;
  border-spacing: 0 15px;
}
.follower-cell a {
  width:100%;
  line-height:40px;
  text-decoration: none;
  color: #141414;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 5px;
}
.follower-a:visited {
  text-decoration: none;
  color: #1c1c1c;
}
.follower-cell:hover {
  background-color: rgba(196, 196, 196, 0.5);
}
.follower-cell {
  width: 200px;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 16px;
  transition: 0.5s;
}

.follower-table {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #b2b2b2;
}
.video-grid-container {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5%;
  border-collapse: separate;
  border-spacing: 0 15px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: grid;
  padding: 10px;
  width: 75%;
  border-radius: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #b2b2b2;
}
.video-grid-columns-1 {
  grid-template-columns: auto;
}
.video-grid-columns-2 {
  grid-template-columns: auto auto;
}
.video-grid-columns {
  grid-template-columns: auto auto auto;
}
.video-grid-item {
  padding: 20px;
  font-size: 30px;
  text-align: center;
}
.video-notification-thumbnail {
  border-radius: 12px;
  width: 250px;
  height: auto;
}
/* Footer */
.footer-basic {
  padding:40px 0;
  background-color:#ffffff;
  color:#4b4c4d;
}

.footer-basic ul {
  padding:0;
  list-style:none;
  text-align:center;
  font-size:18px;
  line-height:1.6;
  margin-bottom:0;
}

.footer-basic li {
  padding:0 10px;
}

.footer-basic ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.8;
}

.footer-basic ul a:hover {
  opacity:1;
}

.footer-basic .social {
  text-align:center;
  padding-bottom:25px;
}

.footer-basic .social > a {
  font-size:24px;
  width:40px;
  height:40px;
  line-height:40px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  border:1px solid #ccc;
  margin:0 8px;
  color:inherit;
  opacity:0.75;
}

.footer-basic .social > a:hover {
  opacity:0.9;
}

.footer-basic .copyright {
  margin-top:15px;
  text-align:center;
  font-size:13px;
  color:#aaa;
  margin-bottom:0;
}
.black-background {
  background-color: #494949;
}
/* Credit to https://epicbootstrap.com/snippets/footer-basic */

/*# sourceMappingURL=application.css-17d00080d4bc6c3e6e4df9786a4f2f6d826c4b09f8bd41d70fc045ae3e206493.map */
