.operationContainer {
    background: #0e6f8a !important;
    width: 60%;
}

#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,
.mainMenu>div,
.search>div {
    /*background: #181818;*/
    padding: 5px 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; */
}

.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 {
    /* 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: 43px 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: 0.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;
}

#btnSubON,
#btnCcON,
#btnCcrON,
#btnRepON,
#btnLivON {
    background: #6495ed;
}

#btnSubOFF,
#btnCcOFF,
#btnCcrOFF,
#btnRepOFF,
#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;

}

#mainMenu {
    width: 100%;
    margin-left: 0px;
    border: 2px solid #4e7469;
    height: 58px;
    border-right: 0px;
    border-radius: 0px 0px 0px 5px;
    margin-top: -5px;
    /* padding: 5px; */
    background-color: #1d3d3a;
    font-size: 17px;

}

#searchDiv {
    border: 2px solid #4e7469;
    height: 58px;
    border-right: 0px;
    margin-top: -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: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.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: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.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;
}


.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1.10rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.font-semibold {
    font-weight: 600;
}

.font-medium {
    font-weight: 500;
}


#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;
}


.button-container {
    text-align: center;
}

.filter-btn {
    background-color: #4caf50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
}

.filter-btn:hover {
    background-color: #45a049;
}

.dropdown-container {
    display: flex;
    gap: 20px;
    /* Space between the dropdowns */
}

#category1,
#category2 {
    background-color: #0c141d;
    color: white;
}

#category1 option,
#category2 option {
    background-color: white;
    color: black;
}

/* .dropdown {
  position: relative;
  width: 200px; /* Set a fixed width for both dropdowns 
} */

/* select {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  background-color: #fafafa;
} */

/* select:focus {
  border-color: #4caf50;
  outline: none;
} */

/* label {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
} */

/* Style for dropdowns when open */
/* .dropdown.open select {
  border-color: #4caf50;
} */

/* .dropdown select {
  width: 100%;
  padding: 10px;
  /* background: #fff; */
/* font-size: 16px;
  border-radius: 5px;
} */

/* Scrollable Dropdown */
/* .dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 150px; /* Max height before scrolling */
/* overflow-y: auto;
  border: 1px solid #ccc;
  /* background-color: white; */
/* z-index: 100;
} */

.dropdown-content-up {
    bottom: 100%;
    /* Dropdown will open upwards */
    top: auto;
}