.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl {
  display: none !important;
}

html {
  height: 100%;
  overflow: auto;
}

body {
  height: 100%;
}

@media (min-width: 1600px) {
  .container {
    width: 1570px;
  }
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl, td.visible-xl {
    display: table-cell !important;
  }
  .visible-xl-block {
    display: block !important;
  }
  .visible-xl-inline {
    display: inline !important;
  }
  .visible-xl-inline-block {
    display: inline-block !important;
  }
  .hidden-xl {
    display: none !important;
  }
}
.custom-text-hover {
  transition: all 200ms linear;
  color: white;
}
.custom-text-hover:hover {
  color: #ff006e;
  background: linear-gradient(90deg, #0099cc, #f84e75);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: translate3d(0.3rem, 0, 0);
  transform: translate3d(0.3rem, 0, 0);
  transition: all 200ms linear;
}

.gradient-bg-autralis {
  color: white;
  background: linear-gradient(-75deg, #0099cc, #006da0);
}

.custom-button-primary {
  background: linear-gradient(90deg, #0099cc, #f84e75);
  transition: all 300ms linear;
  border-color: transparent;
  color: white;
  /*border-left-color: $g-color-primary;
  border-right-color: #f84e75;
  border-top-color: #f84e75;
  border-bottom-color: $g-color-primary;*/
}
.custom-button-primary:hover {
  color: #0099cc;
  transition: all 300ms linear;
  /*background: linear-gradient(90deg, #f84e75, $g-color-primary);*/
  background: transparent;
  border-color: #0099cc;
  -webkit-transform: translate3d(0.3rem, 0, 0);
  transform: translate3d(0.3rem, 0, 0);
}

.text-primary {
  color: #0099cc !important;
}

.custom-button-white-outline-hover {
  background: rgba(255, 255, 255, 0.5);
  border-color: transparent;
  color: white;
}
.custom-button-white-outline-hover:hover {
  color: white;
  transition: all 300ms linear;
  /*background: linear-gradient(90deg, #f84e75, $g-color-primary);*/
  background: transparent;
  border-color: white;
  -webkit-transform: translate3d(0.3rem, 0, 0);
  transform: translate3d(0.3rem, 0, 0);
}

.custom-button-green {
  background: linear-gradient(90deg, #16cc34, #13ab2b);
  color: white;
  transition: all 300ms linear;
  border-color: transparent;
}
.custom-button-green:hover {
  color: white;
  transition: all 300ms linear;
  background: linear-gradient(90deg, #13ab2b, #16cc34);
  border-color: transparent;
  -webkit-transform: translate3d(0.3rem, 0, 0);
  transform: translate3d(0.3rem, 0, 0);
}

.custom-button-blue {
  background: linear-gradient(90deg, #309bff, #33c7ff);
  color: white;
  transition: all 300ms linear;
  border-color: transparent;
}
.custom-button-blue:hover {
  color: white;
  transition: all 300ms linear;
  background: linear-gradient(90deg, #33c7ff, #309bff) !important;
  border-color: transparent;
  -webkit-transform: translate3d(0.3rem, 0, 0);
  transform: translate3d(0.3rem, 0, 0);
}

.rounded-full {
  border-radius: 9999px !important;
}

.video-title {
  bottom: 5px;
  left: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 800;
  color: white;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.cursor-pointer {
  cursor: pointer !important;
}

.errorlist {
  list-style: none;
  padding: 4px 0;
  text-align: left;
}
.errorlist li {
  color: #a94442;
}

@-moz-keyframes spin {
  50% {
    -moz-transform: rotateX(90deg);
  }
}
@-webkit-keyframes spin {
  50% {
    -webkit-transform: rotateX(90deg);
  }
}
@keyframes spin {
  50% {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
}
.spin-animation-hover:hover > :first-child {
  -webkit-animation: spin 0.3s ease-in-out;
  -moz-animation: spin 0.3s ease-in-out;
  animation: spin 0.3s ease-in-out;
}

.icon-play-wrapper, .icon-close-wrapper {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
.icon-play-wrapper i, .icon-close-wrapper i {
  color: #0099cc;
  font-size: 30px;
}

.icon-close-wrapper {
  width: 35px;
  height: 35px;
}
.icon-close-wrapper i {
  color: white;
  font-size: 25px;
}

.hidden {
  display: none !important;
}

@media (min-width: 992px) {
  #content-wrapper {
    height: 100vh;
  }
}
#player-wrapper, #video-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 11000;
  color: white;
}

#video-iframe, #searched-video-iframe {
  background: url("/assets/img/loader.svg") center center no-repeat;
}

.main-video, .searched-video {
  /*@media (min-width: 1200px) and (max-width: 1400px) {
    iframe {
      !*height: 500px !important;*!
      height: 100% !important;
    }
  }

  @media (min-width: 1401px) and (max-width: 1600px) {
    iframe {
      //height: 600px !important;
      height: 100% !important;
    }
  }

  @media (min-width: 1601px) and (max-width: 1800px) {
    iframe {
      !*height: 700px !important;*!
      height: 100% !important;
    }
  }

  @media (min-width: 1801px) {
    iframe {
      //height: 700px !important;
      height: 100% !important;
    }
  }*/
}
.main-video #video-iframe, .searched-video #video-iframe {
  width: 100%;
  height: 100%;
}
.main-video iframe, .searched-video iframe {
  display: flex !important;
  /*flex-grow: 1 !important;*/
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .main-video, .searched-video {
    /*iframe {
      height: 200px !important;
    }*/
  }
  .main-video #main-video-wrapper > div, .searched-video #main-video-wrapper > div {
    height: 50% !important;
  }
  .main-video #main-video-wrapper #video-description, .searched-video #main-video-wrapper #video-description {
    height: 50% !important;
  }
}

.navbar-top-links {
  height: 59px;
}

#main-video-wrapper {
  padding-left: 0;
  padding-right: 0;
  height: 100%;
}

.searched-video iframe {
  height: 500px !important;
}

@media (max-width: 767px) {
  #searched-video-iframe iframe {
    height: 300px !important;
  }
  #searched-video-description {
    max-height: 250px !important;
  }
  .login {
    height: 100vh !important;
  }
  .navbar-brand {
    padding-left: 20px !important;
  }
  .navbar-content {
    padding-right: 20px !important;
  }
  #main-video-wrapper {
    height: 600px !important;
  }
  #navbar-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #navbar-container .logo a {
    padding-left: 0 !important;
  }
  #navbar-container .navbar-content, #navbar-container .navbar-top-links {
    padding-right: 0 !important;
    height: 35px;
  }
  #page-title {
    padding-left: 0;
    padding-right: 0;
  }
  #content-container {
    padding-top: 94px !important;
  }
}
#player-content {
  height: calc(100% - 60px);
}

