/* Fonts */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../Fonts/poppins/regular.eot');
   /* IE9 Compat Modes */
    src: url('../Fonts/poppins/regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../Fonts/poppins/regular.woff') format('woff'), /* Modern Browsers */
         url('../Fonts/poppins/regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../Fonts/poppins/regular.svg#Poppins') format('svg');
   /* Legacy iOS */;
  }
  
  @font-face {
    font-family: 'Poppins Thin';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src:  url('../Fonts/poppins/thin.eot');
    src: url('../Fonts/poppins/thin.ttf') format('truetype'),
      url('../Fonts/poppins/thin.woff') format('woff'),
      url('../Fonts/poppins/thin.woff2') format('woff2'),
      url('../Fonts/poppins/thin.svg') format('svg');
  }
  
  @font-face {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src:  url('../Fonts/poppins/light.eot');
    src: url('../Fonts/poppins/light.ttf') format('truetype'),
      url('../Fonts/poppins/light.woff') format('woff'),
      url('../Fonts/poppins/light.woff2') format('woff2'),
      url('../Fonts/poppins/light.svg') format('svg');
  }
  
  @font-face {
    font-family: 'Poppins Medium';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src:  url('../Fonts/poppins/medium.eot');
    src: url('../Fonts/poppins/medium.ttf') format('truetype'),
      url('../Fonts/poppins/medium.woff') format('woff'),
      url('../Fonts/poppins/medium.woff2') format('woff2'),
      url('../Fonts/poppins/medium.svg') format('svg');
  }
  
  @font-face {
    font-family: 'Poppins Semibold';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src:  url('../Fonts/poppins/semibold.eot');
    src: url('../Fonts/poppins/semibold.ttf') format('truetype'),
      url('../Fonts/poppins/semibold.woff') format('woff'),
      url('../Fonts/poppins/semibold.woff2') format('woff2'),
      url('../Fonts/poppins/semibold.svg') format('svg');
  }
  
  @font-face {
    font-family: 'Poppins Bold';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src:  url('../Fonts/poppins/bold.eot');
    src: url('../Fonts/poppins/bold.ttf') format('truetype'),
      url('../Fonts/poppins/bold.woff') format('woff'),
      url('../Fonts/poppins/bold.woff2') format('woff2'),
      url('../Fonts/poppins/bold.svg') format('svg');
  }

/* Template */

html,
body {
    overflow-x: hidden;
    /* Prevent scroll on narrow devices */
    width: 100%;
    height: 100%;
}
body {   
    font-size: .815rem;
    letter-spacing: .5px;  
    font-family: 'Poppins';  
}
body.portal{
    padding-top: 52px;
}
.fontsize875{
    font-size: .875rem;
}
/* font style */
.font13 {
    font-size: 13px !important;
}
.font15 {
    font-size: 15px !important;
}
.font17 {
    font-size: 17px;
}
.font18 {
    font-size: 18px !important;
}
.font20 {
    font-size: 20px !important;
}
.border-radius-7{
    border-radius: 7px !important;
}

.link,
.link:hover,
.link:focus
.btn:focus{
    outline: 0;
}


/* Bootstrap */
.btn{
    font-size: .875rem;    
}
.dropdown-menu{
    padding: .75rem .5rem;
}
.dropdown-menu .dropdown-item{    
    font-size: .75rem;
    padding: .6rem 1.5rem;
}
.nav-tabs .nav-link{
    border-width: 0px 0px 1px 0px;
}
.modal-backdrop.fade{
    opacity: 0;
}
 .datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-image: none;
    background-color: #ed6900;
    *color: #ffffff;
 }
 .dropdown-menu {
    background-color: #070819 !important;
 }


/* Custom */

