/* author: Erol Tuna  */

/*@import url('https://fonts.googleapis.com/css?family=Open+Sans');

@import url('https://fonts.googleapis.com/css?family=Roboto');*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');

@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap');

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@font-face {
    font-family: openSansFont;
    src: url(../live-front/google-fonts/OpenSans-Regular.ttf)format('truetype');
}

@font-face {
    font-family: openSansBoldFont;
    src: url(../live-front/google-fonts/OpenSans-Bold.ttf)format('truetype');
}

*
{
    font-family: 'Roboto', sans-serif;
   /* font-family:openSansFont;*/
}

/*tooltip css */
/*
.tooltip-arrow, .tooltip-inner {background-color: #86868673;}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-bottom .arrow::before, .bs-tooltip-right .arrow::before , .bs-tooltip-top .arrow::before , .bs-tooltip-left .arrow::before{
    border-bottom-color: #86868673;
}
*/
 /*Rotating border */

#selectchannelmodal .modal-body
{
    overflow-y:scroll;
}
@keyframes spinner-border {
    to { transform: rotate(360deg); }
}
/* author: Erol Tuna  */
.spinner-border {
    display: inline-block;
    width: 60px;
    height:  60px;
    vertical-align: text-bottom;
    /*border: 4px solid #fff;*/
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 30px;
    height:  30px;
    border-width: 4px;
}


 /*Growing circle*/


@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}

.spinner-grow {
    display: inline-block;
    width:30px;
    height: 30px;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
    width:30px;
    height:30px;
}

.h100px
{
    height: 20vh;
}

.btn-secondary
{
    background: #fff;
    color: #333;
    height: 30px;
    line-height: 30px;
    padding: 0px;
    font-weight: 600;
    border:1px solid #fff;
}
.btn-secondary:hover
{
    background:none;
    color:#fff;
    border:1px solid #fff;
}
.acountmenuprogress
{
    width:auto;
    background: none;
    padding: 0px 5px;
}
.acountmenuprogress .progress-bar
{
    background-color: #808080;
    width:100%;
    height: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}
.avatarimgprogress
{
    width:auto;
    background: none;
}

.avatarimgprogress .progress-bar
{
    background-color: #808080;
    width:40px;
    height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.lockpopup
{
    display: none;
}
.mobile-button
{
    display: none;
}
.mobile-menu-out
{
    display: none;
}


.livebg
{
    /*
    position: absolute;
    height: 100vh; */

}
.left-menu-length
{
    width:33.333%;
    display: none;

}
 body
 {
     background:url('../img/background.jpg') fixed;
     background-size:cover;
 }
.home-body
{
    overflow-x: hidden;
}

 .broadcast-information
 {
     overflow-y:hidden;
     height: 40vh;
 }
.broadcast-information::-webkit-scrollbar {
     width: 0px;
    scrollbar-width: none;

 }


/* Track */
.broadcast-information::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #a1a1a1;
    border-radius: 10px;
}

/* Handle */
.broadcast-information::-webkit-scrollbar-thumb {
    background: #a1a1a1;
    border-radius: 10px;
}

/* Handle on hover */
.broadcast-information::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}


 .main-content
 {
     height: 100vh;
 }
header .col-md-3, header .col-md-6
 {
     padding: 0px;
 }
input[type=submit]
{
    cursor:pointer;
}
 .login-description
 {
     right: 0px;
     position: absolute;
     color: #fff;
     top: 11vh;
     width: 30%;

 }
.login-description h3
{
    font-size: 1.5rem;
    font-weight: 600;
}
.login-description p
{
    font-size: 0.8rem;
    padding-right: 1rem;
}
 .login-cokie
 {
     background-color: #808080;
     position: absolute;
     bottom: 0;
     width: 100%;
     z-index: 999999;
     color:#fff;
 }
.login-cokie p
{
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
    height: 40px;
    margin: 0px !important;
}
.login-cokie small
{
    position: absolute;
    right: 0;
    z-index: 999999;
    height: 40px;
    width: 40px;
    top: 0px;
    line-height: 40px;
    text-align: center;
}
.login-cokie small i
{
    font-size: 1.2rem;
    color:#fff;
}
 header
 {
     position: fixed;
     width:100%;
     z-index: 999;
 }
 .header-fixed
 {
    /* background-color: #0000007a; */
     background: url(../img/background.jpg);
 }
 header .col-md-4
{
    padding: 0px !important;
}
 .logo-section
 {
     margin: 50px 0px 20px 0px;
     position: relative;

 }
 .logo-section a img
 {
     max-width: 100%;
     height: 60px;
 }
.login
{
    height: 100vh;
        /* display: -webkit-box; */
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
}

 .text-muted li
 {
     list-style: none;
     color:red;
 }
.hidden
{
    display: none !important;
}
.disable-btn
{
}
.disable-toggle
{
    opacity: 0.65;
    cursor: not-allowed !important;
}
.circle
{
    height: 600px;
    width: 600px;
    border-radius: 100%;
    margin: auto auto ;
    border:40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #fff;
    z-index: 999999;

}
 .circle-out
 {

     height: 600px;
     width: 600px;
     position: absolute;
     z-index: 12;
     background-position: center;
     border-radius: 100%;
     background: rgba(0,172,211,1);
     background: -moz-linear-gradient(top, rgba(0,172,211,1) 0%, rgba(213,48,144,1) 51%, rgba(215,197,224,1) 100%);
     background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,172,211,1)), color-stop(51%, rgba(213,48,144,1)), color-stop(100%, rgba(215,197,224,1)));
     background: -webkit-linear-gradient(top, rgba(0,172,211,1) 0%, rgba(213,48,144,1) 51%, rgba(215,197,224,1) 100%);
     background: -o-linear-gradient(top, rgba(0,172,211,1) 0%, rgba(213,48,144,1) 51%, rgba(215,197,224,1) 100%);
     background: -ms-linear-gradient(top, rgba(0,172,211,1) 0%, rgba(213,48,144,1) 51%, rgba(215,197,224,1) 100%);
     background: linear-gradient(to bottom, rgba(0,172,211,1) 0%, rgba(213,48,144,1) 51%, rgba(215,197,224,1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acd3', endColorstr='#d7c5e0', GradientType=0 );

     -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;
 }
 @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);
     }
 }
 .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;
 }

 @keyframes rotatingon{
     from {
         -ms-transform: rotate(0deg);
         -moz-transform: rotate(0deg);
         -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
         transform: rotate(0deg);
     }
     to {
         -ms-transform: rotate(180deg);
         -moz-transform: rotate(180deg);
         -webkit-transform: rotate(180deg);
         -o-transform: rotate(180deg);
         transform: rotate(180deg);
     }
 }

 .circle-insade
 {
     position: relative;
     z-index: 42;
     background: #fff;
     height: 500px;
     width: 500px;
     border-radius: 100%;
     padding: 50px 0px 0px 0px;
     margin: 0px;
     border: 20px solid transparent;

 }

.circle form
{
    position: relative;
    z-index: 999999;
    width: 300px;
    margin: 0px auto;
}
 .circle form input
 {
     height: 55px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     border-radius: 10px;
     border:1px solid #333;
 }
 .circle form input[type=checkbox]
 {
     height: 17px;
 }
 .circle form input:nth-child(2)
 {
    margin:0px;
 }
 .circle form input:nth-child(3)
 {
    margin:0px;
 }

 .form-check
 {
     margin:0px !important;
     text-align: center;
 }
.text-danger
{
    color:#D30D0D !important;
}
.text-danger b
{
    color:green !important;
}
 .btn-social
 {
     font-size: 9px !important;
     color:#fff !important;
     line-height: normal !important;
     width: auto;
 }
 .btn-social>:first-child
 {
     line-height: 24px !important;
 }

 .reset-password
 {
     text-align:center;
     float: left;
     width:100%;
     margin:25px 0px;
 }
 .reset-password label
 {
     font-size:14px;
 }
 .btn-purple
 {
     width: 100%;
     height: 45px;
     line-height: 40px;
     background: #A51389;
     color:#fff;
     text-align: center;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     border-radius: 10px;
     border:0px !important;
     margin:10px 0px;
     cursor:pointer;
 }
 .btn-purple:hover
 {
     background: #d01aad;
 }
.forgot-password-text
{
    float: left;
    width: 100%;
    text-align:center;
}
 .forgot-password-text strong
 {
    color:#A51389;
     padding: 0px 5px;
 }
.forgot-password-text strong a
{
    color:#A51389;
}
 .login-icons
 {
     position:absolute;
     z-index: 12;
     height: 40px;
     width:40px;
 }
 .login-icons img
 {
     width:100%;
 }

 .sign-up
 {
     float: left;
     width:100%;
     text-align: center;
     cursor:pointer;
 }
 .sign-up h3
 {
     font-size: 20px;
     margin: 10px 0px;
     height: 35px;
     display: inline-block;
     color:#333;
 }
.sign-up h3 a
{
    text-decoration: none;
    color:#333;
}
.section-signup .form-check-label
{
    font-size:14px;
}
.sign-up  h3.active
 {
     border-bottom:4px solid #65B3E8;
     font-weight: 600;
 }
 .sign-in
 {
     float: left;
     width:100%;
     text-align: center;
 }
 .sign-in h3
 {
     font-size: 20px;
     margin: 10px 0px;
     display: inline-block;
     height: 35px;
     color:#333;
 }
.sign-in h3 a
{
    text-decoration: none;
    color:#333;
}
 .sign-in h3.active
 {
     border-bottom:4px solid #65B3E8;
     font-weight: 600;
 }




.left-menu
{
    position:fixed;
    right:0px;
    z-index:999999;
}
.menu-btn
{
    height: 40px;
    width:40px;
    background:#f5f5f5;
    transition: all 1.3s ease-in;
    -moz-transition: all 1.3s ease-in;
    -webkit-transition: all 1.3s ease-in;
    -ms-transition: all 1.3s ease-in;
}
.menu-btn i
{
    line-height: 40px;
    margin-left: 14px;
}
.menu
{

    transition: all 1.3s ease-in;
    -moz-transition: all 1.3s ease-in;
    -webkit-transition: all 1.3s ease-in;
    -ms-transition: all 1.3s ease-in;
    position: relative;
}
.menu-open
{
    width:1000px;
    margin:10px 0px;
}
.menu-open-down
{
    height: auto !important;
    width:1000px !important;
    right:0px !important;
    visibility: visible !important;
    transition: all 1.3s ease-in;
    -moz-transition: all 1.3s ease-in;
    -webkit-transition: all 1.3s ease-in;
    -ms-transition: all 1.3s ease-in;
}

.menu-open-down p
{
    height: auto;
    visibility: visible !important;
    transition: all 1.3s ease-in;
    -moz-transition: all 1.3s ease-in;
    -webkit-transition: all 1.3s ease-in;
    -ms-transition: all 1.3s ease-in;
}

.menu-content
{
    width:1000px;
    right:-1000px;
    height: 1px;
    position: absolute;
    visibility: hidden;
    transition: all 1.3s ease-in;
    -moz-transition: all 1.3s ease-in;
    -webkit-transition: all 1.3s ease-in;
    -ms-transition: all 1.3s ease-in;
}
.menu-content p
{
    visibility: hidden;
    transition: all 1.3s ease-in;
    -moz-transition: all 1.3s ease-in;
    -webkit-transition: all 1.3s ease-in;
    -ms-transition: all 1.3s ease-in;
}

.path {
    stroke-dasharray: 100;
    animation: dash 5s linear;
  }

  @keyframes dash {
    to {
      stroke-dashoffset: 1000;
    }
  }





  /**/

  .tech-slideshow {
    height: 2px;
    max-width: 200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    /*transform: rotate(180deg); */
  }

  .tech-slideshow > div {
    height: 2px;
    width:600px;
    border-bottom:2px dashed #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: translate3d(0, 0, 0);
  }
  .tech-slideshow .mover-1 {
    animation: moveSlideshow 12s linear infinite;
  }
  .tech-slideshow .mover-2 {
    opacity: 0;
    transition: opacity 0.5s ease-out;
    background-position: 0 -200px;
    animation: moveSlideshow 15s linear infinite;
  }
  .tech-slideshow:hover .mover-2 {
    opacity: 1;
  }

  @keyframes moveSlideshow {
    100% {
      transform: translateX(-66.6666%);
    }
  }

.social-home
{
    height: 800px;
    width: 1000px;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}



 .facebook-live-arrow
 {
     top: 240px;
     left: 305px;
     height: 5px;
     max-width: 180px;
     margin: 0 auto;
     position: relative;
     overflow: hidden;
     transform: rotate(180deg);
 }

 .facebook-live-arrow > div {
       height: 5px;
       width:600px;
       /*border-bottom:5px dashed #fff; */
       position: absolute;
       top: 0;
       left: 0;
       height: 100%;
       transform: translate3d(0, 0, 0);
        background:url('../img/lineoval.svg');
        background-repeat: repeat;
        height: 5px;

   }
 .facebook-live-arrow .mover-1 {
     animation: moveSlideshow 15s linear infinite;
     /*
          -webkit-animation: rotatingZ 5s linear infinite;
          -moz-animation: rotatingZ 5s linear infinite;
          -ms-animation: rotatingZ 5s linear infinite;
          -o-animation: rotatingZ 5s linear infinite;
          animation: rotatingZ 5s linear infinite; */
 }
 .facebook-live-arrow .mover-2 {
     opacity: 0;
     transition: opacity 0.5s ease-out;
     background-position: 0 -200px;
     animation: moveSlideshow 15s linear infinite;
/*
     -webkit-animation: rotatingZ 5s linear infinite;
     -moz-animation: rotatingZ 5s linear infinite;
     -ms-animation: rotatingZ 5s linear infinite;
     -o-animation: rotatingZ 5s linear infinite;
     animation: rotatingZ 5s linear infinite; */
 }



@keyframes rotatingZ {
    from {
        -ms-transform: rotate3d(1, 0, 0, 0deg);
        -moz-transform:rotate3d(1, 0, 0, 0deg);
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        -o-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg);
    }
    to {
        -ms-transform: rotate3d(1, 0, 0, 360deg);
        -moz-transform: rotate3d(1, 0, 0, 360deg);
        -webkit-transform: rotate3d(1, 0, 0, 360deg);
        -o-transform: rotate3d(1, 0, 0, 360deg);
        transform: rotate3d(1, 0, 0, 360deg);
    }
}
.rotatingZ {
    -webkit-animation: rotatingZ 2s linear infinite;
    -moz-animation: rotatingZ 2s linear infinite;
    -ms-animation: rotatingZ 2s linear infinite;
    -o-animation: rotatingZ 2s linear infinite;
    animation: rotatingZ 2s linear infinite;
}



