
  div#channel-lineup-container {
	padding: 0;
	padding-right: 1rem;
	height: 80vh;
	overflow-y: scroll;
	overflow-x: hidden;
  }


  /* widen if channel number or range is > 3 characters */
  #channel-lineup-container .ess-num.wide {
	width: 50px;
  }

  #channel-lineup-modal  .bas-num-blue {
	background: #ececec !important;
	color: #333 !important;
	font-size: 10px;
  }

  #channel-lineup-modal .lim-num, #channel-lineup-modal .bas-num-blue, #channel-lineup-modal .ess-num {
	color: #fff;
	padding: 5px 0;
	border-radius: 50px;
	width: 30px;
	height: 30px;
	line-height: 20px;
	text-align:center;
  }
  
.row.sticky-divs + .row {
    margin-top: 30px;
}
  #channel-lineup-modal .lim-num {
	background: #ececec !important;
	color: #333 !important;
	font-size: 10px;
  }

  #channel-lineup-modal .ess-num {
	background: #ececec;
	text-align: center;
	color: #333;
	font-size: 10px;
  }

  #channel-lineup-modal .ess-num.double {
	font-size: 10px;
  }

  #channel-lineup-modal .card-body .row {
	margin: 0;
	text-align: center;
	padding: 3px 0;
	border-bottom: 2px solid #e0e0e0;
  }

  #channel-lineup-modal .flex-row {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 0;
	margin-right: 0;
	padding: 0 15px;
  }

  #channel-lineup-modal .over {
	color: #1782C5;
	font-size: 34px;
	text-align: center;
  }
  #channel-lineup-modal .sticky-divs {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 95%;
    z-index: 999;
    background: #f8f8f8;
}
  #channel-lineup-modal .start {
	flex: 1;
	text-align: center;
  }

  #channel-lineup-modal .look {
	color: #00A8E0;
	font-size: 34px;
	text-align: center;
  }

  #channel-lineup-modal .cloud {
	color: #7F4F9B;
	font-size: 34px;
	text-align: center;
  }

  #channel-lineup-modal .hometv {
	color: #84C731;
	font-size: 34px;
	text-align: center;
  }

  #channel-lineup-modal .card-body .row:not(.sticky-divs) {
	min-height: 64px;
  }

  #channel-lineup-modal .start {
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
  }
  #channel-lineup-modal .modal-content {
	background-color: #fff;
	border-radius: 30px;
  }
  #channel-lineup-modal .modal-body {
	background: #f8f8f8;
  }
  #channel-lineup-modal .c-header {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	flex: 3;
  }
  #channel-lineup-modal .col-xs-2 {
	flex: 1;
	text-align: center;
	display: flex;
	justify-items: center;
	justify-content: center;
  }
  #channel-lineup-modal .col-xs-3 {
	flex: 2.6;
  }
  .btn-close {
	box-sizing: content-box;
	width: 25px;
	height: 25px;
	padding: 0;
	color: #fff;
	background: url(/Images/HomeSCBusiness/site/2025/2/popup/X_BUTTON.png) no-repeat;
	border: 0;
	opacity: 1;
	top: 20px;
	position: relative;
	z-index: 1;
	right: 20px;
	position: absolute;
  }
  #channel-lineup-modal .modal-dialog {
	max-width: 820px;
	top:5%;
}
  @media screen and (max-width: 767px) {
	#channel-lineup-modal .c-header {
	  font-size: 10px;
	}
	#channel-lineup-modal .start {
	  font-size: 10px;
	}
	#channel-lineup-modal .sticky-divs {
	  margin-left: 0;
	  margin-right: 0;
	}
  }
  @media screen and (max-width: 575px) {
	#shop-wrap .card {
	  padding: 1rem 1rem;
	}
	#channel-lineup-modal .modal-body {
	  padding: 5px;
}
  }