.frm-auth{
    padding: 32px 35px;
    width: 320px     
}
.frm-auth h6{
    font-size: .875rem;
    font-family: 'Poppins Medium';
}
.frm-auth .form-control{
    border-radius: 3px;    
    /* padding: 0.575rem 0.75rem; */
    font-size: .815rem;
    border: 2px solid;
    height: 40px;
}
.frm-auth .input-group .form-control{
    border-right: 0px;
}
.frm-auth .input-group-text{
    border-radius: 3px;
    border-width: 1px 1px 1px 0px;
}
.frm-auth hr{
    border-top: 1px solid;
}
.frm-auth .error{
    margin-top: .25rem;
    font-size: .75rem;
}
.portal-tab a.nav-link i {
    display: block;
    text-align: center;
    margin-bottom: .25rem;
    font-size: 24px;
}
#modalCaution i {
    font-size: 2rem;
}  
#modalCaution .message {
    font-family: 'Poppins Light';
    font-size: .875rem;
}
  
.bgtheme{
    background: #070819;
}
.pointercursor {
    cursor: pointer;
}

.border-style {
    border-radius: 20px !important;
    border: 0;
    background: #1e1f34;
}

.border-style:focus {
    background: #1e1f34;
    border: 0;
}

.BGbtn {
    background: linear-gradient(to right, rgb(233, 0, 0) 0%, rgb(237, 107, 0) 100%);
}
  
.BGbtn:focus {
    box-shadow: none;
}
  
.loginerralert {
    background: linear-gradient(to right, rgb(233, 0, 0) 0%, rgb(237, 107, 0) 100%);
    color: #fff;
}

.pwd {
    position: relative
}

.pwd input[type="password"] {
    padding-right: 30px
}

.pwd .fa {
    right: 15px;
    position: absolute;
    top: 40px
}

.bg_color {
    background: #1e1f34;
}

.login-btn-color {
    background: linear-gradient(to right, rgb(233, 0, 0) 0%, rgb(237, 107, 0) 100%);
    color: #fff;
    border-radius: 3px;
}

.themebtnclr {
    color: #fff;
    border-radius: 3px;
    border: 1px solid #fff;
    background: transparent;
}

.themebtnclr:hover {
    background: linear-gradient(to right, rgb(233, 0, 0) 0%, rgb(237, 107, 0) 100%);
    box-shadow: 0 0 8px rgb(233, 0, 0);
    outline: 0;
    border: 2px solid #ed6900;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background: linear-gradient(to right, rgb(233, 0, 0) 0%, rgb(237, 107, 0) 100%);
}

.contentbox {
    background: #070819;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.4);
    width: 50%;
    margin: auto;
}

.inputtextbox {
    background: transparent;
    border: 2px solid #807575;
    color: #fff;
    border-radius: 0 !important;
    border-radius: 4px;
}

.inputtextbox:focus {
    background: transparent;
    border: 2px solid #ed6900;
    transition-duration: .4s;
}

/* Change password page */

.txtclr {
    color: #aeb4bf;
}

.showtitle {
    font-size: 20px;
}

.new {
    margin-top: 10%;
}

.successmsg {
    margin-top: 18%;
}

.fa-lock {
    font-size: 20px;
}

.fa-check {
    font-size: 35px;
}

.fa-check.border {
    border-radius: 37px;
}

/* client-portal html */

hr {
    border-top: 2px solid #43494f;
}

/*add destination button style*/

.hvr-shutter-out-horizontal::before {
    background: linear-gradient(to right, rgb(233, 0, 0) 0%, rgb(237, 107, 0) 100%);
}

.hvr-shutter-out-horizontal {
    background: transparent;
}

.btnstyle {
    background: transparent;
    border: 2px solid #fff;
    padding-top: 3px;
    padding-bottom: 3px;
}

.presetoptions{
padding-top: 1px;
padding-bottom: 1px;
padding-left: 1px;
padding-right: 1px;
font-size: 13px;
}

.inputtextbox[readonly]{
    background-color: transparent;
}

.form-control:focus {
    box-shadow: 0 0 0;
    color: #fff;
}

.clickDestination {
    cursor: pointer;
}