/**/
 .youtube-live-arrow
 {
     top: 255px;
     left: 357px;
     height: 5px;
     max-width: 180px;
     margin: 0 auto;
     position: relative;
     overflow: hidden;
     transform: rotate(180deg);
 }

 .youtube-live-arrow > div {
     height: 5px;
     width:600px;
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     transform: translate3d(0, 0, 0);
     background:url('../img/lineoval.svg');
     background-repeat: repeat;
     height: 5px;
 }
 .youtube-live-arrow .mover-1 {
     animation: moveSlideshow 12s linear infinite;
 }
 .youtube-live-arrow .mover-2 {
     opacity: 0;
     transition: opacity 0.5s ease-out;
     background-position: 0 -200px;
     animation: moveSlideshow 15s linear infinite;
 }




 .periscope-live-arrow
 {
     top: 320px;
     left: 385px;
     height: 5px;
     max-width: 180px;
     margin: 0 auto;
     position: relative;
     overflow: hidden;
     transform: rotate(180deg);
 }

 .periscope-live-arrow > div {
     height: 5px;
     width:600px;
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     transform: translate3d(0, 0, 0);
     background:url('../img/lineoval.svg');
     background-repeat: repeat;
     height: 5px;
 }
 .periscope-live-arrow .mover-1 {
     animation: moveSlideshow 12s linear infinite;
 }
 .periscope-live-arrow .mover-2 {
     opacity: 0;
     transition: opacity 0.5s ease-out;
     background-position: 0 -200px;
     animation: moveSlideshow 15s linear infinite;
 }




 .twitch-live-arrow
 {
     top: 385px;
     left: 390px;
     height: 5px;
     max-width: 180px;
     margin: 0 auto;
     position: relative;
     overflow: hidden;
     transform: rotate(180deg);
 }

 .twitch-live-arrow > div {
     height: 5px;
     width:600px;
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     transform: translate3d(0, 0, 0);
     background:url('../img/lineoval.svg');
     background-repeat: repeat;
     height: 5px;
 }
 .twitch-live-arrow .mover-1 {
     animation: moveSlideshow 12s linear infinite;
 }
 .twitch-live-arrow .mover-2 {
     opacity: 0;
     transition: opacity 0.5s ease-out;
     background-position: 0 -200px;
     animation: moveSlideshow 15s linear infinite;
 }




 .vk-live-arrow
 {
     top: 450px;
     left: 384px;
     height: 5px;
     max-width: 180px;
     margin: 0 auto;
     position: relative;
     overflow: hidden;
     transform: rotate(180deg);
 }

 .vk-live-arrow > div {
     height: 5px;
     width:600px;
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     transform: translate3d(0, 0, 0);
     background:url('../img/lineoval.svg');
     background-repeat: repeat;
     height: 5px;
 }
 .vk-live-arrow .mover-1 {
     animation: moveSlideshow 12s linear infinite;
 }
 .vk-live-arrow .mover-2 {
     opacity: 0;
     transition: opacity 0.5s ease-out;
     background-position: 0 -200px;
     animation: moveSlideshow 15s linear infinite;
 }





 .mixer-live-arrow
 {
     top: 515px;
     left: 358px;
     height: 5px;
     max-width: 180px;
     margin: 0 auto;
     position: relative;
     overflow: hidden;
     transform: rotate(180deg);
 }

 .mixer-live-arrow > div {
     height: 5px;
     width:600px;
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     transform: translate3d(0, 0, 0);
     background:url('../img/lineoval.svg');
     background-repeat: repeat;
     height: 5px;
 }
 .mixer-live-arrow .mover-1 {
     animation: moveSlideshow 12s linear infinite;
 }
 .mixer-live-arrow .mover-2 {
     opacity: 0;
     transition: opacity 0.5s ease-out;
     background-position: 0 -200px;
     animation: moveSlideshow 15s linear infinite;
 }

 .youtube-gaming-live-arrow
 {
     top: 580px;
     left: 305px;
     height: 5px;
     max-width: 180px;
     margin: 0 auto;
     position: relative;
     overflow: hidden;
     transform: rotate(180deg);
 }

 .youtube-gaming-live-arrow > div {
     height: 5px;
     width:600px;
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     transform: translate3d(0, 0, 0);
     background:url('../img/lineoval.svg');
     background-repeat: repeat;
     height: 5px;
 }
 .youtube-gaming-live-arrow .mover-1 {
     animation: moveSlideshow 12s linear infinite;
 }
 .youtube-gaming-live-arrow .mover-2 {
     opacity: 0;
     transition: opacity 0.5s ease-out;
     background-position: 0 -200px;
     animation: moveSlideshow 15s linear infinite;
 }




 .facebook-live-icon
  {
      right: 90px;
      top: 220px;
  }


 .youtube-live-icon
 {
     right:50px;
     top:240px;
 }
 .periscope-live-icon
 {
     right:20px;
     top:310px;
 }
 .twitch-live-icon
 {
     right:10px;
     top:380px;
 }


 .vk-live-icon
 {
     right:20px;
     top:450px;
 }
 .mixer-live-icon
 {
     right:50px;
     top:520px;
 }

 .youtube-gaming-live-icon
 {
     right:90px;
     top:590px;
 }
 .camera-live-icon
 {
     left:0;
     top: 349px;
 }

 .camera-icon {
     position: absolute;
     z-index: 12;

 }

 .camera-live-arrow
 {
     top: 370px;
     left: -310px;
     height: 5px;
     max-width: 180px;
     margin: 0 auto;
     position: relative;
     overflow: hidden;
     transform: rotate(180deg);
 }

 .camera-live-arrow > div {
     height: 2px;
     width:600px;
     /*border-bottom:5px dashed #fff;*/
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     transform: translate3d(0, 0, 0);
     background:url('../img/round.svg');
     background-repeat: repeat;
     height: 5px;
 }
 .camera-live-arrow .mover-1 {
     animation: moveSlideshow 12s linear infinite;
 }
 .camera-live-arrow .mover-2 {
     opacity: 0;
     transition: opacity 0.5s ease-out;
     background-position: 0 -200px;
     animation: moveSlideshow 15s linear infinite;
 }


 .header-menu
 {
     float: left;
     width: 100%;
 }
 .header-menu ul
 {
     padding: 0px;
     margin:55px 0px 0px 0px;
 }
 .header-menu ul li
 {
     float: left;
     height: 40px;
     line-height: 40px;
     padding: 0px 2rem 0px 0px;
     list-style: none;
 }
 .header-menu ul li a
 {
    color:#fff;
    text-decoration: none;
    font-size: 18px;
     font-weight: 100;
 }

.header-menu ul li:first-child a
{
    font-weight: 400;
}

.header-menu ul li a:hover
{
    font-weight: 400;
}
.modal-content
{
    height: 85vh;
    -webkit-border-radius: 1rem !important;
    -moz-border-radius: 1rem !important;
    border-radius: 1rem !important;
    background-color: #808080;
}
 .account-avatar
 {
     float: left;
     cursor:pointer;
     margin-right: 10px;
 }
 .account-avatar img
 {
     max-width:100%;
     height: 40px;
 }

#account-menu
{
    position: fixed;
}
 .account-menu
 {
     float: right;
     height: 40px;
     line-height: 40px;
     display: inline-block;
     margin-top: 60px;
     cursor:pointer;
 }
 .account-menu-inside
 {
     position: absolute;
     width:150px;
     /*background-color: #86868673;*/
     background-color: rgba(134, 134, 134, 0.45);
     border-top: 3px solid #fff;
     margin-top:20px;
     border-radius: 2px;
     border-bottom-left-radius: 5px;
     border-bottom-right-radius: 5px;
     display: none;
 }
 .open-account-menu
 {
     display: block !important;
 }
 .account-menu-inside ul
 {
     margin: 0px;
     padding: 0px 0px;
 }
 .account-menu-inside ul li
 {
     float: left;
     width: 100%;
     height: 30px;
     line-height: 30px;
     list-style: none;
     padding: 0px 0px;
     text-align: center;
 }
 .account-menu-inside ul li:hover
 {
     background: rgba(215,197,224,1);
     background: -moz-linear-gradient(left, rgba(215,197,224,1) 0%, rgba(213,48,144,0.75) 51%, rgba(0,172,211,0.5) 100%);
     background: -webkit-gradient(left top, right top, color-stop(0%, rgba(215,197,224,1)), color-stop(51%, rgba(213,48,144,0.75)), color-stop(100%, rgba(0,172,211,0.5)));
     background: -webkit-linear-gradient(left, rgba(215,197,224,1) 0%, rgba(213,48,144,0.75) 51%, rgba(0,172,211,0.5) 100%);
     background: -o-linear-gradient(left, rgba(215,197,224,1) 0%, rgba(213,48,144,0.75) 51%, rgba(0,172,211,0.5) 100%);
     background: -ms-linear-gradient(left, rgba(215,197,224,1) 0%, rgba(213,48,144,0.75) 51%, rgba(0,172,211,0.5) 100%);
     background: linear-gradient(to right, rgba(215,197,224,1) 0%, rgba(213,48,144,0.75) 51%, rgba(0,172,211,0.5) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7c5e0', endColorstr='#00acd3', GradientType=1 );
 }
 .account-menu-inside ul li a
 {
    text-decoration: none;
     color:#fff;
     font-size: 14px;
     float: left;
     width:100%
 }
    .acount-menu-arrow
 {
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #fff;
        border-top: 15px solid transparent;
        display: inline-block;
        position: absolute;
        z-index: 12;
        top: -32px;
        left: 6px;

 }
.account-name
{
    float: left;
    text-align: center;
    color:#fff;
    padding: 0px 0px;
    position: relative;
    min-width: 100px;
    font-weight: 400;
    font-size: 16px;
}
.account-status
{
    position: absolute;
    bottom: 0px;
    left: 0;
    text-align: center;
    line-height: 30px;
    font-size: 12px !important;
    width: 100%;
    height: 20px;
}

.account-menu-exit
{

}

#account-menu-exit .modal-content
{
    height: 220px !important;
    background: #808080;
    color:#fff;
}
#account-menu-exit .modal-body
{
    height: auto;
}

.modal-title
{
    font-weight: 500;
    font-size: 18px !important;
}

#account-menu-exit {
    top: 50%;
    transform: translateY(-50%);
}
#account-menu-exit .modal-header  span{
    color:#fff
}
#account-menu-exit .modal-footer .button_type_action
{
    border: 1px solid #fff;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 1rem;
    background: #fff !important;
    color: #333 !important;
    height: 25px;
    line-height: 25px;
    cursor:pointer;
}
#account-menu-exit .modal-footer .button_type_action:hover
{
    background:none !important;
}
#account-menu-exit .modal-footer .button_type_action a
{
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-family: 'roboto';
}
#account-menu-exit .modal-footer .button_type_action:hover a
{
    color:#fff;
}

/*thumbnail modal  start*/

#thumcontrol .modal-content
{
    height: 220px !important;
    background: #808080;
    color:#fff;
}
#thumcontrol .modal-body
{
    height: auto;
}

.modal-title
{
    font-weight: 500;
    font-size: 18px !important;
}

#thumcontrol {
    top: 50%;
    transform: translateY(-50%);
}
#thumcontrol .modal-header  span{
    color:#fff
}
#thumcontrol .modal-footer .button_type_action
{
    border: 1px solid #fff;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 1rem;
    background: #fff !important;
    color: #333 !important;
    height: 25px;
    line-height: 25px;
    cursor:pointer;
}
#thumcontrol .modal-footer .button_type_action:hover
{
    background:none !important;
}
#thumcontrol .modal-footer .button_type_action a
{
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-family: 'roboto';
}
#thumcontrol .modal-footer .button_type_action:hover a
{
    color:#fff;
}

/*thumbnail modal finish*/


/*thumbtype modal  start*/

#thumbtype .modal-content
{
    height: 220px !important;
    background: #808080;
    color:#fff;
}
#thumbtype .modal-body
{
    height: auto;
}

.modal-title
{
    font-weight: 500;
    font-size: 18px !important;
}

#thumbtype {
    top: 50%;
    transform: translateY(-50%);
}
#thumbtype .modal-header  span{
    color:#fff
}
#thumbtype .modal-footer .button_type_action
{
    border: 1px solid #fff;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 1rem;
    background: #fff !important;
    color: #333 !important;
    height: 25px;
    line-height: 25px;
    cursor:pointer;
}
#thumbtype .modal-footer .button_type_action:hover
{
    background:none !important;
}
#thumbtype .modal-footer .button_type_action a
{
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-family: 'roboto';
}
#thumbtype .modal-footer .button_type_action:hover a
{
    color:#fff;
}

/*thumbtype modal finish*/



/*thumbtype modal  start*/

#setuprtmp .modal-content
{
    height: 220px !important;
    background: #808080;
    color:#fff;
}
#setuprtmp .modal-body
{
    height: auto;
}

.modal-title
{
    font-weight: 500;
    font-size: 18px !important;
}

#setuprtmp {
    top: 50%;
    transform: translateY(-50%);
}
#setuprtmp .modal-header  span{
    color:#fff
}
#setuprtmp .modal-footer .button_type_action
{
    border: 1px solid #fff;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 1rem;
    background: #fff !important;
    color: #333 !important;
    height: 25px;
    line-height: 25px;
    cursor:pointer;
}
#setuprtmp .modal-footer .button_type_action:hover
{
    background:none !important;
}
#setuprtmp .modal-footer .button_type_action a
{
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-family: 'roboto';
}
#setuprtmp .modal-footer .button_type_action:hover a
{
    color:#fff;
}

/*thumbtype modal finish*/


.btn-none
{
    border:0px;
    background:none;
    color:#fff;
    cursor:pointer;
}
.btn-none:hover
{
    background:none !important;
    border:0px !important;
}




.button-white
{
    border: 1px solid #fff !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    padding: 0px 1rem !important;
    background: #fff !important;
    background-color: #fff !important;
    color: #333 !important;
    height: 25px !important;
    line-height: 25px !important;
    cursor:pointer !important;
    font-weight: 600 !important;
}
.button-white:hover
{
    background:none !important;
    color:#fff !important;

}
.account-exit
{
    float: left;
    margin-left: 10px;
}
 .account-exit img
 {
     height: 10px;
 }

 .stream-add-menu
 {
     float: left;
     width:100%;
     margin:20px 0px;
 }
 .stream-add-menu ul
 {
     margin: 0px;
     padding: 0px;
     display: inline-grid;
 }
 .stream-add-menu ul li
 {
     float: left;
     height:auto;
     line-height: 40px;
     list-style: none;
     color:#fff;
     text-align: left;
     margin: 8px 0px;
 }
 .stream-add-menu ul li small
 {
     -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
     border-radius: 100%;
     height: 30px;
     width: 30px;
     line-height: 30px;
     border: 1px solid #fff;
     float: left;
     color: #fff;
     text-align: center;
     margin: 0px 8px;
     background: none;
     font-weight: 600;
     font-size: 14px;
 }

.stream-add-menu ul li p
{
    float: left;
    display: flex;
    margin: 0px;
    height: 30px;
    line-height: 30px;
}
 .stream-menu-btn
 {
     top: 50%;
     height: 40px;
     width: 40px;
     position: absolute;
     left: 40px;
     line-height: 40px;
     text-align: center;
     z-index: 2;
 }
 .stream-page
 {
     float: left;
     width:100%;
     margin-top:25vh;

 }
 .stream-title
 {
     float: left;
     width:100%;
     text-align: center;
 }
 .stream-title h3
 {
    display:inline-block;
     padding: 0px 5vh;
     height: 50px;
     line-height: 50px;
     border-bottom: 1px solid #fff;
     color:#fff;
     margin-bottom:2vh;
     font-size: 18px;
 }


 /* width */
 ::-webkit-scrollbar {
     width: 5px;
 }

 /* Track */
 ::-webkit-scrollbar-track {
     box-shadow: inset 0 0 5px grey;
     border-radius: 10px;
 }

 /* Handle */
 ::-webkit-scrollbar-thumb {
     background: #848484;
     border-radius: 10px;
 }

 /* Handle on hover */
 ::-webkit-scrollbar-thumb:hover {
     background: #fff;
 }


#buy-modal .modal-content
{
    height: 40vh !important;
    background: #808080;
    color:#fff;
}
#buy-modal .modal-body
{
    height: auto;
}

#buy-modal {
    top: 50%;
    transform: translateY(-50%);
}
#buy-modal .modal-header  span{
    color:#fff
}


#buydoubling-modal .modal-content
{
    height: 30vh !important;
    background: #808080;
    color:#fff;
}
#buydoubling-modal .modal-body
{
    height: auto;
}