.video-category {
  font-size: 15px;
}

.other-videos {
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 18px;
  width: 100%;
}
.other-videos .other-video-title {
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.video-description-wrapper {
  height: 30%;
  width: 100%;
}

@media (max-width: 991px) {
  .video-description-wrapper {
    height: auto;
  }
}
.description {
  font-size: 13px;
  font-weight: 500;
  height: calc(100% - 40px);
  overflow: scroll;
}
.description div, .description span, .description p, .description h1, .description h2, .description h3, .description h4, .description h5, .description h6, .description ul {
  color: white !important;
}

@media (max-width: 991px) {
  .description {
    height: auto;
  }
}
.circle {
  color: rgba(255, 255, 255, 0.4);
}

.active-circle {
  color: #13ab2b;
}

.no-similar-videos {
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 18px;
}

.player {
  /*min-height: -webkit-fill-available;
  min-height: -moz-available;
  min-height: fill-available;*/
  height: 100%;
  width: 100%;
}

#content-container:before {
  content: "";
  display: block;
  height: 165px;
  width: 100%;
  position: absolute;
  /* background-color: #25476a; */
  z-index: 0;
  background: linear-gradient(-75deg, #0099cc, #006da0) !important;
}

.video-category {
  background: rgba(255, 255, 255, 0.3);
}

.prev-arrow, .next-arrow {
  width: 50%;
  cursor: pointer;
}

.prev-arrow {
  border-right: 1px solid white;
}

.disabled {
  color: #c0c0c0 !important;
  background-color: rgba(255, 255, 255, 0.3) !important;
  opacity: 0.3;
  cursor: default !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  #content-container {
    height: 100vh !important;
  }
}
#floating-top-right {
  z-index: 12500 !important;
}

#search-input {
  background: white;
  border-radius: 22px;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  box-sizing: border-box;
  cursor: text;
  font-size: 16px;
  height: 44px;
  margin: 0 auto;
  max-width: 584px;
  border: 1px solid transparent;
}
#search-input:focus {
  border: 1px solid #0099cc;
}

.other-videos-wrapper {
  max-height: 100% !important;
  overflow-y: scroll !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  height: inherit;
}

@media (max-width: 760px) {
  .other-videos-wrapper {
    height: auto;
  }
}
.btn-autralis {
  background: linear-gradient(-75deg, #0099cc, #006da0) !important;
  color: white !important;
  border: none !important;
}

@media (max-width: 760px) {
  .navbar-top-links > li {
    background-color: white !important;
  }
}

/*# sourceMappingURL=custom.css.map */
