

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  background-image: url('../img/bg.png');
  font-weight: 300;
  letter-spacing: 0.05rem;
  font-size: 14px;
  overflow-x: hidden;
}

a {
  color: #fff;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #a90a0a;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;  
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #fff
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  /* height: 80px; */
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 0;
 
}
/*--------------------------------------------------------------
# Form Section
--------------------------------------------------------------*/

.color1{color:#BFBFBF}

.bg-1{background-color: #292274;}
.bg-2{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d660e1+0,8176ff+100 */
  background: rgb(214,96,225); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(214,96,225,1) 0%, rgba(129,118,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(214,96,225,1) 0%,rgba(129,118,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(214,96,225,1) 0%,rgba(129,118,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d660e1', endColorstr='#8176ff',GradientType=1 ); /* IE6-9 */
  }
.form-control {
  background-color: #1D175E;border-radius: 3.25rem;
}
.input-group-append-rounded{    background-color: #8E73FB;
  border-radius: 2rem;
  /* padding: 2rem 0.65rem; */
  width: 54px;
  height: 54px;
  margin-right: 2px;
  text-align: center;
  margin: 0 auto;}
  .input-group-append-rounded .input-group-text{margin: 0 auto;color: white;}
::placeholder {
  color: red;
  opacity: 1; /* Firefox */
}
.form-control::-webkit-input-placeholder {
  color: #918EB4 !important; font-size: 0.90rem !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: red;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: red;
}
#myVideo,#preview_player {
  width: 500px;
  height: 298px;
}
#video-preview {
  background-color: #09043a;
  height: 300px;
  border: 1px solid #5c52ce;
}
#broadcast-wrapper {
  background-color: #000;
  min-height: 100vh;
}
#controls {
  bottom: 0;
  
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
}
.profileimg {
    max-width: 4rem;
}
.custom {
  
  border-radius: 0;
  padding: 0.50rem 1rem;
  background-color: rgb(51, 10, 53);
  color: #fff;
  border: 1px solid #8104a0;
  cursor: pointer;
}
#videoplayer {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 107px;
  left: 0;
  object-fit: cover;
}
.custom-control.overflow-checkbox .overflow-control-input {
  display: none;
}
.custom-control.overflow-checkbox .overflow-control-input:checked ~ .overflow-control-indicator::after {
  -webkit-transform: rotateZ(45deg) scale(1);
  transform: rotateZ(45deg) scale(1);
  top: 2px;
    left: 7px;
}
.custom-control.overflow-checkbox .overflow-control-input:checked ~ .overflow-control-indicator::before {
  opacity: 1;
}
.custom-control.overflow-checkbox .overflow-control-indicator {
  border-radius: 3px;
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 0;
    background-color: #1D175E;
    margin-top:10px;
}
.custom-control.overflow-checkbox .overflow-control-indicator::after {
  content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 12px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotateZ(90deg) scale(0);
    transform: rotateZ(90deg) scale(0);
    width: 7px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    border-radius: 0;
    top: -2px;
    left: 2px;
}
.overflow-control-description{font-size: 16px;
  line-height: 45px;
  padding-left: 0.50rem;}
select.custom-select {
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*padding: 0.375rem 0.75rem 0.375rem 1.5rem;*/
    background: url(../img/icon.png) 93% / 15% no-repeat;
    background-color: #1d175e;
    background-size: 12px;
    border: 1px solid #1d175e;
    color: #c4c4cc;
}
.btn-default{border:1px solid #8B73FC;color: white;}
.btn-primary{border:1px solid #8B73FC;color: white;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d660e1+0,8e73fb+50,8176ff+100 */
  background: rgb(214,96,225); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(214,96,225,1) 0%, rgba(142,115,251,1) 50%, rgba(129,118,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(214,96,225,1) 0%,rgba(142,115,251,1) 50%,rgba(129,118,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(214,96,225,1) 0%,rgba(142,115,251,1) 50%,rgba(129,118,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d660e1', endColorstr='#8176ff',GradientType=1 ); /* IE6-9 */
  }

  .span-hr {
    display: block;
    position: absolute;
    left: 50%;
    top: -0.8em;
    margin-left: -1.5em;
    background-color: transparent;
    width: 3em;
    text-align: center;
    color: white;
    font-size: 1.25rem;
}
 .record-icon{
  width: 2rem;
  height: 2rem;
  border-radius: 3rem;
  font-size: 2rem;
  display: inline-block;
}
.offline {
  background-color: #FF6565;
  border: 3px solid #A75698;
}

.online {
  background-color: #1ee251;
  border: 3px solid #a6f7bf;
}
  .pause-btn{width: 2rem;
    height: 2rem;
    background-color: #FFF;
    border-radius: 3rem;
    color: #333;
    font-size: 0.75rem;
    line-height: 2rem;
    display: inline-block;}
    .close-btn{width: 2rem;
      height: 2rem;
      background-color: #FF6565;
      border-radius: 3rem;
      color: #fff;
      font-size: 0.75rem;
      line-height: 2rem;
      display: inline-block;}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  padding:0;
  color: #fff;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;padding-bottom: 30px;
  font-weight: 300;
}

input.form-control::-webkit-input-placeholder{color: #fff; }
.inp-grp {
  position: relative;
}
.inp-grp i {color: #D660E1;
  position: absolute;
  right: 5%;
  top: 35%;
  font-size: 18px;
}
.lg-font{    font-size: 60px;line-height: 48px;font-weight: bold;}
.lg-font small{font-size:40px;}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media (max-width: 1024px) {
  .w-75,.w-35{width: 50% !important;}
}
@media (max-width: 768px) {
  .w-75,.w-35{width: 90% !important;}
}