#buydoubling-modal {
    top: 50%;
    transform: translateY(-50%);
}
#buydoubling-modal .modal-header  span{
    color:#fff
}




 .channel-scroll
 {
     /* overflow-y: scroll;
     overflow-x: hidden;  */
     float: left;
     width: 100%;
     scrollbar-width: none;
     padding-bottom: 70px;
     padding-top: 70px;
 }
/* width */
.channel-scroll::-webkit-scrollbar {
    width: 0px;
}

/* Track */
.channel-scroll::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px grey;*/
    border-radius: 10px;
}

/* Handle */
.channel-scroll::-webkit-scrollbar-thumb {
    background:none;
    border-radius: 10px;
}

/* Handle on hover */
.channel-scroll::-webkit-scrollbar-thumb:hover {
    background: none;
}
 .channel-box
 {
     float: left;
     width: auto;
     text-align: center;
     position: relative;
     margin: 15px 0px;
     transition: all 0.5s ease-in;
     -moz-transition: all 0.5s ease-in;
     -webkit-transition: all 0.5s ease-in;
     -ms-transition: all 5s ease-in;
 }

.channel-img-div
{
    position: relative;
    z-index: 1;
}
.redopacity
{
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    /*background: rgba(255, 0, 0, 0.35);*/
    z-index:1;
    display:none;
}
.livestatusopen
{
    display: block;
    z-index: 99;
}
.zindexdiv999
{
    z-index:999;
}
.channel-img-div .redopacity
{
    z-index:  999 ;
}
 /* green
 .add-channel-btn
 {
     height: 22px;
     line-height: 22px;
     color:#000;
     background-color: #24E236;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     padding: 0px 1rem;
     font-size: 14px;
 }
.add-channel-btn:hover
{
    background-color:#028c0f;
}
*/
.add-channel-btn
{
    height: 40px;
    line-height: 40px;
    color:#fff;
    /*background-color: #ED002E; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 1rem;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;

}
.add-channel-btn i
{
    /*-webkit-text-stroke: 1px rgba(213,48,144,0.75);*/
}
.add-channel-btn:hover
{

    /*background-color:#b90124; */
    text-decoration: none !important;

}
.channel-box a.addChannelLink:hover
{
    text-decoration: none !important;
}
.channel-scroll .channel-box
{
    width: 100%;
    padding: 0px 5px;
}
.slide-menu.col-md-2
{
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 5s ease-in;
}
.channel-scroll .col-md-2
{
    padding: 0px;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 5s ease-in;
}

 .channel-img
 {
   height: auto;
     width: 100%;
     /* height: 143px;
    width: 143px;*/
 }
 .add-channel-img
 {
     height: 22px;
     width: auto;
 }
#jsNonEmptyChannelsList
{
    float: right;
    margin: 0px;
    right: 0px;
    bottom: -100px;
    z-index: 123;
    width: 100%;

}

#jsNonEmptyChannelsList a
{

    background: rgba(215,197,224,0.5);
    background: -moz-linear-gradient(left, rgba(215,197,224,1) 0%, rgba(213,48,144,0.75) 51%, rgba(0,172,211,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(215,197,224,1)), color-stop(51%, rgba(213,48,144,0.75)), color-stop(100%, rgba(0,172,211,1)));
    background: -webkit-linear-gradient(left, rgba(215,197,224,1) 0%, rgba(213,48,144,0.75) 51%, rgba(0,172,211,1) 100%);
    background: -o-linear-gradient(left, rgba(215,197,224,1) 0%, rgba(213,48,144,0.75) 51%, rgba(0,172,211,1) 100%);
    background: -ms-linear-gradient(left, rgba(215,197,224,1) 0%, rgba(213,48,144,0.75) 51%, rgba(0,172,211,1) 100%);
    background: linear-gradient(to right, rgba(215,197,224,1) 0%, rgba(213,48,144,0.75) 51%, rgba(0,172,211,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7c5e0', endColorstr='#00acd3', GradientType=1 );
    /*
    background: -moz-linear-gradient(left, rgba(215,197,224,0.5) 0%, rgba(213,48,144,0.75) 51%, rgba(0,172,211,0.5) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(215,197,224,0.5)), color-stop(51%, rgba(213,48,144,0.75)), color-stop(100%, rgba(0,172,211,0.5)));
    background: -webkit-linear-gradient(left, rgba(215,197,224,0.5) 0%, rgba(213,48,144,0.5) 51%, rgba(0,172,211,0.5) 100%);
    background: -o-linear-gradient(left, rgba(215,197,224,0.5) 0%, rgba(213,48,144,0.5) 51%, rgba(0,172,211,0.5) 100%);
    background: -ms-linear-gradient(left, rgba(215,197,224,0.5) 0%, rgba(213,48,144,0.5) 51%, rgba(0,172,211,0.5) 100%);
    background: linear-gradient(to right, rgba(215,197,224,0.5) 0%, rgba(213,48,144,0.5) 51%, rgba(0,172,211,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7c5e0', endColorstr='#00acd3', GradientType=1 ); */

    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 1rem;
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    opacity:0.5;
}
#jsNonEmptyChannelsList a:hover
{
    opacity:1;
    background: rgba(215,197,224,1);

    background: -moz-linear-gradient(left, rgba(215,197,224,1) 0%, rgba(213,48,144,0.75) 51%, rgba(0,172,211,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(215,197,224,1)), color-stop(51%, rgba(213,48,144,0.75)), color-stop(100%, rgba(0,172,211,1)));
    background: -webkit-linear-gradient(left, rgba(215,197,224,1) 0%, rgba(213,48,144,0.75) 51%, rgba(0,172,211,1) 100%);
    background: -o-linear-gradient(left, rgba(215,197,224,1) 0%, rgba(213,48,144,0.75) 51%, rgba(0,172,211,1) 100%);
    background: -ms-linear-gradient(left, rgba(215,197,224,1) 0%, rgba(213,48,144,0.75) 51%, rgba(0,172,211,1) 100%);
    background: linear-gradient(to right, rgba(215,197,224,1) 0%, rgba(213,48,144,0.75) 51%, rgba(0,172,211,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7c5e0', endColorstr='#00acd3', GradientType=1 );

    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
}
 .channel-on
 {
     width: 35%;
     /*margin-left: 20%;
     margin-bottom: -10%;*/
     margin-left: 0;
     margin-bottom: -13%;
     z-index: 12;
     position: relative;
     -ms-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -webkit-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     transform: rotate(0deg);
     transition: all .3s ease-in;
     -moz-transition: all .3s ease-in;
     -webkit-transition: all .3s ease-in;
     -ms-transition: all .3s ease-in;
     -ms-transition: all .3s ease-in;
     cursor: pointer;
 }
 .channel-on  img
 {
     width: 100%;

 }


 #channels .owl-dots .owl-dot
 {
     display: none;
 }
 #channels .owl-controls .owl-buttons .owl-prev {
     left: 0;
     padding-left: 20px;
 }
 #channels .owl-nav
 {
     margin:0px;
 }
  #channels  .owl-controls .owl-buttons div {
     background: transparent;
     color: #869791;
     font-size: 40px;
     line-height: 300px;
     margin: 0;
     padding: 0 60px;
     position: absolute;
     top: 0;
 }

 #channels .owl-nav button.owl-next {
     background: 0 0;
     color: inherit;
     border: none;
     padding: 0!important;
     font: inherit;
     position: absolute;
     right: -30px;
     height: 100%;
     top: 0px;
     z-index: 16;
 }
 #channels .owl-nav button.owl-next i
 {
    color:#fff;
 }
 #channels .owl-nav button.owl-prev {
     background: 0 0;
     color: inherit;
     border: none;
     padding: 0!important;
     font: inherit;
     position: absolute;
     left: -30px;
     height: 100%;
     top: 0px;
     z-index: 16;
 }
 #channels .owl-nav button.owl-prev i
 {
    color:#fff;
 }
 #channels .owl-stage-outer
 {
     overflow-y: -webkit-paged-y;
     width:100%;
 }
#channels  .owl-stage
{
    width:100% !important;
}
.set
 {

 }

.channel-box-arrow
{
    display: none;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 23px solid #fff;
    border-top: 0px solid transparent;
    position: absolute;
    z-index: 12;
    /* bottom: -23px; */
    right: 0;
    left: 0;
    margin: auto;
}
/**/

@media screen and (min-width: 768px) {

    .app-brick:nth-child(2) .channel-setttings {
        left: -100%;
    }

    .app-brick:nth-child(3) .channel-setttings {
        left: -200%;
    }

    .app-brick:nth-child(4) .channel-setttings {
        left: -300%;
    }
    .app-brick:nth-child(5) .channel-setttings {
        left: -400%;
    }
    .app-brick:nth-child(6) .channel-setttings {
        left: -500%;
    }

/*
    .app-brick:nth-child(1n+6) .channel-setttings {
        left:0 ;
    }

    .app-brick:nth-child(2n+6) .channel-setttings {
        left: -100%;
    }

    .app-brick:nth-child(3n+6) .channel-setttings {
        left: -200%;
    }

    .app-brick:nth-child(4n+6) .channel-setttings {
        left: -300%;
    }
    .app-brick:nth-child(5n+6) .channel-setttings {
        left: -400%;
    }
    .app-brick:nth-child(6n+6) .channel-setttings {
        left: -500%;
    }
*/

    .app-brick:nth-child(6n+1) .channel-setttings {
        left:0 ;
    }

    .app-brick:nth-child(6n+2) .channel-setttings {
        left: -100%;
    }

    .app-brick:nth-child(6n+3) .channel-setttings {
        left: -200%;
    }

    .app-brick:nth-child(6n+4) .channel-setttings {
        left: -300%;
    }
    .app-brick:nth-child(6n+5) .channel-setttings {
        left: -400%;
    }
    .app-brick:nth-child(6n+6) .channel-setttings {
        left: -500%;
    }


        /*genisleme*/


    .stream-item-middle-box .col-md-2.app-brick:nth-child(2) .channel-setttings {
        left: -100%;
    }

    .stream-item-middle-box .col-md-2.app-brick:nth-child(3) .channel-setttings {
        left: -200%;
    }

    .stream-item-middle-box .col-md-2.app-brick:nth-child(4) .channel-setttings {
        left: -300%;
    }
    .stream-item-middle-box .col-md-2.app-brick:nth-child(5) .channel-setttings {
        left: -400%;
    }
    .stream-item-middle-box .col-md-2.app-brick:nth-child(6) .channel-setttings {
        left: -500%;
    }
    .stream-item-middle-box .col-md-2.app-brick:nth-child(7) .channel-setttings {
        left: -600%;
    }

    .stream-item-middle-box .col-md-2.app-brick:nth-child(8) .channel-setttings {
        left: -700%;
    }
/*    .stream-item-middle-box .col-md-2:nth-child(9) .channel-setttings {
        left: -800%;
    } */

    .stream-item-middle-box .col-md-2.app-brick:nth-child(8n+1) .channel-setttings {
        left: 0;
    }

    .stream-item-middle-box .col-md-2.app-brick:nth-child(8n+2) .channel-setttings {
        left: -100%;
    }

    .stream-item-middle-box .col-md-2.app-brick:nth-child(8n+3) .channel-setttings {
        left: -200%;
    }

    .stream-item-middle-box .col-md-2.app-brick:nth-child(8n+4) .channel-setttings {
        left: -300%;
    }
    .stream-item-middle-box .col-md-2.app-brick:nth-child(8n+5) .channel-setttings {
        left: -400%;
    }
    .stream-item-middle-box .col-md-2.app-brick:nth-child(8n+6) .channel-setttings {
        left: -500%;
    }
    .stream-item-middle-box .col-md-2.app-brick:nth-child(8n+7) .channel-setttings {
        left: -600%;
    }
    .stream-item-middle-box .col-md-2.app-brick:nth-child(8n+8) .channel-setttings {
        left: -700%;
    }
}

.open-setting
{
    display:block !important;
}

.toggle.ios.btn, .toggle-on.ios.btn, .toggle-off.ios.btn {
    line-height: 22px;
}
.toggle-group .btn-success
 {
     background-color:  #10911a !important;
 }
.toggle-group .btn-danger
{
    /*background-color:  #dc3545 !important; */
    background-color:  #ff0000!important;
}
.toggle.ios .toggle-handle { border-radius: 20px; }


.btn.toggle:disabled
{
    opacity:0.5 !important;
}

.channell-switch-btn
{
    position: absolute;
    right: 40px;
    top: 4px;
}
.channell-switch-btn h4
{
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 29px;
    height: 30px;
    padding-right: 5px;
    font-weight: 400;
}
.channell-switch-btn .toggle
{
    border-radius: 22px;
}
.channell-switch-btn .toggle-group
{
    line-height: 18px !important;
}
.channell-switch-btn .toggle.btn
{
    padding: 0px;
    border-radius: 22px;
    height: 22px;
    line-height: 22px;
}

.channell-switch-btn .toggle-group .toggle-off
{
    padding-right: 10px;
    line-height: 22px;
}
.channell-switch-btn .toggle-group .toggle-handle
{
    margin: 0px !important;
    padding: 0px !important;
    height: 22px !important;
    width: 22px !important;
    border-radius: 22px;
    line-height: 18px;
}
.toggle-off.btn {
    padding-left: 11px;
}
.channel-setttings
{
    display: none;
    float: left;
    position: relative;
    top: 5px;
    border-top: 2px solid #fff;
    border-radius: 5px;
    z-index: 15;
    /*background-color: #86868673;*/
    background-color: rgba(134, 134, 134, 0.45);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    width: 600%;
}



.channell-setting-footer
{
    border-top:1px solid #777777;
    float: left;
    width: 100%;
    margin: 5px 0px 0px 0px;

}
.channell-setting-footer input[type=submit]
{
    background: #fff;
    padding: 0px 1rem;
    height: 20px;
    margin:5px 0px !important;
    line-height: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #fff;
    float: right;
    color:#333;
    margin: 7px 10px !important;
    text-transform: uppercase;
    font-weight: 600;


}
.channell-setting-footer input[type=submit]:hover
{

    background: none !important;
    color:#fff;
}

.trash-btn
{

}
.trash
{
    margin-right:5px;
    height: 15px;
}
.transcode-section img
{
    width: auto !important;
    margin: 5px;
    float: left;

}
.transcode-section b
{
    width: auto !important;
    float: left;
    font-size: 12px;
    font-weight: 100;
}
@media screen and (min-width: 1000px) {
    .channel-setttings, .stream-page
    {
        width: 600%;
    }
    .stream-item-middle-box .channel-setttings
    {
        width: 800%;
    }

}
#deleteplat .modal-content
{
    height: 20vh !important;
    background: #808080;
    color:#fff;
}
#deleteplat .modal-body
{
    height: auto;
}

#deleteplat {
    top: 50%;
    transform: translateY(-50%);
}
#deleteplat .modal-header  span{
    color:#fff
}
/* eski kodlar
.channel-setttings
{
    display: none;
    float: left;
    position: relative;
    border-top: 2px solid #fff;
    width: 100%;
    background-color: #86868673;
    z-index: 12;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
}

 @media screen and (min-width: 1000px) {
     .channel-setttings, .stream-page
 {
         width:100%;
 }


 }

*/


.channel-title
{
    float: left;
    width:100%;
    position: relative;
    text-align: left;
}

.channel-title .fa-chevron-circle-left
{
    font-size: 20px;
    margin: 7.5px;
    cursor:pointer;
}
.channel-title .fa-chevron-circle-left:hover
{
    opacity: 0.5;
}
 .channel-title .trash
 {
     float: right;
     width:auto !important;
     margin:0.5rem;
 }
 .channel-title .close
 {
     float: right;
     width: 20px !important;
     margin: 7.5px;
     height: 20px;
 }
 .channel-title .left
 {
     float: left;
     width: auto !important;
     margin: 5px;
     cursor: pointer;
     height: 25px;
     z-index: 12;
 }
