.operationContainer{
    background: #0e6f8a!important;
    width:60%;
}

.namedMenu {}

#barNum{
    /* width: 100px; */
    width: 100%;
    max-width: 100px;
}

#barNum > span{
    font-size: 7px;
    padding-right: 0.5px;
    width: 6%;
    display: inline-flex;
    gap: 2px;
}

.namedMenu>div{
    /*background: #181818;*/
    padding: 1px 8px;
    /**margin: 1px 5px 1px 0;***/
    display: inline-block;
    position: relative;
    color: #f4f7f8;
    /***box-shadow: var(--btn-shadow);***/
}

.namedMenu input{
    /***background: #444;***/
    background: #103c48;
    border: none;
    margin: 1px;
    color: #aaa;
}

.namedMenu>div  div{
    position: absolute;
    top: 100%;
    left: 0;
    max-height: calc(100vh - 200px);
    min-width: 100%;
    background: #000;
    z-index: 1010;
    display: none;
    /* overflow-y: auto; */ /**Commented for Bein***/
}

.namedMenu>div div:empty{
    display: none;
}

.namedMenu p{
    background-color: var(--background-Color-n10);
    white-space: nowrap;
    padding: 3px 10px;
    border-bottom: 1px solid #222;
    margin: 0;
    font-size: 12px;
    cursor: pointer;
   
}
 .namedMenu p>label{
    color:#ffffffd1 !important;
 }

.namedMenu p:hover{
    background: var(--background-Color-n8);
    color:#ffffffd1 !important;
}

.namedMenu>div:hover{      /* as per new requirement for Bein this change happen */
    /* background: #000;*/
    /* as per new requirement for NEXC this change happen */
    color: var(--TX-A-COL);
}

.namedMenu>ul>li:hover{  /* as per new requirement for Bein this change happen */
    /* background: #000;*/
    /* as per new requirement for NEXC this change happen */
    color: var(--TX-A-COL);
}

.namedMenu>div>label:hover {
    /* background: #000; */
    color: var(--TX-A-COL);
}

#File,
#Edit,
#Tools,
#Playout,
#View {
    /* background: #000;*/
    /* as per new requirement for NEXC this change happen */
    color:#ffffffd1;
}

.namedMenu>div:hover div{
    display: block;
}

.operationMenu{
    /***height: 211px;****/
    height: calc(100vh - 110px);
    padding: 50px 0px; 
}

.operationMenu button,
.backButton button {
    border: none;
    /****border-left: 1px solid #2B3E42;*****/
    /***border-bottom: 1px solid transparent;****/
  /*  background: none;  */
    padding: 4px 10px;
    color: #fff;
    cursor: pointer;
    /**font-size: 25px;****/
    font-size: 17px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /***border: 1px solid white;*****/
    /* width: 43px; */
    border-left-style: none;
}


/***.pauRes{
    font-size: 10px !important;
}***/

.operationMenu button:hover,
.backButton button:hover {
    box-shadow: var(--operationMenuBtnHover-Bg-shadow )
}

.noOperation button {
    opacity: .6;
    pointer-events: none;
    background-Image: var(--operationMenuBtn-Bg-Disable) !important;
    /* margin-top:9px; */
}

.noOperation .forceEnable{
    opacity: 1;
    pointer-events: all;
    background-Image: var(--operationMenuBtn-Bg) !important;
}

.toggleBtn{
    background: none;
    padding: 2.5px;
    border: none;
    position: absolute;
    right: 2px;
    top: 4px;
    font-size: 8px;
    color: #fff;
    cursor: pointer;
    width: 50px;
}


#btnSubON,
#btnCcON,
#btnCcrON,
#btnRepON,
#btnAutoVerifyON,
#btnLivON {
    background: #6495ed;
}

#btnSubOFF,
#btnCcOFF,
#btnCcrOFF,
#btnRepOFF,
#btnAutoVerifyOFF,
#btnLivOFF {
    background: #b22222;
}