#adddestination:hover {
    /*box-shadow: 0 0 8px rgb(233, 0, 0);*/
    background: linear-gradient(to right, rgba(233, 0, 0, 1) 0%, rgba(237, 107, 0, 1) 100%) !important;
    border: 2px solid #ed6900 !important;
}

/*channel list dropdown*/

#channellist {
    /* background: #0f112f; */
    background: #070819;
    color: #fff;
    border-radius: 0;
    border: 0 none;
}

option {
    /* background: #0f112f */
    background: #070819;
}

.textboxstyle {
    color: #fff;
    border: 0 none;
    font-size: .875rem !important;
}

textarea {
    height: 20%;
}

.textboxstyle[readonly] {
    /* background: #0f112f; */
    background: #070819;
}

.destinationurl {
    font-size: 20px;
}

/* delete popup */

.confirm_bg {
    background: #e23434;
}

.del_title {
    font-size: 16px;
}

#ezok-btn {
    background: #e23434;
    color: #fff;
}

#ezok-btn:focus {
    box-shadow: 0 0 8px #e23434;
}

#ezAlerts-footer {
    border-top: 1px solid #8d868361;
}

.round {
    background: #fff;
    width: 32px;
    height: 32px;
    line-height: 36px;
    text-align: center;
    border-radius: 30px;
    font-size: .875rem;
    padding-top: 9px;
}

.fa-youtube-play {
    color: #e52d27;
}

.fa-external-link-square {
    color: #088af0
}

.roundstyle {
    border: 2px solid #fff;
    padding-top: 7px;
    padding-left: 8px;
    border-radius: 25px;
    width: 32px;
    height: 32px;
}

.roundstyle.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
    box-shadow: 0 0 8px #e90000;
    border: 2px solid #ed6900;
    background: linear-gradient(to right, rgb(233, 0, 0) 0%, rgb(237, 107, 0) 100%);
}

/* .editround.hvr-glow:hover,.hvr-glow:focus,.hvr-glow:active{
    box-shadow: 0 0 8px #ed6900;
    border: 2px solid #ed6900;
    background: linear-gradient(to right, rgb(233, 0, 0) 0%, rgb(237, 107, 0) 100%);
}
.deleteround.hvr-glow:hover,.hvr-glow:focus,.hvr-glow:active{
    box-shadow: 0 0 8px #e90000;
    border: 2px solid #ed6900;
    background: linear-gradient(to right, rgb(233, 0, 0) 0%, rgb(237, 107, 0) 100%);
}
.editround{
    border: 2px solid #fff;
    padding-top: 9px;
    padding-left: 11px;
    border-radius: 25px;
    width: 40px;
    height: 40px;
}
.deleteround{
    border: 2px solid #fff;
    padding-top: 9px;
    padding-left: 11px;
    border-radius: 25px;
    width: 40px;
    height: 40px;
} */

/*Destination_ModalPopup*/

#updatecontent {
    background: #293042;
}

#deletecontent {
    background: #293042;
}

#updatertmpurl {
    background: #151b26;
    color: rgba(255, 255, 255, 0.9);
    border: 0 none;
    transition: .3s;
    font-size: 16px;
    height: 40px;
}

.modal_bg {
    background: #16182a;
}

.modal_title_style {
    color: #d0cfcf;
    font-size: 18px;
}

.close {
    color: #d0cfcf;
}

.modal-header {
    border-bottom: 1px solid #121212;
}

.img_style {
    height: 86px;
    width: 100%;
}

.img_text {
    font-size: 12px;
    color: #222222;
}

.facebookIframe {
    border: 0 none;
}

.YouTube {
    border: 0 none;
}

/* 1st row */

#img_livebox {
    background: #a4bf00;
}

#img_livebox:hover {
    box-shadow: 0 0 8px #a4bf00;
}

#img_youtube {
    background: #fff;
    cursor: pointer;
}

#img_youtube:hover {
    box-shadow: 0 0 8px #fff;
}

#img_facebook {
    background: #3b5998;
    cursor: pointer;
}

#img_facebook:hover {
    box-shadow: 0 0 8px #3b5998;
}