.channel-title h3
{
    float: left;
    width: 100%;
    border-bottom: 1px solid #fff;
    height: 35px;
    line-height: 35px;
    text-align: left;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 0px .5rem;
}
.thumbnail
{
    margin-top: 10px;
    float: left;
    position: relative;
    width: 50%;
    cursor:pointer;
}
 .thumbnail small
 {
     float: left !important;
     text-align: left !important;
     font-size: 12px !important;
     width: auto !important;
     cursor:pointer;
 }
 /*
 .thumbnail input[type=file]::before
 {
     float: left;
     width:10%;
     height: 10px;
     margin:5px 0 0 0;
     background:url(../img/thumbnail.png);
 }
*/

.thumbnail-input
{
    float: left;
    width: 14px;
    height: 14px;
    background:url(../img/thumbnail.svg);
    background-size:100% 100%;
    background-repeat: no-repeat;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border:0px !important;
    margin-top: 7px;
    cursor:pointer;
    margin-left: 5px;

}
 .thumbnail input[type=file]
 {
     float: left;
     width: 100%;
     background-size: 100% 100%;
     background-repeat: no-repeat;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     height: auto;
     border: 0px !important;
     overflow: hidden;
     position: absolute;
     opacity: 0;
     cursor:pointer;
 }

 .thumbnail-inside
 {
     display: inline-block;
     cursor:pointer;
 }
.thumbnail-inside i
{
    margin: 5px;
    color: #a0a0a0;
}
 
 .thumbnail-preview
 {
     position: absolute;
     width:100px;
 }
.thumbnail-preview.open
{
    display: block !important;


}
.thumbnail-preview img
{
    max-width: 100%;
    height: 1px;
}
.thumbnail-preview.open img
{

}

.thumbnail .thumbnail-preview img
{
    transform:scale(0.1);
    transition:transform .5s linear;
}
.thumbnail:hover .thumbnail-preview img
{
    height: auto;
    transform:scale(1);

}
 /*
 .thumbnail input[type=file]::-webkit-file-upload-button {
     float: left;
     width:14px;
     height: 14px;
     margin:0px 0 0 0;
     background:url(../img/thumbnail.svg);
     background-size:100% 100%;
     background-repeat: no-repeat;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     border:0px !important;
 }
 */

 .delete-channel-btn
 {
     display: inline-block;
     font-size: 14px;
     color: #fff;
     height: 35px;
     line-height: 35px;
     float: right;
 }

.delete-channel-btn i
{
    margin-right:5px;
}
.delete-channel-btn a
{
    color: #fff !important;
}
.delete-channel-btn a:hover
{

    text-decoration: underline !important;
}
 .enable-chat-inside
 {
 }

 .enable-chat
 {
     margin-top: 10px;
     float: left;
     width: 50%;
     display: inline-block;
 }
 .enable-chat small
 {
     float: right !important;
     width: 75% !important;
     text-align: right !important;
     font-size: 12px !important;
 }

.enable-chat[disabled] small
{
    color: rgb(150, 150, 150)
}
 .enable-chat input[type=checkbox]
   {
     float: right;
     max-width: 20%;
     position: relative;
     margin-left: 5%;
     height: 14px;
     width: 14px;
     margin-top:8px;
   }
.thumbnail[disabled] small
{
    color: rgb(150, 150, 150)
}
.Authentication[disabled] b
{
    color: rgb(150, 150, 150)
}



/* All Title Edit  start  */
.all-title-edit .enable-chat
{
    float: right;
}
.all-title-edit .enable-chat .enable-chat-inside input[type=checkbox]
{
    float: right;
    max-width: 20%;
    position: relative;
    margin-left: 10px;
    height: 20px;
    width: 20px;
    margin-top: 3px;
}
.all-title-edit .enable-chat .enable-chat-inside small
{
    font-size: 18px !important;
}
.borderleftone
{
    border-left:1px solid #909090;
}

.all-title-edit .thumbnail .thumbnail-inside small
{
    font-size: 18px !important;
}
.all-title-edit .thumbnail .thumbnail-inside .thumbnail-input
{
    width: 20px;
    height: 20px;
    margin-top: 2px;
    margin-left: 10px;
}
.alltitle-btn .account-name-btn
{
    margin: 35px 0px 0px 0px;
}
.opacity05
{
    opacity: 0.5
}
 .transcode-img
 {
     width: auto !important;
     float: left;
     height: 20px;
 }
 .switch-class
 {
     display:inline-block;
     float: left;
     width: 50% !important;
     height: 30px;
     padding: 0px 5px;
 }
.switch-class>div
{
    width: 60px !important;
    height: 30px;
    float: right;
}
.switch-class>div>div
{
    border-radius: 5px !important;
    margin-top: 5px !important;
    line-height: 20px !important;
}
.switch-class>div>div>div
{
    height: 20px !important;
    padding: 2px 1px 2px 5px !important;

}

.react-switch-bg
 {
    margin-bottom: 0px !important;
     height: 20px !important;
    font-size: 11px !important;
    text-align: center;
    font-weight: bold;
 }
.react-switch-bg:only-child
{
    height: 20px !important;
}
.react-switch-handle
{
    top: 0px !important;
    height: 20px !important;
    width: 30px !important;
    border-radius: 5px !important;
}
.work-right
{
    float: right;
    margin-top: 6px;
    cursor:pointer;
    z-index: 22;
    position: relative;
    height: 22px;
}
.work-right-menu-inside
{
    position: absolute;
    width: 120px;
    background-color: #86868673;
    border-left: 3px solid #fff;
    top: 0px;
    border-radius: 2px;
    z-index: 16;
    right: -135px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
}
.work-right-menu-arrow
{
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    display: inline-block;
    position: absolute;
    z-index: 12;
    top: 0px;
    left: -37px;
}




 .work-right-menu-inside ul
 {
    margin:0px;
    padding: 0px;
 }
 .work-right-menu-inside ul li
 {
    float: left;
    width:100%;
     list-style: none;
     padding: 0px 5px;
 }