.filtered{
    display: none;
}

.namedMenuRight{
    padding-left: 0px;
    width:100%;
    height: inherit; 
    margin-left: 0px;
    /**background-image: linear-gradient(180deg,#1e3d3f, #16172e);***/
    /* background: #192939; */
    border-radius: 10px;
    display: flex;
    /* box-shadow: 4px 3px 2px 2px #1d4b3c; */
}

.namedMenuRight>div{
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 1px 10px;
    /***border-left: 1px solid #2B3E42;*****/
}

.namedMenuRight>div:hover {
    box-shadow: -3px -3px 4px -4px #2B3E42, 0 7px 9px 0 #2b3e45;
}

.forceHide{
    display: none!important;
    pointer-events: none;
}

.operationButtonMenu{
    border: 1px solid white;
    width: 65px;
}

#namedMenuLeft{
    width: 103%;
    margin-left: 10px;
    border: 2px solid #4e7469;
    height: 58px;
    border-radius: 0px 0px 50px 22px;
    margin-top: -5px;
    padding: 5px;
    background-color: #1d3d3a;
    font-size: 17px;

}

#stationTime{
    border-radius:25px;
    border: 5px solid transparent;
    background: linear-gradient(#60BEF8 18%, #053858 88%) padding-box, linear-gradient(120deg, #2E3234, #212426) border-box;
    /*font-size: 30px;*/
    /**padding: 6px 45px;***/
    padding: 2px 10px;
    letter-spacing: 4px;
    font-family:'digital-clock-font';
}


.rangeContainer{
    justify-items: center;
     /*align-items: center;
    height: 110%; */
    min-height: 125px;
    height: var(--videoHeightPlayerBox);
    display: flex;
}


.rangeRotate{
    transform: rotate(-90deg);
    width: 125px;
    background-color:transparent;
    box-sizing: content-box;
}


  .datalistRange {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    writing-mode: vertical-lr;
    width: 125px;
  
  }

  .meterRange {
    width: 125px !important;
    margin: 0;
    position: relative !important;
    top : 0 !important;
  
  }
  
  .datalistRange option{
    font-size: 10px;
  }



  .m-0 {
    margin: 0!important;
}

.mt-0,
.my-0 {
    margin-top: 0!important;
}

.mr-0,
.mx-0 {
    margin-right: 0!important;
}

.mb-0,
.my-0 {
    margin-bottom: 0!important;
}

.ml-0,
.mx-0 {
    margin-left: 0!important;
}

.m-1 {
    margin: .25rem!important;
}

.mt-1,
.my-1 {
    margin-top: .25rem!important;
}

.mr-1,
.mx-1 {
    margin-right: .25rem!important;
}

.mb-1,
.my-1 {
    margin-bottom: .25rem!important;
}

.ml-1,
.mx-1 {
    margin-left: .25rem!important;
}

.m-2 {
    margin: .5rem!important;
}

.mt-2,
.my-2 {
    margin-top: .5rem!important;
}

.mr-2,
.mx-2 {
    margin-right: .5rem!important;
}

.mb-2,
.my-2 {
    margin-bottom: .5rem!important;
}

.ml-2,
.mx-2 {
    margin-left: .5rem!important;
}

.m-3 {
    margin: 1rem!important;
}

.mt-3,
.my-3 {
    margin-top: 1rem!important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem!important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem!important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem!important;
}

.m-4 {
    margin: 1.5rem!important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem!important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem!important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem!important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem!important;
}

.m-5 {
    margin: 3rem!important;
}

.mt-5,
.my-5 {
    margin-top: 3rem!important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem!important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem!important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem!important;
}

.p-0 {
    padding: 0!important;
}

.pt-0,
.py-0 {
    padding-top: 0!important;
}

.pr-0,
.px-0 {
    padding-right: 0!important;
}

.pb-0,
.py-0 {
    padding-bottom: 0!important;
}