.fa-facebook{
color:blue;
}

#img_periscope {
    background: #40A4C4;
}

#img_periscope:hover {
    box-shadow: 0 0 8px #40A4C4;
}

/* 2nd row */

#img_rtmp {
    background: #088af0;
}

#img_rtmp:hover {
    box-shadow: 0 0 8px #088af0;
}

#img_srt{
  background:   #7FFF00;
}
#img_srt:hover{
  box-shadow: 0 0 8px   #7FFF00;
}


#img_bulkrtmp {
    background: #e29323;
    cursor: pointer;
}

#img_bulkrtmp:hover {
    box-shadow: 0 0 8px #e29323;
}

#img_livestream {
    background: #fff;
}

#img_livestream:hover {
    box-shadow: 0 0 8px #fff;
}

#img_twitch {
    background: #4b367c;
}

#img_twitch:hover {
    box-shadow: 0 0 8px #4b367c;
}

/* 3rd row */

#img_wowza {
    background: #fff;
}

#img_wowza:hover {
    box-shadow: 0 0 8px #fff;
}

#img_azure {
    background: #121212;
}

#img_azure:hover {
    box-shadow: 0 0 8px #121212;
}

#img_dacast {
    background: #fff;
}

#img_dacast:hover {
    box-shadow: 0 0 8px #fff;
}

#img_hitbox {
    background: #99cc00;
}

#img_hitbox:hover {
    box-shadow: 0 0 8px #99cc00;
}

/* 4th row */

#img_ustream {
    background: #fff;
}

#img_ustream:hover {
    box-shadow: 0 0 8px #fff;
}

#img_maxcdn {
    background: #fff;
}

#img_maxcdn:hover {
    box-shadow: 0 0 8px #fff;
}

#img_akamai {
    background: #02485d;
}

#img_akamai:hover {
    box-shadow: 0 0 8px #02485d;
}

#img_cdn {
    background: #032a3f;
}

#img_cdn:hover {
    box-shadow: 0 0 8px #032a3f;
}

/* 5th row */

#img_dailymotion {
    background: #fff;
}

#img_dailymotion:hover {
    box-shadow: 0 0 8px #fff;
}

#img_amazoncloud {
    background: #fff;
}

#img_amazoncloud:hover {
    box-shadow: 0 0 8px #fff;
}

#img_alibabacloud {
    background: #2c3134;
}

#img_alibabacloud:hover {
    box-shadow: 0 0 8px #2c3134;
}

#img_fastly {
    background: #d52f2f;
}

#img_fastly:hover {
    box-shadow: 0 0 8px #d52f2f;
}

/* 6th row */

#img_stackpath {
    background: #2b63ed;
}

#img_stackpath:hover {
    box-shadow: 0 0 8px #2b63ed;
}

#img_mixer {
    background: #1d2550;
}

#img_mixer:hover {
    box-shadow: 0 0 8px #1d2550;
}

#img_red5 {
    background: #2c2c2c;
}

#img_red5:hover {
    box-shadow: 0 0 8px #2c2c2c;
}

#img_nginx {
    background: #151413;
}

#img_nginx:hover {
    box-shadow: 0 0 8px #151413;
}

/* 7th row */

#img_brightcove {
    background: #fff;
}

#img_brightcove:hover {
    box-shadow: 0 0 8px #fff;
}

#img_amazon {
    background: #fff;
}

#img_amazon:hover {
    box-shadow: 0 0 8px #fff;
}

#img_verizon {
    background: #fff;
}

#img_verizon:hover {
    box-shadow: 0 0 8px #fff;
}

#img_streammonkey {
    background: #e93d25;
}

#img_streammonkey:hover {
    box-shadow: 0 0 8px #e93d25;
}

/* 8th row */

#img_limelight {
    background: #000b0f;
}

#img_limelight:hover {
    box-shadow: 0 0 8px #000b0f;
}

#img_level3 {
    background: #fff;
}

#img_level3:hover {
    box-shadow: 0 0 8px #fff;
}