.work-right-menu-inside ul li:last-child
{
    border-top: 1px solid #777;
    background: #777;
    padding: 0px 5px 5px 5px;
    border-bottom-right-radius: 5px;
}

 .work-right-menu-inside ul li:hover
 {
     background: rgba(215,197,224,1);
     background: -moz-linear-gradient(left, rgba(215,197,224,1) 0%, rgba(213,48,144,0.75) 51%, rgba(0,172,211,0.5) 100%);
     background: -webkit-gradient(left top, right top, color-stop(0%, rgba(215,197,224,1)), color-stop(51%, rgba(213,48,144,0.75)), color-stop(100%, rgba(0,172,211,0.5)));
     background: -webkit-linear-gradient(left, rgba(215,197,224,1) 0%, rgba(213,48,144,0.75) 51%, rgba(0,172,211,0.5) 100%);
     background: -o-linear-gradient(left, rgba(215,197,224,1) 0%, rgba(213,48,144,0.75) 51%, rgba(0,172,211,0.5) 100%);
     background: -ms-linear-gradient(left, rgba(215,197,224,1) 0%, rgba(213,48,144,0.75) 51%, rgba(0,172,211,0.5) 100%);
     background: linear-gradient(to right, rgba(215,197,224,1) 0%, rgba(213,48,144,0.75) 51%, rgba(0,172,211,0.5) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7c5e0', endColorstr='#00acd3', GradientType=1 );

 }

.work-right-menu-inside ul li:last-child:hover
{
    background:none;
}
 .work-right-menu-inside ul li a
{
    color:#fff;
     text-decoration: none;
     font-size:14px;
     font-weight: 100;
}
.work-right-menu-inside ul li a span
{
    float:left;
    width:100%;
    height: 20px;
    line-height: 20px;
    color:#fff;
    margin: 5px 0px 0px 0px;
    text-align: center;
    font-weight: 400;

}

.work-right-menu-inside ul li a span:nth-last-child(1)
{
    border:1px solid #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    font-size:12px;
    width:50%;
    margin: 0px 0px 5px 0px;
}
.work-right-menu-inside ul li a span:nth-last-child(1):hover
{
    background-color: #00000045;
}
.work-right-menu-inside ul li a span:nth-last-child(2)
{
    border:1px solid #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    font-size:12px;
    width:50%;
    margin: 0px 0px 5px 0px;
}
.work-right-menu-inside ul li a span:nth-last-child(2):hover
{
    background-color: #00000045;
}
.work-right-menu-inside ul li a span:nth-last-child(2).active
{
    color:#23e136;
    background-color: #00000045;
    font-weight: bold;
}
.work-right-menu-inside ul li a span:nth-last-child(1).active
{
    color:#ED002E;
    background-color: #00000045;
    font-weight: bold;
}
 .settings-form
{
     float: left;
     width: 100%;
 }

.settings-form .input-group input[type=text]
 {
    width:85% !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
 }
.settings-form .input-group-append
{
    width: 15%;
    margin: 2px 0px 2px -1px;
    cursor: pointer;

}

.settings-form .input-group-text
{
    padding: 0px;
    text-align:center;
    width:100%;
    background: #b1b1b1;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid #333333;
    border-left:0px;
}
.settings-form .input-group-text img
{
    height: 15px;
    width:15px;
    margin: 0px auto;
}
.settings-form .input-group-text img:hover
{
    opacity: 0.7;
}
 .channel-select
 {
     background-color:#979797;
     height: 25px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     border-radius: 10px;
 }
select.channel-select option:hover
{
    background: rgba(215,197,224,1);
    background: -moz-linear-gradient(left, rgba(215,197,224,1) 0%, rgba(213,48,144,0.75) 51%, rgba(0,172,211,0.5) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(215,197,224,1)), color-stop(51%, rgba(213,48,144,0.75)), color-stop(100%, rgba(0,172,211,0.5)));
    background: -webkit-linear-gradient(left, rgba(215,197,224,1) 0%, rgba(213,48,144,0.75) 51%, rgba(0,172,211,0.5) 100%);
    background: -o-linear-gradient(left, rgba(215,197,224,1) 0%, rgba(213,48,144,0.75) 51%, rgba(0,172,211,0.5) 100%);
    background: -ms-linear-gradient(left, rgba(215,197,224,1) 0%, rgba(213,48,144,0.75) 51%, rgba(0,172,211,0.5) 100%);
    background: linear-gradient(to right, rgba(215,197,224,1) 0%, rgba(213,48,144,0.75) 51%, rgba(0,172,211,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7c5e0', endColorstr='#00acd3', GradientType=1 );
}

.channel-select:hover
{
    background: rgba(215,197,224,1);
    background: -moz-linear-gradient(left, rgba(215,197,224,1) 0%, rgba(213,48,144,0.75) 51%, rgba(0,172,211,0.5) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(215,197,224,1)), color-stop(51%, rgba(213,48,144,0.75)), color-stop(100%, rgba(0,172,211,0.5)));
    background: -webkit-linear-gradient(left, rgba(215,197,224,1) 0%, rgba(213,48,144,0.75) 51%, rgba(0,172,211,0.5) 100%);
    background: -o-linear-gradient(left, rgba(215,197,224,1) 0%, rgba(213,48,144,0.75) 51%, rgba(0,172,211,0.5) 100%);
    background: -ms-linear-gradient(left, rgba(215,197,224,1) 0%, rgba(213,48,144,0.75) 51%, rgba(0,172,211,0.5) 100%);
    background: linear-gradient(to right, rgba(215,197,224,1) 0%, rgba(213,48,144,0.75) 51%, rgba(0,172,211,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7c5e0', endColorstr='#00acd3', GradientType=1 );
}

select.decorated option:hover {
    box-shadow: 0 0 10px 100px #fff inset;
}
 .transcode-section
 {
     float: left;
     width:100%;
     border-radius: 5px;
     background: #333;
     height: 25px;
     margin: 0px 0px 0px 0px;
     min-height: 90px;
 }
 .settings-form label
 {
     margin: 0px;
     text-align: left;
     width: 100%;
     color: #fff;
     font-size: 14px;
     font-weight: 400;
 }
 .settings-form input[type=text]
{
     margin: 2px 0px;
     width: 100%;
     border-radius: 8px;
     border: 0px;
     background: #b1b1b1;
     height: 30px;
     line-height: 30px;
     padding: 0px 5px;
     font-size:12px;
     border: 1px solid #333333;
 }
 .settings-form textarea
 {
     margin: 2px 0px;
     width: 100%;
     border-radius: 10px;
     border: 0px;
     background: #ffffffbf;
     padding: 0px 5px;
     min-height: 133px;
 }


 /*
 .settings-form input[type="submit"]
 {
     margin:15px 0px;
     float: right;
     border-radius: 10px;
     border: 1px solid #fff;
     background:none;
     height: 30px;
     line-height: 30px;
     display: inline-block;
     color:#fff;
     padding: 0px 1rem;

 }
 */
 .settings-form select
 {
     margin: 1px 0px;
     width: 100%;
     border-radius: 5px;
     border: 0px !important;
     background: #d1d1d1 !important;
     height: 30px;
     font-size: 12px;
     color:#fff;
     background: #818181 !important;

 }
.edited-box
{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}




 .switch {
     position: relative;
     display: inline-block;
     width: 80px !important;
     height: 25px;
     float: left;
 }

 .switch input[type=checkbox] {
     opacity: 0;
     width: 0 !important;
     height: 0;
 }

 .slider {
     position: absolute;
     cursor: pointer;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #ccc;
     -webkit-transition: .4s;
     transition: .4s;
 }

 .slider:before {
     position: absolute;
     content: "";
     height: 25px;
     width: 40px;
     left: 0px;
     right: 0;
     bottom: 0px;
     background-color: white;
     -webkit-transition: .4s;
     transition: .4s;
 }

 input:checked + .slider {
     background-color: #D43091;
 }

 input:focus + .slider {
     /*box-shadow: 0 0 1px #D43091; */
 }

 input:checked + .slider:before {
     -webkit-transform: translateX(40px);
     -ms-transform: translateX(40px);
     transform: translateX(40px);
 }

 /* Rounded sliders */
 .slider.round {
     border-radius: 22px;
 }

 .slider.round:before {
     border-radius: 20px;
 }



 .settings-form  small
{
     width: 25%;
     float: left;
     text-align: center;
     height: 30px;
     line-height: 30px;
     color: #fff;
     font-size: 12px;
     font-weight: 400;
}

.success-alerts
{
    height: 200px !important;
}



 .channel-off
 {
     height: 42px;
     width: 42px;
     margin-left: 20%;
     margin-bottom: -10%;
     z-index: 12;
     position: relative;
     -ms-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -webkit-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     transform: rotate(0deg);
     transition: all .3s ease-in;
     -moz-transition: all .3s ease-in;
     -webkit-transition: all .3s ease-in;
     -ms-transition: all .3s ease-in;
     -ms-transition: all .3s ease-in;
     cursor: pointer;
 }

 .on
 {
     -ms-transform: rotate(-180deg);
     -moz-transform: rotate(-180deg);
     -webkit-transform: rotate(-180deg);
     -o-transform: rotate(-180deg);
     transform: rotate(-180deg);
     transition: all .3s ease-in;
     -moz-transition: all .3s ease-in;
     -webkit-transition: all .3s ease-in;
     -ms-transition: all .3s ease-in;
     -ms-transition: all .3s ease-in;
 }
 .channel-work
 {
     margin-left: 70%;
     margin-top: -15%;
     position: relative;
     height: 35px;
     width: 35px;
     cursor:pointer;
     z-index: 1;
 }
 .stream-box
 {
     float: left;
     width: 20%;
     text-align: center;
     margin:3vh 0px;
 }
 .stream-img
 {
     height: 143px;
     width:143px;
     -webkit-transform: scale(1);
     -ms-transform: scale(1);
     -moz-transform: scale(1);
     transition: all .3s ease-in;
     -moz-transition: all .3s ease-in;
     -webkit-transition: all .3s ease-in;
     -ms-transition: all .3s ease-in;
     -ms-transition: all .3s ease-in;
 }
 .stream-img:hover
 {
     -webkit-transform: scale(1.1);
     -ms-transform: scale(1.1);
     -moz-transform: scale(1.1);
     transition: all .3s ease-in;
     -moz-transition: all .3s ease-in;
     -webkit-transition: all .3s ease-in;
     -ms-transition: all .3s ease-in;
 }

 .video-info
 {
     height: 20px;
     line-height: 20px;
     -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
     border-radius: 100%;
     /*border: 1px solid #ffffffbd;*/
     border: 1px solid rgba(255, 255, 255, 0.75);
     position: absolute;
     top: 5px;
     z-index: 999;
     right: 5px;
     width: 20px;
     text-align: center;
     cursor: pointer;
 }
.video-info i
{
    /*color: #ffffffbd;*/
    color: rgba(255, 255, 255, 0.75);
    -webkit-text-stroke: 1px black;
}

.stream-information
{
    background-color: #808080;
    position: absolute;
    /*
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    */
    left: 88%;
    width: 80%;
    -webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.75);
    border-radius: 10px;

}
.d-table
{
    width:100% !important;
}
.account-name.d-table
{
    width: auto !important;
}
.stream-information-title
{
    border-bottom:1px solid #a2a2a2;
    height: 30px;
    line-height: 30px;
}
.stream-information-title h3
{
    font-size:16px !important;
    border:0px !important;
    color:#fff !important;
    padding: 0px 1rem;
}
.stream-information-title h3 img 
{
    float: right;
    height: 20px ;
    width:20px;
    margin-top:5px;
    cursor: pointer;
}
.stream-information-desc
{
    padding: 1rem;
    float: left;
    width: 100%;
}



 .iframe
 {
     margin-top: 16vh;
     width:100%;
     background-color: #000;
     height: auto;
 }
.Absolute-Center {
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    color:#fff;
}
 .stream-modal>.modal-dialog>.modal-content
 {
    background: none !important;
 }
.modal-body
{
    height: 600px;
}

 .stream-modal>.modal-dialog>.modal-content>.modal-body
 {
     margin-top:40% !important;
 }
 @media (min-width: 768px)
 {
     .modal .modal-dialog.modal-left {
         left: 0;
         width: 40%;
     }
 }

 @media (min-width: 992px){
     .modal .modal-full-height .modal-content {
         width: 100%;
         padding-left: 25%;
     }
 }

 select.custom-select {
     /*background: #1A1A1A !important;
     border:1px solid #999999 !important;
     color:#fff; */
     /*background-image:
              linear-gradient(45deg, transparent 50%, white 50%),
              linear-gradient(135deg, white 50%, transparent 50%) !important;
      background-position:
              calc(100% - 10px) 14px,
              calc(100% - 10px) 14px,
              100% 0;
      background-size:
              10px 10px,
              10px 10px;
      background-repeat: no-repeat;
      -webkit-appearance: none;
      -moz-appearance: none;*/
     font-size:14px;
     border: 1px solid #999999;
     background-color: #1A1A1A !important;
     background-image:
             linear-gradient(45deg, transparent 50%, #FFF 50%),
             linear-gradient(135deg, #FFF 50%, transparent 50%) !important;
     background-position:
             calc(100% - 30px) 14px,
             calc(100% - 20px) 14px,
             100% 0;
     background-size:
             10px 10px,
             10px 10px;
     background-repeat: no-repeat;
     -webkit-appearance: none;
     -moz-appearance: none;
     color: #fff;
     border-radius:5px !important;

}
select option[disabled]
{
    color:#000;
}

select option[disabled='disabled']::-ms-value {
    color: #000;
}
select option:disabled{
    opacity: 0.6;
}
.stream-location
{
    float: left;
    width: 100%;
    margin-top: 5px;
}
.stream-input
{
    background: #1A1A1A !important;
    border:1px solid #999999;
    color: #fff;
    font-size:14px;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}
.stream-input#streamkey
{
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.arrow-down
{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 10px solid #999999 ;
    display: inline-block;
    position: absolute;
    z-index: 12;
    top: 13px;
    right: 10px;
}
.liveonly-home
{
    float: left;
    width:100%;
    text-align: center;
    margin-top:200px;
}
 .liveonly-home h3
 {
     font-size: 23px;
     margin:20px 0px;
     color:#fff;
     font-weight: 100;
 }
.liveonly-home h3 strong
{
    font-weight: bold;
}
.liveonly-home img
{
    height: 200px;
    width:auto;
}
 .btn-stream-add
 {
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     border:1px solid #999999;
     color:#333;
     font-weight: 600;
     background-color: #fff;
     padding: 0px 25px;
     height: 40px !important;
     line-height: 40px;
     display: inline-block;
 }
.btn-stream-add i
{
    -webkit-text-stroke:1px #ffffff;
}
 .btn-stream-add:hover
 {
     background: none;
     color:#fff;
     font-weight: 600;
     text-decoration: none;
 }

.btn-stream-add:hover i
{
    -webkit-text-stroke:1px #333;
}
 select::-ms-expand {
     /*display: none;*/
     color:#fff;
     background-color: #fff;
 }
 .stream-menu-close
 {
     position: absolute;
     top: 50%;
     height: 40px;
     width: 40px;
     z-index: 999;
     line-height: 40px;
     text-align: center;
     left: 10%;
     background: none !important;
     border: 0px !important;
 }
.settings-form small.transcoding-edit
 {
     cursor:pointer;
     width:100% !important;
     height: 30px;
     line-height: 30px;

 }
.transcoding-edit img
{
    width: auto !important;
    margin: 8px;
    float: left;
    height: 13px;
}
.transcoding-edit i
{
    float: left;
    font-size: 18px;
    margin: 6px;
}

small.Authentication
{
    cursor:pointer;
    width:100% !important;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
}
.Authentication img
{
    width: auto !important;
    margin: 8px;
    float: left;
    height: 13px;
}
.Authentication b
{
    float: left;
    font-size: 12px;
    font-weight: 400 !important;
}


.auth-menu
{
    position: absolute;
    max-width: 200px;
    display: none;
    background: #808080;
    padding: 5px;
    border-radius: 5px;
    margin-top: 30px;
    border-top: 2px solid #fff;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    z-index: 999999;
}
.auth-menu.open
{
    display: block;
}


.auth-menu input[type=submit] {
    background: #fff;
    padding: 0px 1rem;
    height: 20px;
    margin: 5px 0px !important;
    line-height: 20px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-align: center;
    border: 1px solid #fff;
    float: right;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;


}







.auth-close
{
    float: right !important;
    height: 13px !important;
    width:auto;
}

.Authentication input[type=submit] {
    background: #fff;
    padding: 0px 1rem;
    height: 20px;
    margin: 5px 0px !important;
    line-height: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #fff;
    color: #333;
    margin: 5px auto !important;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    position: relative;
    float: none;
}

.Authentication input[type=submit]:hover {
    background: #333;
    color: #fff;
}
.info-inside
{
    float: left;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #999999;
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    color: #fff;
}
    .info-header
 {
    color:#999999;
    height:30px;
    line-height: 30px;
    font-size:13px ;
    border-bottom:1px solid #999999;
    text-transform: uppercase;
 }
.info-img
{
    float: left;
    width:15%;
    position: relative;
    height: 40px;
    line-height: 40px;
}
.info-img img
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.info-buy
{
    float: right;
    padding: 0px 5px;
    position: relative;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align:center;
    border:1px solid #fff;
}
.info-buy a
{
    display:inline-block;
}
.info-buy i
{
    color: #2D2D2C;
    float: left;
    font-size: 14px;
    margin: 3px;
}
.info-buy i.fa-plus
{
    -webkit-text-stroke: 1px #fff;
}

.info-buy small
{
    font-size: 12px;
    padding: 0px 1px;
    font-weight: 100;
    color: #2D2D2C;
}

.info-buy:hover
{
    /*background-color: #BCBCBC; */
    background:none;
}
.info-buy:hover i, .info-buy:hover small {
    /*color: #2D2D2C; */
    color:#fff;
}

.info-buy:hover i.fa-plus
{
    -webkit-text-stroke: 1px #333;
}
.transcoding-img
{
    height: 26px;
}
.custom-platform-img
{
    height: 18px;
}
.tween-img
{
    height: 23px;
}
/*
 .info-inside-small
 {
     float: left;
     width:50%;
 } */
 .info-inside small
 {
     float: left;
     width:30%;
 }
.info-inside small:nth-child(2)
{
    font-weight: 500;
    width:40%;
}

.info-inside small:nth-child(3)
{
    width:15%;
}

.table-title
{
    display: none;
    float: left;
    width: 100%;
    margin-bottom: -30px;
    position: relative;
    background: #808080;
    margin-top: 10px;
}
.table-title table
{
    float: left;
    width: 100%;
}

.table-title table tr
{
    color: #fff;
    background: none;
    text-align:center;
}
.table-title table tr th {
    width:11.111%;
}
.table-title table tr th i{
    margin-left:5px;
}

/*
.history-table table thead
{
    visibility: hidden;
}
*/
.table-information
{
    float: left;
    width: 100%;
 }
 .table-information table
 {

 }
 .table-information tr td
 {
    border:1px solid #999999;
    color:#fff;
    height: 15px;
    line-height: 15px;
    padding: 0px 10px;
    font-size: 12px;

 }
 .table-information tr td:first-child
 {
     font-weight: 500;
     width:45%;
 }

 .toggle
 {
     float: left;
 }
 .toggle.btn
 {
     min-height: 20px !important;
     padding: 0px !important;
     margin: 3px 0 0 0 !important;
 }
 .toggle-group .toggle-handle{
     position: relative !important;
     margin: 0 auto !important;;
     padding-top: 0 !important;;
     padding-bottom: 0 !important;;
     height: 100% !important;;
     width: 0 !important;;
     border-width: 0 1px !important;;
     background-color: #fff !important;
     padding: 10px !important;
 }
 .toggle-group  .toggle-on
{
     padding: 0px;
     border-radius: 0;
     height: 20px;
     line-height: 20px;
}
 .toggle-group  .toggle-off
 {
     padding: 0px;
     border-radius: 0;
     height: 20px;
     line-height: 20px;

 }
 .transcode-section small
 {
     height: 30px;
     float: left;
     width: 50% !important;
     text-align: left;
     line-height: 30px;
     font-size: 14px;
     font-weight: 500;
 }
.channel-section
{
    padding: 0px 5px;
}
 .channel-section .channel-select
 {
     height: 25px !important;
     margin: 5px 0px 0px 0px;
     padding: 0px;
     float: left;
     background: #818181 !important;
     font-size: 14px;
     cursor:pointer;
 }


.avatar-section img
 {
     height: 40px;
 }
.account-title-img
{
    height: 40px;
}

#paymentmethodmodal .modal-content .modal-body .col-md-4 {
    text-align: center; }
#paymentmethodmodal .modal-content .modal-body .col-md-4 .payment-card-section {
    width: 300px;
    float: none;
    display: inline-block; }

#paymentbillingmodal .modal-footer
{

}
.garantipay
{
    text-align: center;
}
.garantipay img
{
    max-width:80%;
    margin:0px auto;
}
.account-setting
 {
     float: left;
     width: 97%;
     margin: 20px auto;
     position: absolute;
     z-index: 999;
     background:#fff;
     -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
     border-radius: 7px;
 }
 .account-setting ul
 {
    margin:0px;
    padding: 0px;
 }

 .account-setting ul li
 {
     float: left;
     width:33.333%;
     list-style: none;
     background: #fff;
     text-align: center;
     height: 40px;
     line-height: 40px;
     position: relative;
     margin:auto;
 }
 .account-setting ul li.active
 {
     background: #333;
     border-radius: 7px;
 }
 .account-setting ul li.active a
 {
     color: #fff;
     text-decoration: none;
 }
 .account-setting ul li a
 {
    color:#333;
     float: left;
     width: 100%;
     text-decoration: none;
 }
 .eyeopen
 {
     cursor:pointer;
 }



.que
{

}
.que small
{
    height: 22px;
    width: 21px;
    border-radius: 100%;
    background: #808080;
    line-height: 22px;
}

.que small i
{
    -webkit-text-stroke: 0.3px grey;
}
.custom-select
{
    cursor:pointer;
}
 .refresh-streamkey
 {
     cursor:pointer;
 }
.refreshkey[disabled]  .refresh-streamkey i
{

    -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;
}

 .account-setting-arrow {
     width: 0;
     height: 0;
     border-left: 7px solid transparent;
     border-right: 7px solid transparent;
     border-bottom: 15px solid transparent;
     border-top: 15px solid #333;
     display: inline-block;
     position: absolute;
     z-index: 12;
     bottom: -30px;
     left:0;
     right:0;
     margin:auto;
 }
 .account-modal .modal-content
 {
        background-color: #808080;
 }
 .account-modal .modal-content .modal-title
 {
     color: #fff;
     font-weight: 500;
     font-size: 18px !important;
     text-transform: uppercase;
 }
 .account-modal small
 {
     color:#fff;

 }
 .account-modal span
 {
     color:#fff;
 }
    .username-small
 {

        padding: 0px 1rem;
        font-size: 18px;
        font-weight: 400;
 }
    .username-section
    {
        margin:10px 0px;
        height: 40px;
        line-height: 40px;
    }
 .account-name-input
 {
     width: 100%;
     border-radius: 7px;
     border: 0px;
     padding: 0px 5px;
     height: 45px;
     margin:10px 0px;
 }



.btn-avatar
{
    float: left;
    width: 100%;
    text-align: center;
}
.btn-avatar .account-name-btn
{
    float: none;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    cursor:pointer;

}

 .avatar-btn
 {
     float: left;
     width: 100%;
     text-align: center;
 }
.avatar-btn  .account-name-btn
{
    float: none !important;
    height: 35px;
    line-height: 35px;
    margin:2rem 0;
}

.account-name-btn
{

}

 .account-name-btn
 {
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     border: 1px solid #fff;

     padding: 0px 25px;
     margin:10px 0px;
     float: none;
     height: 40px;
     line-height: 40px;
     border-radius: 10px;
     cursor: pointer;
     font-weight: 600;
     background:none ;
     color: #fff;
 }
.account-name-btn:hover
{
    background: #fff;
    color: #333;
}
 .account-avatarbox
 {
     float: left;
     width:16.666%;
     margin: 0.3rem 0;
     padding: 0 0.5rem;
     -webkit-transform: scale(1);
     -ms-transform: scale(1);
     -moz-transform: scale(1);
     transition: all .3s ease-in;
     -moz-transition: all .3s ease-in;
     -webkit-transition: all .3s ease-in;
     -ms-transition: all .3s ease-in;
     -ms-transition: all .3s ease-in;
     cursor:pointer;
 }
 .account-avatarbox:hover
 {
     -webkit-transform: scale(1.1);
     -ms-transform: scale(1.1);
     -moz-transform: scale(1.1);
 }
 .account-avatarbox img
 {
     width:100%;
     padding: 2px;
 }

 .account-avatarbox img.active
 {
     width:100%;
     padding: 1px;
     border:4px solid #333;
     -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
     border-radius: 100%;
 }
 .avatar-sec
 {
     float: left;
     width: 100%;
     position: relative;
     text-align: center;
 }
.avatar-section
{
    display: inline-block;
    margin:10px auto;
    height: 40px;
    line-height: 40px;
}
.success-small
{
    float: left;
    width:100%;
    font-size: 16px;
}
.trans-hour
{
    float: left;
    width:100%;
    margin:10px 0px;
}

/* This is the default state */
.trans-hour .custom-control-label::before {
    background-color: darkorange;  /* orange */
}

/* This is the checked state */
.trans-hour input:checked~.custom-control-label::before,
.trans-hour input:checked~.custom-control-label::after {
    background-color: greenyellow;  /* green */
    /* this bg image SVG is just a white circle, you can replace it with any valid SVG code */
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E);
    border-radius: 50%;
}

/* active state i.e. displayed while the mouse is being pressed down */
.trans-hour input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #ff0000; /* red */
}

/* the shadow; displayed while the element is in focus */
.trans-hour input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 123, 255, 0.25); /* pink, 25% opacity */
}

