/** NBA Text Starts **/

.m_nba_con {
	width: 100%;
	margin: 0 0 1.5rem 0;
	padding: 0.875rem 0 0.0625rem 1.5625rem;
    background-color: #000000;
  }

.m_nba {
	width: 100%;
	margin: 0 0 1.5rem 0;
	padding: 0.875rem 0 0.0625rem 1.5625rem;
	background-color: #ed7000;
  }

.m_nba .m_nba-text {
	font-size: 0.875rem;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.21;
	letter-spacing: 0.01875rem;
	color: #fff;
	margin-left: 18% !important;
    margin-right: auto !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

.m_nba .m_button-nba {
	font-size: 0.875rem;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.01875rem;
	color: #fff !important;
	padding-left: 0.625rem;
	cursor: pointer;
  }

.m_nba .m_button-nba span {
	display: inline-block;
	width: 0.625rem;
	position: relative;
	height: 0.75rem;
  }

.m_nba .m_button-nba span::before {
	content: "";
	position: absolute;
	left: 0;
	background: url(../../images/right-12-x-12-white.svg) no-repeat;
	height: 0.75rem;
	width: 0.75rem;
	top: 0.125rem;
  }

/** NBA Text Ends **/