#img_bitgravity {
    background: #333333;
}

#img_bitgravity:hover {
    box-shadow: 0 0 8px #333333;
}

#img_evostream {
    background: #fff;
}

#img_evostream:hover {
    box-shadow: 0 0 8px #fff;
}

/* 9th row */

#img_tata {
    background: #fff;
}

#img_tata:hover {
    box-shadow: 0 0 8px #fff;
}

#img_quantil {
    background: #fff;
}

#img_quantil:hover {
    box-shadow: 0 0 8px #fff;
}

#img_cdnetworks {
    background: #fff;
}

#img_cdnetworks:hover {
    box-shadow: 0 0 8px #fff;
}

#img_cachefly {
    background: #3d5789;
}

#img_cachefly:hover {
    box-shadow: 0 0 8px #3d5789;
}

/* 10th row */

#img_keycdn {
    background: #fff;
}

#img_keycdn:hover {
    box-shadow: 0 0 8px #fff;
}

#img_connectcast {
    background: #121212;
}

#img_connectcast:hover {
    box-shadow: 0 0 8px #121212;
}

/* website title */

#rtmplabel {
    color: #aeb4bf;
}

#rtmpurltext {
    background: transparent;
    border-radius: 0px;
    color: #fff;
    border-bottom: 2px solid #fff;
}

#rtmpurltext:focus {
    border-bottom: 2px solid #ed6900;
}

#quickrtmp {
    background: transparent;
    border-radius: 0px;
    color: #fff;
    border-bottom: 2px solid #fff;
}

#quickrtmp:focus {
    border-bottom: 2px solid #ed6900;
}

#quickDestination {
    background: transparent;
    border: 2px solid #fff;
}

#quickDestination:hover {
    background: linear-gradient(to right, rgb(233, 0, 0) 0%, rgb(237, 107, 0) 100%);
    border: 1px solid #ed6900;
}

.btn:focus {
    box-shadow: 0 0 0;
}

#AllModal .modal-dialog {
    max-width: 600px;
    margin: 30px auto;
}

/* quick and fancy editor */

#editor {
    background: #2d2d2d;
    color: #fff;
    height: 200px;
}

#editor1 {
    background: #2d2d2d;
    color: #fff;
    height: 200px;
}

/* push url display box hover style */

/* dynamic push url style */

.box {
    background: #0f112f;
    padding-top: 22px;
    padding-bottom: 22px;
}

.box:focus, .box:hover {
    box-shadow: 0 0 8px #696969;
}

[class*='stacked--'] {
    position: relative;
    transition: transform 0.3s ease-in-out;
    will-change: transform;
}

[class*='stacked--']:before, [class*='stacked--']:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #070819;
    transition: transform 0.3s ease-in-out;
    will-change: transform;
}

[class*='stacked--']:before {
    z-index: -1;
}

[class*='stacked--']:after {
    z-index: -2;
}

.stacked--up-left:hover {
    transform: translate(-5px, -5px);
}

.stacked--up-left:hover:before {
    transform: translate(5px, 5px);
}

.stacked--up-left:hover:after {
    transform: translate(10px, 10px);
}

/* Cusom scrollbar */

/* width */

::-webkit-scrollbar {
    width: 10px;
}

/* Track */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    background:#1e1f34;  
    /* background: #141b23; */
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #1d2029;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
    /* background: #1d2029; */
}
::-webkit-scrollbar-corner {
    background: #282828;
  }
/* Handle on hover */
/* 
::-webkit-scrollbar-thumb:hover {
    background: #222222;
} */

/* on-off style */

.switch input {
    display: none;
}

.switch {
    display: inline-block;
    width: 40px;
    height: 20px;
    margin-top: -12px;
    transform: translateY(50%);
    position: relative;
}

.slider {
    position: absolute;
    top: 2px;
    bottom: -5px;
    left: -8px;
    right: -2px;
    border-radius: 30px;
    box-shadow: 0 0 0 2px #777, 0 0 4px #777;
    cursor: pointer;
    border: 4px solid transparent;
    overflow: hidden;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    width: 105%;
    height: 100%;
    background: #777;
    box-shadow: 0 0 8px #777;
    border-radius: 30px;
    transform: translateX(-28px);
    transition: .4s;
}