.cls-3
{
    font-family: roboto;
}


 .trans-hour input[type=radio]
 {
     float: left;
     height: 30px;
     line-height: 30px;
     width: 30px;
 }
 .trans-hour small
 {
     float: left;
     height: 30px;
     line-height: 30px;
     padding:0px 5px;
     font-size: 18px;
 }
 .trans-hour b
 {
     height: 30px;
     line-height: 30px;
     padding: 0px 5px;
     color:#fff;
     font-size: 18px;
 }
 .transcoding-hours
 {
     padding-bottom: 4rem;
 }

 .transcoding-total
 {
     float: left;
     width:100%;
     border-top:1px solid #CCCCCC;
     padding: 20px 0px;
 }
 .transcode-name
 {
     float: left;
     padding: 0px 15px;
     color:#fff;
     text-transform: uppercase;
 }
 .transcode-total
 {
     background-color: #333;
     float: left;
     width: 100%;
     height: 40px;
     line-height: 40px;
     border-radius: 10px;
 }
.total
{
    float: right;
    padding: 0px 15px;
    font-size:25px;
    color:#fff;
}

.payment-type small
{
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 17px;
}
.payment-card
{
    float: right;
    height: 20px;
    margin: 0px 5px;
}
.payment-accept
{
    float: left;
    width: 100%;
    text-align: center;
}
.btn-payment
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #fff;
    background: none;
    color:#fff;
    padding: 0px 25px;
    margin: 40px 0px;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    cursor:pointer;
}
.btn-payment:hover
{
    background: #fff;
    color: #333;
}
.setup-platform
{
    padding: 5rem 0 0 0;
}
.setup-section
{
    text-align: center;
}

.setup-section img
{
    max-width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
}