.pl-0,
.px-0 {
    padding-left: 0!important;
}

.p-1 {
    padding: .25rem!important;
}

.pt-1,
.py-1 {
    padding-top: .25rem!important;
}

.pr-1,
.px-1 {
    padding-right: .25rem!important;
}

.pb-1,
.py-1 {
    padding-bottom: .25rem!important;
}

.pl-1,
.px-1 {
    padding-left: .25rem!important;
}

.p-2 {
    padding: .5rem!important;
}

.pt-2,
.py-2 {
    padding-top: .5rem!important;
}

.pr-2,
.px-2 {
    padding-right: .5rem!important;
}

.pb-2,
.py-2 {
    padding-bottom: .5rem!important;
}

.pl-2,
.px-2 {
    padding-left: .5rem!important;
}

.p-3 {
    padding: 1rem!important;
}

.pt-3,
.py-3 {
    padding-top: 1rem!important;
}

.pr-3,
.px-3 {
    padding-right: 1rem!important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem!important;
}

.pl-3,
.px-3 {
    padding-left: 1rem!important;
}

.p-4 {
    padding: 1.5rem!important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem!important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem!important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem!important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem!important;
}

.p-5 {
    padding: 3rem!important;
}

.pt-5,
.py-5 {
    padding-top: 3rem!important;
}

.pr-5,
.px-5 {
    padding-right: 3rem!important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem!important;
}

.pl-5,
.px-5 {
    padding-left: 3rem!important;
}

#MAIN,
#BACKUP {
    width:100%;
  }

  .totalRecord{
    background: var(--BG-800);
     height: 102px;
      border-radius: 5px; 
      border-left: 5px solid #60BEF8; 
      padding: 10px;
    width: 270px !important;
    cursor: pointer;
    }

.totalRecord:hover:not(.active) :first-child :first-child {
    color: #60BEF8;
}
   
.totalRecord.active {
        background: rgba(96, 190, 248, 0.25);
    color: #FFFFFF !important;

    }

    .fontSize-40px{
        font-size:40px;
    }

.statDot{
        width:12px;
         height:12px; 
         border-radius:50%;
           display: inline-block;

}

.dot-1 {
    background: #18B96E;
           }

           .dot-2{
    background: #FF6C56;
               }

               .dot-3{
                  background:#FF8D29;
                   }

                   .channelDetailsSpan{
                    font-size:12px; 
                     line-height: 28px;
                     display: inline-block;
                      margin-left:10px;
                   }

.cardStat {
    background: var(--BG-800);
                     height: 102px; 
                     border-radius: 5px; 
                      padding: 10px;
                       width:140px !important;  
                       text-align: center;
    color: #FFFFFF;
                   }

.cardStatActive {
    border-left: 5px solid #18B96E;
}

.cardStatActive:hover {
    color: #18B96E;
    cursor: pointer;
}

.cardStatActive.active {
                    background: rgba(24, 185, 110, 0.25);
    color: #FFFFFF;

                   }

.cardStatInActive {
                     border-left: 5px solid #FF6C56;

                   }

.cardStatInActive:hover {
    color:  #FF6C56;
    cursor: pointer;
}

.cardStatInActive.active {
                    background: rgba(255, 108, 86, 0.25);
                    color:#FFFFFF;
                    
                   }

.cardStatAlert {
                     border-left: 5px solid #FF8D29;
                      
                   }

.cardStatAlert:hover {
    color:  #FF8D29;
    cursor: pointer;

}

.cardStatAlert.active {
                    background: rgba(255, 141, 41, 0.25);
                    color:#FFFFFF;
                    
                   }

#channelStats_container {
    padding: 16px 55px;
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.roundBoxActive{
    color: var(--activeLinkColor) !important;
    /* border-bottom: 2px solid; */
    border-radius: inherit;
    border: 1px solid;
                   }