input:checked+.slider:before {
    transform: translateX(26px);
    background: #ed6900;
    box-shadow: 0 0 8px #ed6900;
}

input:checked+.slider {
    box-shadow: 0 0 0 2px #ed6900, 0 0 2px #ed6900;
}

/**Quick Destination****/

/* Tabs panel */

.tabbable-panel {
    /*border:1px solid #eee;*/
    padding: 10px;
}

.tabbable-panel label {
    font-size: 14px;
}

/* Default mode */

.tabbable-line>.nav-tabs {
    border: none;
    margin: 0px;
}

.tabbable-line>.nav-tabs>li {
    margin-right: 2px;
}

.tabbable-line>.nav-tabs>li>a {
    border: 0;
    margin-right: 0;
    color: #a0a0a0;
}

.tabbable-line>.nav-tabs>li>a>i {
    color: #a0a0a0;
}

.tabbable-line>.nav-tabs>li.open>a, .tabbable-line>.nav-tabs>li:hover>a {
    border: 0;
    /* background: #22262a !important; */
    color: #fff;
}

.tabbable-line>.nav-tabs>li.open>a>i, .tabbable-line>.nav-tabs>li:hover>a>i {
    color: #fff;
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu, .tabbable-line>.nav-tabs>li:hover .dropdown-menu {
    margin-top: 0px;
}

.tabbable-line>.nav-tabs>li>a.active {
    border-bottom: 4px solid #ed6900;
    position: relative;
}

.tabbable-line>.nav-tabs>li.active>a {
    border: 0;
    /* color: #333333;*/
    color: #fff;
    background: #22262a;
}

.tabbable-line>.nav-tabs>li>a>i {
    /*color: #404040;*/
    color: #fff;
}

.tabbable-line>.tab-content {
    margin-top: -3px;
    /*background-color: #fff;*/
    border: 0;
    padding: 15px 0;
}

.portlet .tabbable-line>.tab-content {
    padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below>.nav-tabs>li {
    border-top: 4px solid transparent;
}

.tabbable-line.tabs-below>.nav-tabs>li>a {
    margin-top: 0;
}

.tabbable-line.tabs-below>.nav-tabs>li:hover {
    border-bottom: 0;
    border-top: 4px solid #fbcdcf;
}

.tabbable-line.tabs-below>.nav-tabs>li.active {
    margin-bottom: -2px;
    border-bottom: 0;
    border-top: 4px solid #f3565d;
}

.tabbable-line.tabs-below>.tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.PopupBg {
    background-color: #22262a;
}

.modal-width {
    max-width: 600px;
}

.textgrey {
    color: #d0cfcf
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

a:hover {
    text-decoration: none;
}

/* for loading css */

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #cdcdcd;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/* ************************************************ */

/**For Loading*/

.spinner.loader {
    position: absolute;
    left: 50%;
    top: 35%;
}

#overlay {
    position: fixed;
    /* Sit on top of the page content */
    display: none;
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with opacity */
    z-index: 2;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
}

/* checkbox */

.custom-control.overflow-checkbox .overflow-control-input {
    display: none;
}

.custom-control.overflow-checkbox .overflow-control-input:checked~.overflow-control-indicator::after {
    transform: rotateZ(45deg) scale(1);
    top: -6px;
    left: 5px;
}

.custom-control.overflow-checkbox .overflow-control-input:checked~.overflow-control-indicator::before {
    opacity: 1;
}

.custom-control.overflow-checkbox .overflow-control-indicator {
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #aaa;
    cursor: pointer;
}

.custom-control.overflow-checkbox .overflow-control-indicator::after {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    transition: 0.3s;
    transform: rotateZ(90deg) scale(0);
    width: 10px;
    border-bottom: 4px solid #aaa;
    border-right: 4px solid #aaa;
    border-radius: 3px;
    top: -2px;
    left: 2px;
}

.custom-control.overflow-checkbox .overflow-control-indicator::before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    transition: 0.3s;
    width: 10px;
    /* border-right: 7px solid #fff; */
    border-radius: 3px;
    transform: rotateZ(45deg) scale(1);
    top: -4px;
    left: 5px;
    opacity: 0;
}

.overflow-control-description {
    color: #fff;
}

.livestreamurl {
    color: hsl(3, 81.8%, 49.6%);
    border: 1px solid hsl(3, 81.8%, 49.6%);
    padding: 1px;
    font-size: 14px;
    border-radius: 2px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 6px;
}

.wordbreak {
    word-break: break-all;
}

/* dropdown */

/*.nav-tabs {
    border-bottom: 0;
    cursor: pointer;
}*/

/*.dropdown-menu {
    background: #0f122f;
}

.dropdown-item {
    color: #fff;
}

.dropdown-item:hover, .dropdown-item:focus {
    background: #1f2130;
    color: #fff;
}*/

/* nav-tab */

/*nav>.nav.nav-tabs {
    border: none;
    color: #fff;
    background: #272e38;
    border-radius: 0;
}*/

/*nav>div a.nav-item.nav-link{
    border: none;
    padding: 7px 25px;
    color: #fff;
    background: #272e38;
    border-radius: 0;
}*/

/* nav>div a.nav-item.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -47px;
    left: -10%;
    border: 15px solid transparent;
    border-top-color: #e14e08;
} */

/*.tab-content {
    background: transparent;
    line-height: 25px;
    padding: 30px 25px;
}*/

/*nav>div a.nav-item.nav-link:hover, nav>div a.nav-item.nav-link:focus, nav>div a.nav-item.nav-link.active {
    border: none;
    background: linear-gradient(to right, rgb(233, 0, 0) 0%, rgb(237, 107, 0) 100%);
    color: #fff;
    border-radius: 0;
    transition: background 0.20s linear;
}*/

/* chat iframe */
#ChatIframe {
    border: 2px solid #1e1f34;
    border-top: 0;
    box-shadow: 0 0 4px #1e1f34;
    border-radius: 10px;
}