.setup-section img:hover
{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
 .connect-img
 {
     width:149px;
 }
 .setup-info
 {
     margin:15px 0px;
     color:#fff;
 }
.setup-section label
{
    float: left;
    margin:0px 0px;
    color:#fff;
}
 .setup-section .account-name-input
 {
     margin:0px 0px 10px 0px;
     width: 100%;
     border-radius: 7px;
     border: 0px;
     padding: 0px 5px;
     height: 45px;
     margin: 10px 0px;
 }

 .setup-accept-btn {
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     border-radius: 10px;
     border: 1px solid #fff;
     background: none;
     background-color: #fff;
     color:#333;
     padding: 0px 25px;
     height: 40px;
     line-height: 40px;
     margin:15px 0px;
 }
.setup-accept-btn:hover
{
    background: none !important;
    color: #fff;
}
 .slide-menu
 {
     position: fixed;
     left: 0px;
     z-index: 999;
     width: 33.333%;
     height: 100%;
 }
 .stream-item-left
 {
     transition: all 0.5s ease-in;
     -moz-transition: all 0.5s ease-in;
     -webkit-transition: all 0.5s ease-in;
     -ms-transition: all 5s ease-in;
 }
.stream-item-middle
{
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 5s ease-in;
}
.stream-item-middle-box .col-md-2
{
    -ms-flex: 0 0 12.5% !important;
    flex: 0 0 12.5% !important;
    max-width: 12.5% !important;
}
.stream-item-left.col-md-2{
    -ms-flex: 0 0 16.666667% !important;
    flex: 0 0 16.666667% !important;
    max-width: 16.666667% !important;
}

.channel-scroll .col-md-1
{
    -ms-flex: 0 0 8.333333% !important;
    flex: 0 0 8.333333% !important;
    max-width: 8.333333% !important;
}

 .slide {
     transition: all 1.3s ease-in;
     -moz-transition: all 1.3s ease-in;
     -webkit-transition: all 1.3s ease-in;
     -ms-transition: all 1.3s ease-in;
     position: relative;
 }

    .slide-menu-btn
 {
     height: 40px;
     width: 40px;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 5s ease-in;
    position: absolute;
    z-index: 999999;
    /*right: -40px;*/
    left: 0px;
    margin: auto;
    top: 0;
    bottom: 0;
    vertical-align: middle;
    cursor:pointer;

 }




 .slide-menu-btn img
 {
     margin: 10px 0px;
     float: right;
     transition: all .3s ease-in;
     -moz-transition: all .3s ease-in;
     -webkit-transition: all .3s ease-in;
     -ms-transition: all .3s ease-in;
     -ms-transition: all .3s ease-in;
 }


 .slide-menu-open-down .slide-menu-btn img
 {
     -ms-transform: rotate(-180deg);
     -moz-transform: rotate(-180deg);
     -webkit-transform: rotate(-180deg);
     -o-transform: rotate(-180deg);
     transform: rotate(-180deg);
     transition: all .3s ease-in;
     -moz-transition: all .3s ease-in;
     -webkit-transition: all .3s ease-in;
     -ms-transition: all .3s ease-in;
     -ms-transition: all .3s ease-in;
 }

 .slide-menu-open {

 }
 .slide-menu-content
 {
     height: 1px;
     position: absolute;
     transition: all 0.5s ease-in;
     -moz-transition: all 0.5s ease-in;
     -webkit-transition: all 0.5s ease-in;
     -ms-transition: all 5s ease-in;
     height: 100vh !important;
     padding: 0 12% 0px 24.999%;
 }
 .slide-menu-open-down {
     height: 100vh !important;
     left: 0px !important;
     visibility: visible !important;
     transition: all 0.5s ease-in;
     -moz-transition: all 0.5s ease-in;
     -webkit-transition: all 0.5s ease-in;
     -ms-transition: all 5s ease-in;
 }
 .platform
 {
     float:left;
     width:100%;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     border-radius: 10px;
     padding: 10px 2rem;
     margin: 15px 0px;
     min-height: 38vh;
     /*background: #b5b5b5; */
     background: #333;
     position: relative;
     overflow: hidden;
 }
 .platform-price-small
 {
     text-align: center;
     height: auto !important;
 }

 .platform i.fa.fa-check
 {
     color:#10911a!important
 }
.platform i.fa.fa-times
{
    color:#ff0000!important
}
 .platform-price
 {
    font-size: 2.5rem;
    text-align: center;
    width: 100%;
    float: left;
    height: 30px;
 }
.platform-price-small p
{
    font-size: 1.5rem !important;
    width: auto !important;
    display: inline-block !important;
    float: none !important;

}
.price-discount
{
    text-align: center;
    height: auto;
}
.price-discount span{
    text-decoration: line-through;
    font-size: 1.5rem;


    /*
    background-color: transparent;
    background-image: gradient(linear, 19.1% -7.9%, 81% 107.9%, color-stop(0, transparent), color-stop(.48, transparent), color-stop(.5, #000), color-stop(.52, transparent), color-stop(1, transparent));
    background-image: repeating-linear-gradient(163deg, transparent 0%, transparent 48%, #fff 50%, transparent 52%, transparent 100%);
    */
}

.most-preferred
{
    right:0;
    position: absolute;
    width: 40%;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center;
    margin: -10px -35px 0px 0px;
    height: 40px;
    font-weight: 400;
    font-size: 9px;
    color: #fff;
    background: -moz-linear-gradient(left, rgba(215,197,224,1) 0%, rgba(213,48,144,1) 49%, rgba(0,172,211,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(215,197,224,1)), color-stop(49%, rgba(213,48,144,1)), color-stop(100%, rgba(0,172,211,1)));
    background: -webkit-linear-gradient(left, rgba(215,197,224,1) 0%, rgba(213,48,144,1) 49%, rgba(0,172,211,1) 100%);
    background: -o-linear-gradient(left, rgba(215,197,224,1) 0%, rgba(213,48,144,1) 49%, rgba(0,172,211,1) 100%);
    background: -ms-linear-gradient(left, rgba(215,197,224,1) 0%, rgba(213,48,144,1) 49%, rgba(0,172,211,1) 100%);
    background: linear-gradient(to right, rgba(215,197,224,1) 0%, rgba(213,48,144,1) 49%, rgba(0,172,211,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7c5e0', endColorstr='#00acd3', GradientType=1 );
}
.most-preferred strong
{
    height: 17px;
    line-height: 29px;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 12px;
}

.most-preferred small
{
    height: 15px !important;
    line-height: 19px !important;
    width: 100% !important;
    float: left !important;
    text-align: center !important;
    font-size: 11px !important;
}

.price-discount span p
{
    font-size:0.7rem !important;
    width: auto !important;
    display: inline-block !important;
    float: none !important;
}
 .platform-title
 {

 }
 .g-signin2
 {
     position: absolute;
     width: 90%;
     z-index: 12;
 }
.g-signin2 > div
{
    height: 25px !important;
    width: 100% !important;
    opacity: 0;
}
 .scaleone
 {
     -moz-transform: scale(1.1);
     -webkit-transform: scale(1.1);
     -o-transform: scale(1.1);
     -ms-transform: scale(1.1);
     transform: scale(1.1);
 }

#paymentpost
{
    padding-top: 3rem;
}
 .platform h3
 {
     float:left;
     width:100%;
     height: 20px;
     line-height: 20px;
     margin:1px 0px;
     font-size:18px;
     color:#fff;
     text-align: center;
     z-index: 12;
     position: relative;
 }
 .platform p
 {
     float:left;
     width:100%;
     min-height: 20px;
     line-height: 20px;
     margin:1px 0px;
     font-size:14px;
     color:#fff;
     text-align: center;
     margin-bottom: 10px;
 }
 .platform small
 {
     float:left;
     width:100%;
     height: 20px;
     line-height: 20px;
     margin:5px 0px;
     font-size:14px;
     font-weight: 100;
 }

.platform small.platformdesc
{
    height:auto;
}
 .platform small.discount
 {
     background: #333333;
     display: inline-block;
     width: auto;
     height: auto;
     line-height: initial;
     padding: 0px 5px;
 }

 .platform input[type=submit]
 {
     float:left;
     width:100%;
     height: 30px;
     line-height: 30px;
     margin:10px 0px;
     font-size:14px;
     border:1px solid #fff;
     color:#333333;
     text-align: center;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     font-weight: 600;
     cursor:pointer;
     background-color: #fff;
 }


.platform input[type=submit]:hover
{
    background:none;
    color:#fff;
}
.platform .platform-btn
{
    float:left;
    width:100%;
    height: 30px;
    line-height: 30px;
    margin:10px 0px;
    font-size:14px;
    border:1px solid #fff;
    color:#333333;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 600;
    cursor:pointer;
    background-color: #fff;
}
.platform .platform-btn:disabled
{
    opacity: 0.4;
}
.platform .platform-btn:hover
{


}
.platform .platform-btn.broadcast-information:hover
{
    background:none;
    color:#fff;
}
.platform-free
 {
    float:left;
    width:100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    margin:5px 0px;
    overflow: hidden;
     background: rgba(215,197,224,1);
     background: -moz-linear-gradient(left, rgba(215,197,224,1) 0%, rgba(213,48,144,1) 49%, rgba(0,172,211,1) 100%);
     background: -webkit-gradient(left top, right top, color-stop(0%, rgba(215,197,224,1)), color-stop(49%, rgba(213,48,144,1)), color-stop(100%, rgba(0,172,211,1)));
     background: -webkit-linear-gradient(left, rgba(215,197,224,1) 0%, rgba(213,48,144,1) 49%, rgba(0,172,211,1) 100%);
     background: -o-linear-gradient(left, rgba(215,197,224,1) 0%, rgba(213,48,144,1) 49%, rgba(0,172,211,1) 100%);
     background: -ms-linear-gradient(left, rgba(215,197,224,1) 0%, rgba(213,48,144,1) 49%, rgba(0,172,211,1) 100%);
     background: linear-gradient(to right, rgba(215,197,224,1) 0%, rgba(213,48,144,1) 49%, rgba(0,172,211,1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7c5e0', endColorstr='#00acd3', GradientType=1 );
 }
.free-lifetime
{
    background-color: #fff;
    float: left;
    width: 170%;
    -moz-transform: rotate(310deg);
    -webkit-transform: rotate(310deg);
    -o-transform: rotate(310deg);
    -ms-transform: rotate(310deg);
    transform: rotate(310deg);
    text-align: center;
    margin: 0px 0px 0px -40px;
    font-weight: 500;
    font-size: 0.8rem;
    color:#888888;

}
.white-btn
{
    float: right;
    height: 30px;
    line-height: 30px;
    margin: 10px 0px;
    font-size: 16px;
    padding: 0px 2rem;
    border: 1px solid #fff;
    color: #333333;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    background-color: #fff;
}
.white-btn:hover
{
    background:transparent;
    color:#fff;
}
.free-lifetime b
{
    font-size:1.6rem;
    color: #888888;
}
.onrequest-form
{

}
.onrequest-form input[type=text]
{
    width: 100%;
    background: #b5b5b5;
    /*background: #333;*/
    color:#333;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 0px;
    height: 50px;
    line-height: 50px;
    margin: 10px 0px;
    padding: 0px 2rem;
}
.onrequest-form input[type=text]:hover
{
    color:#333;
}

.payment-tab-buttons
{
    padding: 0px calc(2rem - 5px);
}
.payment-tab-buttons.centered
{
    text-align: center;
}
.payment-tab-buttons h3
{
    color: #fff!important;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0px 10px;
}
.payment-tab-btn
{
    /*background: #b5b5b5 !important; */
    background: #333 !important;
    color: #000 !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 0px;
    height: 40px;
    line-height: 40px;
    margin: 5px 10px;
    padding: 0px 2rem;
    display: inline-block;
    opacity:0.5;
    cursor:pointer;
    font-size:14px;
    font-weight: 100;
}

.payment-tab-btn small
{
    font-size: 16px;
    font-weight: 100;
    margin-left: 5px;
}
.payment-tab-btn.active
{
    opacity:1;
    height: 50px;
    line-height: 46px;
    border: 2px solid rgba(255, 255, 255, 1);
}
.payment-tab-btn.active:hover
{
    opacity:1;
    height: 50px;
    line-height: 46px;
}
.payment-tab-btn img
{
    width:40px;
    height: auto;
}
.payment-tab-btn img.img-width100
{
    width:100px;
    height: auto;
}

.onrequest-form textarea
{
    width: 100%;
    min-height: 200px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 0px;
    height: 50px;
    line-height: 50px;
    margin: 10px 0px;
    padding: 0px 2rem;
    color:#333;
    /**/background: #b5b5b5;
}
.free-platform-info
{
    float: left;
    width: 100%;
    color:#fff;
}
.centered-success:nth-child(1) div
{
    width:100%;
}

.centered-success .avatar-sec .avatar-section
{
    height: auto;
}
 .free-platform-info h3
 {
     float: left;
     width: 100%;
     margin: 5px 0px;
     font-size: 16px;
 }
 .free-platform-info p
 {
     float: left;
     width: 100%;
     font-size:14px;
     margin:0px;
 }
 .free-platform-info small
 {
     float: left;
     width: 100%;
     font-size:14px;

 }
#aboutmodal .modal-content
{
    background: #333;
}
 .about-section
 {
     display: inline-block;
 }
 .about-img-section
 {
     margin: 2rem 0;
 }
.about-stream
{
    width:20%;
    float: left;
}
.about-stream img
{
    width:100%;
}
.about-broadcast
{
    width:20%;
    float: left;
}
.about-broadcast img
{
    width:100%;
}
.about-social-section
{
    width:60%;
    float: left;

}
.about-social
{

}
.about-social ul
{
    margin: 0px;
    padding: 0px;
}
.about-social ul li
{
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 100%;
    background: #fff;
    list-style: none;
}
.about-social ul li a
{

}
.about-social ul li a i
{

}
.about-title
{
    color:#fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size:26px;
}

.about-description p
{
    color:#fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size:20px;
}

.about-description-two p
{
    color:#fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size:20px;
}
.plans-packs
{
    float: left;
    width:100%;
    background: #333;
    color:#fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 50px;
    padding: 0px 15px;
    margin:3px 0px;
    overflow: hidden;
}
.prevplanbtn
{
    display: inline;
    cursor:pointer;
    margin-right:10px;
}
.prevplanbtn:hover
{
    opacity: 0.5;
}
 .annually
 {
     float: right;
     width: 40%;
     -moz-transform: rotate(310deg);
     -webkit-transform: rotate(310deg);
     -o-transform: rotate(310deg);
     -ms-transform: rotate(310deg);
     transform: rotate(310deg);
     text-align: center;
     margin: 10px -40px 0px 0px;
     height: 40px;
     font-weight: 400;
     font-size:9px;
     color:#fff;
     background: -moz-linear-gradient(left, rgba(215,197,224,1) 0%, rgba(213,48,144,1) 49%, rgba(0,172,211,1) 100%);
     background: -webkit-gradient(left top, right top, color-stop(0%, rgba(215,197,224,1)), color-stop(49%, rgba(213,48,144,1)), color-stop(100%, rgba(0,172,211,1)));
     background: -webkit-linear-gradient(left, rgba(215,197,224,1) 0%, rgba(213,48,144,1) 49%, rgba(0,172,211,1) 100%);
     background: -o-linear-gradient(left, rgba(215,197,224,1) 0%, rgba(213,48,144,1) 49%, rgba(0,172,211,1) 100%);
     background: -ms-linear-gradient(left, rgba(215,197,224,1) 0%, rgba(213,48,144,1) 49%, rgba(0,172,211,1) 100%);
     background: linear-gradient(to right, rgba(215,197,224,1) 0%, rgba(213,48,144,1) 49%, rgba(0,172,211,1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7c5e0', endColorstr='#00acd3', GradientType=1 );

 }
 .annually strong
 {
     height: 17px;
     line-height: 29px;
     width: 100%;
     float: left;
     text-align: center;
     font-size: 12px;
 }
.annually small
{
    height: 15px !important;
    line-height: 19px !important;
    width: 100% !important;
    float: left !important;
    text-align: center !important;
    font-size: 11px !important;
}
 .plans-packs input[type=radio]
 {
     float: left;
     height: 20px;
     line-height: 20px;
     width: 20px;
     margin: 15px 10px;
 }
 .plans-packs small
 {
     float: left;
     height: 50px;
     line-height: 50px;
     padding: 0px 10px;
 }
 .pack
 {
     float: left;
     width: 100%;
     color:#fff;
     position: relative;
     height: 100%;
     display: table;
 }
.pack-det
{
    width: 100%;
    text-align: center;
    margin: auto;
    display: table-cell;
    vertical-align: middle;

}
.pack-det img
   {
     width: 60px;
     margin-bottom: 5px;
   }
 .pack-det small
 {
     float: left;
     width: 100%;
 }


 #plansmodal .modal-footer
 {
    /* padding: 0px !important;*/
 }

#plans-modal .modal-footer
{

}

 .plans-page
 {
     float: left;
     width: 50%;
     padding: 1.5rem 2rem;
     cursor:pointer;
 }
.plans-page.active
{
    background: #1a1a1a66;
}
.plans-page-no
{
    display: inline-block;
}
.plans-page-left
{
    float: right;
}
.plans-page-right
{
    float: left;
}
.plans-page-no span
{
    height: 30px;
    line-height: 30px;
    width: 30px !important;
    border-radius: 100%;
    background: #fff;
    float: left;
    color: #808080;
    text-align: center;
    font-size: 1.5rem;
}
.plans-page-no small
{
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0px 1rem;
    font-size: 16px;
}

.payment-information
{
    float: left;
    width:100%;
    margin: 15px 0px;
}
 .payment-information h3
 {
     font-size: 16px;
     color: #fff;
 }

.payment-information .col-md-3
{
    padding-right:0px !important;
}
.payment-information input[type=text]
{
    float: left;
    width: 100%;
    background: #333;
    color:#fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border:0px;
    height: 50px;
    line-height: 50px;
    margin:5px 0px;
    padding: 0px 2rem;
}
.payment-information input[type=text]::placeholder
{
    color:#fff;
}
.billed
{
    float: left;
    width: 100%;
    height: 20px;
    line-height: 20px;
}
 .billed img
 {
     float: left;
     margin:4px;
     height: 11px;
 }
 .billed small
  {
     float: left;
     border-bottom: 1px solid #fff;
  }
.billed-total
{
    float: left;
    width:100%;
    color:#fff;
    text-align: center;
}
 .billed-total h3
 {
     float: left;
     width: 100%;
     margin:1rem 0;
     text-align: center;
     font-size: 20px;


 }

 .billed-total input[type=submit]
 {
     height: 30px;
     line-height: 30px;
     margin:10px 0px;
     padding: 0px 2rem;
     font-size:14px;
     border:1px solid #fff;
     color:#fff;
     display: inline-block;
     text-align: center;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     font-weight: 600;
     background: none;
 }

.social-alerts-section
{
    float: left;
    width:100%;
    text-align: center;
    border-bottom: 1px solid #fff;
    color: #fff;
}
 .social-alert-title
 {
    display: inline-block;
     position: relative;
     vertical-align: bottom;
     padding-bottom: 10px;

 }
 .social-alert-title img
 {
     float: left;
 }
 .social-alert-title h3
 {
     float: left;
     bottom: 0;

     position: relative;
     margin: 20px 0 0 0;
     display: inline-block;
     padding: 0px 10px;
     height: 40px;
     line-height: 40px;
     vertical-align: bottom;
 }
 .social-info
 {
     float: left;
     width: 100%;
     color:#fff;
     text-align: center;
     margin:10px 0px;
 }
 .social-box
 {
     position: relative;
     display: inline-block;
     margin: 10px auto;
 }
 .social-black
 {
     background: #333;
 }
 .social-blue
 {
    background: #29ABE2;
 }
 .social-box small
 {
     float: left;
     height:30px;
     line-height: 30px;
     padding:0px 20px 0px 70px;
     display: inline-block;
 }
 .social-media
 {
     float: left;
     width:100%;
     position: relative;
     text-align: center;
 }
 .social-icons
 {
     position: absolute;
     left: -15px;
     height: 60px;
     width: 60px;
     line-height: 60px;
     border: 5px solid #808080;
     text-align: center;
     -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
     border-radius: 100%;
     top: -15px;
 }
 .social-icons i{
     font-size:25px;
     color:#fff
 }
 .social-post
 {
     float: left;
     width: 100%;
 }
 .social-post textarea
 {
     float: left;
     width: 100%;
     min-height: 150px;
     padding: 2rem 2rem;
     border: 1px solid #fff;
     background: #CCCCCC;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     margin:10px 0px;
 }
 .social-post small
 {
     float: right;
 }
 .social-post small img
 {
     margin:0px 5px;
 }
 .post-btn
 {
     float: left;
     width: 100%;
     text-align: center;
 }
 .post-btn input[type=submit]
 {
     display: inline-block;
     border: 1px solid #fff;
     color:#fff;
     padding: 0px 2rem;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     height: 30px;
     line-height: 30px;
     background:none;
     margin:10px 0px;

 }

 .orderbyname
 {
     float: left;
     display: block;
     height: 35px;
     line-height: 35px;
     color: #fff;
 }

 .history-section
 {
     float: left;
     width:50%;
     padding: 0px 10px;
 }
 .history-section button
 {
     padding: 0px !important;
     margin: 0px;
     color: #fff !important;
     border: 1px solid #fff !important;
     border-top-right-radius: 5px;
     border-bottom-right-radius: 5px;
     border-left: 0px !important;
 }
#datepicker
{
    width:80%;
    background: none;
    height: 35px;
    border:1px solid #fff;
    border-right: 0px !important;
    box-shadow: none !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
}

#datepicker::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
}

#datepicker::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

#datepicker::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

#datepicker::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
}

#datepicker::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

#datepicker::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

.history-section .clearbtn
{
    float: right;
    height: 35px;
    border-radius: 5px;
    padding: 0px 0.5rem !important;
    background: none;
    border: 1px solid #fff !important;
    cursor:pointer;
}
.payment-image
{

}

.pack-type
{
    float: left;
    width: 100%;
    text-align: center;
}
 .pack-type
 {
     max-width:100%;
     max-width: 100%;
     height: 150px;
     background-size: contain !important;
     background-position: center !important;
     background-repeat: no-repeat !important;
 }
.pack-type img
{
    height: 150px;
}
.pack-type h3
{
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size:40px;
    margin:0px;
}
.pack-type h5
{
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size:20px;
    margin:0px;
    color:#58585A;
}
#giveoffer-modal .modal-content
{
    background: #333;
}
.package-shadow
{
    background : -moz-radial-gradient(-497.14% 41738.41%, circle closest-corner, rgba(65, 40, 27, 1) 0%, rgba(56, 36, 27, 0.9) 10.29%, rgba(39, 29, 27, 0.64) 36.2%, rgba(29, 24, 27, 0.35) 64.62%, rgba(26, 23, 27, 0) 100%);
    background : -webkit-radial-gradient(-497.14% 41738.41%, circle closest-corner, rgba(65, 40, 27, 1) 0%, rgba(56, 36, 27, 0.9) 10.29%, rgba(39, 29, 27, 0.64) 36.2%, rgba(29, 24, 27, 0.35) 64.62%, rgba(26, 23, 27, 0) 100%);
    background : -webkit-gradient(radial,-497.14% 41738.41% ,0 , -497.14% 41738.41%, 176.08 ,color-stop(0,rgba(65, 40, 27, 1) ),color-stop(0.1029,rgba(56, 36, 27, 0.9) ),color-stop(0.362,rgba(39, 29, 27, 0.64) ),color-stop(0.6462,rgba(29, 24, 27, 0.35) ),color-stop(1,rgba(26, 23, 27, 0) ));
    background : -o-radial-gradient(-497.14% 41738.41%, circle closest-corner, rgba(65, 40, 27, 1) 0%, rgba(56, 36, 27, 0.9) 10.29%, rgba(39, 29, 27, 0.64) 36.2%, rgba(29, 24, 27, 0.35) 64.62%, rgba(26, 23, 27, 0) 100%);
    background : -ms-radial-gradient(-497.14% 41738.41%, circle closest-corner, rgba(65, 40, 27, 1) 0%, rgba(56, 36, 27, 0.9) 10.29%, rgba(39, 29, 27, 0.64) 36.2%, rgba(29, 24, 27, 0.35) 64.62%, rgba(26, 23, 27, 0) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Stlye=2);"
    background : radial-gradient(-497.14% 41738.41%, circle closest-corner, rgba(65, 40, 27, 1) 0%, rgba(56, 36, 27, 0.9) 10.29%, rgba(39, 29, 27, 0.64) 36.2%, rgba(29, 24, 27, 0.35) 64.62%, rgba(26, 23, 27, 0) 100%);
    opacity : 0.52;
    filter: alpha(opacity=52) progid:DXImageTransform.Microsoft.Alpha(opacity=52) progid:DXImageTransform.Microsoft.Alpha(Stlye=2);
}

 #alltitleeditmodal .modal-content
 {
     height: 60vh;
 }
#alltitleeditmodal .modal-body
{
    height: 20vh;
}

#alltitleeditmodal .modal-dialog
{
    width: 50%;
}


.altitles-title
{
    border-bottom:1px solid #fff;
    color:#fff;
    font-size: 18px;
}
.altitles-desc
{

    color:#fff;
    font-size: 12px;
}

.pad0
{
    padding: 0px;
}

#datepicker2
{
    width:80%;
    background: none;
    height: 35px;
    border:1px solid #fff;
    border-right: 0px !important;
    box-shadow: none !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
}









 #datepicker2::placeholder {
     color: #fff;
     opacity: 1; /* Firefox */
 }

 #datepicker2::-ms-input-placeholder { /* Internet Explorer 10-11 */
     color: #fff;
 }

 #datepicker2::-ms-input-placeholder { /* Microsoft Edge */
     color: #fff;
 }

#datepicker2::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
}

#datepicker2::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

#datepicker2::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

 .gj-datepicker [role=right-icon]
 {
     width:20%;
 }
 .history-section  button:hover
 {
     color: #fff !important;
     border: 1px solid #fff !important;
 }
.search-form
{
    float: left;
    width:50%;
    padding: 0px 10px;
}
.search-form input[type=text]
{
    width: 80%;
    float: left;
    border: 1px solid #fff;
    background: none;
    color: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 0px 1rem;
    height: 35px;
    border-right: 0px !important;

}


 .search-form input[type=text]::placeholder {
     color: #fff;
     opacity: 1; /* Firefox */
 }

 .search-form input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
     color: #fff;
 }

 .search-form input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
     color: #fff;
 }
 .search-form button
 {
     width:20%;
     float: left;
     border-top-right-radius: 5px;
     border-bottom-right-radius: 5px;
     border:1px solid #fff;
     background:0px !important;
     height: 35px;
     color:#fff;
     cursor:pointer;
     border-left: 0px !important;
 }

 .history-table.long
 {
     height: 657px !important;
 }

 .history-table
 {
     margin: 10px 0px;
     float: left;
     width: 100%;
     height: 40vh;
     overflow: scroll;
     overflow-x: hidden;
 }
.app-channels
{
    padding-top:5rem;
}
 .payment-tab-fixed
 {
     position: relative;
     z-index: 12;
     width: 100%;
     background: #808080;
     height: auto;
     margin-top: -1rem;
 }
.payment-tab-fixed .payment-tab-button-section
{
    position: fixed;
    width: calc(100% - 2px);
    margin: 0 -1rem;
    background: #808080;
}

.promotion-section
{
    margin: 3px 0px;
    display: flex;
}
.promotion-code-btn
{
    width: 64%;
    margin-left: 36%;
    float: left;
    background: #333;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 48px;
    border-radius: 10px;
    border:2px solid #333;
    cursor:pointer;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    position: relative;
}
.promotion-code-btn i
{
    color:#fff;
    left: 20px;
    position: absolute;
    font-size: 24px;
    line-height: 48px;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    opacity:1;
}
.promotion-code-btn.opened
{
    width: 35%;
    margin-left: 0px;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;

}
.promotion-code-btn.border-right i
{
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    opacity:0;
}
.promotion-code-btn.border-right
{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    width: 36%;
    margin-left: 0px;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
}
.promotion
{
    display: flex;
    width: 0px;
    overflow: hidden;
    float: left;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;

}
.promotion.opened
{

    width: 64%;
}
.promotion input[type=text]
{
    flex:auto;
    background: #333;
    color: #fff;
    height: 50px;
    line-height: 48px;
    border-top:2px solid #fff;
    border-bottom:2px solid #fff;
    border-left:0;
    border-right:0;
    text-align: center;
}

