body {
  background: #f1f1f1;
  color: #34495e;
  font-family: "Roboto", sans-serif;
}

#page {
  width: 100%;
  float: left;
}

img {
  width: 100%;
  height: auto;
}
.iframe-container {
   width: 100%;
   position: relative;
   overflow: hidden;
   padding-top: 69.33%;
}
.iframe-responsive {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border: none;
   margin: 0px;
   padding: 0px;
}

a {
  color: #57b792;
}

a:hover {
  color: #2bad7b;
}

button:focus,
.slick-slide:focus,
audio:focus {
  outline: 0;
}

audio {
  background: #f1f3f4;
}

.ad-space-768 {
  width: 100%;
  max-width: 768px;
}

.ad-space-300 {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.form-control:focus {
  border-color: #1abc9c;
  outline: 0;
  box-shadow: none;
  background: #f5f5f5;
}

.text-dark {
  color: #232c3b!important;
}

.form-control {
  border-radius: 0;
  font-size: 1rem;
}

.btn {
  border-radius: 0;
}

.btn:focus {
  box-shadow: none !important;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #004478;
}

.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active {
  background-color: #48c9b0 !important;
  border-color: #48c9b0 !important;
}

.btn-secndry {
  color: #fff;
  background-color: #34495e;
  border-color: #34495e;
}

.btn-secndry:hover,
.btn-secndry:focus,
.btn-secndry:active {
  background-color: #48c9b0 !important;
  border-color: #48c9b0 !important;
  color: #fff;
}

.text-secndry {
  color: #1abc9c;
}

.card {
  border: none;
  box-shadow: 0 0.125rem 0.25rem rgb(0 17 0 / 63%);
  border-radius: 10px;
}

.card .card-body {
  padding: 8px;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.tool-box:hover .bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}


/* ========== header ========== */

header {
  width: 100%;
  float: left;
  background: #fff;
}

header .logo {
  width: auto;
  max-width: 200px;
}

header .top-nav {
  width: 100%;
  float: left;
  background: #007bff;
  border-bottom: 3px solid #0559b3;
}


/*top nav*/

header nav,
header .bottom {
  width: 100%;
  float: left;
}

header nav .nav-item {
  padding: .7rem 0;
}

header nav .left .nav-item .nav-link {
  border-right: 1px solid #cecece;
  ;
}

header nav .left .nav-item:last-child .nav-link {
  border: 0;
}

header nav .nav-item .nav-link {
  color: #f2f2f2;
  font-size: 13px;
  line-height: 1;
  padding: 0 10px;
}

header nav .nav-item .nav-link:hover {
  color: #cecece;
}

header nav .right .nav-item {
  width: 45px;
  text-align: center
}

header nav .right .nav-item a {
  color: #fff !important;
}

header .ad-space-768 {
  float: right;
}

header .col-lg-3 {
  display: flex;
  align-items: center;
}

.gradient-shadow {
  background-image: -ms-radial-gradient(center top, ellipse farthest-corner, #CCC 0%, transparent 70%);
  background-image: -moz-radial-gradient(center top, ellipse farthest-corner, #CCC 0%, transparent 70%);
  background-image: -o-radial-gradient(center top, ellipse farthest-corner, #CCC 0%, transparent 70%);
  background-image: -webkit-gradient(radial, center top, 0, center top, 561, color-stop(0, #CCC), color-stop(0.7, transparent));
  background-image: -webkit-radial-gradient(center top, ellipse farthest-corner, #CCC 0%, rgba(0, 0, 0, 0) 70%);
  background-image: radial-gradient(ellipse farthest-corner at center top, #CCC 0%, transparent 70%);
  height: 7px;
  width: 100%;
  float: left;
}


/* ========== Content ========== */

.content {
  width: 100%;
  float: left;
}

form .card-title {
    padding-left: 8px;
    border: 5px solid #0168d7;
    color: #ffffff;
    font-weight: 900;
    background: #007bff;
    padding: 5px;
}

.tool-boxes {
  width: 100%;
  float: left;
}

.tool-box {
  text-align: center;
  transition-duration: 0.3s;
}

.tool-box:hover {
  -webkit-animation: shadow-inset-lr 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: shadow-inset-lr 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.tool-box .img-wrap {
  max-width: 64px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.tool-box .img-wrap img {
  width: 80%;
}

.tool-box .card-title {
  margin-bottom: 0;
}

.tool-box .card-body {
  padding: .75rem
}

.tool-box a {
  color: #232c3b;
}

.tool-boxes .row {
  margin-right: -8px;
  margin-left: -8px;
}

.tool-boxes .row .col {
  padding-right: 8px;
  padding-left: 8px;
}

.row-title {
  width: 100%;
  float: left;
  margin-top: 25px;
  padding-left: 8px;
  text-align: center;
}

.row-title h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  background-image: linear-gradient(transparent 0%, transparent 65%, yellow 65%, yellow 90%, transparent 90%, transparent);
  display: inline;
  font-weight: 900;
}


/*aside*/

aside {
  width: 100%;
  float: left;
}

.card .card-header {
  padding: 5px 8px;
  background: #34495e;
  color: #ececec;
}

select.form-control {
  font-size: 14px;
}

.card .sub-label {
  padding: 3px 8px;
  height: auto;
  font-size: 13px;
  color: #505d69;
  border-top: 1px solid #000000;
}

.card .card-header h5 {
  font-size: 16px;
  font-weight: bold;
}

.trending .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.trending .card-header .card-title {
  display: inline-block;
  float: left;
}

.trending .card-header .img-wrap {
  width: 32px;
  float: right;
}

.trending .card-body {
  padding: 0;
}

.trending .card-body .img-wrap {
  width: 100%;
  float: left;
  position: relative;
}

.trending .card-body .list-group {
  float: left;
  width: 100%;
}

.trending .list-group-item {
  padding: 8px;
}

.trending .card-body .card-title {
  font-weight: 600;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
}

.trending .channel-title {
  background: #f1f1f1;
  padding: 3px 10px;
}

.trending .badge {
  position: absolute;
  left: 5px;
  top: 5px;
  color: #1abc9c;
  background: white;
  font-weight: 900;
  border-radius: 3px;
  font-size: 14px;
}

.card-overly {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.1s;
}

.card-overly img {
  width: 24px !important;
  height: 24px;
  transition-duration: 0.1s;
}

.card-overly:hover {
  background: rgba(0, 0, 0, 0.1);
}

.card-overly:hover img {
  width: 32px !important;
  height: 32px;
}

.tab {
  overflow: hidden;
  background-color: #34495e;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 8px 25px;
  ;
  transition: 0.3s;
  color: #fff;
  border-bottom: 5px solid #34495e;
}

.tab button:hover {
  border-bottom: 5px solid #fff;
}

.tab button.active {
  border-bottom: 5px solid #1abc9c;
}

.tabcontent {
  border-top: none;
}

.tabcontent {
  animation: fadeEffect 1s;
}

.tabcontent tbody {
  background: #f7fafe;
}

.tabcontent tr td:last-child {
  text-align: right;
}

.tabcontent tr th:last-child {
  text-align: right;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.recent-slider .title-bar h4 {
  display: inline-block;
}

button.slick-arrow {
  background: #1abc9c;
  border: 0;
  color: #fff;
  width: 30px;
  height: 30px;
}

button.slick-arrow:hover {
  background: #48c9b0;
}

button.slick-prev.slick-arrow {
  display: inline-block;
  position: absolute;
  right: 39px;
  top: -35px;
}

button.slick-next.slick-arrow {
  display: inline-block;
  position: absolute;
  top: -35px;
  right: 4px;
}

.slick-disabled {
  background: #48c9b0!important;
  cursor: default !important;
}

.slick-slide {
  padding: 4px;
}

.recent-slider .img-wrap {
  position: relative;
}

.recent-slider .img-wrap .img-overly {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition-duration: 0.1s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recent-slider .img-wrap .img-overly img {
  width: 20px;
  height: 20px;
  transition-duration: 0.1s;
}

.recent-slider .img-wrap .img-overly:hover {
  background: rgba(0, 0, 0, 0.1);
}

.recent-slider .img-wrap .img-overly:hover img {
  width: 26px;
  height: 26px;
}

.thumb-results .row .col {
  padding-left: 4px;
  padding-right: 4px;
  display: none;
}

.thumb-results img:hover {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.radio {
  display: inline-block;
  position: relative;
}

.radio__input {
  position: absolute;
  top: 4px;
  left: 0;
  width: 36px;
  height: 20px;
  opacity: 0;
  z-index: 0;
}

.radio__label {
  display: block;
  padding: 0 0 0 24px;
  cursor: pointer;
  margin-bottom: 5px;
}

.radio__label:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 14px;
  z-index: 1;
  transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.radio__label:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 4px;
  width: 8px;
  height: 8px;
  background-color: #1abc9c;
  border-radius: 50%;
  z-index: 2;
  transform: scale(0, 0);
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.radio__input:checked+.radio__label:before {
  border-color: #1abc9c;
}

.radio__input:checked+.radio__label:after {
  transform: scale(1, 1);
}

.username_results a {
  color: #9E9E9E;
  background: #f1f1f1;
  padding: 0 10px;
}

.odometer {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
  width: 100%;
  float: left;
}

.liveSubs .card-body {
  text-align: center;
  ;
}

.liveSubs .banner {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 60px;
}

.avatar {
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  bottom: -50px;
}

@-webkit-keyframes shadow-inset-lr {
  0% {
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0), inset 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0), inset 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: inset -6px 0 14px -6px rgba(0, 0, 0, 0.5), inset 6px 0 14px -6px rgba(0, 0, 0, 0.5);
    box-shadow: inset -6px 0 14px -6px rgba(0, 0, 0, 0.5), inset 6px 0 14px -6px rgba(0, 0, 0, 0.5);
  }
}

@keyframes shadow-inset-lr {
  0% {
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0), inset 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0), inset 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: inset -6px 0 14px -6px rgba(0, 0, 0, 0.5), inset 6px 0 14px -6px rgba(0, 0, 0, 0.5);
    box-shadow: inset -6px 0 14px -6px rgba(0, 0, 0, 0.5), inset 6px 0 14px -6px rgba(0, 0, 0, 0.5);
  }
}

@-webkit-keyframes ripple {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes ripple {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.multi-ripple {
  width: 2.6rem;
  height: 2.6rem;
  display: inline-block;
  margin: 2rem;
}

.multi-ripple div {
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 0.3rem solid #1abc9c;
  -webkit-animation: 1.5s ripple infinite;
  animation: 1.5s ripple infinite;
}

.multi-ripple div:nth-child(2) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.trending-list .col {
  padding-left: 8px;
  padding-right: 8px;
}

.trending-list .card {
  box-shadow: none;
}


/*modal*/

.modal-wrapper {
  display: flex;
  z-index: 11111111111;
  width: 100%;
  height: 100%;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modal-wrapper.open {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1);
}

.modal {
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  width: 100%;
  max-width: 560px;
  height: auto;
  max-height: 315px;
  position: relative;
  margin: auto;
  background: #e8e8e8;
  background: -webkit-linear-gradient(bottom, #e8e8e8, #fff);
  background: -o-linear-gradient(bottom, #e8e8e8, #fff);
  background: linear-gradient(to top, #e8e8e8, #fff);
  box-shadow: 0px 16px 16px -6px rgba(47, 46, 38, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-transform: scale(0.7);
  /* IE 9 */
  -webkit-transform: scale(0.7);
  /* Safari */
  transform: scale(0.7);
}

#preview.modal-wrapper .content {
  background: black;
}

.modal-wrapper.open .modal {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Safari */
  transform: scale(1);
}

.modal-wrapper .content {
  text-align: center;
  position: relative;
}

.recent-slider .msg {
  width: 100%;
  padding: 50px 0;
  float: left;
  text-align: center;
}

.modal-wrapper .content .mdl-overly {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

.mostPopular li {
  position: relative;
  height: 40px;
  padding: .5rem .75rem;
}

.mostPopular li .img-thumb {
  position: absolute;
  right: 0;
  top: 0;
  height: 39px;
  border-bottom: 2px solid #27ae60;
}

.mostPopular li .img-thumb img {
  width: 39px;
  background: #232c3b;
  padding: 5px;
  height: 100%;
}

.mostPopular li a {
  text-align: left;
  color: #505d69;
  font-size: 14px;
  line-height: 18px;
}

.mostPopular li a:hover {
  color: #232c3b;
}

.mostPopular li span {
  color: #1abc9c;
  font-size: 15px;
  font-weight: 700;
}

#channel-analytics .channel-banner {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 55px;
}

#channel-analytics .channel-banner .avatr {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #cccccc;
  padding: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  background: #ffff;
  margin-bottom: -50px;
}

#channel-analytics .channel-banner .avatr img {
  border-radius: 50%;
}

.bio-data span {
  line-height: 1;
}

.bio-data small {
  color: #757575
}

#channel-analytics .box {
  text-align: center;
}

.user-info .box {
  border-right: 1px solid #f1f1f1;
}

.user-info .box:last-child {
  border: none;
}

#channel-analytics .box h4 {
  font-weight: 600;
  color: #1abc9c;
}

#channel-analytics .box p {
  font-size: 14px;
  color: #757575;
  margin: 0;
  text-transform: uppercase;
}

#topCharts tr,
#topCharts td {
  padding: 3px 8px;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
}

#topCharts td {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#topCharts td img {
  width: 40px;
  border-radius: 50%;
  padding: 3px;
}

#topCharts td a {
  color: #607D8B;
  text-decoration: underline;
}




#liveVideStatus .row .card-title {
  font-size: 24px;
}

.odometer.liveVideoDislikes {
  color: #cccccc;
}

.fa-thumbs-down {
  color: red;
}

.fa-thumbs-up {
  color: #1abc9c;
}

.hd-convertor li {
  font-size: 14px;
  padding: 15px 10px;
}

.hd-convertor .active {
  background: #34495e;
  border-color: #34495e;
  padding: 8px 10px !important;
}

.inputGroup {
  background-color: #fff;
  display: block;
  margin: 10px 0;
  position: relative;
}

.inputGroup label {
  padding: 12px 30px;
  width: 100%;
  display: block;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
  overflow: hidden;
  background: #f1f1f1;
}

.inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: '';
  background-color: #34495e;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}

.inputGroup label:after {
  width: 32px;
  height: 32px;
  content: '';
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.inputGroup input:checked~label {
  color: #fff;
}

.inputGroup input:checked~label:before {
  -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}

.inputGroup input:checked~label:after {
  background-color: #1abc9c;
  border-color: #f1f1f1;
}

.inputGroup input {
  width: 32px;
  height: 32px;
  -webkit-box-ordinal-group: 2;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

input:disabled {
  cursor: not-allowed;
  pointer-events: all !important;
}

.download-results {
  font-size: 14px;
}

.modale:before {
  content: "";
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.opened:before {
  display: block;
}

.opened .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 20%;
}

.modal-dialog {
  background: #fefefe;
  border: #333333 solid 0px;
  border-radius: 5px;
  margin-left: -200px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: -100%;
  z-index: 11;
  width: 360px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(0, -500%);
  -ms-transform: translate(0, -500%);
  transform: translate(0, -500%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  pointer-events: inherit;
}

.modale .modal-body {
  padding: 15px;
}

.modale a,
p {
  font-size: 14px;
}

.modale .modal-header,
.modale .modal-footer {
  padding: 10px 20px;
}

.modale .modal-header {
  border-bottom: #eeeeee solid 1px;
}

.country-flag {
  width: 32px !important;
}

@-webkit-keyframes rotating
/* Safari and Chrome */

{
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

footer {
  background: #1e2530;
  width: 100%;
  float: left;
  margin-top: 100px;
}

footer .top {
  background: #232c3b;
  color: #57b792;
  padding: 40px 0;
  text-align: center;
}

footer .top h2 {
  font-size: 60px;
  font-family: 'Passion One', cursive;
  margin-bottom: 0;
}

@media screen and (max-width: 425px) {
  .modal {
    width: 100%;
    height: 70%;
    padding: 0;
  }
  #liveVideStatus .row .card-title {
    font-size: 18px;
  }
  .btn-close {
    right: 5px;
  }
}

@media (max-width: 768px) {
  header .logo {
    margin: 0 auto;
  }
  .odometer {
    font-size: 3.5rem;
  }
  #channel-analytics .box,
  .bio-data .bd {
    padding: 8px 0;
    border-bottom: 1px solid #f1f1f1;
  }
  #channel-analytics .channel-banner {
    margin-bottom: 40px;
  }
  #channel-analytics .channel-banner .avatr {
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-bottom: -35px;
  }
}

@media (max-width: 576px) {
  form .input-group {
    display: block;
  }
  form .input-group-append button {
    width: 100%;
  }
  footer .top h2 {
    font-size: 36px;
  }
  .odometer {
    font-size: 2.5rem;
  }
}

#liveVideStatus .card {
  overflow: hidden !important;
}

.ele-disabled {
  cursor: not-allowed !important;
  pointer-events: all !important;
}

.nav-item.fb {
  background: #3B5998;
}

.nav-item.tw {
  background: #4099ff;
}

.nav-item.yt {
  background: #bb0000;
}

.list-group-item {
  height: auto !important;
}

.ptm {
  color: #57b792;
}

.fto {
  justify-content: space-between;
}

.ytuser {
  color: #9E9E9E
}

.bio-data1 {
  background: #f1f1f1;
}

.float-right1 {
  width: 250px;
}