/* settings dropdown*/

.pr-6 {
    padding-right: 6rem !important;
}

.nav-tabs .dropdown-menu {
    left: -20px !important;
}

/*chat & palyer head */

.choc-color {
    color: darkgray;
    font-size: 1.1rem !important;
}

/* icon circle */

.icon-circle {
    border: 1px solid;
    border-radius: 15px;
    font-size: 11px;
    padding: 5px;
}

.table-borderless>tbody>tr>td, .table-borderless>tbody>tr>th, .table-borderless>tfoot>tr>td, .table-borderless>tfoot>tr>th, .table-borderless>thead>tr>td, .table-borderless>thead>tr>th {
    border: none;
    color: #777069;
    padding: 5px 0px;
    text-align: left;
}

.table-borderless>thead>tr>td, .table-borderless>thead>tr>th {
    font-size: 13px;
    font-weight: 800;
}

.table-borderless>tbody>tr>td {
    color: #fff;
    font-size: 13px;
}

.m-b-3 {
    margin-bottom: 3px;
}

.p-2 {
    padding: 2px;
}

#urloptions:hover {
    background: linear-gradient(to right, rgba(233, 0, 0, 1) 0%, rgba(237, 107, 0, 1) 100%) !important;
    border: 2px solid #ed6900 !important;
}

.displaynone {
    display: none;
}

.w-20 {
    width: 23%
}

/* Tab Navigation */
.infocontent .nav-tabs {
    margin: 0;
    padding: 0;
    border: 0;
}

.infocontent .nav-tabs>li>a {
    background: transparent;
    color: #ed6900;
    font-size: 15px;
    border-radius: 0;
    box-shadow: inset 0 -8px 7px -9px rgba(0, 0, 0, .4), -2px -2px 5px -2px rgba(0, 0, 0, .4);
}

