/* Load Fonts */
@font-face {
  font-family: 'bebaskai';
  src: url('/fonts/bebaskai.ttf'); 
}
@font-face {
  font-family: 'OpenSans';
  src: url('/fonts/open_sans/OpenSans-SemiBold.ttf'); 
}
@font-face {
  font-family: 'OpenSansLight';
  src: url(/fonts/open_sans/OpenSans-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: 'OpenSansSemiBold';
  src: url(/fonts/open_sans/OpenSans-SemiBold.ttf);
  
}
/* General Css */

* {
 padding: 0;
 margin: 0; 
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  margin-bottom: 0;
}
body {
  font-family: bebaskai;
  background-color: #070D06;
  color: #FFFFFF;
  text-align: center;
}
img{
  width: 100%;
}

a
{ 
  color: #fff; 
  outline: none;
 
}

.j-center {
  justify-content: center;
}
.j-end{
  justify-content: flex-end;
}
.main-wrapper{
  position: relative;
 
}
/* menu */

header .navbar-nav{
  width: 70%;
  display: flex;
  /*justify-content: flex-end;*/ 
  justify-content: end; 
  
}
header .navbar-dark .email-link{
  width: 30%;
}
/* Section Padding */
.section-padding {
  padding-left: 22px;
  padding-right: 22px;
}
.py-100{
  padding-top: 158px;
  padding-bottom: 158px;
}
.py-14{
  padding-bottom: 14px !important;
  padding-top: 14px !important;
}
.py-40{
  padding-top: 20px;
  padding-bottom: 30px;
}
/* Button */

.btn{
  padding: 10px 32px;
  text-align: center;
  nsform: capitalize;
  border-radius: 10px;
  width: 100%;
  color: #fff;
  margin-bottom: 14px;
  font-size: 18px;
  outline: none;
  letter-spacing: 0.1em;
  transition: all .5s ease;
}
.btn-sm{
  padding: 5px 16px;
  border-radius: 5px;
  width: auto;
  font-size: 15px;
  margin-bottom: 10px;
}
.btn:hover{
  background: #fff;
  color: #000;
}
.btn-blue{
  background-color: rgba(39, 133, 149, 1);
}
.btn-red{
 background-color: rgba(149, 39, 39, 1)
}

.form-control,
.form-select {
  font-family: 'OpenSans', sans-serif;
}

/* Header */
header{
  padding-top: 30px;
  padding-bottom: 30px;
}
header h1{
  font-size: 24px;
  margin-top: 15px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
header .navbar-nav .nav-item a{
  letter-spacing: 0.1em;
  font-size: 16px;
  line-height: 19px;
}
header .navbar-nav .nav-item {
  margin-left: 32px;
}

header .navbar-dark .email-link{
  color: #278595;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1.5px;
/*  position: absolute;
  right: 0 ;*/
text-align: end;
}
header .email-link select{
  background: transparent;
  color: #fff;
  color: #278595;
  border: none;
}
header .email-link select option{
  background: #070D06;
}
.navbar-dark .navbar-nav .nav-link{
  text-decoration: none;
  transition: all .5s ease;
}

ul.navbar-nav li a{
  color: #fff !important;
  position: relative;
}
ul.navbar-nav li a.active{
  color: #278595 !important;
  position: relative;
}
ul.navbar-nav li a.active::after{
  content: "";
  width: calc(100% - 50px);
  height: 3px;
  background: #952727;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border-radius: 89px;
}
.navbar-dark .navbar-nav .nav-link:hover{
  text-decoration: none;
  color: rgba(39, 133, 149, 1) !important;
}
header  ul.navbar-nav li.dropdown .dropdown-item{
  color: #278595 !important;
} 
header  ul.navbar-nav li.dropdown .dropdown-item:hover{
  background-color: #278595;
  color: #fff !important;
}
/* Auth page Sign In ,Forward Password ,account setting */

.auth-page h1{
  padding-top: 30px;
}
.auth-page .sub-title{
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  line-height: 34px;
  letter-spacing: 0.1em;
  font-size: 28px;
}
.auth-page form{
  width: 100%;
}
.auth-page form input{
  background-color: #F1F1F1;
  border-radius: 10px;
  margin-bottom: 15px;
  font-family: OpenSans;
  font-weight: 600;
  color: #000;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.auth-page form input::placeholder{
  color: rgba(189, 189, 189, 1);
  font-size: 12px;
}
.auth-page .forget-links{
  color: #fff;
  font-size: 14px;
  font-family: OpenSans;
 
}
.auth-page form .form-input-pass{
  position: relative;
}
.auth-page form .pw-show { 
  position: absolute; 
  right: 0; 
  top: 50%; 
  transform: translateY(-50%);
  font-size: 8px; 
  line-height: .75rem; 
  color: #278595;; 
  text-transform: none; 
  text-decoration: none; 
  padding: .875rem 1rem; 
  display: inline-block;
  font-family: OpenSans;
  font-weight: 600;
}
.auth-page form .pw-show:hover{ color: #000;}
.accountsetting .auth-page .sub-title{
  font-size: 20px;
}
.auth-page .forget-links p a{
  text-decoration: underline;
}


/* Live Stream Page */
.px-8 .col-lg-3{
  padding-left:8px ;
  padding-right: 8px;
  margin-bottom: 8px;
  margin-top: 8px;
  
}
.card.live-card{
  font-family: OpenSans;
  font-weight: 600;
  text-align: left;
  border: transparent;
  background: transparent;
  border-radius: 0;
}
.card.live-card .card-body{
  background: #278595;
  border-radius: 0 0 10px 10px;
  padding: 12px 18px !important;
  position: relative;
}
.card.live-card .card-img, .card-img-top{
  background: transparent;
}
.card.live-card .card-img .item-status {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #e31919;
  z-index: 1;
  border-radius: 50%;
}
.card.live-card .card-img .item-status.active {
  background: #52e319;
}
.card.live-card .card-header{
  border-bottom: none;
  padding: 0;
  position: relative;
  min-height: 195px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; 
}

.card.live-card .card-header .min-width {
  max-height: 200px;
}

.card.live-card .card-header img{
  width: 100%;
  border-radius: 10px 10px 0 0 !important;
  position: relative;
}
.card.live-card .card-header .card-img::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow:  inset 0 -44px 113px -10px #000000;
  transition: all .5s ease;
}
.card.live-card .card-img{
  position: absolute;
  /* z-index: -1; */
  top: 0;
}

.card.live-card .card-img .video-js {
  z-index: 99;
}

.card.live-card .card-text{
  z-index: 2;
} 
.card.live-card .card-text ul{
  list-style: none;
  padding: 15px 15px;
  margin: 0;
}
.card.live-card .card-text ul li{
  margin-bottom: 3px;
}
.card.live-card .card-text ul li h4{
  font-family: bebaskai;
  font-size: 22px;
  letter-spacing: 1.5px;
  line-height: 0.8;
}
.card.live-card .card-text ul li span{
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
}
.card.live-card .card-text ul li span.address{
  font-size: 16px;
  font-weight: 300; 
  font-family: OpenSansLight;
}

.card.live-card .card-body ul{
  list-style: none;
  margin-bottom: 0;
  
}
.card.live-card .card-body ul li span{
  font-weight: bold;
  font-family: OpenSansSemiBold;

}
.card.live-card .card-body ul{
  list-style: none;
  font-family: OpenSansLight;
  letter-spacing: .5px;
  font-weight: 300;
  font-size: 14px;
}
.card.live-card .card-link{
  display: block;
  transition: all .5s ease ;
}
.card.live-card .card-link:hover{
  color: unset;
}
.card.live-card .card-link:hover{
  box-shadow: inset 0px -99px 121px -19px #000;
}

.video-stream-wrap{ position: relative; text-align: center;}
/*.video-stream-wrap .video-stream { display: inline-block; position: relative;}*/
.video-stream-wrap .video-remote{ display: flex;}
.video-stream-wrap .video-local{ display: flex;}
/*.video-stream-wrap .video-local{ position: absolute; right: 10px; top: 10px;}*/
/*.video-stream-wrap .video-local video { width: 130px; height: 100px;}*/

.video-stream  video{
        width:100%;
        height:260px !important;
        padding: 2px;
        box-shadow: 0px 0px 2px #fff;
        border-radius: 13px;
        margin-top: 15px;
}

.ss-remote video{
        width:100%!important;
        height:350px !important;
        padding: 2px;
        box-shadow: 0px 0px 2px #fff;
        border-radius: 13px;
        margin-top: 15px;
}

/* Previous Stream */
.time .email-link span{
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  letter-spacing: 0.1em;
  color: #278595;
}
.download-link{
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.download-link a{
  display: inline-block;
}
.download-link img{
  width: 15px;
}
.datepicker{
  background: transparent;
  outline: none;
  border: none;
  color: #952727;
  font-size: 16px;
}
 input[type="date"]::-webkit-calendar-picker-indicator {
  background-image: url(/img/icon/dropdown.png);
  background-size: 10px;
  background-position-Y: 3px;  
  background-position-X: 0;
  margin-left: -10px;
  
}

/* Stream single page */
.stream-single .card.live-card .card-img{
  position: unset;
}
.stream-single .card.live-card .card-img img{
  position: absolute;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.stream-single .card-header{
  min-height: 360px !important;
  position: relative;
} 
.stream-single .card-body ul{
  display: flex;
  font-size: 14px;
}
.stream-single .card-body ul li{
  margin-right: 20px;
}
.stream-single  .card-text ul li:nth-child(2){
  display: inline-block;
}
.stream-single  .card-text ul li:nth-child(3){
  float: right;
  margin-right: 10px;
}
.full-screen-icon{
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.full-screen-icon img{
  width: 15px !important;
  
}
.modal-title{
  color: #278595;
}
/* Footer */
footer{
  background-color: #278595;
  text-align: center;
  padding:22px 0;
  width: 100%;
 
}
footer p{
  margin-bottom: 0;
  font-family: OpenSans;
  color: #fff;
  font-size: 12px;
}

@media (min-width: 576px){
  .modal-dialog {
      max-width: 800px;
      margin: 1.75rem auto;
  } 
}
@media (max-width: 991.98px) { 
  header .navbar {
    justify-content: flex-end;
  }
  .py-40{
    padding-top: 10px;
    padding-bottom: 30px;
  }
  header h1{
    text-align: left;
  }
  header .navbar-toggler{
    position: absolute;
    top: -50px;
  }
  header .navbar-dark .email-link{
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
 
  /* Live Stream */
  .card.live-card .card-header{
      min-height: 256px;
  }
  
  ul.navbar-nav li a.active::after{
    width: calc(100% - 80%);
  }

 }

@media (max-width: 767.98px) {
  .section-padding{
    padding-left: 0;
    padding-right: 0;
  }
  /* Live Stream */
  .card.live-card .card-header{
    min-height: 280px;
  }
  .px-8 .col-lg-3{
    padding-right: 15px;
    padding-left: 15px;
  }
  /* Stream single */
  .stream-single .card-body ul{
    display: block;
  }
  .stream-single  .card-text ul li:nth-child(3){
    float: unset;
    margin-right: unset;
  }
}

/*.right-box{
  padding: 10px 2px;
  color:black;
  box-shadow: 0px 1px 2px #000;
  border-radius: 10px;
  max-height: 200px;
  min-height: 200px;
  overflow: auto;
}
*/
/*.right-box .title-box{
  background: green;
    display: inline;
    padding: 8px;
    color: #fff;
    border-radius: 50%;
   box-shadow: 0px 1px 2px #000;
    font-size: 14px;
}

.wrong-box{
  box-shadow: 0px 1px 2px #000;
  border-radius: 10px;
  padding: 5px;
  color:black;
  padding: 10px 2px;
  min-height: 200px;
  max-height: 200px;
  overflow: auto;
}
*/
/*.wrong-box .title-box{
 background: red;
    display: inline;
    padding: 8px;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    box-shadow: 0px 1px 2px #000;
}
.right-box .data, .wrong-box .data{
  color:#000 !important;
}*/


.media-video video{
  height: 450px !important;
}