.promotion input[type=text]:disabled
{
    border:1px solid #00d611!important;
    color:#00d611;
}
.promotion input[type=submit]:disabled,.promotion button[type=submit]:disabled
{
    border:1px solid #00d611!important;
    color:#00d611;
}
.promotion input[type=submit], .promotion button[type=submit]
{
    float:right;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 50px;
    line-height: 48px;
    background: #fff;
    color: #333;
    border:2px solid #fff;
    cursor:pointer;
}
 .history-table table
 {
    width:100%;
     float: left;
     text-align: center;
 }

 .history-table table th
 {
     color:#fff;
     background:none;
     font-weight: 500;
     cursor:pointer;
 }
.history-table table th i
{
    margin-left:5px;
}
 .history-table table thead tr
 {
     background:none !important;
     color:#fff !important;
 }
 .history-table table tr:nth-child(odd)
 {
     background:#4D4D4D;
     color:#fff;
     height: 30px;
     line-height: 30px;
 }
.history-table table tr:nth-child(odd) td small
{
    color:#fff;
}
.history-table table tr:nth-child(even) td small
{
    color:#333;
}

 .history-table table tr:nth-child(even)
 {
     background-color:#CCCCCC;
     color:#333;
     height: 30px;
     line-height: 30px;

 }



 /* width */
 .history-table::-webkit-scrollbar {
     width: 10px;
 }

 /* Track */
 .history-table::-webkit-scrollbar-track {
     box-shadow: inset 0 0 0px grey;
     border-radius: 10px;
 }

 /* Handle */
 .history-table::-webkit-scrollbar-thumb {
     background: #fff;
     border-radius: 10px;
 }

 /* Handle on hover */
 .history-table::-webkit-scrollbar-thumb:hover {
     background: #333;
 }
.creditcard-header
{
    float: left;
    width:100%;
}
.payment-card-section
{
    float:left;
    width:100%;
}
.payment-edit
{
    float: right;
    height: 30px;
    line-height: 30px;
    margin: 0.5rem 0;
    cursor:pointer;
}

.payment-edit img
{
    float: left;
    margin:4px 0.5rem;
}
.payment-edit span
{
    float: left;
    font-size:14px;

}
.creditcard-header h3
{
    float: left;
    display:inline-block;
    margin: 0.5rem 2rem;
    height: 30px;
    line-height: 30px;
    color:#fff;
    font-size: 16px;
}
.creditcard-header h4
{
    float: right;
    display:inline-block;
    margin: 0.5rem 2rem;
    height: 30px;
    line-height: 30px;
    color:#fff;
    font-size: 16px;
}
.card-edit-inside img
{
    width: auto !important;
    height: auto !important;
    padding: 0 2rem;
}
.card-numbers
{
    float: left;
    width:100%;
    padding: 0 2rem;
}
.card-numbers span
{
    float: left;
    width: 25%;
    padding: 0.1rem 0;
    text-align: center;
}
.card-name
{
    float:left;
    display: inline-block;
    padding:0rem 2rem;
    color:#fff;
}
.card-security
{
    float: left;
    width: 100%;
    text-align: left;
    padding:0 2rem;
    font-size: 0.8rem;
    color:#fff;
}
.card-date
{
    float: right;
    display: inline-block;
    padding:0 2rem;
    font-size:0.5rem;
    color:#fff;
}
.card-date small
{
    float: left;
    display: inline-block;
    height: 20px;
    font-size: 0.6rem;
}
.card-date span
{
    color: #fff;
    font-size: 1rem;
}
.card-date i
{
    margin:0 0.1rem;
}
 .card-img
 {
     float:left;
     width:100%;
     position: relative;
     -webkit-box-shadow: -1px 14px 60px 0px rgba(0,0,0,0.75);
     -moz-box-shadow: -1px 14px 60px 0px rgba(0,0,0,0.75);
     box-shadow: -1px 14px 60px 0px rgba(0,0,0,0.75);
     border-radius: 6%;
 }
.card-img img
{
    float: left;
    width:100%;
}
.card-edit-inside
{
    position:absolute;
}
.card-payment-section
{
    float: left;
    width:100%;
    text-align: center;
    margin: 2rem 0;
    font-size: 18px;
    cursor:pointer;
}
.card-payment-btn
{
    float: left;
    width:100%;
    text-align: center;
}
.card-payment-btn input[type=submit]
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    color: #333;
    cursor: pointer;
    display: inline-block;
    padding: 0px;
    width: 100px;
}
.card-payment-btn input[type=submit]:hover
{
    background: none;
    color: #fff;
}
.payment-method
{
    display: inline-block;
    height: 30px;
    line-height: 30px;
}
.payment-method small
{
    float: left;
    padding: 0px 1rem;
    font-size: 16px;
}
.payment-method img
{
    float: right;
    margin: 4px;
}
 .pay-met
 {
     float: left;
     width:100%;
 }
.payment-section
{
    float: left;
    width:100%;
    text-align: center;
}
 .payment-section input
 {
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     border: 1px solid #999999;
     background: none;
     color: #fff;
     padding: 0px 25px;
     margin:2rem 0px;
     height: 40px;
     line-height: 40px;
 }
.billing-section
{
    float: left;
    width: 100%;
    border-right: 1px solid #b5b5b5 !important;
    padding: 0px 2rem;
}
.billing-information
{
    float: left;
    width: 100%;
    color:#fff;
    margin: 15px 0px;
}
.billing-information h3
{
    float: left;
    width: 50%;
    font-size:18px;

}

.billing-information select
{
    float: left;
    width: 50%;
    background: #808080 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 10px;
    height: 26px;
    line-height: 25px;
    padding: 0px 1rem;
}
.billing-select-country
{
    float: left;
    width: 100%;
    /*background: #b5b5b5 !important; */
    background: #333 !important;
    color:#fff !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 0px;
    height: 50px;
    line-height: 50px;
    margin: 5px 0px;
    padding: 0px 2rem;
}
.billing-text
{
    float: left;
    width: 50%;

}
.first
{
    padding-right: 10px;
}
.last
{
    padding-left: 10px;
}
/* a u t h o r:    E r o l     T u n a  */
.billing-section input[type=text]
{
    float: left;
    width: 100%;
    background: #333 !important;
    color:#fff !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 0px;
    height: 50px;
    line-height: 50px;
    margin: 5px 0px;
    padding: 0px 2rem;
}
.billing-section input[type=text]::placeholder
{
    color:#fff
}
.billing-section textarea
{
    float: left;
    width: 100%;
    background: #333 !important;
    color:#fff !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 0px;
    min-height:100px;
    margin: 5px 0px;
    padding: 0px 2rem;
}
.procodedesc
{
    width: 64%;
    float: left;
    margin-left: 36%;
}
.procodedesc small.open
{
    background: #333;
    padding: 3px 6px;
    border-radius: 3px;
    margin: 3px 0px;
}
i.green
{
    color: #00d611!important;
}
.procodedesc small.green
{
    color: #00d611!important;
    text-transform: capitalize;
}
.procodedesc small.red
{
    color: #ff0000!important;
}
.billing-section-buy
{
    float: left;
    width: 100%;
    text-align: center;
}
.billing-section-buy input[type=submit] {
    height: 35px;
    line-height: 35px;
    margin: 0rem 0px;
    padding: 0px 2rem;
    font-size: 14px;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-weight: 600;
    background: none;
}
.billing-section-buy input[type=submit]:hover {
    background:#fff;
    color:#333;
}
footer
 {
     position: fixed;
     bottom:20px;
     width:100%;
 }
.footer-relative
{
    bottom: 0px;
    width: 100%;
    background: url(../img/background.jpg);
    background-size: cover;
    background-position: bottom;
    z-index: 16;
}
.footer-menu
{
    float: left;
    width: 100%;
    text-align: center;
}
 .footer-menu ul
{
    margin:0px;
    display: inline-block;
    padding: 0px;
}
 .footer-menu ul li
{
    height: 40px;
    line-height: 40px;
    float: left;
    padding: 0px 15px;
    list-style: none;
}
 .footer-menu ul li a
 {
    color:#fff;
    text-decoration:none;
    font-size:13px;
}
 .copyright
{
    float: left;
    width:100%;
    text-align: center;
    color:#fff;
    font-size:10px;
}
.slide-inside label
{
    color:#999;
    font-size:16px;
    font-weight: 400;
    margin-bottom: .1rem !important;
}
 .slide-inside h3
 {
     color: #999;
     font-size: 16px;
     font-weight: 500;
     border-bottom: 1px solid #999;
     height: 30px;
     line-height: 30px;
     margin: 0px 0px 1rem 0px;
 }
 .input-group-prepend span
 {
     background-color: #1A1A1A ;
     color:#fff;
 }
.eyeopen-section
{
    margin:0px !important;
    background:none;
}
 .eyeopen
 {
    border:0px !important;
     background: none !important;
 }

 .notifications
 {
     position: absolute;
     height: calc(100% - 15vh);
     width: 15%;
     right: 0px;
     margin-top: 15vh;
 }


.alert-menu
{
    background: rgba(0,172,211,1);
    background: -moz-linear-gradient(-45deg, rgba(0,172,211,1) 0%, rgba(213,48,145,1) 52%, rgba(215,197,224,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,172,211,1)), color-stop(52%, rgba(213,48,145,1)), color-stop(100%, rgba(215,197,224,1)));
    background: -webkit-linear-gradient(-45deg, rgba(0,172,211,1) 0%, rgba(213,48,145,1) 52%, rgba(215,197,224,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(0,172,211,1) 0%, rgba(213,48,145,1) 52%, rgba(215,197,224,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(0,172,211,1) 0%, rgba(213,48,145,1) 52%, rgba(215,197,224,1) 100%);
    background: linear-gradient(135deg, rgba(0,172,211,1) 0%, rgba(213,48,145,1) 52%, rgba(215,197,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acd3', endColorstr='#d7c5e0', GradientType=1 );
    color:#fff;
    position: absolute;
    /*float: right;
    min-width:100px;
    max-width:350px;
    right: calc(100vw - 130vw);*/
    width: 100%;
    right: -300%;
    margin-top: 20px;
    z-index: 999999;
    padding: 15px;
    border-bottom-left-radius: 10px;
    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    border: 1px solid #fff;
    /*visibility: hidden;*/
}

.alert-display
{

    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    position: relative;
    /*visibility: visible;
    display: block;*/
    /*
    -webkit-animation: mymove 1s ;
    -webkit-animation-delay: 1s;
    animation: mymove 1s ;
    animation-delay: 1s;*/
    display: block;
    right: 0px !important;
    /* author: Erol Tuna  */
}


@-webkit-keyframes mymove {
    from {right:calc(100vw - 116vw);}
    to {right: 0px;}
}

@keyframes mymove {
    from {right:calc(100vw - 116vw);}
    to {right: 0px ;}
}


 .alert-menu-open
 {
     right:0px !important;
     transition: all .3s ease-in;
     -moz-transition: all .3s ease-in;
     -webkit-transition: all .3s ease-in;
     -ms-transition: all .3s ease-in;
 }
.alert-icon
{
    height: 40px;
    width: 40px;
    position: absolute;
    left: -20px;
    top: -20px;
    border-radius: 100%;
}
 .alert-icon img
 {
     height: 40px;
     width:40px;
 }
 .alert-menu p
 {
     margin: 0px;
 }

 .alert-menu .alert-close
 {
     position: absolute;
     z-index: 999999;
     right:3px;
     top:3px;
     height: 15px;
     cursor:pointer;
 }
 .alert-desc a
 {
     color:#fff;
     text-decoration: underline;
 }
.center-section
{
    margin: auto !important;
    flex: inherit !important;
}
.faq-header
{
    float: left;
    width: 100%;
}
.faq-box
{
    float: left;
    width:100%;
}
.faq-desc
{
    float: left;
    width: 100%;
    overflow-y: scroll;
    height: 500px;
    padding: 10px;
    margin: 10px 0px;
    color:#fff;
}
/* author: Erol Tuna  */
.faq-desc p a
{
    color: #004cff;
    font-weight: 500;
}
.bolder
{
    /* author: Erol Tuna  */
    font-weight: 600;
}
.faq-header img
{
    width:100%;
    border-radius: 10px;
}
.faq-answer
{
    margin-left: 2rem;
    font-size: 14px;
}

    /* width */
.faq-desc::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.faq-desc::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.faq-desc::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
}

/* Handle on hover */
.faq-desc::-webkit-scrollbar-thumb:hover {
    background: #333;
}
.faq-question i
{
    font-size: 25px;
}
.faq-answer i
{
    font-size: 14px;
}

.faq-desc p
{
    color:#fff;
}

.ad-channel-footer
{
    /*padding: 0px !important; */
}

.ad-channel-footer ul
{
    width:100%;
}
.ad-channel-footer ul li
{
    float: left;
    width: 50%;
    list-style: none;
}
.ad-channel-footer ul li a
{
    color:#fff
}
/* a u t h o r:     E r o l     T u n a  */
.ad-channel-footer ul li.app-breadcrumbs__item_state_active a span.app-breadcrumbs__circle
{
    background: #666666;
    color:#fff;
}
.ad-channel-footer ul li.app-breadcrumbs__item_state_active.app-breadcrumbs__item_state_visited a span.app-breadcrumbs__circle
{
    background: #fff;
    color:#666666;
}

/* author: Erol Tuna  */
.ad-channel-footer ul li.app-breadcrumbs__item_state_active span.app-breadcrumbs__circle
{
    background: #666666;
    color:#fff;
}
.ad-channel-footer ul li a span.app-breadcrumbs__circle
{
    height: 40px;
    line-height: 40px;
    width:40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    float: left;
    color:#fff;
    text-align: center;
    background: #fff;
}

.ad-channel-footer ul li a span.app-breadcrumbs__text
{
    height: 40px;
    line-height: 40px;
    padding: 0px 1rem;

}

.ad-channel-footer ul li span.app-breadcrumbs__circle
{
    height: 40px;
    line-height: 40px;
    width:40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    float: left;
    color:#808080;
    text-align: center;
    background: #fff;
}
.ad-channel-footer ul li span.app-breadcrumbs__text
{
    height: 40px;
    line-height: 40px;
    padding: 0px 1rem;
}

 @media screen and (max-width:1440px) {

     .thumbnail small {
         font-size: 12px !important;
     }
     .enable-chat small {

         font-size: 12px !important;
     }
     .info-inside small {
         font-size: 12px;
         padding: 0px 1px;
     }
     .info-img img {
         height: 13px;
     }
     /* author: Erol Tuna  */

     .settings-form small
     {

         font-size: 10px;
         width: 24%;
     }
     .settings-form label
     {
         font-size: 12px;
     }
     .channel-title h3{
         font-size: 15px;
     }

         .modal-lg {
             max-width: 1100px;
         }
     .faq-desc
     {
         height: 350px;

     }
 }
/* author: Erol Tuna  */

 @media screen and (max-width:1920px) {
     .modal-lg {
         max-width: 1024px;
     }
 }

 @media screen and (max-width:1281px) {

     .pack-type {
         max-width: 100%;
         height: 120px;
     }

 }
 @media screen and (max-width:1000px) {

     .slide-inside
     {
         overflow-y: scroll;
         float: left;
         width: 100%;
         height: 100vh;
     }
 }

/*Tawk.to*/

.font-lato #formSubmit-pc {
    background-color: #2298c8 !important;
}

font-lato .theme-background-color
{
    background-color: #c93f94 !important;
}