.infocontent .nav-tabs>li>a.active, .infocontent .nav-tabs>li>a:hover {
    background: #ed6900;
    ;
    color: #fff;
    font-size: 15px;
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .4), -2px -3px 5px -2px rgba(0, 0, 0, .4);
}

/* Tab Content */

.infocontent .tab-pane {
    background: transparent;
    box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    border-radius: 0;
    text-align: center;
    padding: 10px;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver;
}

legend {
    color: #ed6900;
    font-size: 18px;
    width: 43%;
    border-bottom: 0;
}

.orangeclr {
    color: #ed6900;
}

.info-dialog {
    max-width: 570px;
}

/* table css */
#DataTables_Table_0_filter{
    color: white;
}

#DataTables_Table_0_filter input{
    border: 0 !important;
    background: rgba(255,255,255,0.09) !important;
    color: #fff !important;
}

.table-stripe tbody tr:nth-child(odd) td {
    background-color: rgba(255,255,255,0.09) !important;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td, .table>thead>tr>th, .table-bordered {
    border-top: 0 !important;
}

.table thead th {
    border-bottom: 0 !important;
}


/* loading css */
.page-loader{ 
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;}
.loader {
    height: 45px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 50%;
    width: 44px;
}
.dot {
    background: #ccc none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    position: absolute;
    width: 10px;
}
.dot_1 {
    animation: 1.5s linear 0s normal none infinite running animateDot1;
    background: #f26f29 none repeat scroll 0 0;
    left: 12px;
}.dot_2 {
    animation: 1.5s linear 0.5s normal none infinite running animateDot2;
    left: 24px;
}.dot_3 {
    animation: 1.5s linear 0s normal none infinite running animateDot3;
    left: 12px;
}.dot_4 {
    animation: 1.5s linear 0.5s normal none infinite running animateDot4;
    left: 24px;
}
 @keyframes animateDot1 {
0% {
    transform: rotate(0deg) translateX(-12px);
}
25% {
    transform: rotate(180deg) translateX(-12px);
}
75% {
    transform: rotate(180deg) translateX(-12px);
}
100% {
    transform: rotate(360deg) translateX(-12px);
}
}
@keyframes animateDot2 {
0% {
    transform: rotate(0deg) translateX(-12px);
}
25% {
    transform: rotate(-180deg) translateX(-12px);
}
75% {
    transform: rotate(-180deg) translateX(-12px);
}
100% {
    transform: rotate(-360deg) translateX(-12px);
}
}
@keyframes animateDot3 {
0% {
    transform: rotate(0deg) translateX(12px);
}
25% {
    transform: rotate(180deg) translateX(12px);
}
75% {
    transform: rotate(180deg) translateX(12px);
}
100% {
    transform: rotate(360deg) translateX(12px);
}
}
@keyframes animateDot4 {
0% {
    transform: rotate(0deg) translateX(12px);
}
25% {
    transform: rotate(-180deg) translateX(12px);
}
75% {
    transform: rotate(-180deg) translateX(12px);
}
100% {
    transform: rotate(-360deg) translateX(12px);
}
}

.dashboardTabs
{
    margin-top: 20px !important;
}
.dashboard-nav-tabs
{
    border-bottom: 0px !important;
}
.dashboard-nav-tabs>li.active>a, .dashboard-nav-tabs>li.active>a:focus, .dashboard-nav-tabs>li.active>a:hover {
    color: #fff !important;
    cursor: pointer !important;
    /* background-color: #ed6900 !important; */
    border-bottom: 2px solid #ed6900 !important;
}
.dashboard-nav-tabs>li>a {
    margin-right: 5px !important;
    border: 0px !important;
}
.dashboard-nav-tabs>li>a {
    border-radius: 0 !important;
    color: #fff !important;
    border-bottom: 2px solid #ed6900 !important;
}

#Ripeflowdetails{
    width: 100%;
    position: absolute;
    left: 0;
    overflow-y: hidden;
}