.roundBoxActive path{
    fill: var(--activeLinkColor) !important;
}
.roundBoxHover:hover{
    color: #fff ;
    /* border-bottom: 2px solid; */
    border-radius: 50%;
    border: 1px solid;
                   }  

.roundBoxHover:hover path{
fill: #fff ;
                }
.roundBoxHover svg:hover>path{
/* fill: #fff ; */
stroke: none;
}

.channelListViewTr {
    height: 45px;
    cursor: pointer;
}

#ChannelListViewTable td {
    padding-top:10px;
    padding-bottom:10px;
    padding-right:10px;   
  }
  
  #ChannelListViewTable td:first-child {
    padding-left:26px;
    padding-right:0;
  }

  .fontStyle{
    font-size: 12px;
    font-family: 'SF Pro Text';
    font-weight: 400;
}

#ChannelListViewTable > tbody:nth-child(even) {
    background-color: #15212F;
  }

  #ChannelListViewTable > tbody:nth-child(odd) {
    background-color: #121D29;
  }
  #channelListSrch{
    max-width: 300px;
  }
  #listCardBtn{
    /* gap:10%; */
    /* padding-left:5px; */
    max-width: 140px;
  }
  .dashFilterBody{
    top: 294px !important;
    /* display: inline-block !important; */
    padding: 20px 20px !important;
    width: 400px;
    height: 253px;
    right: 55px !important;
    color: #fff !important;
  }
  .dashFilterBtn{
    border-radius: 999rem;
    background: #303F51;
    margin-right: 10px;
    cursor: pointer;
    padding: 2px 5px;
  }
  .dashFilterBtn:hover{
    box-shadow: 0 12px 24px 0 rgba(0,206,198,0.3);
  }
  .dashFilterBtnCss{
  /* gap: 10px; */
  padding: 10px 0px;
  border-bottom: 1px solid #303F51;
  }
  /* .dashpadding{
    padding: 0px 4px;
  } */
  .dashFilterActive{
    background: #60BEF8 !important;
  }


  /************New Menu for Bein********/
ul.menu,
ul.submenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.menu {
    display: inline-flex;
    background: var(--background-Color-n32);
    padding: 1px 8px;
}

.menu>li {
    position: relative;
    padding: 1px 8px !important;
    color: white;
    white-space: nowrap;
    /* background-color: var(--background-Color-n10) ; */
    white-space: nowrap;
    padding: 3px 10px;
    /* border-bottom: 1px solid #222; */
    margin: 0;
    /* font-size: 12px; */
    cursor: pointer;
}

.menu>li:hover {
    /* background-color: #0c7cd5; */
     background: var(--background-Color-n32);
    color: #ffffffd1 !important;

}

.menu li ul {
    display: none;
    position: absolute;
    top: 100%;
    color: #ffffffd1;
    left: 0;
    background-color: var(--background-Color-n10) ;
    min-width: 180px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 999;
    white-space: nowrap;
    cursor: pointer;
}

.menu li:hover>ul {
    display: block;
}

.menu li ul li {
    /* color: #333; */
    /* padding: 10px 16px; */
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    color: #ffffffd1;
    font-size: 12px;
    padding: 3px 10px !important;
    border-bottom: 1px solid #222;
    margin: 0;
    font-size: 12px;
}

.menu li ul li:hover {
    /* background-color: #ddd; */
    background-color:var(--background-Color-n8);
}

/* Style for nested submenus (third-level and beyond) */
.menu li ul li ul {
    top: 0;
    left: 100%;
    display: none;
}

.menu li ul li:hover>ul {
    display: block;
}

.namedMenu>ul>li:hover {
    /* background: #000;*/
    /* as per new requirement for NEXC this change happen */
    color: var(--TX-A-COL);
}

/* Add arrow to submenu items that have further submenus */
.menu li ul li:has(ul)::after {
    content: "▶";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    color: #ccc;
}

/* Optional: On hover, make arrow brighter */
.menu li ul li:hover:has(ul)::after {
    color: #fff;
}


/****************New Menu Bein End**************/